citadel.git
2016-01-03 Wilfried Goesgensits wCLog now, as js styleguides command us.
2016-01-03 Wilfried Goesgensadjust case
2016-01-03 Wilfried GoesgensIf we find '/' in message IDs, only use the following...
2016-01-03 Wilfried GoesgensAdd macro to calculate a hash from a part of the message id
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 Wilfried GoesgensAdd publish button to \edit rooms
2016-01-02 Wilfried Goesgensfix token.
2016-01-02 Wilfried GoesgensAdd the IDs of a message to the markup, so .js can...
2016-01-02 Wilfried GoesgensAdd new conditional that finds whether a room name...
2016-01-02 Wilfried GoesgensFollow type change to StrBuf
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...
2016-01-01 Wilfried GoesgensTemplatize.
2015-12-31 Wilfried GoesgensAdd new mask to create a blog + edit room with sample...
2015-12-31 Wilfried GoesgensFix flipping to alternate templates, and add success...
2015-12-31 Wilfried GoesgensFix free loading of other templates; add success flag.
2015-12-31 Wilfried GoesgensParametrize the escaping of the IMPORTANTMESSAGE token.
2015-12-30 Wilfried GoesgensTemplatize the info editing boxes
2015-12-27 Wilfried Goesgensrename template so the name is more meaningfull.
2015-12-26 Wilfried GoesgensRework blogview renderer, so it can build the threads...
2015-12-26 Wilfried GoesgensAdd more headers that only appear on the transport...
2015-12-21 Wilfried Goesgensput standard handlers into their own enum-lookupable...
2015-12-21 Wilfried GoesgensUse a table similar to citserver to map message fields.
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-20 Wilfried GoesgensSplit mailview renderers from mailview tokens
2015-12-20 Wilfried GoesgensRemove function from header.
2015-12-20 Wilfried GoesgensRemove function from header.
2015-12-20 Wilfried Goesgensremove disappeared function from header.
2015-12-20 Wilfried GoesgensRemove unneccesary stuff from webcit.h
2015-12-13 Wilfried Goesgensadd preference whether the user prefers to send markdow...
2015-12-13 Wilfried GoesgensAllow to stack contexts into message renderers.
2015-12-13 Wilfried Goesgensfix peramnent link to blog entry
2015-12-13 Wilfried GoesgensAdd new setting to disable posting of notification...
2015-12-13 Wilfried Goesgensfix link
2015-12-12 Wilfried GoesgensTemplate the last bits of the blog view.
2015-12-12 Wilfried Goesgensadd template token to output the current hostname
2015-12-12 Wilfried GoesgensUse strbuf in template token handler
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-12-03 Wilfried GoesgensBy John Goerzen: fix buffer overrun in the text client...
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-21 Wilfried GoesgensCleanup
2015-11-19 Wilfried Goesgensfinalize vcard list display
2015-11-19 Wilfried Goesgensfix vcard sorting and tabs
2015-11-19 Wilfried GoesgensFix off by one when cutting utf8-strings
2015-11-17 Wilfried Goesgensremove wrong output of tail item
2015-11-17 Wilfried GoesgensCleanup vcard rendering code
2015-11-17 Wilfried GoesgensFinalize vcard list templates
2015-11-17 Wilfried GoesgensMake the swap buffer content function publically available.
2015-11-17 Wilfried GoesgensHTML-escape tablabels.
2015-11-16 Wilfried GoesgensTemplatize email list interface.
2015-11-16 Wilfried GoesgensFinalize new iterator property tokens: COND:ITERATE...
2015-11-16 Wilfried GoesgensMake it const.
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-11-09 Wilfried Goesgensmove CTX_VCARD one layer up: so we have the message...
2015-11-09 Wilfried GoesgensCleanup templating of vcard lists
2015-11-09 Wilfried GoesgensAdd modulo operator for the list iterator so the templa...
2015-11-06 Wilfried GoesgensCleanup vcard rendering code to be better able to templ...
2015-10-29 Wilfried GoesgensOutput really all email headers in the mail headers...
2015-10-29 Wilfried Goesgensmake shure we send a linebreak after the headers.
2015-10-18 Wilfried GoesgensFinalize vcard editing:
2015-10-18 Wilfried Goesgens - Add new function for demo printing hashes
2015-10-12 Wilfried GoesgensStart migrating the vcard editing formulars to templates
2015-10-12 Wilfried GoesgensFix json structures; need to use the LKEY & lHashfunc
2015-10-11 Wilfried GoesgensCleanup.
2015-10-11 Wilfried Goesgensfix buffer overrun
2015-10-11 Wilfried Goesgensfix memory leak for invavlid HTTP-Heeaders
2015-10-11 Wilfried GoesgensAdd propper debugging for lflathashs, crash if debug...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-11 Wilfried GoesgensImplement template based display of a single vcard.
2015-10-11 Wilfried GoesgensImplement iterators over vcard types, used vcard fields...
2015-10-11 Wilfried GoesgensAdd macro so application code can more easily _not_...
2015-10-11 Wilfried Goesgensthis way around the filter logic status is more common...
2015-10-07 Wilfried GoesgensFix error handling to avoid XSS attacks.
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 Goesgensremove unused variable
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