| 1 |
+ |
-- ircd-hybrid-8.1.13 Release Notes |
| 2 |
+ |
o) Fixed EOB not working for remote servers (resulted in fake |
| 3 |
+ |
direction notices) |
| 4 |
+ |
o) Fixed remote client connection notices for servers that are |
| 5 |
+ |
more than one hop away |
| 6 |
+ |
o) Fixed bug where ircd didn't timeout SSL connections that |
| 7 |
+ |
haven't finished the SSL handshake |
| 8 |
+ |
o) Fixed several bugs with server hiding |
| 9 |
+ |
o) Updated/fixed help files |
| 10 |
+ |
o) WHOIS no longer sends a notice to +y operators |
| 11 |
+ |
|
| 12 |
+ |
|
| 13 |
+ |
-- ircd-hybrid-8.1.12 Release Notes |
| 14 |
+ |
o) RPL_WHOISMODES now uses the 379 numeric |
| 15 |
+ |
o) Serial number is now shown on start up |
| 16 |
+ |
o) Fixed possible channel mode desynch with services |
| 17 |
+ |
o) Fixed TS 6 support with LOCOPS |
| 18 |
+ |
o) Minor code cleanups |
| 19 |
+ |
o) Fixed file descriptor leak with empty help files |
| 20 |
+ |
o) Fixed issue with WEBIRC where hostnames were |
| 21 |
+ |
not validated |
| 22 |
+ |
|
| 23 |
+ |
|
| 24 |
+ |
-- ircd-hybrid-8.1.11 Release Notes |
| 25 |
+ |
o) Administrators may now see channel modes in /LIST |
| 26 |
+ |
o) Fixed compile error on BSD systems when building with kqueue() |
| 27 |
+ |
|
| 28 |
+ |
|
| 29 |
+ |
-- ircd-hybrid-8.1.10 Release Notes |
| 30 |
+ |
o) Fixed bug with kqueue() where it occasionally dropped updates |
| 31 |
+ |
o) Changed WHOIS to show a client's certificate fingerprint |
| 32 |
+ |
to administrators only |
| 33 |
+ |
o) The WHO reply now shows whether or not a nickname has |
| 34 |
+ |
been registered with NickServ. ('r' status flag) |
| 35 |
+ |
o) Fixed some flaws with server hiding |
| 36 |
+ |
o) Fixed bug where "STATS P" would leak ip addresses to remotely connected |
| 37 |
+ |
administrators, even if serverhide::hide_server_ips was set to 'yes' |
| 38 |
+ |
o) Services coders: added SVSKILL |
| 39 |
+ |
|
| 40 |
+ |
|
| 41 |
+ |
-- ircd-hybrid-8.1.9 Release Notes |
| 42 |
+ |
o) Added usermode +W. Users connected via a webirc gateway get this |
| 43 |
+ |
mode set by servers. |
| 44 |
+ |
o) /WHOIS now shows if a client is connected via a webirc |
| 45 |
+ |
gateway |
| 46 |
+ |
o) Administrators may now see +s channels a user is in with /WHOIS. |
| 47 |
+ |
Secret channels are prepended with a tilde in the /WHOIS |
| 48 |
+ |
reply. |
| 49 |
+ |
o) Administrators are now able to see all the user modes a user has |
| 50 |
+ |
set via /whois |
| 51 |
+ |
|
| 52 |
+ |
|
| 53 |
|
-- ircd-hybrid-8.1.8 Release Notes |
| 54 |
|
o) Fixed bug that would lead to a desynchronized nick database |
| 55 |
|
throughout the entire network if using services enforced |
| 57 |
|
o) Cleaned up/modernized build system |
| 58 |
|
o) Add -fstack-protector to CFLAGS if available. Basically checks for |
| 59 |
|
buffer overflows/stack-smashing attacks |
| 60 |
< |
o) When using anope 1.9 services, /WHOIS now shows the account name |
| 60 |
> |
o) When using anope 1.9/2.0 services, /WHOIS now shows the account name |
| 61 |
|
of a registered/identified client (numeric 330) |
| 62 |
|
o) Administrators can now see +s channels in /LIST |
| 63 |
|
|
| 97 |
|
o) Added general::stats_u_oper_only configuration option |
| 98 |
|
o) Added support for SHA-256 ssl certificate fingerprint based operator{} |
| 99 |
|
and connect{} blocks. |
| 100 |
< |
In conjunction with Anope 1.9.x IRC-services, clients are now also able |
| 100 |
> |
In conjunction with Anope 1.9/2.0 IRC-services, clients are now also able |
| 101 |
|
to automatically identify for their nick with ssl certificate |
| 102 |
|
fingerprints |
| 103 |
|
o) Added operator::ssl_connection_required configuration option. See |
| 285 |
|
now enabled by default |
| 286 |
|
o) Minor SQUIT handling fixes |
| 287 |
|
o) Fixed bancache not being updated on CHGHOST/CHGIDENT |
| 236 |
– |
o) Fixed possible TBURST desynchronization with services |
| 237 |
– |
o) Fixed TBURST sending server's name to clients if it's a hidden server |
| 288 |
|
|
| 289 |
|
|
| 290 |
|
-- ircd-hybrid-8rc1 Release Notes |