| 4 |
|
- Added SVSNICK, and SVSMODE command handlers |
| 5 |
|
- Added service stamps to NICK/UID messages |
| 6 |
|
- Usermode +r (registered nick) has been added, as well as |
| 7 |
< |
channelmode +r (registered channel). |
| 7 |
> |
channelmode +r (registered channel) |
| 8 |
> |
- Now that usermode +r has a different function than before, rejected |
| 9 |
> |
client notices now go to new usermode +j |
| 10 |
|
- Various services shortcuts have been added (/NS, /CS, /NICKSERV, /CHANSERV, etc.) |
| 11 |
|
- Added channelmode +R (only registered clients may join that channel) |
| 12 |
|
- Added usermode +R (only registered clients may send a private message) |
| 16 |
|
bans should only be added via ircd.conf |
| 17 |
|
o) Added 'globops', 'restart' and 'module' operator privilege flags. |
| 18 |
|
Read etc/example.conf for further explanation of what these flags |
| 19 |
< |
are supposed to be doing. |
| 19 |
> |
are supposed to be doing |
| 20 |
|
o) Idle-time klines have been removed |
| 21 |
|
o) Cleaned up modules API. Old modules won't work anymore |
| 22 |
+ |
o) Remove general::burst_away configuration directive. AWAY bursts are now |
| 23 |
+ |
controlled via connect::flags explicitly |
| 24 |
+ |
o) Introduced new logging subsystem including log rotation based on |
| 25 |
+ |
file sizes |
| 26 |
+ |
|
| 27 |
|
|
| 28 |
|
-------------------------------------------------------------------------------- |
| 29 |
|
|