some work on calendar
[citadel.git] / citadel / citserver.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-12 Art CancroSeed the random number generator before the config...
2022-01-06 Art Cancrorandom acts of style cleanup
2021-05-26 Art Cancrohere have code
2021-05-08 Art CancroRemoved the backtrace stuff. It wasn't producing trace...
2021-05-02 Art CancroNew server option -b to specify the name of a file...
2021-01-30 Art Cancrodon't run this, it's broken
2021-01-27 Art CancroOfficially declare war on LHFS
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2020-07-06 Art CancroZZMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-05 Art CancroRemoved some leftover dependencies on message fields...
2019-09-25 Art CancroThe index key for user records now omits non-alphanumer...
2019-02-19 Art CancroThe battle against bit rot continues!
2018-07-27 Art Cancroindent -kr -i132 citserver.c
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2017-09-24 Art CancroLDAP search
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-04-09 Art CancroMoar cleanup
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2016-09-10 Art CancroSimple concurrency lock to prevent multiple citservers...
2016-01-23 Wilfried GoesgensSilence logging in non-debug usecases. The raspii users...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-06-03 Art CancroFinished migrating legacy control record to new config...
2015-05-30 Art Cancroremove the buried and not updated copyright notice
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art CancroCompleted initial code for config system cutover. ...
2015-04-29 Art CancroConverted citserver.c to the new config format
2015-04-24 Art Cancrostarted setting up new config system
2015-04-20 Art Cancroget_config() is now called from master_startup() immedi...
2015-04-10 Art CancroCall get_config() only once, not twice
2015-01-01 Wilfried GoesgensAdd more plausability checks during startup so the...
2015-01-01 Wilfried Goesgensproperly abort if we fail to create debug files instead...
2014-10-23 Wilfried Goesgens*gna*
2014-10-23 Wilfried GoesgensAdd DB/IO/W to backtraces
2014-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-09-30 Art Cancrocontinuing war on unnecessary include of sys/time.h
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-15 Wilfried Goesgenscleanup: remove unneeded includes.
2013-09-14 Wilfried Goesgensuser access level helper moved to the other accesslevel...
2013-09-14 Wilfried Goesgensde-apify GenerateRoomDisplay(), its only needed in...
2013-09-14 Wilfried Goesgensstart moving system commands into its own file
2013-09-14 Wilfried Goesgensmove Mesg commands to serv_files; they basicaly also...
2013-09-14 Wilfried GoesgensApiize CtdlIsPublicClient()
2013-09-14 Wilfried Goesgensmove session related functions to ctdlproto/serv_session.c
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove simple subtstitution functions to the message...
2013-02-20 Wilfried GoesgensOPENID: if self service account creation is disabled...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
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...
next