* copy daves great handler script and modify it to fit the simpler needs of webcit.
authorWilfried Göesgens <willi@citadel.org>
Sun, 13 Jul 2008 22:33:01 +0000 (22:33 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 13 Jul 2008 22:33:01 +0000 (22:33 +0000)
commit76f23da782e9e80dad0a8ae1336230da5a6fa124
tree3b899152689055e75deddf68f9b95c7afb65b7c5
parenta94fae6a5731c70d51d7d2e9a21c8b52905de54a
* copy daves great handler script and modify it to fit the simpler needs of webcit.
* add init functions to all handler containing .c files; Register these calls in the init function
* replace strcmp URL to handler dispatcher by hashlist
* wrap calls that had more than one call in simple functions
35 files changed:
webcit/Makefile.in
webcit/addressbook_popup.c
webcit/auth.c
webcit/autocompletion.c
webcit/calendar.c
webcit/configure.ac
webcit/downloads.c
webcit/floors.c
webcit/graphics.c
webcit/iconbar.c
webcit/inetconf.c
webcit/mainmenu.c
webcit/messages.c
webcit/mk_module_init.sh [new file with mode: 0755]
webcit/netconf.c
webcit/notes.c
webcit/openid.c
webcit/paging.c
webcit/preferences.c
webcit/pushemail.c
webcit/roomops.c
webcit/setup_wizard.c
webcit/sieve.c
webcit/siteconfig.c
webcit/smtpqueue.c
webcit/summary.c
webcit/sysmsgs.c
webcit/useredit.c
webcit/userlist.c
webcit/vcard_edit.c
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c
webcit/who.c
webcit/wiki.c