* Cc: and Bcc: support. Not finished yet.
[citadel.git] / citadel / citserver.c
2005-09-16 Art Cancro* Cc: and Bcc: support. Not finished yet.
2005-09-01 Art Cancro* citserver.c: change to usage of strdup() to work...
2005-08-09 Art Cancro* Removed the ./help/? hack; replaced with actual ...
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-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-07-21 Art Cancro* Server-side LIST command now accepts a search string.
2005-06-16 Art Cancro* There is now a dedicated thread for doing database...
2005-06-01 Art Cancro* The full text indexer now runs in its own dedicated...
2005-05-16 Art Cancro* Avoid re-creating the default-named baseroom (Lobby...
2005-04-29 Art Cancro* Significantly reduced the memory footprint of struct...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* More extermination of the dreaded SIZ moby-buffers.
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-03-23 Art Cancro* Began an effort to eliminate SIZ wherever possible...
2005-03-20 Art Cancro* Logging to stderr no longer uses syslog()
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-03-10 Art Cancro* stabilized previous change
2005-03-10 Art Cancro* Altered the algorithm by which the doubly-linked...
2005-02-28 Art Cancro* added pid file writing
2005-02-20 Art Cancro* Don't write passwords to the log (PASS and SETP commands)
2005-02-16 Art Cancro*** empty log message ***
2005-02-16 Art Cancro* master_cleanup() now passes along an exit code from...
2005-02-16 Art Cancro* Try to reach our cleanup routine when SIGSEGV is...
2005-02-16 Art Cancro* Applied patches submitted by Kevin Kilbride for TCP_C...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-02-01 Art Cancro* Changed CtdlRoomAccess() calling syntax in order...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-10-12 Art Cancro* Cleaned up some things that generated compiler warnings
2004-10-06 Michael Hampton* Fixup a few more compiler warnings from icc
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
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-08-28 Michael Hampton* Change the logging level of some messages and add...
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-06-09 Art Cancro*** empty log message ***
2004-06-07 Art Cancro* Changed "express message" to "instant message" everyw...
2004-05-15 Michael Hampton* Scheduler: when next_session is to be deleted, make...
2004-03-24 Art Cancro* Put a new memory leak checker into the server because...
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-22 Art Cancro* Generate self-signed certificate if keys/citadel...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-01-17 Art Cancro* Sysconfig commands for specifying where the LDAP...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-12-07 Michael Hampton* Minor enhancements to a few of the trace file entries
2003-09-03 Art Cancro* syslog messages now say session started/ended instead...
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-07-15 Art Cancro* Final bit of patching for the IPGM exploit. Random...
2003-07-14 Art Cancro* ipgm_secret is no longer set during setup. Now it...
2003-07-13 Art Cancro* Allow connect on unix domain sockets to Citadels...
2003-07-11 Art Cancro* Ignore comments in public_clients file
2003-07-11 Art Cancro* Automatically add 127.0.0.1 and config.c_fqdn to...
2003-07-11 Art Cancro* is_public_client() now caches the IP addresses of...
2003-07-10 Art Cancro* Added cs_addr field to struct CitContext -- holds...
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
next