| 24 |
|
o) Remove general::burst_away configuration directive. AWAY bursts are now |
| 25 |
|
controlled via connect::flags explicitly |
| 26 |
|
o) Introduced new logging subsystem including log rotation based on |
| 27 |
< |
file sizes |
| 27 |
> |
file sizes. Log timestamp format is ISO8601 now |
| 28 |
|
o) Added support for remote D-lines |
| 29 |
|
o) Added usermode +H which is basically a replacement for the hidden_admin and |
| 30 |
|
hidden_oper operator flags. With usermode +H, irc operator status can now |
| 31 |
|
be hidden even on remote servers |
| 32 |
+ |
o) Added CIDR support for operator{} blocks |
| 33 |
|
o) The servlink program has been removed. ircd-hybrid can now make use of SSL/TLS |
| 34 |
|
for inter-server communication. |
| 35 |
|
NOTE: compressed server links are of course still available, but a SSL/TLS |
| 36 |
|
connection is required, as compression is now handled via the OpenSSL library |
| 37 |
+ |
o) Removed 'ssl_server_protocol' configuration directive and |
| 38 |
+ |
added 'ssl_client_method' and 'ssl_server_method' instead. |
| 39 |
+ |
Both of these options can now be changed at runtime |
| 40 |
|
o) Oper login IDs are no longer limited to NICKLEN*2 |
| 41 |
|
o) Removed channel::burst_topicwho configuration option. Topicsetters are |
| 42 |
|
now sent by default |
| 43 |
+ |
o) "STATS Y|y" now reports CIDR limits as well |
| 44 |
+ |
o) Added m_webirc.c to contrib/ |
| 45 |
|
o) Overall code cleanup and speed improvements |
| 46 |
|
|
| 47 |
|
-------------------------------------------------------------------------------- |