3 |
o) IMPORTANT: database files and links.txt are now stored in /var/lib |
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 |
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 |
to the new path before (re)starting the ircd |
6 |
####################################################################### |
######################################################################## |
7 |
o) IMPORTANT: the splitmode logic has been removed along with the |
o) IMPORTANT: the splitmode logic has been removed along with the |
8 |
following channel {} block configuration directives: |
following channel {} block configuration directives: |
9 |
'default_split_user_count', 'default_split_server_count', |
'default_split_user_count', 'default_split_server_count', |
10 |
'no_create_on_split', 'no_join_on_split' |
'no_create_on_split', 'no_join_on_split' |
11 |
####################################################################### |
######################################################################## |
12 |
o) Added 'xline_exempt' to auth {} block flags |
o) Added 'xline_exempt' to auth {} block flags |
13 |
o) serverinfo::sid is now optional. A unique SID is now automatically |
o) serverinfo::sid is now optional. A unique SID is now automatically |
14 |
generated based on the server's name and description |
generated based on the server's name and description |
15 |
o) Various fixes to the mkpasswd tool |
o) Various fixes to the mkpasswd tool |
16 |
o) If supported by the compiler, ircd-hybrid now compiles with |
o) If supported by the compiler, ircd-hybrid now compiles with |
17 |
-fstack-protector-strong instead of -fstack-protector |
'-fstack-protector-strong' instead of '-fstack-protector' |
18 |
o) Services can now add SQLINEs/RESVs that have wildcards in it |
o) Services can now add SQLINEs/RESVs that have wildcards in it |
19 |
o) Channel name RESVs are now sanity checked for too broad masks |
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 |
o) class::connectfreq now works properly with values lower than 300 seconds |
112 |
|
|
113 |
|
|
114 |
-- Noteworthy changes in version 8.2.1 (2014-10-21) |
-- Noteworthy changes in version 8.2.1 (2014-10-21) |
115 |
o) Fixed bug where "/undline remote.server IP" did not work as expected |
o) Fixed bug where "UNDLINE remote.server IP" did not work as expected |
116 |
o) Servers are now allowed to add/remove K-/D-/X-lines and RESVs |
o) Servers are now allowed to add/remove K-/D-/X-lines and RESVs |
117 |
o) Usermode +G now no longer allows to override +g |
o) Usermode +G now no longer allows to override +g |
118 |
o) Due to potential weakness, TLS session caching and session tickets |
o) Due to potential weakness, TLS session caching and session tickets |