some work on calendar
[citadel.git] / citadel / modules / upgrade / serv_upgrade.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-05 Art CancroWhile hunting for an internet address bug, cleaning...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-07-16 Art Cancroit now builds but does not do inbox filtering
2020-04-08 Art CancroFixed a bug in username key usage that was causing...
2019-10-21 Art CancroOn the first run of the server on an empty database...
2019-08-22 Art Cancrocleanup
2019-08-05 Art CancroModified the behavior of ForEachUser() to do the two...
2019-07-30 Art CancroRenamed cutuserkey() to cutusername(). Function has...
2018-09-03 Art CancroAdjRefCount() now runs synchronously, eliminating the...
2017-12-27 Art CancroReordered the locking and setting of user email address...
2017-12-26 Art Cancroserv_upgrade.c now has pre- and post- startup sections...
2017-12-26 Art Cancro * oldver is the version number of Citadel Server which...
2017-11-06 Art Cancrogetuserbyuid() now uses the extauth index, so we can...
2017-11-06 Art CancroInternal version number to 913 to activate UID indexing...
2017-11-06 Art CancroIndex by UID
2017-10-30 Art CancroRepurposed an old upgrade module for upcoming index...
2017-05-19 Art CancroAt login time, copy prefer email addresses for user...
2017-05-18 Art CancroCompleted the code to insert each email address for...
2017-05-16 Art CancroNew data format for internet addresses, convert old...
2016-04-20 Art CancroUse the new data format for RoomInfo in spoolcontrol...
2016-04-19 Art Cancroremove extra log message
2016-04-19 Art CancroDelete old room info and banner files after import
2016-04-19 Art CancroSet internal version number to 902.
2016-04-19 Art CancroImport roominfo and roompic files into the database.
2016-04-14 Art CancroBegin removing the decimal point from our version numbe...
2016-01-22 Art CancroRemoved an old crufty upgrade routing -- minimum upgrad...
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-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-05-05 Art Cancroconfig migration endless typing meow
2015-04-24 Art Cancrostarted setting up new config system
2015-04-07 Art CancroCreate CDB_CONFIG database. Renamed some members of...
2014-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-13 Art CancroCompleted the merge of a read-only, reader-only NNTP...
2012-02-05 Wilfried GoesgensQUEUE-Rooms: give it an own view.
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-27 Art CancroCompleted the overhaul of setup.
2012-01-16 Art CancroInstant expunge defaults to ON on new installations
2012-01-16 Art CancroFor new installations, full text index is ON by default.
2011-09-04 Art Cancroserv_upgrade will delete internal system accounts no...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-08-20 Art Cancro* Cleanup and tuning of previous commit
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-02-09 Art Cancro* serv_upgrade.c: don't clear out the LDAP config
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-04-28 Art Cancro* If running 7.60 code for the first time, serv_upgrade...
2009-01-18 Art Cancro* During server startup, if config.c_default_cal_zone...
2008-05-30 Art CancroOops, don't rebuild usersbynumber every time
2008-05-29 Art Cancrogetuserbynumber() now uses a proper indexed database
2008-05-28 Dave WestNow we name all the private contexts.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-01-19 Art CancroBacked out previous commit
2008-01-19 Art CancroApplied matt's latest patch set
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-03 Art CancroSite config protocol and UI for XMPP port numbers
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-07-31 Dave WestContinue phase 2 of modules stuff.