Mailing list header changes (fuck you Google)
[citadel.git] / webcit / inetconf.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...
2017-06-14 Art CancroWebCit (classic) now loads obsolete "directory" domains...
2017-06-05 Art CancroDo not allow "directory" domains to be configured in...
2015-03-01 Wilfried GoesgensFix memory leaks; need to register lookups so their...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-12-17 Wilfried GoesgensRoom-Editing: offer a dropdown to choose from configure...
2011-09-04 Wilfried Goesgensmove the rest of the places to use AppendImportantMessa...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
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...
2010-10-03 Wilfried Goesgens* use the const str type libcitadel gives us, instead...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* don't use sv* here
2009-11-15 Art Cancro* Added a new category 'fallback smart host'. These...
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-06 Wilfried Göesgens* trim() whitespaces from inetconf values on save;...
2009-06-28 Wilfried Göesgens* add custom notification targets config interface
2009-05-04 Wilfried Göesgens* remove old style server communication.
2009-02-07 Art Cancro* save_inetconf was clobbering the screen. Fixed it...
2009-02-01 Wilfried Göesgens+ new way to retrieve integers from templates (bstr...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
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-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-06 Wilfried Göesgens* put filename reference into token, so we can put...
2008-11-06 Wilfried Göesgens* upgrade hash retriever function, it now takes the...
2008-10-30 Wilfried Göesgens* fix pre-conditions; since we load & keep the config...
2008-10-06 Art CancroCleaned up some bad html
2008-10-05 Art CancroApplied the patch to add dtx's ClamAV integration module.
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-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-04-07 Art CancroRemoved the 'Gateway Domain' function from the entire...
2007-10-20 Thierry Pasqualierimproved inet conf screen : altern rows
2007-10-20 Thierry Pasqualierimproved inet conf screen
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-05-02 Wilfried Göesgens* added masquerade domain feature.
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2006-07-06 Wilfried Göesgens* don't translate citadel commands!
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-21 Wilfried Göesgensmore doxygen doku.
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-09-18 Art Cancro* summary.c: summary screen is now updated using ajax...
2005-08-19 Art Cancro* inetconf.c, listsub.c, part of mainmenu.c: i18n
2005-08-19 Art Cancro* inetconf.c: partial i18n
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-20 Art Cancro* inetconf.c: in save_inetconf(), eliminate sizeof...
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-19 Art Cancro* The previous <div style=\"margin-right:1px\"> has...
2005-02-19 Art Cancro* Replaced all the "centered 99% tables" with 100%...
2005-02-16 Art Cancro* inetconf.c: fixed memory management problem that...
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-01-14 Art Cancro*** empty log message ***
2005-01-13 Art Cancro* Insert a newline between </div> and <div id="text">
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-07-21 Art Cancro* Internet Configuration screen looks a little neater now
2004-07-21 Art Cancro* Completed the "Internet Configuration" screen
2004-07-16 Art Cancro* more work on inetconf screen
2004-07-14 Art Cancro*** empty log message ***
2004-07-13 Art Cancro* inetconf.c: added. Not finished yet.