Updated the COPYING file to have a 2015 date instead of 2012. Also removed the word...
[citadel.git] / citadel /
2015-11-26 Art CancroUpdated the COPYING file to have a 2015 date instead...
2015-11-25 Art CancroHandle importing of new config system in serv_migrate.c
2015-11-25 Art CancroRemoved unneeded newlines in serv_migrate.c
2015-11-16 Wilfried GoesgensAssert that we don't always have a valid session.
2015-11-15 Art CancroRemoved using_web_installer variable , we do not check...
2015-11-15 Art CancroReworked the setup program to use the new config system.
2015-10-29 Wilfried Goesgensmake shure we send a linebreak after the headers.
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-10-02 Art CancroCONF GETVAL and CONF PUTVAL are now implemented
2015-09-29 Art CancroLOOK AT ME I AM COMMITTING AGAIN
2015-09-29 Art CancroRemove dependency on configdb when auto-generating...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-08-04 Wilfried Goesgensfix pop3 Aggregator
2015-08-04 Wilfried Goesgensproperly terminate after running maintenance commands.
2015-08-04 Wilfried Goesgensmove pointer into a function.
2015-08-04 Wilfried GoesgensMove another message into the only file its used.
2015-08-04 Wilfried GoesgensMove function where its used.
2015-07-27 Wilfried GoesgensAdd cleanup routine which crawls the whole database...
2015-07-27 Wilfried Goesgensconst!
2015-07-27 Wilfried GoesgensAdd enums to hacking too.
2015-07-27 Wilfried GoesgensFix migrating of metadata
2015-07-24 Wilfried GoesgensModularise msgbase
2015-07-21 Wilfried GoesgensDisable houskeeping and wait for active background...
2015-07-21 Wilfried GoesgensAdd timeout facility for event contexts
2015-07-21 Wilfried GoesgensDisable houskeeping and wait for active background...
2015-07-13 Wilfried GoesgensAdd timeout facility for event contexts
2015-06-03 Art CancroExcluded c_min_workers from the temporary config loggin...
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-30 Art CancroRemove the check for older Berkeley DB version. Unfort...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art CancroConfig exporter complete.
2015-05-06 Art CancroCheck for existing non-legacy configuration needs to...
2015-05-06 Art Cancromerge
2015-05-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-05-05 Art CancroCtdlGetConfigInt() and CtdlGetConfigLong() converted...
2015-05-05 Art Cancrotemporary noisy logging of config activity
2015-05-05 Art CancroCompleted initial code for config system cutover. ...
2015-05-05 Art Cancroconfig migration endless typing meow
2015-05-05 Art Cancroconfig migration endless typing meow
2015-05-05 Art Cancroconfig migration endless typing meow
2015-05-05 Art Cancrohere be more migration
2015-05-05 Art CancroMoved more code over to the new config system
2015-05-04 Art CancroMigrated more to the new config system
2015-05-04 Art CancroMigrated more to the new config system
2015-05-02 Art Cancroserv_expire.c migrated to new config system
2015-05-02 Art Cancroserv_expire.c migrated to new config system
2015-05-01 Art CancroMigrated many other files to the new config system
2015-05-01 Art Cancromigrated serv_session.c to new config format
2015-05-01 Art Cancromigrated serv_rooms.c to new config format
2015-05-01 Art Cancromigrated serv_messages.c to new config format
2015-05-01 Art Cancromigrated serv_file.c to new config format
2015-05-01 Art Cancromigrated serv_crypto.c to new config format
2015-05-01 Art CancroMigrated serv_calendar.c to the new config format
2015-05-01 Art CancroMigrated serv_bio.c to the new config format
2015-05-01 Art CancroMigrated serv_autocompletion.c to the new config format
2015-05-01 Art CancroCompleted migrating control.o to new config format...
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2015-04-30 Art CancroCONF GET command ported to new config system
2015-04-29 Art CancroConverted databasesc to the new config format
2015-04-29 Art CancroConverted serv_extensions.c to the new config format
2015-04-29 Art CancroConverted sysdep.c to the new config format
2015-04-29 Art CancroConverted citserver.c to the new config format
2015-04-29 Art CancroConverted user_ops.o to new config format
2015-04-29 Art Cancroconfig.c ported to new system BROKEN BUILD ALERT
2015-04-25 Art CancroCompleted the get/set config functions.
2015-04-25 Art CancroMove location of variable declaration to silence warning
2015-04-25 Art CancroMove location of variable declaration to silence warning
2015-04-25 Art CancroSet up the CDB_CONFIG database
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-20 Art CancroRemoved c_ctdluid from struct config entirely
2015-04-20 Art Cancroctdluid is now specified on the command line with the...
2015-04-19 Wilfried GoesgensIn case of to many users online we throw an error;...
2015-04-18 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2015-04-18 Wilfried Goesgensset_default_values() in setup.c now gone completely
2015-04-18 Wilfried Goesgensset_default_values() in setup.c now gone completely
2015-04-17 Wilfried GoesgensIn case of to many users online we throw an error;...
2015-04-10 Art CancroRemoved the whole configlen thing. Seriously, WTF?
2015-04-10 Art CancroCall get_config() only once, not twice
2015-04-07 Art CancroCreate CDB_CONFIG database. Renamed some members of...
2015-04-02 Wilfried Goesgensfix uninitialised warning.
2015-04-01 Art CancroRan the releaseversion.sh script to mark everything... v9.01
2015-03-30 Wilfried GoesgensBy Harry Coin:
2015-03-30 Wilfried GoesgensBy Harry Coin:
2015-03-01 Wilfried GoesgensFix debian init script so it works with systemd.
2015-02-19 Wilfried GoesgensNeed to set the header data.
2015-02-19 Wilfried GoesgensRSSClient: Add the location header provided URL to...
2015-02-17 Wilfried GoesgensSend crashmessage just once per day.
2015-02-16 Wilfried GoesgensFix utf8-handling.
2015-02-14 Art CancroFixed the remaining bugs in roster iq replies.
2015-02-14 Art Cancrofix to previous commit
2015-02-14 Art CancroAdded a from= attribute to the reply to discovery queri...
2015-02-12 Art CancroChange copyright date in banner to 2015
2015-01-20 Wilfried GoesgensUse a Type for the stream pointers instead of void...
2015-01-13 Wilfried GoesgensSilence!
2015-01-13 Wilfried Goesgensdon't fetch & dereference pointers on shut down all...
2015-01-11 Wilfried Goesgensmore destriptions on how to transition.
next