Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / preferences.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...
2013-02-05 Wilfried GoesgensSyslog: adjust loglevels to sane values.
2012-12-05 Wilfried GoesgensGVEA: StrLength is NULL-Safe and truly tells us whether...
2012-12-05 Wilfried GoesgensChoose default sender email address by envelope recipient
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-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-18 Art CancroVILE SLEAZY HACK. If anyone had their start page confi...
2012-03-18 Art Cancrostyle cleanup
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2011-11-13 Art CancroRenamed 'groupdav' to 'dav' in filenames
2011-09-05 Wilfried Goesgensremove unused copy to WCC
2011-09-04 Wilfried Goesgensmove the rest of the places to use AppendImportantMessa...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Art CancroRemoved the unused second argument from the do_template...
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroTuned up the 'logged in as' / 'not logged in' ...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-07-08 Wilfried Göesgens* switch to enum, enums are nice.
2010-06-17 Wilfried Göesgens* bust the other places still accessing token values...
2010-04-08 Wilfried Göesgens* change_start_page(), LoadStartpage(): check whether...
2010-01-16 Wilfried Göesgens* if the config room has another view than VIEW_BBS...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-10-25 Wilfried Göesgens* use macro for templateparam custom parameters
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-22 Wilfried Göesgens* new token to put in the actual filename (just works...
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-10-15 Wilfried Göesgens* add numeric floor setting reader
2009-06-30 Art Cancro* Removed the RSS output code (which was still in TECH_...
2009-06-19 Art Cancro* locate_user_vcard_in_this_room() lost the ability...
2009-06-17 Art Cancro* ParsePref() was returning if it encountered a blank...
2009-06-16 Wilfried Göesgens* convert old preferences with deffective URLs on load.
2009-06-12 Wilfried Göesgens* specify image sizes for faster rendering
2009-06-09 Wilfried Göesgens* be a bit more thorough with nulls
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-05-20 Wilfried Göesgens* move end-of-session-save prefs to session detach...
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-05-05 Wilfried Göesgens* done should be initialized...
2009-05-04 Wilfried Göesgens* remove more serv_readln etc...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-02-10 Wilfried Göesgens* add name of callback hook for logging (yes, I LOVE...
2009-02-07 Wilfried Göesgens* fix memleaks in preferences
2009-01-26 Wilfried Göesgens* fix memleak in preferences
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-21 Art Cancro* ParsePref() was passing NULL values to the target...
2009-01-18 Wilfried Göesgens! fix crash in X-Preferences API; return NULL if not...
2009-01-11 Wilfried Göesgens* complete the sorting api by non-room based preferences
2009-01-10 Wilfried Göesgens* realize types in preferences like thought at the...
2009-01-10 Wilfried Göesgens* merge in matts r6917 so it doesn't colide with ongoin...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-05 Art Cancro* icaltime_from_webform() now populates struct icaltime...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-18 Wilfried Göesgens* split serialize/deserialize from message load/control...
2008-12-18 Wilfried Göesgens* add conditional for whether a preference value is...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-23 Wilfried Göesgens* finish selectboxes in Mailedit dialogs
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-06 Wilfried Göesgens* put filename reference into token, so we can put...
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-10 Wilfried Göesgens* print errormessages into templates if possible in...
2008-09-08 Wilfried Göesgens* fix COND:PREFS
2008-08-31 Wilfried Göesgens* cleaneup allocation
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-19 Wilfried Göesgens* use strbuffer stresc functions
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-06 Wilfried Göesgens* first aproach to formalize preferences; modules can...
2008-08-03 Wilfried Göesgens* abstract setting per room preferences
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-14 Wilfried Göesgens* fix loop termination trouble
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* fixed several tiny flaws
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-09 Wilfried Göesgens* catch some more error conditions, double frees...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-04-30 Wilfried Göesgens* updated listsorts to have '0' as sort order in all...
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-03-19 Wilfried Göesgens* this way arround some compilers like the casts better.
2008-02-23 Wilfried Göesgens* add icon directory
2008-02-12 Art CancroRemoved some spurious trace messages
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-22 Wilfried Göesgens* use the hash to store our config.
2008-01-22 Art CancroFixed the webcit preferences bug once and for all,...
2007-10-27 Dave WestUser can now choose to hide or display floors that...
2007-10-12 Art CancroAdded a preference setting to allow each user to choose
next