| 1 |
< |
-- ircd-hybrid-8.1.14 Release Notes |
| 1 |
> |
-- Noteworthy changes in version 8.2.0beta5 (2014-??-??) |
| 2 |
> |
|
| 3 |
> |
|
| 4 |
> |
-- Noteworthy changes in version 8.2.0beta4 (2014-07-06) |
| 5 |
> |
o) Channel halfops are now an integral part of ircd-hybrid |
| 6 |
> |
and can't be disabled anymore |
| 7 |
> |
o) Many code cleanups and improvements |
| 8 |
> |
o) Added flood control for the INVITE command. See channel{} block in reference.conf |
| 9 |
> |
o) Changed flood control logic for the KNOCK command. See channel{} block in reference.conf |
| 10 |
> |
o) INVITE without any parameters now shows a list of channels a client is invited to |
| 11 |
> |
o) The OPERWALL command has been removed. Use GLOBOPS instead |
| 12 |
> |
o) Added 'max_channels' to class{} blocks |
| 13 |
> |
o) Added 'throttle_count' configuration option to the general{} block |
| 14 |
> |
o) Added 'ssl_message_digest_algorithm' configuration option to serverinfo{} block. |
| 15 |
> |
See doc/reference.conf for more information. |
| 16 |
> |
o) Added support for Elliptic Curve Diffie-Hellman (ECDH). Also an elliptic curve can be |
| 17 |
> |
specified via the serverinfo::ssl_dh_elliptic_curve configuration option. |
| 18 |
> |
o) Removed 'ssl_server_method' and 'ssl_client_method' configuration options. |
| 19 |
> |
ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending |
| 20 |
> |
on the OpenSSL version. SSLv3 is no longer supported. |
| 21 |
> |
|
| 22 |
> |
|
| 23 |
> |
-- Noteworthy changes in version 8.2.0beta3 (2014-05-26) |
| 24 |
> |
o) Code cleanups/performance improvements |
| 25 |
> |
|
| 26 |
> |
|
| 27 |
> |
-- Noteworthy changes in version 8.2.0beta2 (2014-05-15) |
| 28 |
> |
######################################################################## |
| 29 |
> |
o) IMPORTANT: renamed general::warn_no_nline configuration directive to |
| 30 |
> |
general::warn_no_connect_block |
| 31 |
> |
######################################################################## |
| 32 |
> |
o) Fixed bug with /whois not showing a list of channel names as expected |
| 33 |
> |
o) Added usermode +q which hides idle and signon time in WHOIS |
| 34 |
> |
o) Added usermode +p which hides channel list in WHOIS |
| 35 |
> |
|
| 36 |
> |
|
| 37 |
> |
-- Noteworthy changes in version 8.2.0beta1 (2014-04-29) |
| 38 |
> |
o) TS6 is now mandatory. ircd is no longer backwards compatible with TS5 |
| 39 |
> |
and below. |
| 40 |
> |
o) SVSJOIN and SVSPART has been added |
| 41 |
> |
o) Major code cleanups and refactoring. Improved overall performance |
| 42 |
> |
o) /INFO now also reports MPATH (path to main motd (Message of the Day) file) |
| 43 |
> |
and SPATH (Path to server executable) |
| 44 |
> |
o) Updated several help files |
| 45 |
> |
|
| 46 |
> |
|
| 47 |
> |
-- Noteworthy changes in version 8.1.19 (2014-07-05) |
| 48 |
> |
o) Fixed EOB logic for remote servers |
| 49 |
> |
o) Fixed bug where opers that have the +g/+G/+R umodes set won't receive server |
| 50 |
> |
notices for remote CONNECT/KLINE/DLINE/XLINE/RESV attempts |
| 51 |
> |
o) Sending messages to user@server to local targets is now no longer possible, |
| 52 |
> |
as this was an easy way to bypass +R/+G/+g user modes. |
| 53 |
> |
o) Fixed splicode logic so SPLITNUM now works as expected |
| 54 |
> |
o) Fixed UNDLINE not to require the IP address to be prepended with *@ |
| 55 |
> |
|
| 56 |
> |
|
| 57 |
> |
-- Noteworthy changes in version 8.1.18 (2014-06-09) |
| 58 |
> |
o) Fixed CAP issue for certain clients |
| 59 |
> |
o) Fixed bug where "STATS p" would show an invalid amount of irc-operators |
| 60 |
> |
in case there are any +H opers |
| 61 |
> |
o) irc-operators may now no longer set a channel +O if they are only halfops (%) |
| 62 |
> |
o) Channel halfops (%) may now no longer (de)halfop other channel members |
| 63 |
> |
o) Channel halfops (%) may now no longer KICK other channel halfops |
| 64 |
> |
o) Make sure general::stats_e_disabled gets reset via /rehash |
| 65 |
> |
o) Fixed compile warnings; code cleanups |
| 66 |
> |
o) Fixed bug where the configuration parser wouldn't truncate the network name |
| 67 |
> |
if general::network_name contains spaces |
| 68 |
> |
|
| 69 |
> |
|
| 70 |
> |
-- Noteworthy changes in version 8.1.17 (2014-05-01) |
| 71 |
> |
o) Fixed possible WATCH core |
| 72 |
> |
o) Fixed bug where the configuration parser wouldn't take time units |
| 73 |
> |
into consideration for the join_flood_time and throttle_time |
| 74 |
> |
configuration options |
| 75 |
> |
o) Minor /list optimization |
| 76 |
> |
|
| 77 |
> |
|
| 78 |
> |
-- Noteworthy changes in version 8.1.16 (2014-04-20) |
| 79 |
> |
o) Fixed undefined behaviour with crypt() returning NULL |
| 80 |
> |
since glibc2.17 in certain cases |
| 81 |
> |
o) Admins may now see all channel members via "WHO #channel" |
| 82 |
> |
regardless of channel mode +s |
| 83 |
> |
o) Fixed corrupted "STATS U" output |
| 84 |
> |
|
| 85 |
> |
|
| 86 |
> |
-- Noteworthy changes in version 8.1.15 (2014-03-29) |
| 87 |
> |
######################################################################## |
| 88 |
> |
o) IMPORTANT: ircd binary is now again placed into bin/ instead of sbin/ |
| 89 |
> |
######################################################################## |
| 90 |
> |
o) mkpasswd in tools/ now defaults to MD5 instead of DES |
| 91 |
> |
o) USERS command has been removed |
| 92 |
> |
o) Fixed issue with SVSNICK where clients self-collided when changing |
| 93 |
> |
just the case of the nick name, i.e. somenick -> SomeNicK |
| 94 |
> |
o) Minor code cleanups and cosmetical fixes |
| 95 |
> |
|
| 96 |
> |
|
| 97 |
> |
-- Noteworthy changes in version 8.1.14 (2014-02-25) |
| 98 |
|
o) WHOWAS now honors serverhide::disable_remote_commands |
| 99 |
|
o) Improved TS6 inter-server communication |
| 100 |
|
o) Minor code cleanups and speed enhancements |
| 108 |
|
in the /whois reply |
| 109 |
|
|
| 110 |
|
|
| 111 |
< |
-- ircd-hybrid-8.1.13 Release Notes |
| 111 |
> |
-- Noteworthy changes in version 8.1.13 (2014-01-07) |
| 112 |
|
o) Fixed EOB not working for remote servers (resulted in fake |
| 113 |
|
direction notices) |
| 114 |
|
o) Fixed remote client connection notices for servers that are |
| 120 |
|
o) WHOIS no longer sends a notice to +y operators |
| 121 |
|
|
| 122 |
|
|
| 123 |
< |
-- ircd-hybrid-8.1.12 Release Notes |
| 123 |
> |
-- Noteworthy changes in version 8.1.12 (2013-12-22) |
| 124 |
|
o) RPL_WHOISMODES now uses the 379 numeric |
| 125 |
|
o) Serial number is now shown on start up |
| 126 |
|
o) Fixed possible channel mode desynch with services |
| 131 |
|
not validated |
| 132 |
|
|
| 133 |
|
|
| 134 |
< |
-- ircd-hybrid-8.1.11 Release Notes |
| 134 |
> |
-- Noteworthy changes in version 8.1.11 (2013-12-06) |
| 135 |
|
o) Administrators may now see channel modes in /LIST |
| 136 |
|
o) Fixed compile error on BSD systems when building with kqueue() |
| 137 |
|
|
| 138 |
|
|
| 139 |
< |
-- ircd-hybrid-8.1.10 Release Notes |
| 139 |
> |
-- Noteworthy changes in version 8.1.10 (2013-11-25) |
| 140 |
|
o) Fixed bug with kqueue() where it occasionally dropped updates |
| 141 |
|
o) Changed WHOIS to show a client's certificate fingerprint |
| 142 |
|
to administrators only |
| 148 |
|
o) Services coders: added SVSKILL |
| 149 |
|
|
| 150 |
|
|
| 151 |
< |
-- ircd-hybrid-8.1.9 Release Notes |
| 151 |
> |
-- Noteworthy changes in version 8.1.9 (2013-11-08) |
| 152 |
|
o) Added usermode +W. Users connected via a webirc gateway get this |
| 153 |
|
mode set by servers. |
| 154 |
|
o) /WHOIS now shows if a client is connected via a webirc |
| 160 |
|
set via /whois |
| 161 |
|
|
| 162 |
|
|
| 163 |
< |
-- ircd-hybrid-8.1.8 Release Notes |
| 163 |
> |
-- Noteworthy changes in version 8.1.8 (2013-10-25) |
| 164 |
|
o) Fixed bug that would lead to a desynchronized nick database |
| 165 |
|
throughout the entire network if using services enforced |
| 166 |
|
nick names (SVSNICK) |
| 172 |
|
o) Administrators can now see +s channels in /LIST |
| 173 |
|
|
| 174 |
|
|
| 175 |
< |
-- ircd-hybrid-8.1.7 Release Notes |
| 175 |
> |
-- Noteworthy changes in version 8.1.7 (2013-08-18) |
| 176 |
|
o) Fixed issue with channel mode +n having no functionality at all |
| 177 |
|
o) Fixed SSL certificate fingerprint validation for outgoing server connects |
| 178 |
|
o) Updated several documentation files |
| 179 |
|
|
| 180 |
|
|
| 181 |
< |
-- ircd-hybrid-8.1.6 Release Notes |
| 181 |
> |
-- Noteworthy changes in version 8.1.6 (2013-08-02) |
| 182 |
|
o) Fixed possible core with empty motd files |
| 183 |
|
|
| 184 |
|
|
| 185 |
< |
-- ircd-hybrid-8.1.5 Release Notes |
| 185 |
> |
-- Noteworthy changes in version 8.1.5 (2013-07-16) |
| 186 |
|
o) Fixed bug that would prevent servers from linking together |
| 187 |
|
if connect::aftype isn't set |
| 188 |
|
|
| 189 |
|
|
| 190 |
< |
-- ircd-hybrid-8.1.4 Release Notes |
| 190 |
> |
-- Noteworthy changes in version 8.1.4 (2013-07-05) |
| 191 |
|
o) Added 'xline' and 'resv' logging types. See doc/reference.conf |
| 192 |
|
for more information |
| 193 |
|
o) Fixed bug where remote /STATS requests were not rate limited |
| 196 |
|
o) Minor fixes to nickflood control code |
| 197 |
|
|
| 198 |
|
|
| 199 |
< |
-- ircd-hybrid-8.1.3 Release Notes |
| 199 |
> |
-- Noteworthy changes in version 8.1.3 (2013-06-23) |
| 200 |
|
o) Fixed possible core on "STATS z" |
| 201 |
|
o) Revised doc/reference.conf |
| 202 |
|
o) Fixed broken --disable-libgeoip switch |
| 203 |
|
|
| 204 |
|
|
| 205 |
< |
-- ircd-hybrid-8.1.2 Release Notes |
| 205 |
> |
-- Noteworthy changes in version 8.1.2 (2013-06-20) |
| 206 |
|
o) Added general::cycle_on_host_change configuration option |
| 207 |
|
o) Added general::stats_u_oper_only configuration option |
| 208 |
|
o) Added support for SHA-256 ssl certificate fingerprint based operator{} |
| 219 |
|
Adam <adam@anope.org> |
| 220 |
|
|
| 221 |
|
|
| 222 |
< |
-- ircd-hybrid-8.1.1 Release Notes |
| 222 |
> |
-- Noteworthy changes in version 8.1.1 (2013-06-06) |
| 223 |
|
######################################################################## |
| 224 |
|
o) IMPORTANT: moved disable_remote_command configuration directive from |
| 225 |
|
general{} block to serverhide{} block |
| 233 |
|
o) "STATS T" shows configured MOTD files |
| 234 |
|
|
| 235 |
|
|
| 236 |
< |
-- ircd-hybrid-8.1.0 Release Notes |
| 236 |
> |
-- Noteworthy changes in version 8.1.0 (2013-05-23) |
| 237 |
|
o) Minor code cleanups/performance improvements |
| 238 |
|
|
| 239 |
|
|
| 240 |
< |
-- ircd-hybrid-8.1.0rc1 Release Notes |
| 240 |
> |
-- Noteworthy changes in version 8.1.0rc1 (2013-05-19) |
| 241 |
|
o) Fixed broken spoofs |
| 242 |
|
|
| 243 |
|
|
| 244 |
< |
-- ircd-hybrid-8.1.0beta5 Release Notes |
| 244 |
> |
-- Noteworthy changes in version 8.1.0beta5 (2013-05-15) |
| 245 |
|
o) Removed 'remote', and 'global_kill' oper flags, and added 'connect', |
| 246 |
|
'squit', and 'kill' flags for better fine-tuning instead. Whether or |
| 247 |
|
not a specific action is allowed on a remote server can be controlled |
| 252 |
|
o) Improve/cleanup HELP system |
| 253 |
|
|
| 254 |
|
|
| 255 |
< |
-- ircd-hybrid-8.1.0beta4 Release Notes |
| 255 |
> |
-- Noteworthy changes in version 8.1.0beta4 (2013-05-09) |
| 256 |
|
o) Implemented channel mode +M. Clients that haven't identified their |
| 257 |
|
name with NickServ may not speak in a channel that has this mode set |
| 258 |
|
o) Fixed weird idletimes shown in /trace |
| 260 |
|
o) Added user mode +F (can see remote client connect/exit notices) |
| 261 |
|
|
| 262 |
|
|
| 263 |
< |
-- ircd-hybrid-8.1.0beta3 Release Notes |
| 263 |
> |
-- Noteworthy changes in version 8.1.0beta3 (2013-05-05) |
| 264 |
|
o) PCRE support has been dropped |
| 265 |
|
o) "STATS o" now shows how many times an oper{} block has been used. |
| 266 |
|
Similar to STATS x|q" |
| 273 |
|
now enabled by default |
| 274 |
|
|
| 275 |
|
|
| 276 |
< |
-- ircd-hybrid-8.1.0beta2 Release Notes |
| 276 |
> |
-- Noteworthy changes in version 8.1.0beta2 (2013-04-28) |
| 277 |
|
o) Fixed broken compile with libGeoIP disabled |
| 278 |
|
o) Code cleanups; working towards stabilization and improved performance |
| 279 |
|
o) Removed operflag 'nick_changes'. Operators can now set +n at will |
| 281 |
|
o) Fixed spoofs not working as expected |
| 282 |
|
|
| 283 |
|
|
| 284 |
< |
-- ircd-hybrid-8.1.0beta1 Release Notes |
| 284 |
> |
-- Noteworthy changes in version 8.1.0beta1 (2013-04-25) |
| 285 |
|
######################################################################## |
| 286 |
|
o) IMPORTANT: name/channel entries can't be stacked any longer within |
| 287 |
|
a single resv{} block. Each entry now requires its own resv{} block. |
| 308 |
|
o) Added support for "away-notify" client capability |
| 309 |
|
|
| 310 |
|
|
| 311 |
< |
-- ircd-hybrid-8.0.9 Release Notes |
| 311 |
> |
-- Noteworthy changes in version 8.0.9 (2013-05-16) |
| 312 |
|
o) Fixed bug where ircd would sometimes drop a services link because |
| 313 |
|
of a missing argument to the SVSMODE command |
| 314 |
|
o) Fixed weird idletimes shown in /trace |
| 315 |
|
|
| 316 |
|
|
| 317 |
< |
-- ircd-hybrid-8.0.8 Release Notes |
| 317 |
> |
-- Noteworthy changes in version 8.0.8 (2013-04-28) |
| 318 |
|
o) "STATS s" now shows configured services{} blocks as well |
| 319 |
|
o) Fixed compile warnings, minor code cleanups and optimizations |
| 320 |
|
o) Increased nickname history length to 32768 |
| 321 |
|
o) Unidentified/unregistered nicks may not speak in +R channels |
| 322 |
|
|
| 323 |
|
|
| 324 |
< |
-- ircd-hybrid-8.0.7 Release Notes |
| 324 |
> |
-- Noteworthy changes in version 8.0.7 (2013-04-12) |
| 325 |
|
o) Services may now set a channel topic without joining the channel first |
| 326 |
|
o) Fixed bug where /whois would send empty sockhost information on TS5 |
| 327 |
|
servers |
| 331 |
|
via "SVSMODE <timestamp> <target> +x <hostname>" |
| 332 |
|
|
| 333 |
|
|
| 334 |
< |
-- ircd-hybrid-8.0.6 Release Notes |
| 334 |
> |
-- Noteworthy changes in version 8.0.6 (2013-01-28) |
| 335 |
|
o) Fix bug where idle time sometimes is 0 even if the client didn't |
| 336 |
|
send any private message |
| 337 |
|
o) Fixed possible core in try_parse_v4_netmask() |
| 338 |
|
|
| 339 |
|
|
| 340 |
< |
-- ircd-hybrid-8.0.5 Release Notes |
| 340 |
> |
-- Noteworthy changes in version 8.0.5 (2013-01-24) |
| 341 |
|
######################################################################## |
| 342 |
|
o) IMPORTANT: nick and topic lengths are now configurable via ircd.conf. |
| 343 |
|
A max_nick_length, as well as a max_topic_length configuration option |
| 360 |
|
o) The configuration parser now does support 'year' and 'month' units |
| 361 |
|
|
| 362 |
|
|
| 363 |
< |
-- ircd-hybrid-8.0.4 Release Notes |
| 363 |
> |
-- Noteworthy changes in version 8.0.4 (2013-01-02) |
| 364 |
|
o) Fixed possible core on USERHOST/ISON with optimization enabled |
| 365 |
|
o) Fixed bug where can_flood sometimes didn't work as expected |
| 366 |
|
|
| 367 |
|
|
| 368 |
< |
-- ircd-hybrid-8.0.3 Release Notes |
| 368 |
> |
-- Noteworthy changes in version 8.0.3 (2012-12-24) |
| 369 |
|
o) Fixed core on UNDLINE |
| 370 |
|
o) XLINE/KLINE/RESV/DLINE/SQUIT and KILL now have the same default reason |
| 371 |
|
if a reason hasn't been specified |
| 372 |
|
|
| 373 |
|
|
| 374 |
< |
-- ircd-hybrid-8.0.2 Release Notes |
| 374 |
> |
-- Noteworthy changes in version 8.0.2 (2012-12-20) |
| 375 |
|
o) Minor updates to the build system |
| 376 |
|
o) Fixed broken --enable-assert configure switch |
| 377 |
|
o) Fixed bug where timed events stopped from working if the system's |
| 381 |
|
o) IRC operators may now again see server generated nick rejection notices |
| 382 |
|
|
| 383 |
|
|
| 384 |
< |
-- ircd-hybrid-8.0.1 Release Notes |
| 384 |
> |
-- Noteworthy changes in version 8.0.1 (2012-11-04) |
| 385 |
|
o) Fixed broken CIDR support for CHALLENGE based irc operator logins |
| 386 |
|
o) Fixed class limits not properly applying to oper{} blocks |
| 387 |
|
o) Fixed possible TBURST desynchronization with services |
| 388 |
|
o) Fixed TBURST sending server's name to clients if it's a hidden server |
| 389 |
|
|
| 390 |
|
|
| 391 |
< |
-- ircd-hybrid-8.0.0 Release Notes |
| 391 |
> |
-- Noteworthy changes in version 8.0.0 (2012-10-18) |
| 392 |
|
o) Fixed an off-by-one with spoofs. Spoofs are now also checked for |
| 393 |
|
invalid characters |
| 394 |
|
o) Removed general::use_whois_actually configuration directive. This is |
| 397 |
|
o) Fixed bancache not being updated on CHGHOST/CHGIDENT |
| 398 |
|
|
| 399 |
|
|
| 400 |
< |
-- ircd-hybrid-8rc1 Release Notes |
| 400 |
> |
-- Noteworthy changes in version 8.0.0rc1 (2012-09-28) |
| 401 |
|
o) Removed general::client_flood configuration option and added the |
| 402 |
|
new 'recvq' configuration directive to class{} blocks. |
| 403 |
|
The max size of a receive queue can be seen in "STATS Y" |
| 405 |
|
o) Allow the '[' and ']' characters in server description |
| 406 |
|
|
| 407 |
|
|
| 408 |
< |
-- ircd-hybrid-8beta3 Release Notes |
| 408 |
> |
-- Noteworthy changes in version 8.0.0beta3 (2012-08-24) |
| 409 |
|
o) Fixed wrong syntax in several language files |
| 410 |
|
o) Removed &localchannels |
| 411 |
|
o) PRIVMSG to opers@some.server is no longer supported |
| 416 |
|
These features are now enabled by default |
| 417 |
|
|
| 418 |
|
|
| 419 |
< |
-- ircd-hybrid-8beta2 Release Notes |
| 419 |
> |
-- Noteworthy changes in version 8.0.0beta2 (2012-07-21) |
| 420 |
|
o) channel::disable_fake_channels now also disables ascii 29 (mIRC italic) |
| 421 |
|
when set to yes |
| 422 |
|
o) Added channel::max_chans_per_oper configuration directive. The old way |
| 433 |
|
o) Channel keys/passwords are now case sensitive |
| 434 |
|
|
| 435 |
|
|
| 436 |
< |
-- ircd-hybrid-8beta1 Release Notes |
| 436 |
> |
-- Noteworthy changes in version 8.0.0beta1 (2012-05-28) |
| 437 |
|
o) Implemented full services support, including but not limited to the |
| 438 |
|
following changes: |
| 439 |
|
- Added SVSNICK, and SVSMODE command handlers |
| 481 |
|
|
| 482 |
|
-------------------------------------------------------------------------------- |
| 483 |
|
|
| 484 |
+ |
This is still BETA code. Run it at your own risk. By running this |
| 485 |
+ |
code you assume FULL responsibility for any problems it may cause. |
| 486 |
+ |
We do NOT recommend that you run BETA code on production IRC networks |
| 487 |
+ |
such as EFnet. |
| 488 |
+ |
|
| 489 |
|
BUG REPORTS: If you run this code and encounter problems, you must report |
| 490 |
|
the bug by EMAIL to bugs@ircd-hybrid.org |
| 491 |
|
Please include a gdb backtrace and a copy of your config.h and |