Fixed the version number display in the template
[citadel.git] / citadel /
2016-05-03 Art CancroHide the Telephone Number field in the site config...
2016-05-03 Art CancroFixed some fields in the legacy CONF PUT command, they...
2016-05-03 Art CancroWait longer (30 seconds instead of 10) to connect to...
2016-05-03 Art Cancrodatabase_cleanup.sh has another table to clean
2016-04-24 Art CancroRemoved the logic that attempted to deliver mailing...
2016-04-24 Art CancroNew command CONF LISTVAL to output the whole system...
2016-04-24 Art CancroMoved all of techdoc/ into docs/ ... for now
2016-04-24 Art CancroHelp text for the <.H>elp: commands in the text client...
2016-04-23 Art CancroRemoved all references to ctdl_hlp_dir. cmd_mesg(...
2016-04-23 Art CancroRemoved the HAVE_STRERROR directive and our replacement...
2016-04-23 Art CancroRemoved all substitution variables from the help files...
2016-04-23 Art Cancroslight changes to the help files
2016-04-21 Art CancroYes, I'm preparing for the "help" directory to be moved...
2016-04-21 Art CancroRemove the "nice" help file. Seriously, it's 2016.
2016-04-21 Art CancroRemoved the "hours" help file. What are we, some 13...
2016-04-21 Art CancroRemoved the "shamelessly swiped from QuartzBBS" languag...
2016-04-20 Art Cancrostyle cleanup
2016-04-20 Art CancroULRI and DLRI commands now replace _roompic_ upload...
2016-04-20 Art CancroRemoved upload and download of _roompic_ keyword. ...
2016-04-20 Art Cancromaga
2016-04-20 Art CancroUse the new data format for RoomInfo in spoolcontrol...
2016-04-19 Art CancroMigrated the EINF and RINF commands to the new data...
2016-04-19 Art CancroRINF command migrated to new data format
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-15 Art CancroAC_INIT now declares a non-decimal version number
2016-04-14 Art CancroBegin removing the decimal point from our version numbe...
2016-04-13 Art CancroRemoved the _floorpic_ infrastructure entirely -- we...
2016-04-13 Art CancroFinished the ULUI command. Need to update WebCit befor...
2016-04-13 Art CancroRemove previous commit, we actually have GuessMimeByFil...
2016-04-13 Art CancroRevert "quickie function guess_image_content_type(...
2016-04-13 Art Cancroquickie function guess_image_content_type() to guess...
2016-04-13 Art Cancromoar code heere
2016-04-12 Art CancroMore skeleton code
2016-04-12 Art CancroRemove the _userpic_ functionality from UIMG , it is...
2016-04-12 Art CancroSkeleton ULUI command and cmd_ului() function. Also...
2016-04-12 Art Cancrofix warnings - remove variables no longer needed
2016-04-12 Art Cancroupdate the comments in cmd_dlui() to match what I put...
2016-04-12 Art CancroUpdated some comments.
2016-04-11 Art CancroRemoved old userpic command from the citadel server...
2016-04-11 Art CancroMoved webcit display of user photo to the new protocol
2016-04-10 Art CancroRemove all references to userpic dir other than those...
2016-04-10 Art Cancrofixed old coding style
2016-04-09 Art CancroUser profiles (bios) are now stored as MIME in the...
2016-04-01 Art Cancrorssclient.c - dont compare null strings
2016-04-01 Art CancroUse a tokenizer for ParseRoomNetConfigFile() because...
2016-03-26 Art Cancroremoved some trace messages
2016-03-25 Art CancroRemoved the "filter" parameter from CtdlForEachNetCfgRo...
2016-01-23 Wilfried Goesgensmore log silencing.
2016-01-23 Wilfried GoesgensSilence the SMTP server.
2016-01-23 Wilfried GoesgensSilence logging in non-debug usecases. The raspii users...
2016-01-23 Wilfried Goesgensadd missing reply for header listing chat start
2016-01-23 Wilfried GoesgensRevert the parts of 03cd7985fad9d51530f613304869f3b7960...
2016-01-23 Art CancroLearned that LOG_ALERT is not really appropriate for...
2016-01-23 Art CancroIGnet sharing is working properly with the configdb...
2016-01-23 Art Cancrocloser...
2016-01-22 Art CancroRemoved an old crufty upgrade routing -- minimum upgrad...
2016-01-18 Art Cancroremoved some newlines from above
2016-01-18 Art CancroHandle zero-length legacy netconfig files correctly...
2016-01-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-04 Art CancroAlmost done...
2016-01-03 Wilfried GoesgensConstruct the msgid for wiki entries by appending the...
2016-01-03 Art CancroRemove unneeded newlines from syslog calls
2016-01-03 Art Cancromore progress on callers
2016-01-03 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2016-01-03 Art CancroRemoved the caching of netconfig entries. The caching...
2016-01-03 Art CancroChanged the way we log errors if serv_vcard cannot...
2016-01-02 Art CancroI should drink more while writing this
2016-01-02 Art CancroDONALD TRUMP IS AWESOME
2016-01-02 Art CancroWhen deleting a room, delete its netconfig configdb...
2016-01-02 Art CancroConvert netconfigs to configdb entries at startup.
2016-01-02 Art Cancroroom_ops.c: minor style cleanups which barely justify...
2016-01-01 Art Cancronetconfig.c: Remove unnecessary newlines from syslog
2016-01-01 Art Cancro* New function CtdlDelConfig() to delete a config db...
2015-12-26 Wilfried GoesgensAdd more headers that only appear on the transport...
2015-12-20 Wilfried GoesgensImplemnet new message listing mode, that allows to...
2015-12-20 Wilfried GoesgensAdd lookup table for message headers instead of doing...
2015-12-20 Wilfried Goesgensmove FourHash into libcitadel.
2015-12-20 Wilfried GoesgensImprove documentation:
2015-12-13 Wilfried GoesgensAdd new setting to disable posting of notification...
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
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.
next