summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
AgeCommit message (Expand)Author
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
2011-11-07irc: display channel voice notices received in channel buffer (bug #34762), d...Sebastien Helleu
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-10-27irc: add missing modes in /help mode (synopsis of command)Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22irc: use high priority queue for sending modes and wallchops messagesSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-28irc: allow reason for command /disconnectSebastien Helleu
2011-08-27irc: allow server name for commands /die and /restartSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-08-18irc: fix compilation warning under FreeBSDSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-08irc: fix message displayed by command /msg nickservSebastien Helleu
2011-07-27irc: complete help of command /ban (explain what is does without argument)Sebastien Helleu
2011-07-10irc: fix crash when /join command is executed on a non-irc buffer (bug #33742)Sebastien Helleu
2011-06-22irc: add prefix "#" for all channels on join (if no prefix given)Sebastien Helleu
2011-06-16irc: switch to buffer on /join #channel if channel buffer already existsSebastien Helleu
2011-05-15irc: fix argument nick in /help ignoreSebastien Helleu
2011-05-14irc: fix typo in /help linksSebastien Helleu
2011-04-29irc: fix tags for messages sent with /msg command (bug #33169)Sebastien Helleu