1 | |
---|
2 | Changes in 0.8 since 0.7: |
---|
3 | |
---|
4 | * The library tracks user and channel modes automatically |
---|
5 | * The concept of 'trailing-argument' removed (non-RFC compliance) |
---|
6 | * Socket support now through 'usocket' library |
---|
7 | * Threading support deprecated; use 'bordeaux-threads' or 'clim-sys' instead |
---|
8 | * Support for password protected network logon |
---|
9 | * Joining password protected channels now supported |
---|
10 | * Specifying a reason phrase when parting channels now supported |
---|
11 | * 'irc-message-event' now specializable on the default connection class |
---|
12 | * RPL_ISUPPORT fixes |
---|
13 | * Message parsing closer to specs in RFC |
---|
14 | * Support for specified outgoing external-format |
---|
15 | * Support for specified incoming external-format (with fallback) |
---|
16 | * Stop leaking 'invalidate-me' conditions (by removing them completely) |
---|
17 | * DCC support enhancements |
---|
18 | * More generic functions to silence compiler warnings |
---|
19 | |
---|
20 | 2005-03-21 Erik Huelsmann <ehuelsmann@common-lisp.net> |
---|
21 | |
---|
22 | Add MODE tracking support. |
---|
23 | |
---|
24 | 2004-03-18 Erik Huelsmann <ehuelsmann@common-lisp.net> |
---|
25 | |
---|
26 | * protocol.lisp: Add defgenerics. Remove duplicates |
---|
27 | from *reply-names* before passing to create-irc-message-classes. |
---|
28 | |
---|
29 | * command.lisp, event.lisp: Add defgenerics. |
---|
30 | |
---|
31 | * protocol.lisp (remove-channel): Change order of arguments |
---|
32 | to (remove-channel <user-object> <channel-object>) |
---|
33 | |
---|
34 | * package.lisp (export): Export symbols needed for manipulation |
---|
35 | of the different objects |
---|
36 | |
---|
37 | 2004-03-08: |
---|
38 | Started tracking changes committed to the repository in this log. |
---|
39 | |
---|
40 | Ordering of events in this file is last-commited-at-top. |
---|