* remove duplicate callback code
[citadel.git] / citadel /
2009-05-31 Art Cancro* New session variable 'can_receive_im' which indicates...
2009-05-31 Art Cancro* Removed a readme file which stated that the Jabber...
2009-05-31 Art Cancro* Add -lcitadel to chkpwd_LIBS
2009-05-26 Wilfried Göesgens* add webcit database message ID to the notification...
2009-05-26 Wilfried Göesgens* just depend on berkeley db without version.
2009-05-26 Wilfried Göesgens* remove stripslashes, its going into libcitadel.
2009-05-21 Art Cancro* Applied matt's patch for making +/- work properly
2009-05-11 Wilfried Göesgens* add message ID to the notification template; not...
2009-05-04 Art Cancro* Removed a FIXME comment
2009-05-03 Art Cancro* Since we can now shut down the master SSH session...
2009-05-03 Art Cancro* Found a better way for ctdlmigrate to shut down the...
2009-04-28 Art Cancro* If running 7.60 code for the first time, serv_upgrade...
2009-04-26 Art Cancro* Added rsync of non-database dirs. ctdlmigrate is...
2009-04-26 Art Cancro* Use fork() and exec() instead of system() to set...
2009-04-26 Art Cancro* Delete socket file after ctdlmigrate runs
2009-04-26 Art Cancro* ctdlmigrate: added a local replacement for gets(...
2009-04-24 Art Cancro* sendcommand default watchdog timeout set to 60 second...
2009-04-24 Art Cancro* ctdlmigrate
2009-04-24 Art Cancro* ctdlmigrate utility (not finished)
2009-04-24 Art Cancro* Added a subcommand to the migrator to list out all...
2009-04-22 Art Cancro* XMPP logging a little less verbose
2009-04-21 Art Cancro* Fixed striplt() to only remove leading and trailing...
2009-04-19 Wilfried Göesgens* this include is needed on *bsd
2009-04-19 Wilfried Göesgens* add include header *bsd probably needs here
2009-04-17 Wilfried Göesgens* make FourHash case insensitive
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Added unused cmdbuf parms to more cmd_xxxx() functions
2009-04-17 Art Cancro* Removed XYZZY command. Nothing happens.
2009-04-16 Art Cancro* Made our Berkeley DB errors look more like the ones...
2009-04-16 Art Cancro* When we get a Berkeley DB panic, display a descriptiv...
2009-04-16 Art Cancro* rc.d/citadel installed by setup.c now logs to syslog...
2009-04-14 Art Cancro* SMTP_RETRY_INTERVAL now set to 300 seconds (5 minutes)
2009-04-14 Art Cancro* Some files did not have ': $' blocks. Added them
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-04-14 Art Cancro* Adjust the memory allocation for Base64-converted...
2009-04-14 Art Cancro* When delivering mailing list messages, submit with...
2009-04-14 Art Cancro* Added the ability for callers of CtdlSubmitMsg()...
2009-04-13 Art Cancro* Rewrote sort_msglist_cmp() without compiler warnings.
2009-04-13 Art Cancro* sort_msglist() now uses qsort() instead of a bubble...
2009-04-11 Art Cancro* Fixed a bug where sysdep.c fails to build if OpenSSL...
2009-04-11 Wilfried Göesgens* add commatas to make the build happy
2009-04-10 Art Cancro* Added a separate authentication mode AUTHMODE_LDAP_AD...
2009-04-10 Art Cancro* tuiconfig.c for LDAP
2009-04-10 Art Cancro* Fleshed out the setup questions for LDAP
2009-04-10 Art Cancro* Updated setup program to configure LDAP auth
2009-04-10 Art Cancro* LDAP auth config now read from config file
2009-04-10 Art Cancro* LDAP auth code is now complete. Config is still...
2009-04-08 Art Cancro* Continued integrating ldap auth
2009-04-08 Art Cancro* Modified setup.c to allow ldap auth enable
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete
2009-04-07 Art Cancro* Prepped portions of the code for imminent merge of...
2009-04-06 Art Cancro* Removed the old LDAP module to make room for the...
2009-04-06 Art Cancro* Fixed a syntax error
2009-04-06 Art Cancro* Add new XML import/export module
2009-04-06 Art Cancro* Removed ARTV module
2009-04-06 Art Cancro* Development version is now 7.60
2009-04-06 Art Cancro* Cleaned up the wording of the crashmail message
2009-04-06 Art Cancro* Changed the WIFEXITED logic to eliminate duplicate...
2009-04-06 Art Cancro* Set CTDLEXIT_SHUTDOWN value to 0
2009-04-06 Art Cancro* Set zapped_ok to 1 on nearly all calls to imap_grabro...
2009-04-06 Wilfried Göesgens* enable the watcher do differenciate between crash...
2009-04-02 Art Cancro* Set version number to 7.50 across the entire system...
2009-04-02 Art Cancro* DLAT response was missing its MIME metadata. Fixed.
2009-03-30 Art Cancro* THIS IS 7.44 (BETA RELEASE ONLY)
2009-03-30 Art Cancro* Backed out r7276 through r7278. This is too large...
2009-03-28 Wilfried Göesgens* bump minimum required version number to 744 in order...
2009-03-28 Wilfried Göesgens* add ssl xmpp port; this should work with pidgin as...
2009-03-25 Wilfried Göesgens* make some pointers const...
2009-03-20 Wilfried Göesgens* if we fail to open the template, bail out with an...
2009-03-20 Art Cancro* When aborting because of unsafe permissions on citade...
2009-03-20 Art Cancro* Omit extended result code from SMTP response when...
2009-03-19 Art Cancro* Rewrote part of the RBL check in a more portable...
2009-03-19 Art Cancro* After completing an SMTP queue run, include the numbe...
2009-03-19 Art Cancro* Applied dtx patch to fix access control problem with...
2009-03-17 Wilfried Göesgens* 7.43 in debian changelog...
2009-03-17 Art Cancro* Committed feivel's patch for multi day all day events
2009-03-17 Art Cancro* Updated credits
2009-03-17 Art Cancro* Applied dtx patch for receiving second level headers...
2009-03-17 Art Cancro* THIS IS 7.43 (BETA VERSION)
2009-03-13 Art Cancro* Minor overhaul of modules/serv_vcard.c
2009-03-12 Art Cancro* Removed userspace buffering. Everyone has TCP_CORK...
2009-03-12 Art Cancro* Fixed problems related to saving vCards in config...
2009-03-11 Art Cancro* Implemented the first of several steps required to...
2009-03-11 Art Cancro* citadel.schema: declared GPL v3
2009-03-11 Art Cancro* when db->truncate() fails with ENOMEM, refer the...
2009-03-09 Art Cancro* Removed the defunct METADATA parameters to our unfini...
2009-03-08 Wilfried Göesgens* Resorted copying, updated daterange
2009-03-08 Wilfried Göesgens* moved CRC16 to the fulltextindexer module since its...
2009-03-08 Wilfried Göesgens* we moved to COPYING instead of copyright.txt due...
2009-03-07 Art Cancro* When translating the input from a REGI command into...
2009-03-04 Art Cancro* Updated the wording of the output of a DOWN command...
2009-03-02 Art Cancro* Added some comments next to portions of the code...
2009-03-01 Wilfried Göesgens* depend on ical >= 0.43
2009-02-27 Wilfried Göesgens* THIS IS 7.42 BETA
2009-02-25 Wilfried Göesgens+ correct FS-flags on citadel.co* on startup
2009-02-24 Wilfried Göesgens* add Michael Meskes patch to the timezone guessing.
2009-02-21 Wilfried Göesgens! the used arguments point out that fprintf is meant...
2009-02-21 Wilfried Göesgens* remove unneeded var
2009-02-21 Wilfried Göesgensreset errorflag after reporting the error
2009-02-20 Wilfried Göesgens+ add beta tag to debs
next