* add way to have tokens do their custom parse-time preevaluation; this involves...
authorWilfried Göesgens <willi@citadel.org>
Mon, 19 Oct 2009 19:16:23 +0000 (19:16 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 19 Oct 2009 19:16:23 +0000 (19:16 +0000)
commit24fb51aa089fb0d81bfe455789e99aec52b2d413
tree2ca5c6205921a884c11f79c0b9995ba3451495d1
parenta805e446d131d29cdbab38443b0bed0b4bd56293
* add way to have tokens do their custom parse-time preevaluation; this involves an api change to the RegisterNS function
* load iterators by the new parse time evaluator, not at runtime; Now we can find non-existant iterators at parse-time.
21 files changed:
webcit/context_loop.c
webcit/downloads.c
webcit/http_datestring.c
webcit/ical_subst.c
webcit/iconbar.c
webcit/inetconf.c
webcit/msg_renderers.c
webcit/netconf.c
webcit/notes.c
webcit/paramhandling.c
webcit/preferences.c
webcit/roomlist.c
webcit/roomops.c
webcit/serv_func.c
webcit/setup.c
webcit/siteconfig.c
webcit/subst.c
webcit/subst.h
webcit/useredit.c
webcit/webcit.c
webcit/who.c