summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-channel.c
AgeCommit message (Expand)Author
2013-11-07irc: fix groups in channel nicklist when reconnecting to a server that suppor...Sebastien Helleu
2013-04-28irc: fix duplicate nick completion when someone rejoins the channel with same...Sebastien Helleu
2013-04-21irc: add tag "irc_nick_back" for messages displayed in private buffer when a ...Sebastien Helleu
2013-03-24irc: add option irc.look.display_join_message (task #10895)Sebastien Helleu
2013-03-17irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-18irc: fix crash when unmasking a smart filtered join if a line without tags is...Sebastien Helleu
2013-02-17irc: unmask smart filtered join if nick speaks in channel some minutes after ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-11-14irc: fix crash on /upgrade (free channels before server data when a server is...Sebastien Helleu
2012-10-09irc: add option "-noswitch" for command /join (task #12275)Sebastien Helleu
2012-09-18irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...Peter Boström
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-06-14irc: set callback "nickcmp" in channel buffersSebastien Helleu
2012-03-22irc: do not send command "MODE #channel" on manual /names (do it only when na...Sebastien Helleu
2012-03-12irc: use computed nick color in many messages instead of option weechat.color...Sebastien Helleu
2012-03-06irc: compute hash to find nick color for nick in server message when nick is ...Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2012-01-06irc: use redirection to get channel modes after update of modes on channel, d...Sebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-12-09irc: reset read marker of current buffer on manual /joinSebastien Helleu
2011-11-18irc: remove autorejoin on channels when disconnected from server (bug #32207)Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-30irc: display host in message "nick is back on server" (in private) only if ho...Sebastien Helleu
2011-08-14core: add buffer property "short_name_is_set", return name if short name is n...Sebastien Helleu
2011-08-14irc: set short name on buffers only if it was not set by another plugin/scriptSebastien Helleu
2011-08-08irc: send WHO command to check away nicks only if channel was not partedSebastien Helleu
2011-08-05core: fix bugs with automatic layout (bug #26110), add support of merged buff...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-11irc: do not rejoin channels where /part has been issued before reconnection t...Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien Helleu
2011-03-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-10Search nicklist group without leading digits in irc pluginSebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to "irc.look.new_{cha...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-09-12Do not send WHO on channel joined (to check away nicks) if option irc.network...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-29Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu
2010-05-21Add optional message in IRC private buffer when nick is back on server after ...Sebastien Helleu