Completed the removal of $Id$ tags in the Citadel server. Also, since the strings...
authorArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 17:40:00 +0000 (13:40 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 17:40:00 +0000 (13:40 -0400)
commit1584426db07095ea60e782c96a74128880b04d3a
tree474befcd62ebc9666f5da26de869ec7a7ad9ce75
parent6106c1da54f0923550c7bdceb45246fb88e9ea19
Completed the removal of $Id$ tags in the Citadel server.  Also, since the strings returned from the
module init functions are now short names rather than entire Id tags, the phrase "Loaded module:" has
been prepended to the log messages which display them.
20 files changed:
citadel/modules/pop3/serv_pop3.h
citadel/modules/roomchat/serv_roomchat.c
citadel/modules/rssclient/serv_rssclient.c
citadel/modules/rwho/serv_rwho.c
citadel/modules/sieve/serv_sieve.c
citadel/modules/smtp/serv_smtp.c
citadel/modules/spam/serv_spam.c
citadel/modules/test/serv_test.c
citadel/modules/upgrade/serv_upgrade.c
citadel/modules/upgrade/serv_upgrade.h
citadel/modules/vcard/serv_vcard.c
citadel/modules/wiki/serv_wiki.c
citadel/modules/xmpp/serv_xmpp.c
citadel/modules/xmpp/serv_xmpp.h
citadel/modules/xmpp/xmpp_messages.c
citadel/modules/xmpp/xmpp_presence.c
citadel/modules/xmpp/xmpp_query_namespace.c
citadel/modules/xmpp/xmpp_queue.c
citadel/modules/xmpp/xmpp_sasl_service.c
citadel/scripts/mk_module_init.sh