Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / modules / ctdlproto /
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-07-24 Wilfried GoesgensModularise msgbase
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-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-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-17 Wilfried GoesgensIn case of to many users online we throw an error;...
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-12-08 Wilfried GoesgensMARKDOWN: two more places to handle the new room mode.
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup: remove unneeded includes.
2013-09-14 Wilfried Goesgensmove cmd_isme to serv_user.c
2013-09-14 Wilfried Goesgensmove cull to serv_syscmds
2013-09-14 Wilfried Goesgensmove log switcher funcs to serv_syscmds.c
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 Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-14 Wilfried GoesgensApiize CtdlIsPublicClient()
2013-09-14 Wilfried Goesgensoops, forgot to add the user commands
2013-09-14 Wilfried Goesgensmove session related functions to ctdlproto/serv_session.c
2013-09-14 Wilfried Goesgensmove citadel room functions into its own file.