fix all the <time.h> vs. <sys/time.h> issues, hopefully
[citadel.git] / citadel / citserver.c
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-26 Art Cancro* Finished the implementation of per-message seen/unsee...
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...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2001-01-13 Art Cancro* Added the ASYN command
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-12 Art Cancro* Removed the transaction stuff (but left the log in...
2000-12-12 Art Cancro* Stabilize, dammit!!
2000-12-12 Art Cancro* Made the transaction open/close a global thing, in...
2000-12-11 Art Cancro* Removed the housekeeper thread, moved terminate_idle_...
2000-12-07 Art Cancro* begin/end transaction in master_startup()
2000-11-25 Michael Hampton* Added a bit of detail to syslog entries; now shows...
2000-08-24 Art Cancro* Merged in IO ERROR's diffs to make Citadel work with...
2000-08-22 Art Cancro* nonce (for APOP-style auth) is now generated when...
2000-08-14 Brian Costello- Added constant sizes for usernames and the nonce...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-04-16 Art Cancro* Minor changes to avoid host lookup for local clients
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-17 Art Cancro* Moved bio-related commands out to a loadable module
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-03 Art Cancro* Moved all of the wholist masquerading commands into...
2000-02-25 Art Cancro* Modularized the RWHO (Read WHO is online) command...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
2000-01-17 Art Cancro*** empty log message ***
2000-01-09 Art Cancro* Auto-creation of various rooms is now done correctly...
2000-01-09 Art Cancro* Get/save arbitrary configs
2000-01-08 Art Cancro* Reworked some of the data structures to handle multip...
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-11-29 Nathan Bryant* citserver.c: Solaris lacks inet_aton; use inet_addr...
1999-11-29 Nathan Bryant* citserver.c: include <sys/types.h>; may help portabil...
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-03 Art Cancro* Fixed buffer overrun problems in cmd_rchg(), cmd_hchg...
1999-11-02 Art Cancro* Fixed timeout problem for remote client sessions...
1999-11-01 Art Cancro* Fixed a concurrency bug which crashed the server...
1999-10-31 Art Cancro* Fixed buffer overrun in cmd_rchg()
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-28 Art Cancro* Fixed the problem of worker threads waking up prematu...
1999-10-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
1999-10-26 Art Cancrodamn bugs
1999-10-26 Art Cancro* Shuffled around the order of events when a thread...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-23 Art Cancro* Finished moving vCard functionality to the new messag...
1999-10-20 Art Cancro* Wholist fixes for users who are in chat mode
1999-10-20 Art Cancro* In the wholist, only show <private room> if the user...
1999-10-04 Art Cancro* We now have a housekeeping thread and a housekeeping...
1999-10-04 Art Cancro* Minor vCard fixes
1999-09-28 Art Cancro* Fully migrated cmd_greg() and cmd_regi() into serv_vc...
1999-09-27 Art Cancro* cmd_regi() is now in serv_vcard and writes to the...
1999-09-19 Art Cancro* Finished off the message architecture stuff with...
1999-09-07 Art Cancro* cmd_msg3() now uses serialize_message() for its outpu...
1999-08-29 Art Cancro* HTML now works.
1999-08-05 Art Cancro* RWHO command now returns express message code in...
1999-08-01 Art Cancro* EXTREME coolness. The server side of the ICQ metacli...
1999-07-31 Art CancroICQ changes
1999-07-27 Art CancroRemoved all references to CC->msglist and CC->num_msgs...
1999-07-18 Art CancroChanges to dynloader et al to handle ICQ module being...
1999-07-16 Art Cancro * PEXP and GEXP no longer trip the idle time display
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-06-10 Art Cancro * Replaced all code that generated temporary...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-05-21 Art Cancro * database.c: print log messages for file defra...
1999-04-08 Nathan Bryantgot it right this time... also, more general interface...
1999-04-08 Nathan Bryant * citserver.c: improved is_public_client()...
1999-03-14 Art Cancro * commands.c: use bright colors by default...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-03 Art Cancro * Overhauled the express messaging system (again)
1999-02-01 Art CancroAdded the OPNA command for downloading attachments
1999-01-29 Nathan Bryantirix fixen
1999-01-29 Art CancroFixed a potential buffer overrun in cmd_rchg()
1999-01-23 Art Cancro * Changed internal storage of express messages...
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-12-14 Art CancroFixed more of the session table nonsense
1998-12-14 Art CancroMore session table stability nonsense
1998-12-13 Art Cancro * sysdep.c, citserver.c: (hopefully) fixed...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancro import.c: removed
1998-11-21 Art Cancroroom expires
1998-11-13 Art Cancrofixed cmd_rchg() again
1998-11-11 Art Cancro * citserver.c, msgbase.c, user_ops.c: hide...
1998-11-11 Art Cancro citserver.c: slight changes to cmd_rchg() and cmd_hchg...
1998-11-10 Nathan Bryant*** empty log message ***
1998-11-07 Art Cancro * citadel.h (and related files): removed defunc...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-28 Art Cancro * citserver.c: clear out cmdbuf before reading...
1998-10-24 Art Cancropolicy
1998-10-15 Art CancroMisc code cleanup
1998-10-11 Nathan Bryant * citserver.c: fix two more overruns, one of...
1998-10-10 Nathan Bryant * citserver.c: fix overrun which caused segv...
1998-10-09 Art Cancro * user_ops.c: added PurgeStaleRelationships...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-30 Nathan Bryant * Makefile.in: new variable PTHREAD_DEFS for...
next