Age | Commit message (Expand) | Author |
2011-05-06 | irc: fix parsing of message 332 when no topic neither colon are found (bug wi... | Sebastien Helleu |
2011-04-28 | irc: add new options irc.color.topic_old and irc.color.topic_new | Sebastien Helleu |
2011-04-24 | irc: use tag "notify_none" for self messages | Sebastien Helleu |
2011-04-11 | irc: do not rejoin channels where /part has been issued before reconnection t... | Sebastien Helleu |
2011-03-24 | irc: fix self nick color in nicklist after changing nick with /nick | Sebastien Helleu |
2011-03-23 | irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single... | Sebastien Helleu |
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer... | Sebastien Helleu |
2011-03-07 | Add new option irc.look.smart_filter_nick | Sebastien Helleu |
2011-03-05 | Silently ignore IRC kicks when channel is not found | Sebastien Helleu |
2011-03-05 | Ignore IRC join if nick is not self nick and if channel buffer does not exist... | Sebastien Helleu |
2011-03-04 | Add new option irc.look.color_nicks_in_names | Sebastien Helleu |
2011-02-01 | Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (... | Sebastien Helleu |
2011-01-09 | Differenciate IRC notices from messages in private buffer (bug #31980) | Sebastien Helleu |
2011-01-05 | Silently ignore IRC PRIVMSG message if target channel is not found | Sebastien Helleu |
2011-01-03 | Update nick modes with IRC message 221 (bug #32038) | Sebastien Helleu |
2011-01-02 | Fix crash with malformed IRC message "324" received | Sebastien Helleu |
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 |
2010-11-10 | Fix zero byte malloc when joining a channel without nick | Sebastien Helleu |
2010-10-30 | Fix target buffer used to display IRC message 327 (whois, host) | Sebastien Helleu |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu... | Sebastien Helleu |
2010-10-16 | Fix crash when channel topic is removed if it was already empty (if option ir... | Sebastien Helleu |
2010-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu |
2010-10-08 | Switch to next server address when IRC error is received after TCP connection... | Sebastien Helleu |
2010-10-07 | Fix display of IRC message "ERROR", fix detection of closed link ("Closing Li... | Sebastien Helleu |
2010-10-06 | Display old IRC channel topic when topic is unset (task #9780) | Sebastien Helleu |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu |
2010-09-12 | Do not send WHO on channel joined (to check away nicks) if option irc.network... | Sebastien Helleu |
2010-08-20 | Fix bug with hostmasks in IRC command /ignore (bug #30716) | Sebastien Helleu |
2010-07-19 | Remove unneeded spaces and tabs | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-06-10 | Fix display of IRC message 333 on some servers | Sebastien Helleu |
2010-06-08 | Add new options irc.look.display_host_join/join_local/quit and irc.color.reas... | Sebastien Helleu |
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien Helleu |
2010-06-01 | Add missing IRC commands 346, 347 (channel invite list) | Sebastien Helleu |
2010-06-01 | Fix display of IRC message 330 on some servers | Sebastien Helleu |
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu |
2010-05-23 | Add IRC command /wallchops, fix bug with display of notice for ops (task #100... | Sebastien Helleu |
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new info... | Sebastien Helleu |
2010-05-21 | Add optional message in IRC private buffer when nick is back on server after ... | Sebastien Helleu |
2010-04-21 | Add new options irc.network.autoreconnect_delay_growing and irc.network.autor... | Sebastien Helleu |
2010-04-20 | Try other nick when connecting to IRC server and receiving message 437 (nick ... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-30 | Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick u... | Sebastien Helleu |
2010-03-29 | Fix display of message 333 (channel topic) when there is no host but only nick | Sebastien Helleu |
2010-03-29 | Fix check of IRC ignore when channel is specified in ignore (problem with PRI... | Sebastien Helleu |
2010-03-26 | Add new option irc.look.part_closes_buffer to close buffer when /part is issu... | Sebastien Helleu |
2010-03-21 | Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ev... | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |