[srvx-commits] CVS: services TODO,1.67,1.68
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-09-18 02:15:23
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv7619 Modified Files: TODO Log Message: update TODO Index: TODO =================================================================== RCS file: /cvsroot/srvx/services/TODO,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -r1.67 -r1.68 *** TODO 2001/09/10 19:37:30 1.67 --- TODO 2001/09/18 02:15:19 1.68 *************** *** 30,38 **** makes parsing rather easier, and is already done in proto_bahamut.c) ! Deprecate general use of irc_mode directly from services. Instead, ! add a varadic function to hash.c that can op/deop/etc. channel users ! "intelligently" based on the mode change string. ! DCC/telnet interface support (or straight IRC support :).. Modules: --- 30,39 ---- makes parsing rather easier, and is already done in proto_bahamut.c) ! Use ChangeChannelModes() in *serv.c instead of irc_mode(). ! DCC/telnet interface support. ! ! More flexible (and improved) logging -- sending to both files and ! IRC channels. Modules: |