struct recptypes now uses dynamically allocated
[citadel.git] / citadel / serv_network.c
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-04-03 Art CancroCleaned up some syntax. Also cleaned up a
2007-01-20 Wilfried Göesgens* free the other lists in here too on shutdown.
2007-01-20 Wilfried Göesgens* flush networker caching list on exit
2007-01-20 Wilfried Göesgens* if the message is not valid, try to free the message...
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-04-12 Art Cancroserv_network.c: moved a call to CtdlFreeMessage() out...
2006-03-27 Art CancroCheck for CANCEL messages even when not sharing a
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up the compile...
2005-10-04 Art Cancro* CtdlOutputPreLoadedMsg() calling syntax has changed...
2005-09-21 Art Cancro* Set the To: field for digests as well
2005-09-21 Art Cancro* The "To: line of a mailing list message is now set...
2005-09-18 Art Cancro* serv_network.c: use a stat() call to determine the...
2005-09-16 Art Cancro*** empty log message ***
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-09-02 Art Cancro* serv_network.c: fixed a bug in digest generation...
2005-08-23 Art Cancro* Mailing list messages are now customized with a To...
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-08-02 Art Cancro* Removed instances of hard-coded CTDLDIR; this breaks -h
2005-07-29 Art Cancro* Temporarily disabling network_purge_spoolout() becaus...
2005-07-29 Art Cancro* Create network/ directory hierarchy if it doesn't...
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-06-12 Art Cancro* When delivering list digests, put the name of the...
2005-06-07 Art Cancro* bounce messages need subjects
2005-05-20 Art Cancro* The IGnet map is now rewritten to disk only when...
2005-05-08 Art Cancro*** empty log message ***
2005-04-23 Art Cancro* Substantially improved the appearance of mailing...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-13 Art Cancro* Initial support for having a room participate in...
2004-11-26 Art Cancro* Added a sooper-seekrit way to spool network messages...
2004-09-17 Art Cancro* serv_network.c: added a missing \n in log output
2004-09-11 Michael Hampton* Remove calls to the broken flush_output() while I...
2004-09-05 Michael Hampton* Buffered output needs to be flushed in several places...
2004-08-28 Michael Hampton* Change the logging level of some messages and add...
2004-08-27 Art Cancro* serv_network.c: never unload working_ignetcfg; only...
2004-08-23 Michael Hampton* serv_network.c: Suppress Invalid node name for "...
2004-08-05 Art Cancro* CtdlHostAlias() now accepts "localhost" as a localhos...
2004-07-28 Art Cancro* serv_network.c: we had ignetcfg and working_ignetcfg...
2004-07-15 Art Cancro*** empty log message ***
2004-07-15 Art Cancro* serv_network.c: grab and use a networker-local copy...
2004-07-11 Art Cancroserv_network.c: small fix to above
2004-07-11 Art Cancro* serv_network.c: removed a stray end_critical_section()
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-05-24 Art Cancro* serv_network.c: when processing incoming IGnet spool...
2004-05-03 Art Cancro* Found and removed a bug that caused network rooms...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-24 Art Cancro* Better validation of incoming network messages.
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-02-07 Art Cancro* Automatically purge files from ./network/spoolout...
2004-02-07 Art Cancro* Cache the IGnet config in memory, avoiding a db fetch...
2004-02-07 Art Cancro* serv_network.c: fixed a problem with an uninitialized...
2004-02-06 Art Cancro* Suppress posting of messages to Aide> when the loopza...
2004-01-18 Art Cancro* Reworked vCard etc. functions for addition of new...
2003-09-07 Art Cancro* serv_network.c: aggressively poll any node for which...
2003-09-06 Art Cancro* Don't reset "last poll" time when not doing the ...
2003-09-02 Art Cancro* Don't try to directly spool to non-neighbor nodes
2003-08-29 Art Cancro* Do network runs more proactively. The inbound queue...
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-04-15 Art Cancro* Do not allow incoming network polls while an outbound...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-08-23 Art Cancro* Delete unconfirmed pending subscribe/unsubscribe...
2002-08-08 Art Cancro* Bugfix for above
2002-08-08 Art Cancro* serv_network.c: retain unknown commands in netconfigs...
2002-08-06 Art Cancro* Cleaned up the output of digest mode. It's usable...
2002-08-01 Art Cancro* Completion of (most of) digest mode. Still needs...
2002-07-31 Art Cancro* Began implementing "digest mode" for listserving...
2002-06-16 Michael Hampton* BASEROOM and AIDEROOM are now almost completely editable.
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-11 Nathan Bryantwarning fixes on sparc-sun-solaris2.8 with gcc 3.0...
2002-03-09 Art Cancro* Added BMBX to fix a problem
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-02-15 Art Cancro* Wrote the expire/purge routine for the new use table
2002-02-15 Art Cancro* Began implementation of a networker use table that...
2002-01-25 Art Cancro* fixz to allow incoming vCards in the address book...
2002-01-23 Art Cancro* Added a new hook type for handling incoming network...
2002-01-03 Art Cancro* I think this is the last of the fixes for the new...
2002-01-03 Art Cancro* serv_network.c: migrated deliveries and bounces to...
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-11-26 Art Cancro* new algorithm to load the use table
2001-11-14 Art Cancro* Network run frequency is now a site-definable setting
2001-10-28 Art Cancro* migratenet almost finished
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
next