Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / paramhandling.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2019-02-12 Art CancroReject url_keys of invalid size instead of crashing
2016-04-23 Art CancroAdded a cast to silence a compiler warning
2015-10-18 Wilfried GoesgensFinalize vcard editing:
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-05-19 Wilfried GoesgensAdd way to have structured URL-parametrs using : in...
2015-05-10 Wilfried GoesgensAdd way to have structured URL-parametrs using : in...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-14 Art CancroAdjusted paramhandling to accept parameters with empty... v8.20
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-10-27 Wilfried GoesgensBSTR: add method to run-time add numbers
2012-10-21 Wilfried GoesgensURL-Parsing: fix off by one when checking the length...
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-08-25 Art CancroWhen logging an invalid url_key include the browser...
2012-08-25 Wilfried GoesgensURL-Parsing: abort on error.
2012-08-24 Wilfried GoesgensPARAMHANDLING: add parser for paired lists; which then...
2012-08-08 Art CancroWhen logging invalid url_key, do not include the attemp...
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Art CancroRemoved some temporary log messages
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroReworking the enter message and attach dialogs
2010-09-03 Art CancroRemove HKEY from call to strncmp so that it compiles.
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* block parameters starting with __ from making it...
2010-08-17 Wilfried Göesgens* add a leading '?'
2010-08-17 Wilfried Göesgens* BSTR:FORWARD : just append a query param if it was...
2010-06-17 Wilfried Göesgens* bust the other places still accessing token values...
2010-06-17 Wilfried Göesgens* upsie. that conversion to strbuf was still hanging...
2010-01-24 Art Cancro* svn id tag
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-07-08 Wilfried Göesgens* migrate more of the upload handling to strbuf
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* don't alloc urlbuf if we don't need it
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle: