New server command DLAT (DownLoad ATtachment) which
[citadel.git] / citadel / citserver.c
2006-10-28 Art CancroNew server command DLAT (DownLoad ATtachment) which
2006-07-19 Art CancroAdd the cal zone to INFO command
2006-07-06 Art Cancro* New HALT command shuts down server but suspends inste...
2006-03-24 Art Cancrominor tweaks to cmd_mesg
2006-03-18 Art CancroSilenced some compiler warnings
2006-03-08 Art Cancrodon't trip the idle timer on a TIME command.
2006-03-06 Art CancroRWHO command no longer trips the idle timer
2006-03-02 Art CancroINFO command now reveals whether new user create can...
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2006-01-15 Art Cancro* citserver.c: patch submitted by matt to keep the...
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-10-08 Art Cancrobugzilla 164
2005-10-06 Art Cancro* Added the EUID command to search for a message by...
2005-10-04 Art Cancro* CtdlOutputPreLoadedMsg() calling syntax has changed...
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
next