summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Expand)Author
2014-01-06xfer: use same infolist for hook and signals (patch #7974)Andrew Potter
2014-01-02irc: use statusmsg from message 005 to check prefix char in status notices/me...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-11irc: display mask of ignore deleted with /ignore delSebastien Helleu
2013-12-11irc: add note about command /disconnect in /help connectSebastien Helleu
2013-12-07irc: add option irc.look.ban_mask_default (bug #26571)Sebastien Helleu
2013-11-30irc: use option irc.network.colors_send (instead of receive) when displaying ...Sebastien Helleu
2013-10-27irc: fix auto-switch to channel buffer when doing /join channel (without "#")Sebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-07-19irc: use lower case at beginning of message when deleting a serverSebastien Helleu
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-02irc: fix error message on /invite without arguments (bug #39272)Sebastien Helleu
2013-06-05irc: add support of special variables $nick/$channel/$server in commands /all...Sebastien Helleu
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one buf...Sebastien Helleu
2013-04-10irc: fix crash on command "/allchan /close"Sebastien Helleu
2013-03-22irc: fix default completion (like nicks) in commands /msg, /notice, /query an...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-26irc: fix conversion of mask to regex in ignoreSebastien Helleu
2013-02-23irc: hide passwords in commands or messages sent to nickserv with modifiers (...Sebastien Helleu
2013-01-06irc: fix display of actions (/me) when they are received from a relay client ...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-05irc: add option "-auto" for command /connect (task #9340)Nils Görs
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...Sebastien Helleu
2012-11-05irc: fix refresh of bar item "away" after command /away or /disconnectNils Görs
2012-11-02irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ...Nils Görs
2012-10-20irc: add option irc.network.whois_double_nick to double nick in command /whoisSebastien Helleu
2012-10-20irc: send whois on self nick when /whois is done without argument on a channe...Nils Görs
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-20irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}...Sebastien Helleu
2012-06-04irc: reallow names beginning with "#" for serversSebastien Helleu
2012-05-08irc: add option "fakerecv" for command /server to simulate a received IRC mes...Sebastien Helleu
2012-04-08irc: add option "-pending" for command /disconnect (cancel auto-reconnection ...Sebastien Helleu
2012-03-26irc: allow more than one nick in command /inviteSebastien Helleu
2012-03-23irc: do not translate string "Msg" for messages to channel ops/voicedSebastien Helleu
2012-03-17irc: do not allow the creation of two servers with same name but different ca...Sebastien Helleu
2012-03-14irc: display privmsg messages to "@#channel" and "+#channel" in channel buffe...Sebastien Helleu
2012-03-12irc: use computed nick color in many messages instead of option weechat.color...Sebastien Helleu
2012-03-12irc: check notify immediately when adding a nick to notify list, improve firs...Sebastien Helleu
2012-01-27irc: add alias "ctcp" for target buffer of CTCP messagesSebastien 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 low priority for MODE sent automatically by WeeChat (when joining ch...Sebastien Helleu
2012-01-06irc: use extended regex in command /listSebastien Helleu
2012-01-06irc: allow /mode without argument (display modes of current channel or user m...Sebastien Helleu
2012-01-05irc: remove invalid argument "list" from completion of command /notifySebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu