14 |
- Added services_name directive to general{} block |
- Added services_name directive to general{} block |
15 |
o) RKLINE and RXLINE commands have been removed. Regular expression based |
o) RKLINE and RXLINE commands have been removed. Regular expression based |
16 |
bans should only be added via ircd.conf |
bans should only be added via ircd.conf |
17 |
o) Added 'globops', 'restart' and 'module' operator privilege flags. |
o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator privilege flags. |
18 |
Read etc/example.conf for further explanation of what these flags |
Read doc/example.conf for further explanation of what these flags |
19 |
are supposed to be doing |
are supposed to be doing |
20 |
o) Idle-time klines have been removed |
o) Idle-time klines have been removed |
21 |
o) Cleaned up modules API. Old modules won't work anymore |
o) Cleaned up modules API. Old modules won't work anymore |
23 |
controlled via connect::flags explicitly |
controlled via connect::flags explicitly |
24 |
o) Introduced new logging subsystem including log rotation based on |
o) Introduced new logging subsystem including log rotation based on |
25 |
file sizes |
file sizes |
26 |
|
o) Added support for remote D-lines |
27 |
|
o) Added usermode +H which is basically a replacement for the hidden_admin and |
28 |
|
hidden_oper operator flags. With usermode +H, irc operator status can now |
29 |
|
be hidden even on remote servers |
30 |
|
o) The servlink program has been removed. ircd-hybrid can now make use of SSL/TLS |
31 |
|
for inter-server communication. |
32 |
|
NOTE: compressed server links are of course still available, but a SSL/TLS |
33 |
|
connection is required, as compression is now handled via the OpenSSL library |
34 |
|
|
35 |
|
|
36 |
-------------------------------------------------------------------------------- |
-------------------------------------------------------------------------------- |