Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / who.c
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...
2021-08-14 Art CancroAdditional work on the alias table. This is taking...
2019-03-14 Art Cancroremoved user/host/room masquerade from both clients
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-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-08-07 Wilfried GoesgensSMTP-Queue: display the SMTP-State
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-07-12 Wilfried GoesgensWHOLIST: add the possibility to filter the wholist...
2012-07-09 Wilfried GoesgensWHQ: templatize editing of user; fix handling of output...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* used wrong conditionals, fixed
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-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-05-02 Wilfried Göesgens* upsi. double free.
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-02-15 Wilfried Göesgens* do linebuffered reading from server
2009-02-15 Wilfried Göesgens* use the new nexttoken to deserialize the wholist...
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-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-11-19 Wilfried Göesgens* rework who.c so it doesn't use svput() and friends...
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-03 Art CancroFinished the trailing_javascript API and moved a few...
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-11 Wilfried Göesgens* Templatize IGNet Node Config
2008-09-10 Wilfried Göesgens* print errormessages into templates if possible in...
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-24 Wilfried Göesgens* fix Nullpointer Access in msgescputs
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-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-04-26 Wilfried Göesgens* migrated to new hash create signature
2008-04-21 Art CancroMinor formatting cleanup
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-03-09 Wilfried Göesgens* if we get a zero length line, skip the whole processing.
2008-03-02 Wilfried Göesgens* prefer the actual session id
2008-03-02 Wilfried Göesgens* make server_getln return the number of bytes it read
2007-10-03 Thierry Pasqualierfix the who is online display
2007-09-05 Thierry Pasqualierdisplay banner always similarly
2007-08-12 Thierry Pasqualierwholist screen : cleaning CSS / HTML codes
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-08 Thierry Pasqualier- Simplified the user list for summary
2007-07-07 Thierry Pasqualier- Deleted the (too wide) remote host in summary screen
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-13 Wilfried Göesgenstolowered the embedded html.
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-23 Wilfried GöesgensDone with doxygenizing
2005-11-06 Art Cancro* Found and removed more absolute URL's.
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-11-03 Art Cancroremoved some absolute urls
2005-09-18 Art Cancro* Discovered that Prototype makes it easy to auto-refre...
2005-09-18 Art Cancro* summary.c: summary screen is now updated using ajax...
2005-09-18 Art Cancro* Added a "random number" parameter to the wholist...
2005-09-18 Art Cancro* Switched the wholist updater to Prototype's AJAX...
2005-08-22 Art Cancro* vcard_edit.c webcit.c webserver.c who.c : i18n
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-07-23 Art Cancro*** empty log message ***
2005-07-23 Art Cancro* New AJAX-based wholist refresh
2005-07-22 Art Cancro* 'whobbs' is now 'who'
2005-07-13 Art Cancro* Use the new icons in more places.
2005-07-13 Art Cancro* Installed the final batch of new icons
2005-06-23 Art Cancro*** empty log message ***
2005-06-18 Art Cancro* Replaced the most recent batch of icons with a "bette...
2005-06-11 Art Cancro* Integrated the first batch of new icons.
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-03-30 Art Cancro* Changed the color of the side button bar
2005-03-07 Art Cancro* auth.c: shrink the margins on the login screen so...
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-14 Art Cancro* Started changing some of the top-level tables from...
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-11 Art Cancro*** empty log message ***
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-12-07 Art Cancro* Finally tracked down the WC->vars heap corruption...
2004-06-10 Art Cancro* Made all the title boxes the same background color...
2003-05-15 Art Cancro* look and feel overhaul -- almost done!
2003-05-13 Art Cancro* Begin migration to the new "rounded boxes" look
next