Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-16 | irc: fix split of outgoing message when there are only spaces | Sebastien Helleu | |
This fix error "No text to send" when sending message with one space (the space was lost during split of string). | |||
2011-08-29 | irc: fix uninitialiazed variables in function irc_message_split | Sebastien Helleu | |
2011-08-26 | irc: add "count" in hashtable returned by "irc_message_split" | Sebastien Helleu | |
2011-08-26 | irc: fix split of notices with ctcp (like ctcp version), display split ↵ | Sebastien Helleu | |
messages for notices with ctcp | |||
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-05-26 | irc: fix memory leak in message parser (when called from other plugins like ↵ | Sebastien Helleu | |
relay) (bug #33387) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-21 | Move some functions from irc-server.c and irc-protocol.c to irc-message.c | Sebastien Helleu | |