#3: Add WHOISCHANNELS to the users channels
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: chat | Version:
Keywords: | Has_patch: 0
-------------------------+--------------------------------------------------
The issue comes from the old TODO file.
One of the problems with the issue is that the library itself is not
actually on these channels, so that there will not be an auto-update when
the user leaves the channels.
--
Ticket URL: <http://trac.common-lisp.net/cl-irc/ticket/3>
cl-irc <http://common-lisp.net/project/cl-irc>
cl-irc
#5: Split over-long messages into several ones
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: minor | Milestone: unscheduled
Component: chat | Version:
Keywords: | Has_patch: 0
-------------------------+--------------------------------------------------
If a message (as in PRIVMSG) is longer than 512 characters
(including carriage return and linefeed) we should probably split
the message into several on behalf of the user.
Introduce a setting which allows send-irc-message to do this?
--
Ticket URL: <http://trac.common-lisp.net/cl-irc/ticket/5>
cl-irc <http://common-lisp.net/project/cl-irc>
cl-irc
#1: Auto-adjust mode name maps upon server detection
-------------------------+--------------------------------------------------
Reporter: ehuelsmann | Owner: somebody
Type: enhancement | Status: new
Priority: minor | Milestone: pre-1.0
Component: chat | Version:
Keywords: | Has_patch: 0
-------------------------+--------------------------------------------------
Extend mode tracking and isupport frameworks to detect server type and
version and adjust the character-to-mode-name map accordingly.
I nice to have for 1.0
--
Ticket URL: <http://trac.common-lisp.net/cl-irc/ticket/1>
cl-irc <http://common-lisp.net/project/cl-irc>
cl-irc