]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
http://sourceforge.net/tracker/index.php?func=detail&aid=1174897&group_id=4905&atid...
[irc/evilnet/x3.git] / ChangeLog.X3
index 92faaf18581d572d7606f0854302317cf88a81ce..e75775a016eaa6b5d5aaa6a305366c08e9f583e5 100644 (file)
 /***********************************************************************
  X3 ChangeLog
 
+2005-08-12  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Modified resync to work accourding to automode
+       setting, and fixed a buffer overflow problem.
+
+       * src/chanserv.help: updated set automode and rsync help.
+
+       * src/nickserv.h: Added an autohide setting to nickserv/authserv that
+       sets +x on AUTH.
+
+       * src/nickserv.c: Added an autohide setting to nickserv/authserv that
+       sets +x on AUTH.
+
+2005-08-12  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
+       of 'voice' setting.  + Rewording setting help
+
+       * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
+       of 'voice' setting.
+
+       * src/chanserv.help: Added help for automode. + Rewording setting help
+
+2005-08-11  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
+
+       * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
+
+       * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
+
+       * src/nickserv.c: Added option to have authserv oper/admin people with
+       opserv access. (Life4Christ)
+
+       * src/opserv.c: Added admin_level config option
+       
+       * src/opserv.h: Added admin_level config option
+
+2005-08-11  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
+       command) when nef* bug sends the +o twice. ++fix bug in patch
+
+2005-08-09  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
+
+2005-08-08  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Added banTimeout feature to .set
+
+       * src/chanserv.h: added banTimeout feature to .set
+
+       * src/recdb.c: Added some better error catching in database_get_data()
+
+        * src/proto-common.h: tabs
+
+       * x3.conf.example: added bantimeout to default set list, and ban
+       timeout frequency config setting.
+
+2005-08-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Changed kick protected message to one without %s or
+       $b because the kick function doesnt support replacements.
+
+       * src/tools.c: fixed spelling error in comment.
+
+2005-07-28  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: fixed crash bug in 8ball (required params was off by
+       one)
+
+       * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
+       whining.
+
+2005-07-26  Alex Schumann  <rubin@afternet.org>
+
+       * x3.conf.example: Updated from live afternet file and improved help
+       and layout. Added vim directive to set syntax type.
+
+       * src/chanserv.c: ported x2's 8ball in, and improved it.
+
+       * src/math.c: Added osiris' hack to do_math for supporting
+       2(10)  and 2pi etc. Improved it to handle pi2 also.
+
+       * src/chanserv.help: updated 8ball help and added 'myaccess' to
+       information help index.
+
+2005-07-18  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: added +L awareness
+
+       * src/hash.h: added +L awareness
+
+       * src/chanserv.help: changed set ctcpreaction help
+
+2005-07-18  Neil Spierling  <sirvulcan@gmail.com>
+
+       * src/modcmd.h: Lets make some functions global.
+
+       * src/modcmd.c: Log hostmasks no matter what.
+
+       * src/log.c: Lookup commands if they are from OpServ in the log.
+       If they match channel specific commands like OP, DEOP, etc then
+       we will display them in a LAST command (assuming the person doing
+       the LAST is an oper). Normal clients wont see commands that have
+       been performed by OpServ.
+
+2005-07-15  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Changed around ctcpreaction setting so it:
+           a) doesnt crash.
+           b) doesnt kick userlist members ever
+           c) has only 1 setting needed to control it
+       * src/chanserv.h: removed some old oplevel stuff.
+
+2005-07-14  Alex Schumann  <rubin@afternet.org>
+
+       * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
+       remove errors from log. Fixed problem with missing break; in
+       channel mode c parsing (reed).
+
+       * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
+
+       * src/log.c: Changed channel log target to send PRIVMSG instead of
+       NOTICE. (Ghozer)
+
+2005-05-07  Neil Spierling  <sirvulcan@gmail.com>
+
+       * configure: Regenerated.
+
+       * configure.in: Added checks for tgmath.h.
+
+       * src/chanserv.c: Added new command LAST, from X2. Similar to
+       EVENTS except its file based. Bear in mind you dont have to use
+       both. You can bind what you want to use. Commented out zoot_list
+       as its not in use, just a warning fix.
+
+       * src/hash.c: Warning fix.
+
+       * src/log.h: Misc defines.
+
+       * src/log.c: Logging functions from X2.
+
+       * src/math.c: If tgmath.h doesnt exist then include some other
+       files that contain the functions we require.
+
+       * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
+
+       * src/proto-p10.c: Added chanserv.h #include to squash a small
+       compile error. Made X3 understand MARK's to a small point. Fixed
+       a small parsing bug with exempts.
+
+2005-07-06  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
+
+       * src/opserv.c: Fixed an awkward output of trace count etc.
+
+2005-06-22  Alex Schumann  <rubin@afternet.org>
+       * src/chanserv.help: Improved DURATION help
+
+       * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
+       a better average.
+
+2005-05-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Improved usability of register command, fixed
+       unregister reply.
+
+       * src/chanserv.help: Improved usability of register command
+
+2005-05-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: Resync working now
+
+2005-05-27  Reed Loden  <reed@reedloden.com>
+
+       * src/chanserv.c: Fixed an incorrectly named message. Fixed some
+       grammar issues in the message send to pending users. Fixed a
+       problem with some of the resync code.
+
+2005-05-27  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.c: make pending add check if the person is already on
+       the userlist before re-adding them (thx exec & reed for noticing this)
+       Fix capitalisation of I in pending notice.
+
+2005-05-18  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
+       working, and pointed me to the opserv helpfiles command, which shows
+       what services search what help files.  This fixes the help command to
+       search that list as it should. Still need to modify the 'default'
+       helpfile search bindigs because I dont think chanserv should respond
+       to help from opserv's db, etc.  See opserv's 'helpfiles' command.
+
+       * src/modcmd.help: clarified 'helpfiles' help.
+
+2005-05-18  Alex Schumann  <rubin@afternet.org>
+
+       * src/helpfile.c: make send_help() return true/false and not send
+       errors so svccmd_send_help can 'take control' of things.
+
+       * src/modcmd.c: Fixed up the help system (again) / find aliased
+       commands help if none exists. / Display no help for that command on
+       commands (instead of topic)
+
+       * src/modcmd.h: Fixed up the help system (again)
+
+       * src/global.c: Fixed syntax display
+
+       * src/chanserv.help: Removed =---= formatting, fixed a few things.
+       *spelling ++more spelling (thx reed)
+
+       * src/nickserv.help: Removed =---= formatting, fixed a few things.
+       *spelling ++more spelling (thx reed)
+       
+       * src/opserv.help: Removed =---= formatting, fixed a few things.
+       ++spelling (thx reed)
+
+       * src/global.help: simplified index
+
+       * src/nickserv.c: Changed message users get when their email is
+       already used for an account, fixed syntax help
+
+       * src/opserv.c: fixed syntax help
+
+2005-05-16  Alex Schumann  <rubin@afternet.org>
+
+       * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
+       the help file.
+
+2005-05-04  Alex Schumann  <rubin@afternet.org>
+
+       * src/modcmd.c: added a 'rebindall' command to assist with
+       upgrades and changes which change command bindings.
+
+       * src/modcmd.help: modified help to reflect above
+
+       * src/opserv.help: modified help to reflect above
+
+       * src/chanserv.c: changed addban, addtimedban, delban, bans etc
+       to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
+       between channel bans (+b) and x3 remembered bans (lamers)
+
+       * src/chanserv.help: modified help to reflect above
+
+       * UPGRADE: added use of rebindall to upgrade instructions
+
 2005-05-04  Alex Schumann  <rubin@afternet.org>
 
        * src/chanserv.c: added an 'adduser pending' feature, where if
        someone isn't authed x3 will ask them to /auth or register, and then
        automatically finish adding them to the channel when they do.
+       Fixed email bug with adduser pending
 
        * src/chanserv.h: adduser pending
 
 
        * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
 
-       * src/nickserv.c: adduser pending cleanup and activation code
+       * src/nickserv.c: adduser pending cleanup and activation code,
+                         Arch sync (Avoid losing channel information when
+                         replacing an account using the mergedb command.)
 
        * src/proto-p10.c: adduser pending cleanup code 
 
 
 ***********************************************************************/
 
-#define CVS_VERSION "$Revision$"
+#define CVS_VERSION "$Id$"