* Cc: and Bcc: support. Not finished yet.
[citadel.git] / citadel / serv_chat.c
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-21 Art Cancro* Master listening sockets are now non blocking, in...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
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-09-05 Michael Hampton* Network optimizations - buffer output server-side...
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-04-09 Michael Hampton* serv_chat.c: Differentiate when a user does not exist...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-03 Art Cancro* Generate better output when a user is kicked out...
2004-03-01 Art Cancro* Revoke access to room when /kicked
2004-02-29 Art Cancro* Added /kick command to chat. /ban coming soon.
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-01-17 Art Cancro* Added "Base DN" "Bind DN" and "Bind DN password"...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-06-29 Art Cancro*** empty log message ***
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-05-04 Art Cancro* Make stealth mode available to all users
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryantsprintf bashing
2002-01-20 Michael Hampton* serv_chat.c: Server no longer crashes when CHATLOG...
2002-01-05 Michael Hampton* serv_chat.c: allow a session to be killed while in...
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
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-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-03-11 Art Cancro* more of the same fix
2001-03-11 Art Cancro* Fixed bug that created incorrect roomnames when sendi...
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-17 Art Cancro* Repaired the creation of page log rooms in the wrong...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-01-15 Art Cancro* temporary implementation of 901 asynchronous express...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-14 Art Cancro* Fixed the "users not in chat" wholist display
2000-12-11 Art Cancro* Added server-side REQT command to issue client termin...
2000-11-27 Michael Hampton* serv_chat.c: fix send_express_message() to include...
2000-10-23 Michael Hampton* War on goto: rewrote a few easy functions to elimina...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-03-17 Art Cancro* Set up a private "Sent/Received Pages" room for each...
2000-03-15 Art Cancro* Quick fix to messages
2000-03-15 Art Cancro* Added DEXP server command to disable incoming express...
2000-03-12 Art Cancro* Removed the semi-broken "chat room" functionality...
2000-02-22 Art Cancro* Minor tweaks to RFC822 output to keep brain-damanged...
1999-11-21 Art Cancro* Protected cmd_move() from buffer overrun (no longer...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
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-09-19 Art Cancro* Finished off the message architecture stuff with...
1999-09-19 Art Cancro* Debugging in cmd_ent3()
1999-09-19 Art Cancro* migrated cmd_ent3() to CtdlSaveMessage()
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-08-03 Art Cancro* Redesigned the client protocol commands for dealing...
1999-07-31 Art CancroICQ changes
1999-07-28 Art Cancro* Server modules are now labelled with their RCS ID...
1999-07-18 Art CancroChanges to dynloader et al to handle ICQ module being...
1999-05-13 Nathan Bryantfix namespace collision with <sys/stream.h> on certain...
1999-04-25 Art Cancroserv_chat.c: notify user of number of participants...
1999-04-18 Nathan Bryantfixed some potential buffer overruns (thanks dme)
1999-04-12 Nathan Bryant * configure.in: another OpenBSD fix. now it...
1999-03-06 Art Cancro * client_chat.c: use memfmout(), *not* cprintf...
1999-02-04 Art CancroFixed a bug in the page sending code
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-03 Art Cancronew GEXP command
1999-02-03 Art Cancro * Overhauled the express messaging system (again)
1999-01-29 Nathan Bryantirix fixen
1999-01-24 Art Cancro * Added a "room order" key to the room record...
1999-01-23 Art Cancro * Changed internal storage of express messages...
1999-01-10 Art Cancrominor change to weekly script
1999-01-10 Art Cancrosmall change
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-01 Art Cancro * sendcommand.c: added
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-10 Nathan Bryant * serv_chat.c: fix another overrun that could...
1998-10-09 Nathan Bryant * serv_chat.c: fix buffer overrun that was...
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-08 Nathan Bryant * client_chat.c, commands.c, serv_chat.c, sysdep.c:
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-17 Nathan Bryant * Makefile.in: add SERV_MODULES and PROXY_TARGE...
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-08 Brian CostelloA module which conforms to the initial module spec.
1998-08-26 Brian Costello[aug 25 btx]
1998-08-25 Nathan Bryantremove duplicated declarations
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-17 Art Cancro These are the changes to eliminate most of the arbitra...
1998-07-11 Art CancroInitial revision