Add macro so application code can more easily _not_ access iterator reserved parameters.
[citadel.git] / citadel /
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
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-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.
2015-01-11 Wilfried GoesgensFix seen expiration for RSS
2015-01-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-01-07 Art CancroMinor cleanup of rss parser in preparation for some...
2015-01-03 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2015-01-03 Art CancroEmpty handlers for closing tags of <bind> and <query...
2015-01-03 Art Cancrowhitespace cleanup
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...
2015-01-01 Wilfried GoesgensFix directory permission checks
2015-01-01 Wilfried GoesgensFix size calculation. thanks clang.
2015-01-01 Wilfried Goesgensooops! we intended to reset the timer in the loop!...
2014-12-31 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2014-12-31 Wilfried GoesgensAdjust preconditions for attempting a digest delivery.
2014-12-31 Art Cancromerge
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Art CancroRevert some of the later changes in XMPP and fix other...
2014-12-31 Wilfried GoesgensCreate more directories on whichs presence we rely...
2014-12-31 Wilfried GoesgensRevert xmpp back to a working state
2014-12-31 Wilfried GoesgensDigest delivery:
2014-12-31 Wilfried GoesgensAs clang told us: we have to check for empty buffer...
2014-12-29 Wilfried Goesgensstart defining stuff that could handle subtokens -...
2014-12-29 Wilfried Goesgens - enable TLS
2014-12-29 Wilfried GoesgensApply patches sugested by Taroe Hong plus some more...
2014-12-29 Wilfried GoesgensSMTP-Client: while evaluating failed attempts:
2014-12-29 Wilfried GoesgensProper handling in DNS queries: if the client decides...
2014-12-29 Wilfried GoesgensFix terminating of other contexts
2014-12-22 Wilfried Goesgensmore places to fix the new linebreak behaviour of the...
2014-12-22 Wilfried GoesgensThe new base 64 encoder adds linebreaks, we need to...
2014-11-22 Wilfried Goesgensoutput the session ids when logging that we kill'em
2014-11-22 Wilfried GoesgensFucked up the sequence of arguments for the floodprotec...
2014-11-16 Art CancroAdded <progress> tags to our export format. This will...
2014-11-14 Art CancroRemove legacy command ARTV
2014-11-11 Wilfried GoesgensRevert parts of b11aa21e7968de3591f30d7af1ba561fab7bc53...
2014-11-11 Wilfried Goesgenssome more places for the transition IO->DB queue
next