From: Kevin L. Mitchell Date: Fri, 29 Jun 2001 16:15:56 +0000 (+0000) Subject: Author: Kev X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=b2e16da7af3ee5d0477f9ff574d905619a96a6f4 Author: Kev Log message: Bring ChangeLog.10 up-to-date git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@524 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog.10 b/ChangeLog.10 index 73ae3b3..a968a81 100644 --- a/ChangeLog.10 +++ b/ChangeLog.10 @@ -1,9 +1,89 @@ # # ChangeLog for ircu2.10.10 # +# $Id: ChangeLog.10,v 1.9 2001-06-29 16:15:56 kev Exp $ # # Insert new changes at beginning of the change list. # +* Reverse sense of HEAD_IN_SAND_WHO_HOPCOUNT to do what was intended; use a + hopcount of 0 if user is using /who on him/herself -Kev +* Allow a user to see his/her own idle time without having to do + /whois ; correct spelling of HEAD_IN_SAND_IDLETIME to + HEAD_IN_SAND_WHOIS_IDLETIME -Kev +* Fix a missing ')' in the idle time stuff -Kev +* Include ircd_policy.h in whocmds.c -Kev +* Fixed bug in idle time, thanks hektik -- Isomer +* Update 005 to be compliant with other networks -- Isomer +* Hide hop count -- Isomer +* Hide idletime unless you explicitly ask for it -- Isomer +* /wallops and /wallusers would dump core because of the previous change--my + bad. Now only include user@host when sptr is a client. -Kev +* /wallops and /wallusers would leave out the user@host--noticed because + pl14 broke my script. Fixed. -Kev +* Fix several compile warnings, including the one in table_gen.c -Kev +* Fix a bug in m_silence.c that rendered it uncompilable -Kev +* Hopefully make mode clears during bursts appear to originate from local + server -Kev +* Fix several things to send server<->server protocol messages with numeric + origins -Kev +* Rework directed notices and mass-messages to use numerics and tokens + as appropriate; the latter required the modifications to + sendto_match_butone() -Kev +* Redefined how sendto_match_butone() works, since it's only used with + PRIVMSG or NOTICE -Kev +* Bumped patchlevel to pl15(development) -Kev +* Corrected reverse-sense of HEAD_IN_SAND_REMOTE test in m_whois() -Kev +* Clean up logic in m_whowas(), corrected numeric reply -Kev +* Finally fixed /whois to tell you what your own server is -Kev +* Clean up logic in add_banid() with some well-placed DupString()'s -Kev +* Hide which server performed a nick collision kill -- Isomer +* To allow for remote whois not giving away the remote server, all remote + numerics to clients are remapped to come from the local server :/ -- Isomer +* All remote queries are disabled for users, except /whois -- Isomer + (/whois now uses the second parameter for which server to use, ie: + /whois will query 's server.) +* Fixed /who showing server name -- Isomer +* Fixed burst showing linking server -- Isomer +* Fixed burst bans showing linked server -- Isomer +-------------------------- Released 2.10.10.pl14 (You got any issues with that punk?) +* Changed (then fixed) /LINKS to output an empty links list -- Isomer +* Make netsplit server notice say the right thing +* Final fix for HEAD_IN_SAND_WHOIS_SERVERNAME +* Fix a bug with implementation of HEAD_IN_SAND_NETSPLIT +* Permit users to find out what server they're on, since they already + know -- Kev +* Added HEAD_IN_SAND_WHO_SERVERNAME to cover final source of server + names -- Kev +* Fixed wallops, wallusers now sends wallops to local clients, + wallusers to servers. +* Added host to /kill messages -- Isomer +* Fixed whois (opers can see server names) -- Isomer +* Implement walluser -- Bleep +* stats fixed -- Isomer +* trace disabled from non opers -- Isomer +* server name removed from whois (but not /who, shrug!) -- Isomer +* netsplits are now represented with "*.net *.split" -- Isomer +* Done /links -- Isomer +* Modifications to map as suggested by nighty -- Isomer +* Wallops is the only code that uses sendto_ops_butone now, this + isolates wallops entirely. No server notices sent by wallops. +* HEAD_IN_SAND_SNOTICES done -- Bleep +* HEAD_IN_SAND_WALLOPS done -- Bleep +* HEAD_IN_SAND_DESYNC done -- Bleep +* HEAD_IN_SAND_MAP done -- Isomer +* According to CFV-165, buring our head in the sand to try and +* hide from DoS - First pass -- Isomer +* As requested by hop: hidden keys are shown as "*" not "" -- Isomer +* As requested by Buff: allow admins to *disable* below behavour -- Isomer +* As requested by Adriel, compile time option to disable mo_wallops + -- Isomer +-------------------------- Released 2.10.10.pl13 +* Don't allow two copies of the server to start -- Isomer/Kev +-------------------------- Released 2.10.10.pl12 +* Release 2.10.10.pl12 before Mr_RIP threatens physical violence -- Isomer +* Don't 'hubhide' nick's in /trace (oops!) -- Isomer +* Allow K:line by realname, updated client connection logging -- Gte- +* ircd/m_join.c: use ERR_BANNEDFROMCHAN instead of ERR_BADCHANNAME -- Kev --------------------------- Released 2.10.10.pl11.(release) * Fixed G-lined (reason), thanks to dfx -- Isomer * Added reason to the "G-lined (reason)" quit messages. -- Isomer