blob: a98d127230d111d56e0fcf957345a8a8dcd3f038 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Unreleased
* Added support for the LUSERS command (from Alex Wright).
* Added basic SSL support (from Leandro Lucarella).
0.4 2012-07-01
* Added support for channel keys.
* 422 message is now sent after registration when no MOTD is available. This
is apparently needed by some clients.
* Added support for WALLOPS command.
* Added option to store persistent state (currently channel topic and key).
* Fixed crash when the write queue for a disconnected client is non-empty.
0.3 2011-08-25
* Added --debug flag.
* Added optional logging of channel messages to file.
* Send a 251 message upon registration to please Pidgin.
* Understand but ignore AWAY messages.
* Various code cleanup.
0.2.0 2003-12-12
* Added switch for specifying a MOTD file.
* Added WHOIS and MOTD commands.
0.1.1 2003-12-09
* Handle bad port specification nicely.
* Minor cleanups.
0.1.0 2003-12-03
* First released version.
0.0.0 autumn, 2003
* [Internal usage.]
|