* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / citserver.c
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-02 Art Cancro* citserver.c: added another trace message to is_public...
2003-05-16 Art Cancro* Removed the old rec_log() facility because the utilit...
2003-02-19 Art Cancro* Changed socklen_t to int (to allow compile on Macintosh)
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-11-28 Art Cancro* Added the ISME command (find out if some arbitrary...
2002-08-25 Art Cancro* Hide the SMTP queue and the sysconfig rooms.
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-08-16 Art Cancro* Add LPRM command
2002-07-23 Art Cancro* Completed the MSGP and MSG4 commands to set the clien...
2002-07-13 Art Cancro* CtdlOutputMsg() caches the most recently fetched...
2002-06-15 Michael Hampton* citserver.c: MESG command can now send a different...
2002-06-07 Art Cancro* Added a module "serv_mrtg" which allows activity...
2002-05-24 Art Cancro* Fixed the "idle timeout during paginator prompt"...
2002-05-23 Art Cancro* Added a GTSN (GeT list of SeeN messages) command
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-04-23 Art Cancro* Set up the framework for different "views" of a room
2002-03-26 Nathan Bryant * support autoconf 2.53
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-20 Art Cancro* Don't re-declare timezone variables ('cuz FreeBSD...
2002-03-12 Nathan Bryantmore sprintf bashing
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-03 Art Cancro* Implemented the CREU server command to administrative...
2002-01-17 Michael Hampton* cosmetic fixes in the new trace file functionality
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2001-12-28 Michael Hampton* Server support for hostnames up to 63 characters
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
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-02 Art Cancro* Allow non-Aides to terminate sessions belonging to...
2001-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
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...
next