* Moved instant messaging into its own module -- serv_instmsg
authorArt Cancro <ajc@citadel.org>
Thu, 8 Apr 2010 04:33:45 +0000 (04:33 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 8 Apr 2010 04:33:45 +0000 (04:33 +0000)
commitc1ea6daf1e5c0a32265581410d6a45998b531440
tree74d27834dd2ab5371ac1dc474500d5636e830dba
parent54963cfb344805cba6bb6e43c9a54421fa4146ea
* Moved instant messaging into its own module -- serv_instmsg
* Removed serv_chat and the CHAT command
* Implemented serv_roomchat and the RCHT command, which implements a brand new chat protocol
citadel/modules/chat/serv_chat.c [deleted file]
citadel/modules/chat/serv_chat.h [deleted file]
citadel/modules/instmsg/serv_instmsg.c [new file with mode: 0644]
citadel/modules/instmsg/serv_instmsg.h [new file with mode: 0644]
citadel/modules/roomchat/serv_roomchat.c [new file with mode: 0644]
citadel/server.h
citadel/textclient/client_chat.c