Age | Commit message (Expand) | Author |
2013-07-02 | irc: fix error message on /invite without arguments (bug #39272) | Sebastien Helleu |
2013-06-05 | irc: add support of special variables $nick/$channel/$server in commands /all... | Sebastien Helleu |
2013-05-29 | irc: fix multiple nicks in command /query (separated by commas): open one buf... | Sebastien Helleu |
2013-04-10 | irc: fix crash on command "/allchan /close" | Sebastien Helleu |
2013-03-22 | irc: fix default completion (like nicks) in commands /msg, /notice, /query an... | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-02-26 | irc: fix conversion of mask to regex in ignore | Sebastien Helleu |
2013-02-23 | irc: hide passwords in commands or messages sent to nickserv with modifiers (... | Sebastien Helleu |
2013-01-06 | irc: fix display of actions (/me) when they are received from a relay client ... | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-12-05 | irc: add option "-auto" for command /connect (task #9340) | Nils Görs |
2012-11-27 | xfer: display remote IP address for DCC chat/file (task #12289) (patch from N... | Sebastien Helleu |
2012-11-05 | irc: fix refresh of bar item "away" after command /away or /disconnect | Nils Görs |
2012-11-02 | irc: add command /quiet, fix display of messages 728/729 (quiet list, end of ... | Nils Görs |
2012-10-20 | irc: add option irc.network.whois_double_nick to double nick in command /whois | Sebastien Helleu |
2012-10-20 | irc: send whois on self nick when /whois is done without argument on a channe... | Nils Görs |
2012-10-09 | irc: add option "-noswitch" for command /join (task #12275) | Sebastien Helleu |
2012-09-18 | irc: fix rejoin of channels with a key, ignore value "*" sent by server for k... | Peter Boström |
2012-08-20 | irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}... | Sebastien Helleu |
2012-06-04 | irc: reallow names beginning with "#" for servers | Sebastien Helleu |
2012-05-08 | irc: add option "fakerecv" for command /server to simulate a received IRC mes... | Sebastien Helleu |
2012-04-08 | irc: add option "-pending" for command /disconnect (cancel auto-reconnection ... | Sebastien Helleu |
2012-03-26 | irc: allow more than one nick in command /invite | Sebastien Helleu |
2012-03-23 | irc: do not translate string "Msg" for messages to channel ops/voiced | Sebastien Helleu |
2012-03-17 | irc: do not allow the creation of two servers with same name but different ca... | Sebastien Helleu |
2012-03-14 | irc: display privmsg messages to "@#channel" and "+#channel" in channel buffe... | Sebastien Helleu |
2012-03-12 | irc: use computed nick color in many messages instead of option weechat.color... | Sebastien Helleu |
2012-03-12 | irc: check notify immediately when adding a nick to notify list, improve firs... | Sebastien Helleu |
2012-01-27 | irc: add alias "ctcp" for target buffer of CTCP messages | Sebastien Helleu |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2012-01-06 | irc: use low priority for MODE sent automatically by WeeChat (when joining ch... | Sebastien Helleu |
2012-01-06 | irc: use extended regex in command /list | Sebastien Helleu |
2012-01-06 | irc: allow /mode without argument (display modes of current channel or user m... | Sebastien Helleu |
2012-01-05 | irc: remove invalid argument "list" from completion of command /notify | Sebastien Helleu |
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ... | Sebastien Helleu |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server (r... | Sebastien Helleu |
2011-11-07 | irc: display channel voice notices received in channel buffer (bug #34762), d... | Sebastien Helleu |
2011-11-04 | irc: allow URL "irc://" in command /connect | Sebastien Helleu |
2011-10-27 | irc: add missing modes in /help mode (synopsis of command) | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-09-22 | irc: use high priority queue for sending modes and wallchops messages | Sebastien Helleu |
2011-09-22 | core: add colors for inactive windows and lines (in merged buffers) | Sebastien Helleu |
2011-08-28 | irc: allow reason for command /disconnect | Sebastien Helleu |
2011-08-27 | irc: allow server name for commands /die and /restart | Sebastien Helleu |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug #29879),... | Sebastien Helleu |
2011-08-18 | irc: fix compilation warning under FreeBSD | Sebastien Helleu |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu |