summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-21guile: return WEECHAT_RC_ERROR in command /guile if arguments are wrong/missingSebastien Helleu
2014-02-21tcl: return WEECHAT_RC_ERROR in command /tcl if arguments are wrong/missingSebastien Helleu
2014-02-21lua: return WEECHAT_RC_ERROR in command /lua if arguments are wrong/missingSebastien Helleu
2014-02-21ruby: return WEECHAT_RC_ERROR in command /ruby if arguments are wrong/missingSebastien Helleu
2014-02-21perl: return WEECHAT_RC_ERROR in command /perl if arguments are wrong/missingSebastien Helleu
2014-02-21python: return WEECHAT_RC_ERROR in command /python if arguments are wrong/mis...Sebastien Helleu
2014-02-21logger: return WEECHAT_RC_ERROR in command /logger if arguments are wrong/mis...Sebastien Helleu
2014-02-21irc: use same return code and message in all commands when arguments are wron...Sebastien Helleu
2014-02-21charset: remove unneeded test in command /charsetSebastien Helleu
2014-02-21alias: use same return code and message in all commands when arguments are wr...Sebastien Helleu
2014-02-21core: use same return code and message in all commands when arguments are wro...Sebastien Helleu
2014-02-20irc: add note about option irc.network.whois_double_nick in /help whoisSebastien Helleu
2014-02-20irc: set option irc.network.whois_double_nick to "off" by defaultSebastien Helleu
2014-02-20alias: change default command for alias /beep to "/print -beep"Sebastien Helleu
2014-02-20core: add option "-beep" in command /printSebastien Helleu
2014-02-20irc: fix parsing of nick/host when there is nothing after in message (malform...Sebastien Helleu
2014-02-20irc: fix parsing of nick in host when '!' is not found (bug #41640)Felix Eckhofer
2014-02-19core: add missing option "rename" in /help filter and in command completionSebastien Helleu
2014-02-17guile: fix module used after unload of a scriptSebastien Helleu
2014-02-17lua: fix interpreter used after unload of a scriptSebastien Helleu
2014-02-17perl: fix context used after unload of a scriptSebastien Helleu
2014-02-17python: fix interpreter used after unload of a scriptSebastien Helleu
2014-02-17core: allow empty arguments for command /printSebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-13core: use item "buffer_last_number" instead of "buffer_count" by default in s...Sebastien Helleu
2014-02-13core: fix freeze/crash in gnutls (bug #41576)Jason A. Donenfeld
2014-02-13irc: use a more explicit error when the creation of a temporary server failedSebastien Helleu
2014-02-11core: add signals "key_combo_{default|search|cursor}"Sebastien Helleu
2014-02-11core: ignore return value of 'write' in function hook_set (fix compiler warning)Sebastien Helleu
2014-02-10core: split key command when the key is created (improve speed when executing...Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09core: display a warning in case of inconsistency between the options weechat....Sebastien Helleu
2014-02-09core: add more info in /help weechat.look.hotlist_sortSebastien Helleu
2014-02-07core: fix apply of layout when buffers that are not in layout are before some...Sebastien Helleu
2014-02-06core: fix hotlist problems after apply of a layout (bug #41481)Sebastien Helleu
2014-02-05ruby: add detection and fix compilation with Ruby 2.0 (patch #8209)Sebastien Helleu
2014-02-04core: fix installation of weechat-plugin.h with autotools (patch #8305)Patrick Steinhardt
2014-02-04alias: add default alias /beep => /print -stderr \aSebastien Helleu
2014-02-04core: use structure itself for sizeof in two mallocSebastien Helleu
2014-02-02ruby: fix compilation warningSebastien Helleu
2014-02-02core: fix compilation on Android (replace include of sys/termios.h by termios...Sebastien Helleu
2014-02-02core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...Sebastien Helleu
2014-02-01core: fix crash when creating two bars with same name but different case (bug...Sebastien Helleu
2014-01-31irc: clear the gnutls session in all cases after SSL connection errorSebastien Helleu
2014-01-31relay: send backlog for irc private buffersSebastien Helleu
2014-01-29core: fix typos in translations and docsSebastien Helleu
2014-01-28irc: add value "353" in option irc.look.display_join_messageSebastien Helleu
2014-01-27core: fix display of read marker when all buffers line are unreadSebastien Helleu
2014-01-27logger: replace backslashs in name by logger replacement char under Cygwin (b...Sebastien Helleu
2014-01-26core: fix memory leak in regex matching when evaluating expressionSebastien Helleu