Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #2436
|
|
|
|
|
|
|
|
|
|
|
|
The number of arguments is not always the same
|
|
|
|
|
|
|
|
Also remove the duplicate send_self_join methods, user only send_user_join
|
|
CHANMODES and PREFIX only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By fixing a namespace when looking for an XML element containing that message
|
|
|
|
By removing invalid chars, see http://www.w3.org/TR/xml/#charsets
|
|
|
|
|
|
|
|
The included man page is now generated from this markdown file, using ronn
|
|
|
|
|
|
|
|
|
|
The limit for the whole message is 512 bytes, we limit the body to 400
(instead of doing a calculation based on the command name and the other
parameters), because it's simple, easy and that’s enough.
fixes #2416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
But some servers (epiknet for example) send channel names with an uppercase
|
|
|
|
It was recently removed because it was handled in the old "convert irc
colors" code. It now is in the right place.
|
|
|