summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-12-15Fix bug with charset decoding on IRC private buffers (decoding was made for l...Sebastien Helleu
2010-12-13Use case insensitive comparison for string in redirected messagesSebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-12-09Allow /reconnect on servers that are not currently connectedSebastien Helleu
2010-12-02Allow channel argument without user/host for IRC command /banSebastien Helleu
2010-12-02Replace "receiver" by "target" in help of some IRC commandsSebastien Helleu
2010-11-29Fix /help notice: receiver can be nick or channelSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-21Fix warning in irc-message.hSebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-12Fix bug with flags on irc raw bufferSebastien Helleu
2010-11-12Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)Sebastien Helleu
2010-11-12Fix bug with priority (low/high) for irc messages (all messages were sent wit...Sebastien Helleu
2010-11-12Fix color of buffer name in status bar after /upgrade for IRC servers connect...Sebastien Helleu
2010-11-12Set tag "notify_message" for messages sent to IRC channelsSebastien Helleu
2010-11-10Remove debug print of irc redirects in log fileSebastien Helleu
2010-11-10Fix bug with /upgrade on ssl servers with prefix modes and charsSebastien Helleu
2010-11-10Search nicklist group without leading digits in irc pluginSebastien Helleu
2010-11-10Fix zero byte malloc when joining a channel without nickSebastien Helleu
2010-11-09Add note about "%h" replaced by WeeChat home in some optionsSebastien Helleu
2010-11-09Fix irc topic completion in command /topic when channel topic starts with cha...Sebastien Helleu
2010-11-08Update buffer local variables when irc server is renamedSebastien Helleu
2010-11-07Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tag...Sebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-11-01Write ignore list in debug file when dumping irc dataSebastien Helleu
2010-10-31Remove dead assignmentsSebastien Helleu
2010-10-31Remove test on pointer which can't be NULLSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-30Fix target buffer used to display IRC message 327 (whois, host)Sebastien Helleu
2010-10-29Add new option irc.look.nick_color_forceSebastien Helleu
2010-10-29Use function nicklist_nick_set to change nick color (instead of removing/addi...Sebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-25Use IRC command arguments instead of full message for IRC redirection (when s...Sebastien Helleu
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-10-19Fix use of flags for irc_server_sendf in signal irc_input_sendSebastien Helleu
2010-10-16Fix crash when channel topic is removed if it was already empty (if option ir...Sebastien Helleu
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-08Switch to next server address when IRC error is received after TCP connection...Sebastien Helleu
2010-10-07Fix display of IRC message "ERROR", fix detection of closed link ("Closing Li...Sebastien Helleu
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to "irc.look.new_{cha...Sebastien Helleu
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed w...Sebastien Helleu
2010-10-06Display old IRC channel topic when topic is unset (task #9780)Sebastien Helleu
2010-09-27Reset infolist item cursor in callbacks for signals sending infolist pointerSebastien Helleu
2010-09-20Send channel topic to relay client when joining a channelSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu