Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / serv_extensions.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-30 Art Cancrodon't run this, it's broken
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2021-01-24 Art CancroEliminated all destructor hooks. The operating system...
2020-07-16 Art Cancroit now builds but does not do inbox filtering
2019-08-20 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2019-08-19 Art Cancroctdl_tcp_server and ctdl_uds_server improved handling...
2019-07-18 Art CancroRemoving things that depend on sysvinit. It's a system...
2018-12-26 Art CancroRemoved the obsolete netproc hooks from the vcard module
2017-05-24 Art CancroRemoved some vestiges of the old logging system
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-31 Art CancroThese hooks are not needed when running single threaded
2017-03-25 Art CancroUpdated more modules to the new logging convention
2017-03-04 Art Cancrostyle cleanup
2016-01-23 Wilfried GoesgensSilence logging in non-debug usecases. The raspii users...
2015-12-20 Wilfried GoesgensAdd lookup table for message headers instead of doing...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-04-29 Art CancroConverted serv_extensions.c to the new config format
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensmove log switcher funcs to serv_syscmds.c
2013-05-14 Wilfried GoesgensTDAP: add facility to protect usetable entries from...
2013-04-16 Wilfried Goesgensfix closing of already closed files
2013-02-12 Wilfried Goesgensfree static stuff on shutdown.
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-31 Wilfried Goesgensfix the rest of the unregister functions
2012-05-26 Wilfried GoesgensFix all *Unregister*Hook() functions.
2012-05-26 Wilfried GoesgensCtdlUnregisterRoomHook(): second try.
2012-05-26 Wilfried GoesgensCtdlUnregisterRoomHook(): fix possible nullpointer...
2012-05-05 Wilfried GoesgensLOGP: use pipe as separator as we do it in all other...
2012-04-29 Wilfried GoesgensLOGGING: make module infrastructure logging configurable
2012-04-29 Wilfried GoesgensLogging: add commands to runtime view/enable/disable...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Wilfried GoesgensAdd framework for enabling (debug) logging per module
2012-04-24 Wilfried GoesgensCleanup: use typedef for structs; make those structs...
2012-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-03 Art CancroChange some of the broken links pointing to citadel.org
2012-03-25 Wilfried GoesgensUDS: unlink them just to be shure.
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
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
next