Upsie, usleep is 10^6 times smaller than sleep
[citadel.git] / citadel / citserver.c
2012-09-16 Wilfried GoesgensUpsie, usleep is 10^6 times smaller than sleep
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-08-05 Wilfried GoesgensFix some issues reported by cppcheck
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
2012-07-23 Wilfried Goesgenscmd_TERM: oops, non aides may kill their own sessions.
2012-07-23 Wilfried Goesgenscmd_TERM: only aides may kill other sessions.
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-01-27 Art CancroConverted struct config back to an ordinary struct...
2012-01-27 Art CancroMore sane behavior on a new installation
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-24 Art CancroInclude the server's startup time as one of the output...
2012-01-18 Art Cancrosendcommand now uses the admin socket, eliminating...
2011-09-07 Wilfried Goesgensremove unused code; evaluate returnvalues.
2011-09-04 Art CancroCondense the default wholist when there are multiple...
2011-09-04 Wilfried Goesgenscorrect debug logging string.
2011-09-04 Art CancroLog citadel protocol commands using the session number
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-09-04 Art CancroReplaced cached_msglist array with a btree persistent...
2011-09-04 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-09-04 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-09-04 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-09-04 Art CancroINFO command 'openid support' is now indicated as the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-05-08 Wilfried GoesgensAdd backtrace debugging facility that doesn't add lineb...
2011-04-28 Wilfried Goesgensfix gcc warning about it not knowing which pointer...
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgensby jimcuclamath: use defines instead of numbers for...
2010-11-22 Wilfried GoesgensAdd PID/GID/UID of communications parters with unix...
2010-11-22 Wilfried GoesgensLog remote-IP on login attempts
2010-09-03 Art CancroCtdlAccessCheck() may now be passed a new access level...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-31 Art CancroAmend the INFO command to alert the client whether...
2010-08-16 Art Cancro* citserver locate_host() migrated to getpeername(...
2010-08-16 Art Cancro* Suppress hostname lookup for trusted clients
2010-06-03 Wilfried Göesgens* begin_session(): output the type of session and the...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-17 Art Cancro* During setup, the default LDAP port number is now...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-24 Art Cancro* zapped some of the 'TODO: document me' in citserver.c
2009-11-10 Dave WestGrabbed a chunk of code out of citserver.c cmd_term...
2009-11-10 Dave WestCleaned a few warnings about deprecated functions.
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-24 Dave WestFix that annoying warning about signedness.
2009-10-17 Dave WestCitadel API clean up.
2009-10-14 Art Cancro* Generate diffs old-to-new instead of new-to-old....
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-06-21 Wilfried Göesgens* add support for reading the UID via getsockopt from...
2009-05-31 Art Cancro* New session variable 'can_receive_im' which indicates...
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Added unused cmdbuf parms to more cmd_xxxx() functions
2009-04-17 Art Cancro* Removed XYZZY command. Nothing happens.
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete
2009-04-06 Wilfried Göesgens* enable the watcher do differenciate between crash...
2009-03-04 Art Cancro* Updated the wording of the output of a DOWN command...
2009-01-16 Art Cancro* Removed the NETF command and the UI elements which...
2008-07-17 Dave WestAdded code to provide a preliminary single user mode.
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-06-02 Art CancroExport format has changed due to the addition of a new
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-21 Art Cancrosvn_revision() now declared in svn_revision.h
2008-03-20 Dave WestNow the text client and webcit show the servers svn...
2008-03-19 Art CancroEVT_LOGOUT hooks are now called with the thread's current
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-03-07 Art CancroAdded a RENU command (REName a User)
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-02-13 Art CancroRemoved the 'defrag databases' stub function and command
2008-02-10 Wilfried Göesgens* make the aide-room public postable for cron, hostmast...
2008-01-24 Art CancroNothing happens.
2008-01-23 Art CancroImplemented the XYZZY command.
2008-01-20 Art CancroAdd remote hostname and IP address to 'Session started...
2008-01-17 Art CancroFixed infinite-loop bug in room name display code.
2008-01-13 Wilfried Göesgens* avoid some function calls openBSD doesn't like us...
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2007-12-29 Dave WestFixed up a compiler warning
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-07 Dave WestCtdlThreadSelect no longer needs to be told which threa...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-11-27 Dave WestDebug code to show thread table is now back in. Thiss...
2007-11-27 Dave WestNow do garbage collection every second.
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-05 Art CancroNew 231 response code (SERVER_SHUTTING_DOWN)
2007-11-04 Wilfried Göesgens* initializing strings empty faster.
2007-08-30 Wilfried Göesgens* modify the ld + cflags for gprof and backtrace if...
2007-08-29 Wilfried Göesgens* make backtrace optional.
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-23 Dave WestClean up unused include of serv_network.h
next