| 1 |
< |
-- Noteworthy changes in version 8.2.3 (2015-02-10) |
| 1 |
> |
-- Noteworthy changes in version 8.2.9 (2015-09-13) |
| 2 |
> |
######################################################################## |
| 3 |
> |
o) IMPORTANT: database files and links.txt are now stored in /var/lib |
| 4 |
> |
instead of /etc, so make sure to move your k/d/x-line database files |
| 5 |
> |
to the new path before (re)starting the ircd |
| 6 |
> |
######################################################################## |
| 7 |
> |
o) IMPORTANT: the splitmode logic has been removed along with the |
| 8 |
> |
following channel {} block configuration directives: |
| 9 |
> |
'default_split_user_count', 'default_split_server_count', |
| 10 |
> |
'no_create_on_split', 'no_join_on_split' |
| 11 |
> |
######################################################################## |
| 12 |
> |
o) Added 'xline_exempt' to auth {} block flags |
| 13 |
> |
o) serverinfo::sid is now optional. A unique SID is now automatically |
| 14 |
> |
generated based on the server's name and description |
| 15 |
> |
o) Various fixes to the mkpasswd tool |
| 16 |
> |
o) If supported by the compiler, ircd-hybrid now compiles with |
| 17 |
> |
'-fstack-protector-strong' instead of '-fstack-protector' |
| 18 |
> |
o) Services can now add RESVs (SQLINEs) that have wildcards in it |
| 19 |
> |
o) Channel name RESVs are now sanity checked for too broad masks |
| 20 |
> |
o) class::connectfreq now works properly with values lower than 300 seconds |
| 21 |
> |
o) Implemented IRCv3.1 account-notify extension |
| 22 |
> |
o) The general::oper_pass_resv configuration directive has been deprecated |
| 23 |
> |
in favor of the new 'join:resv', and 'nick:resv' irc-operator flags. |
| 24 |
> |
See doc/reference.conf for more information. |
| 25 |
> |
o) Added 'resv', and 'unresv' irc-operator flags. Previously, all |
| 26 |
> |
irc-operators were allowed to RESV and UNRESV, regardless of configured |
| 27 |
> |
privileges. |
| 28 |
> |
o) Added 'close' to irc-operator flags |
| 29 |
> |
o) ircd is using ISO 8601 date and time notation in most places now |
| 30 |
> |
|
| 31 |
> |
|
| 32 |
> |
-- Noteworthy changes in version 8.2.8 (2015-05-10) |
| 33 |
> |
o) ircd now rejects remote k-line requests for user@host mask that don't |
| 34 |
> |
have at least general::min_nonwildcard non-wildcard characters in it |
| 35 |
> |
o) Configuration related server notices are now sent to admins only as |
| 36 |
> |
they potentially could leak passwords and other sensitive data to irc |
| 37 |
> |
operators that don't have administrator privileges |
| 38 |
> |
o) The GLINE/GUNGLINE commands have been removed. KLINE in conjunction |
| 39 |
> |
with cluster {} and/or shared {} blocks is now the recommended |
| 40 |
> |
way to add global user@host mask based server bans |
| 41 |
> |
o) Added dline_min_cidr, dline_min_cidr6, kline_min_cidr, and kline_min_cidr6 |
| 42 |
> |
configuration options to the general {} block |
| 43 |
> |
o) Fixed bug where a REHASH would clear all X-Lines and RESVs that have |
| 44 |
> |
been set with the XLINE/RESV commands |
| 45 |
> |
o) Fixed broken temporary remote XLINEs |
| 46 |
> |
o) The general::havent_read_conf configuration directive has been removed |
| 47 |
> |
o) Various code cleanups |
| 48 |
> |
|
| 49 |
> |
|
| 50 |
> |
-- Noteworthy changes in version 8.2.7 (2015-04-05) |
| 51 |
> |
o) Fixed a potential buffer overflow with the BMASK inter-server command |
| 52 |
> |
o) Fixed undefined behavior in the HELP command module which could |
| 53 |
> |
lead to stack corruption |
| 54 |
> |
o) Removed useless help files for inter-server commands |
| 55 |
> |
|
| 56 |
> |
|
| 57 |
> |
-- Noteworthy changes in version 8.2.6 (2015-03-29) |
| 58 |
> |
o) INFO now shows configured values of 'max_watch' and 'stats_m_oper_only' |
| 59 |
> |
o) WHOWAS now shows IP addresses to irc operators |
| 60 |
> |
o) Fixed bug that would allow remote clients to bypass the hard |
| 61 |
> |
limit of max WHOWAS entries to be returned |
| 62 |
> |
o) Code cleanups and performance improvements |
| 63 |
> |
|
| 64 |
> |
|
| 65 |
> |
-- Noteworthy changes in version 8.2.5 (2015-02-24) |
| 66 |
> |
o) Fixed core on Mac OSX 10.10 and possibly some other systems when parsing |
| 67 |
> |
the ircd.conf with configured pseudo {} blocks |
| 68 |
> |
|
| 69 |
> |
|
| 70 |
> |
-- Noteworthy changes in version 8.2.4 (2015-02-17) |
| 71 |
> |
o) Added SVSTAG command which services may use to add tags to users which can |
| 72 |
> |
be seen in /whois |
| 73 |
> |
o) Added oper::whois configuration option which allows to override the default |
| 74 |
> |
RPL_WHOISOPERATOR numeric string shown in /whois. |
| 75 |
> |
o) IRC operators may now use +O on a channel even if they are only a half-op |
| 76 |
> |
o) Fixed bug where TOPIC messages were not n!u@h prefixed in case of TBURST |
| 77 |
> |
issued by services clients |
| 78 |
> |
|
| 79 |
> |
|
| 80 |
> |
-- Noteworthy changes in version 8.2.3 (2015-02-11) |
| 81 |
|
######################################################################## |
| 82 |
|
o) IMPORTANT: the following ircd.conf configuration directives have been renamed: |
| 83 |
|
|
| 94 |
|
general::default_floodcount configuration option to 0 |
| 95 |
|
o) Updated some help files |
| 96 |
|
o) Minor code cleanups and improvements |
| 97 |
+ |
o) Operators may now see certificate fingerprints, user modes and hidden |
| 98 |
+ |
channels via WHOIS as well. This used to be admin only. |
| 99 |
|
|
| 100 |
|
|
| 101 |
|
-- Noteworthy changes in version 8.2.2 (2015-01-20) |
| 102 |
< |
o) Added support for the "extended-join" client capability |
| 103 |
< |
o) Channel half-ops can now use /INVITE as well |
| 102 |
> |
o) Implemented IRCv3.1 extended-join extension |
| 103 |
> |
o) Channel half-ops can now use INVITE as well |
| 104 |
|
o) Fixed broken 'make install -jX' |
| 105 |
|
o) m_opme.c has been added to modules/extra. Can be used on opless channels only. |
| 106 |
|
o) Added 'opme' to irc-operator flags |
| 114 |
|
|
| 115 |
|
|
| 116 |
|
-- Noteworthy changes in version 8.2.1 (2014-10-21) |
| 117 |
< |
o) Fixed bug where "/undline remote.server IP" did not work as expected |
| 117 |
> |
o) Fixed bug where "UNDLINE remote.server IP" did not work as expected |
| 118 |
|
o) Servers are now allowed to add/remove K-/D-/X-lines and RESVs |
| 119 |
|
o) Usermode +G now no longer allows to override +g |
| 120 |
|
o) Due to potential weakness, TLS session caching and session tickets |
| 121 |
|
have been disabled |
| 122 |
|
o) Minor improvements to TS6 implementation |
| 123 |
< |
o) /WHOWAS now shows the name of the services account a user was logged in |
| 123 |
> |
o) WHOWAS now shows the name of the services account a user was logged in |
| 124 |
|
|
| 125 |
|
|
| 126 |
|
-- Noteworthy changes in version 8.2.0 (2014-08-24) |
| 127 |
|
o) Successful operator logins are now announced globally via GLOBOPS |
| 128 |
|
o) Cleanups and improvements to the resolver code |
| 129 |
|
o) Cleanups and improvements to the poll() I/O event notification support |
| 130 |
< |
o) A topic mask can now be specified within the /list options |
| 130 |
> |
o) A topic mask can now be specified within the LIST options |
| 131 |
|
o) All users may now see channel modes in the /list reply |
| 132 |
|
o) Fixed bug where "NOTICE +#somechan" did allow bypassing resv {} channels, |
| 133 |
|
or channels that are set +c (no control codes) |
| 178 |
|
o) IMPORTANT: renamed general::warn_no_nline configuration directive to |
| 179 |
|
general::warn_no_connect_block |
| 180 |
|
######################################################################## |
| 181 |
< |
o) Fixed bug with /whois not showing a list of channel names as expected |
| 181 |
> |
o) Fixed bug with WHOIS not showing a list of channel names as expected |
| 182 |
|
o) Added usermode +q which hides idle and signon time in WHOIS |
| 183 |
|
o) Added usermode +p which hides channel list in WHOIS |
| 184 |
|
|
| 186 |
|
-- Noteworthy changes in version 8.2.0beta1 (2014-04-29) |
| 187 |
|
o) TS6 is now mandatory. ircd is no longer backwards compatible with TS5 |
| 188 |
|
and below. |
| 189 |
< |
o) SVSJOIN and SVSPART has been added |
| 189 |
> |
o) SVSJOIN and SVSPART commands have been added |
| 190 |
|
o) Major code cleanups and refactoring. Improved overall performance |
| 191 |
< |
o) /INFO now also reports MPATH (path to main motd (Message of the Day) file) |
| 191 |
> |
o) INFO now also reports MPATH (path to main motd (Message of the Day) file) |
| 192 |
|
and SPATH (Path to server executable) |
| 193 |
|
o) Updated several help files |
| 194 |
|
|
| 217 |
|
o) irc-operators may now no longer set a channel +O if they are only halfops (%) |
| 218 |
|
o) Channel halfops (%) may now no longer (de)halfop other channel members |
| 219 |
|
o) Channel halfops (%) may now no longer KICK other channel halfops |
| 139 |
– |
o) Make sure general::stats_e_disabled gets reset via /rehash |
| 220 |
|
o) Fixed compile warnings; code cleanups |
| 221 |
|
o) Fixed bug where the configuration parser wouldn't truncate the network name |
| 222 |
|
if general::network_name contains spaces |
| 227 |
|
o) Fixed bug where the configuration parser wouldn't take time units |
| 228 |
|
into consideration for the join_flood_time and throttle_time |
| 229 |
|
configuration options |
| 230 |
< |
o) Minor /list optimization |
| 230 |
> |
o) Minor LIST optimization |
| 231 |
|
|
| 232 |
|
|
| 233 |
|
-- Noteworthy changes in version 8.1.16 (2014-04-20) |
| 243 |
|
o) IMPORTANT: ircd binary is now again placed into bin/ instead of sbin/ |
| 244 |
|
######################################################################## |
| 245 |
|
o) mkpasswd in tools/ now defaults to MD5 instead of DES |
| 246 |
< |
o) USERS command has been removed |
| 246 |
> |
o) The USERS command has been removed |
| 247 |
|
o) Fixed issue with SVSNICK where clients self-collided when changing |
| 248 |
|
just the case of the nick name, i.e. somenick -> SomeNicK |
| 249 |
|
o) Minor code cleanups and cosmetical fixes |
| 254 |
|
o) Improved TS6 inter-server communication |
| 255 |
|
o) Minor code cleanups and speed enhancements |
| 256 |
|
o) Added 'unxline' oper flag |
| 257 |
< |
o) Added support for "userhost-in-names" client capability |
| 258 |
< |
o) ircd now allows private rsa keys larger than 2048 bits |
| 257 |
> |
o) Implemented IRCv3.2 userhost-in-names extension |
| 258 |
> |
o) ircd now allows private RSA keys larger than 2048 bits |
| 259 |
|
o) Fixed bug where signals stopped from working after restarting |
| 260 |
|
the ircd via SIGINT |
| 261 |
|
o) Fixed bug where certain irc clients could not reconnect via TLS/SSL |
| 262 |
|
o) Fixed long-standing bug where +p channels have been shown |
| 263 |
< |
in the /whois reply |
| 263 |
> |
in the WHOIS reply |
| 264 |
|
|
| 265 |
|
|
| 266 |
|
-- Noteworthy changes in version 8.1.13 (2014-01-07) |
| 267 |
< |
o) Fixed EOB not working for remote servers (resulted in fake |
| 188 |
< |
direction notices) |
| 267 |
> |
o) Fixed EOB not working for remote servers (resulted in fake direction notices) |
| 268 |
|
o) Fixed remote client connection notices for servers that are |
| 269 |
|
more than one hop away |
| 270 |
< |
o) Fixed bug where ircd didn't timeout SSL connections that |
| 270 |
> |
o) Fixed bug where the ircd didn't timeout SSL connections that |
| 271 |
|
haven't finished the SSL handshake |
| 272 |
|
o) Fixed several bugs with server hiding |
| 273 |
|
o) Updated/fixed help files |
| 281 |
|
o) Fixed TS6 support with LOCOPS |
| 282 |
|
o) Minor code cleanups |
| 283 |
|
o) Fixed file descriptor leak with empty help files |
| 284 |
< |
o) Fixed issue with WEBIRC where hostnames were |
| 206 |
< |
not validated |
| 284 |
> |
o) Fixed issue with WEBIRC where hostnames were not validated |
| 285 |
|
|
| 286 |
|
|
| 287 |
|
-- Noteworthy changes in version 8.1.11 (2013-12-06) |
| 288 |
< |
o) Administrators may now see channel modes in /LIST |
| 288 |
> |
o) Administrators may now see channel modes in LIST |
| 289 |
|
o) Fixed compile error on BSD systems when building with kqueue() |
| 290 |
|
|
| 291 |
|
|
| 292 |
|
-- Noteworthy changes in version 8.1.10 (2013-11-25) |
| 293 |
|
o) Fixed bug with kqueue() where it occasionally dropped updates |
| 294 |
< |
o) Changed WHOIS to show a client's certificate fingerprint |
| 295 |
< |
to administrators only |
| 296 |
< |
o) The WHO reply now shows whether or not a nickname has |
| 219 |
< |
been registered with NickServ. ('r' status flag) |
| 294 |
> |
o) Changed WHOIS to show certificate fingerprint to administrators only |
| 295 |
> |
o) The WHO reply now shows if a nickname has been registered |
| 296 |
> |
with NickServ. ('r' status flag) |
| 297 |
|
o) Fixed some flaws with server hiding |
| 298 |
|
o) Fixed bug where "STATS P" would leak ip addresses to remotely connected |
| 299 |
|
administrators, even if serverhide::hide_server_ips was set to 'yes' |
| 300 |
< |
o) Services coders: added SVSKILL |
| 300 |
> |
o) Added SVSKILL command |
| 301 |
|
|
| 302 |
|
|
| 303 |
|
-- Noteworthy changes in version 8.1.9 (2013-11-08) |
| 304 |
|
o) Added usermode +W. Users connected via a webirc gateway get this |
| 305 |
|
mode set by servers. |
| 306 |
< |
o) /WHOIS now shows if a client is connected via a webirc |
| 307 |
< |
gateway |
| 308 |
< |
o) Administrators may now see +s channels a user is in with /WHOIS. |
| 232 |
< |
Secret channels are prepended with a tilde in the /WHOIS |
| 233 |
< |
reply. |
| 306 |
> |
o) WHOIS now shows if a client is connected via a webirc gateway |
| 307 |
> |
o) Administrators may now see +s channels a user is in with WHOIS. |
| 308 |
> |
Secret channels are prepended with a tilde in the WHOIS reply. |
| 309 |
|
o) Administrators are now able to see all the user modes a user has |
| 310 |
< |
set via /whois |
| 310 |
> |
set via WHOIS |
| 311 |
|
|
| 312 |
|
|
| 313 |
|
-- Noteworthy changes in version 8.1.8 (2013-10-25) |
| 314 |
< |
o) Fixed bug that would lead to a desynchronized nick database |
| 314 |
> |
o) Fixed bug that could lead to a desynchronized nick database |
| 315 |
|
throughout the entire network if using services enforced |
| 316 |
|
nick names (SVSNICK) |
| 317 |
|
o) Cleaned up/modernized build system |
| 318 |
|
o) Add -fstack-protector to CFLAGS if available. Basically checks for |
| 319 |
|
buffer overflows/stack-smashing attacks |
| 320 |
< |
o) When using anope 1.9/2.0 services, /WHOIS now shows the account name |
| 320 |
> |
o) When using anope 1.9/2.0 services, WHOIS now shows the account name |
| 321 |
|
of a registered/identified client (numeric 330) |
| 322 |
< |
o) Administrators can now see +s channels in /LIST |
| 322 |
> |
o) Administrators can now see +s channels in the LIST reply |
| 323 |
|
|
| 324 |
|
|
| 325 |
|
-- Noteworthy changes in version 8.1.7 (2013-08-18) |
| 340 |
|
-- Noteworthy changes in version 8.1.4 (2013-07-05) |
| 341 |
|
o) Added 'xline' and 'resv' logging types. See doc/reference.conf |
| 342 |
|
for more information |
| 343 |
< |
o) Fixed bug where remote /STATS requests were not rate limited |
| 343 |
> |
o) Fixed bug where remote STATS requests were not rate limited |
| 344 |
|
o) Fixed core with empty auth::spoof entries |
| 345 |
|
o) Increased oper/auth/connect password length limit from 20 to 128 |
| 346 |
|
o) Minor fixes to nickflood control code |
| 365 |
|
o) Added usermode +S (client is connected via SSL/TLS). Allows services |
| 366 |
|
to keep track of what users are connected via SSL, and allows to see |
| 367 |
|
ssl-status of remote clients in a /whois |
| 368 |
< |
o) Fixed a server name leak with server hiding enabled. Reported by |
| 294 |
< |
Adam <adam@anope.org> |
| 368 |
> |
o) Fixed a server name leak with server hiding enabled |
| 369 |
|
|
| 370 |
|
|
| 371 |
|
-- Noteworthy changes in version 8.1.1 (2013-06-06) |
| 447 |
|
o) Implemented new memory pool allocator which basically is based upon Tor's |
| 448 |
|
mempool allocator for Tor cells |
| 449 |
|
o) Major code cleanups |
| 450 |
< |
o) Implemented new binary database storage for X-,D-,K-,G-Lines and RESVs. |
| 450 |
> |
o) Implemented new binary database storage for X-, D-, K-, G-Lines and RESVs. |
| 451 |
|
Temporary bans are now stored as well and will persist after a reboot |
| 452 |
|
o) Channel based resv {} blocks may now contain wildcards |
| 453 |
|
o) NICK/JOIN now shows the actual reason of reserved nick-/channelnames |
| 454 |
< |
o) contrib/ and its content has been removed from the tree |
| 454 |
> |
o) contrib/ and its content has been enirely removed from the tree |
| 455 |
|
o) Added serverhide::hide_services configuration option |
| 456 |
|
o) Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes |
| 457 |
< |
o) Added support for "away-notify" client capability |
| 457 |
> |
o) Implemented IRCv3.1 away-notify extension |
| 458 |
|
|
| 459 |
|
|
| 460 |
|
-- Noteworthy changes in version 8.0.9 (2013-05-16) |
| 472 |
|
|
| 473 |
|
-- Noteworthy changes in version 8.0.7 (2013-04-12) |
| 474 |
|
o) Services may now set a channel topic without joining the channel first |
| 475 |
< |
o) Fixed bug where /whois would send empty sockhost information on TS5 |
| 402 |
< |
servers |
| 475 |
> |
o) Fixed bug where WHOIS would send empty sockhost information on TS5 servers |
| 476 |
|
o) Remote server connection and split notices now go to new usermode +e. |
| 477 |
|
These previously used usermode +x. |
| 478 |
|
o) Services may now change the host of a specific user |
| 491 |
|
A max_nick_length, as well as a max_topic_length configuration option |
| 492 |
|
can now be found in the serverinfo {} block |
| 493 |
|
######################################################################## |
| 494 |
< |
o) Fixed build on GNU/Hurd as reported by Dominic Hargreaves |
| 494 |
> |
o) Fixed build on GNU/Hurd |
| 495 |
|
o) Fixed log files not getting reopened after /rehash |
| 496 |
|
o) Improved logging of configuration file issues |
| 497 |
|
o) ircd.pid has been accidentally saved in /var instead of /var/run |
| 510 |
|
|
| 511 |
|
-- Noteworthy changes in version 8.0.4 (2013-01-02) |
| 512 |
|
o) Fixed possible core on USERHOST/ISON with optimization enabled |
| 513 |
< |
o) Fixed bug where can_flood sometimes didn't work as expected |
| 513 |
> |
o) Fixed bug where 'can_flood' sometimes didn't work as expected |
| 514 |
|
|
| 515 |
|
|
| 516 |
|
-- Noteworthy changes in version 8.0.3 (2012-12-24) |
| 533 |
|
o) Fixed broken CIDR support for CHALLENGE based irc operator logins |
| 534 |
|
o) Fixed class limits not properly applying to operator {} blocks |
| 535 |
|
o) Fixed possible TBURST desynchronization with services |
| 536 |
< |
o) Fixed TBURST sending server's name to clients if it's a hidden server |
| 536 |
> |
o) Fixed TBURST from leaking the server name if it's a hidden server |
| 537 |
|
|
| 538 |
|
|
| 539 |
|
-- Noteworthy changes in version 8.0.0 (2012-10-18) |