use StrBuf to create startup failure messages.
[citadel.git] / citadel / serv_extensions.c
2011-09-07 Wilfried Goesgensuse StrBuf to create startup failure messages.
2011-09-04 Art CancroFixed a stack smash in the wiki module
2011-09-04 Art CancroGenerate wiki diffs using a temp file instead of a...
2011-09-04 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgensby jimcuclamath: use defines instead of numbers for...
2010-11-14 Wilfried GoesgensMemleak: free the list of search hooks on exit
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* make the hash algorithm long, as hash now does
2010-10-25 Wilfried Goesgens* don't free stacked pointers
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-16 Art Cancro* Initial work on IPv6-enabling citserver
2010-07-26 Art Cancro* When searching instant message logs for transcripts...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-19 Wilfried Göesgens* add linebreak so we don't expose our weakness here.
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-04-17 Wilfried Göesgens* make FourHash case insensitive
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-02-21 Wilfried Göesgensreset errorflag after reporting the error
2008-06-16 Dave WestMinor alterations to some messages as services are...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-12-06 Dave WestA couple of clean up functions to help valgrind.
2007-12-03 Art CancroInstant messages now carry the email address or JID...
2007-11-30 Dave WestRemoved the PushName and PopName debugging macros that...
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-20 Dave WestSource clean up.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-29 Wilfried Göesgens* add hint to restart menu to our 'unable to bind port...
2007-10-05 Dave WestBig change to the ldap code to break its dependancy...
2007-09-17 Art CancroSkeleton module for POP3 client
2007-09-04 Wilfried Göesgens* sending the startup-problem-message now does work.
2007-08-27 Dave WestGet the aide room message working again if a port open...
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-26 Dave WestMoved to new module init structure.
2007-07-18 Art CancroShuffled around the sieve code:
2007-07-15 Wilfried Göesgens* added a comment infront of the svn modifieable return...
2007-06-19 Wilfried Göesgens* fix a leak in GREG
2007-06-07 Wilfried Göesgens* print the ip-address too if we fail to bind a server...
2007-04-26 Wilfried Göesgens* as this is the errormessage for the non logfile readi...
2007-04-24 Wilfried Göesgens* paste together multiple errors in a right manner.
2007-02-22 Wilfried Göesgens* double free
2007-01-20 Art Cancro* Initialize more variables during declaration,
2007-01-20 Wilfried Göesgens * cleanup ourselfs on exit.
2007-01-20 Art Cancro* Applied Matt's patches to submit messages to Funambol
2006-12-21 Wilfried Göesgens* depend on bdb 4.3 or 4.4
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-09-11 Art CancroAdd serv_sieve.c and initialize it...
2006-09-11 Art CancroMore libsieve detect fixes
2006-09-07 Wilfried Göesgens* initiall sieve listing support. authentication works...
2006-08-23 Wilfried Göesgens* hook in the postfix tcphash port.
2005-11-14 Art Cancro* serv_extensions.c: serv_upgrade_init() must be called...
2005-10-20 Art Cancro* serv_calendar.c: registered a fixed output hook for...
2005-10-19 Art Cancro* New type of server hook: CtdlRegisterFixedOutputHook...
2005-09-14 Art Cancro* Bumped internal version number to 5.66
2005-05-16 Art Cancro* Added in skeleton modules for fulltext indexer
2005-02-17 Art Cancro* Removed "Log Hooks." This enabled the removal of...
2004-10-22 Art Cancro* serv_notes.c: added skeleton module
2004-06-24 Art Cancro* Bumped internal version number to 6.23
2004-06-24 Art Cancro* Updated the ig_tcp_server() function to allow binding...
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-16 Art Cancro* Eliminate EVT_OUTPUTMSG server extensions (don't...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-01-17 Art Cancro* Added "Base DN" "Bind DN" and "Bind DN password"...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...