* migrate the WHO struct to strbuf
authorWilfried Göesgens <willi@citadel.org>
Mon, 18 Aug 2008 19:47:07 +0000 (19:47 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 18 Aug 2008 19:47:07 +0000 (19:47 +0000)
commit3c8aa1790772c4f64f75a9c3ae3260154abd0120
treeb8d32f3f9a343b352eebd798b6ea5f093714b954
parent7ca8e99fd3d8b217eba5319febbc2439dee11b0f
* migrate the WHO struct to strbuf
* add SVPUTBuf() which can handle strbuffers
* register the ITERATOR("WHO")
* provide tokens via the who iterator func: WHO:NAME, WHO:ROOM, WHO:HOST, WHO:REALROOM, WHO:REALHOST, WHO:LASTACTIVE, WHO:SESSION, WHO:IDLE, WHO:NSESSIONS
* some fixes to do_template, and the whole other stuff
webcit/preferences.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/subst.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c
webcit/who.c