* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / serv_network.c
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
2001-10-15 Art Cancro* Fixed a bug in the loopzapper that was corrupting...
2001-10-12 Art Cancro* Wrote the rest of the use table code. Finished excep...
2001-10-12 Art Cancro* Started writing the Use Table code for the new networker
2001-10-06 Art Cancro* Finished the concurrency check for network polling...
2001-10-06 Art Cancro* Began implementing some concurrency stuff for the...
2001-10-06 Art Cancro* network_talking_to()
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-10-03 Art Cancro* Implemented BOUNCE BOUNCE BOUNCE
2001-09-24 Art Cancro* Completed migrating the "netpoll" utility into the...
2001-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-17 Art Cancro* Support for IGnet routing (not tested)
2001-09-08 Art Cancro* More changes to the new networker. Added client...
2001-09-07 Art Cancro* You guessed it: still more code for the new networker.
2001-09-06 Art Cancro* A few more updates to the networker
2001-08-29 Art Cancro* More work on the new networker.
2001-08-25 Art Cancro* Worked a little more on the in-server replacement...
2001-08-15 Art Cancro* Added split horizon and delete-after-spool to the...
2001-08-14 Art Cancro* Began the migration of netproc into part of the serv_...
2001-08-11 Art Cancro* Realized that I am stupid and started implementing...
2001-08-05 Art Cancro* prep for new network node infrastructure
2001-07-28 Art Cancro* List processing happens in two passes (load list...
2001-07-24 Art Cancro* New UI for mailing list setup
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-08-28 Art Cancro* Fixed lastsent
2000-08-26 Art Cancro* Finished up the back end code for mailing list sends...
2000-08-26 Art Cancro* mailing lists
2000-08-19 Art Cancro* mailing list stuff ... still needs work
2000-08-18 Art Cancro* Added a little more mailing list code to serv_network.c
2000-08-10 Art Cancro* Changed all the "200 ok" responses to more descriptiv...
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-07-30 Art Cancro* Set up the SNET (Send NETwork config) and GNET (Get...
2000-07-22 Art Cancro* Prepared infrastructure for the networker rewrite