some work on calendar
[citadel.git] / citadel / modules / network / serv_netmail.c
2021-01-31 Art CancroAll of the old network modules are now completely gone...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-30 Art Cancrodon't run this, it's broken
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2018-03-02 Art Cancromore removal of ignet cruft
2018-03-02 Art CancroRemoved some more ignet cruft
2018-01-23 Art Cancrowhittling away the ignet pieces...
2017-10-30 Art CancroMore use of %m instead of strerror(errno)
2017-04-05 Art CancroCompleted the rewrite of the network poller. Again...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-30 Art Cancroupdated modules/network/*.c to new logging standard
2016-01-23 Art CancroIGnet sharing is working properly with the configdb...
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-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-04 Art CancroMigrated more to the new config system
2015-01-01 Wilfried GoesgensFix directory permission checks
2014-12-31 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2014-12-31 Wilfried GoesgensAdjust preconditions for attempting a digest delivery.
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Wilfried GoesgensDigest delivery:
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-03-01 Wilfried GoesgensMAILINGLIST: ListID doesn't seem to work well - revert...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-06-08 Wilfried GoesgensCitadel Networking: add configured remote room name...
2013-03-25 Wilfried GoesgensNSYN: fix the NSYN command
2013-02-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-24 Wilfried GoesgensLists: don't overwrite from: header. this only needs...
2013-02-17 Wilfried GoesgensML: remove cludge to set the reply-to from the original...
2013-02-17 Wilfried GoesgensNETWORKER: add from addresses and new way of setting...
2013-02-09 Wilfried GoesgensNETCFG: fix specifying the remote room to IGNET share.
2013-02-05 Wilfried GoesgensRNCFG: reduce the work needed to be done during the...
2013-02-02 Wilfried GoesgensNETSPOOL: combine collecting of email recipients into...
2013-02-02 Wilfried GoesgensNETSPOOL: combine collecting of email recipients into...
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-29 Wilfried GoesgensNETSPOOL: enable sending to mailinglists
2013-01-20 Wilfried GoesgensNETSPOOL: move spool types into their own function.
2013-01-20 Wilfried GoesgensNETCFG: more work on details
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-01 Wilfried GoesgensNETCONFIG: remove unneeded files.
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.
2012-12-27 Wilfried GoesgensNetconfigs: start abstracting handling of network confi...
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-06-24 Wilfried GoesgensNetQueue: make logging runtime configurable; add context.
2012-06-10 Wilfried GoesgensRework networker
2012-02-25 Wilfried GoesgensMailQ: remember & display the room for mailingilst...
2012-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-20 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2012-01-20 Wilfried GoesgensNetworker: Memleaks; make the_netmap pass in both direc...
2011-12-31 Wilfried GoesgensAdd original To: instead of replacing it with the roomn...
2011-09-19 Wilfried GoesgensFix memory leaks in the networker
2011-09-14 Wilfried GoesgensRemoving of static vars in the Networker
2011-09-08 Wilfried GoesgensRemove global variables; replace by stack passing.
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-08 Wilfried GoesgensChop networker into handy bits; related functions now...