summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-13alias: add default alias "msgbuf" (send text to a buffer)Sébastien Helleu
2014-05-13core: add option "send" in command /input (send text to a buffer)Sébastien Helleu
2014-05-13core: fix completion %(plugins_commands) when there are more than one ↵Sébastien Helleu
argument before in the command line
2014-05-13core: add option "-buffer" in command /command (closes #67)Sébastien Helleu
2014-05-13core: update German translationnils_2
2014-05-12irc: make reason optional in command /killSébastien Helleu
2014-05-11core: add VERBOSE flag for compilation (Travis)Sébastien Helleu
2014-05-11core: add clang compiler for Travis buildSébastien Helleu
2014-05-11doc: fix continued indentations in docgen.pySébastien Helleu
2014-05-11core: add pylint check of doc/docgen.py (Travis)Sébastien Helleu
2014-05-11doc: fix pylint warnings in docgen.pySébastien Helleu
2014-05-10doc: update German auto-generated filesSébastien Helleu
2014-05-10api: change type of arguments displayed/highlight in hook_print callback ↵Sébastien Helleu
from string to integer (in scripts)
2014-05-09core: update German translationsnils_2
2014-05-09core: add commentSébastien Helleu
2014-05-08core: do not restore title of core buffer after /upgradeSébastien Helleu
2014-05-08core: fix memory leak when restoring buffers after /upgradeSébastien Helleu
2014-05-08core: remove line in ChangeLog (add of "#" in front of channels on /join)Sébastien Helleu
The new option has changed the behavior again, so "/join 0" will now part all channels by default.
2014-05-08relay: add message "_buffer_cleared"Sébastien Helleu
2014-05-08irc: add support of message 324 (channel modes) in option ↵Sébastien Helleu
irc.look.display_join_message (closes #75)
2014-05-08core: update ChangeLogSébastien Helleu
2014-05-08relay: reformat commentSébastien Helleu
2014-05-08relay: fix disconnection of client on empty websocket framesTor Hveem
WeeChat disconnects any client when a frame with length 0 is recieved.
2014-05-08core: update ChangeLog (add support of negated tags in filters)Sébastien Helleu
2014-05-08core: add support of '!' for tags in /help filterSébastien Helleu
2014-05-08core: add parentheses around tests in conditionsSébastien Helleu
2014-05-07core: add support for negated tags in filters (closes #72)stfn
2014-05-07relay: add support of Internet Explorer websocket (closes #73)Sébastien Helleu
2014-05-06doc: update German auto-generated filesSébastien Helleu
2014-05-06Merge branch 'master' of https://github.com/weechat/weechatnils_2
2014-05-06core: update German translationnils_2
2014-05-06xfer: fix problem with option xfer.file.auto_accept_nicks when the server ↵Sébastien Helleu
name contains dots
2014-05-06irc: add option irc.look.join_auto_add_chantype (closes #65)Sébastien Helleu
2014-05-05core: add missing semicolon in .travis.ymlSébastien Helleu
2014-05-05core: use before_script instead of before_install (Travis)Sébastien Helleu
2014-05-05core: use tee to write in /etc/apt/apt.conf (Travis)Sébastien Helleu
2014-05-05core: set option APT::Install-Recommends before commands apt-get / ↵Sébastien Helleu
mk-build-deps (Travis)
2014-05-05core: add option "APT::Install-Recommends=false" for apt-get (Travis)Sébastien Helleu
2014-05-05core: remove use of virtualenv for TravisSébastien Helleu
2014-05-05core: add install of package libenchant-dev for TravisSébastien Helleu
Package libenchant-dev is required by pyenchant (used in msgcheck).
2014-05-05core: add check of .po files with msgcheck for TravisSébastien Helleu
2014-05-04Merge pull request #70 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-05-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-05-04core: change default key for bare display from alt-'!' to alt-'l'Sébastien Helleu
2014-05-04core: add build of man page and docs for TravisSébastien Helleu
2014-05-04core: do the "cd build" on its own line in .travis.ymlSébastien Helleu
2014-05-04core: add missing empty line in README.asciidocSébastien Helleu
2014-05-04Merge pull request #69 from Mkaysi/travisSébastien Helleu
Travis
2014-05-03core: .travis.yml: install equivsMikaela Suomalainen
which is required by previous mk-build-deps which comes from devscripts and which should depend on equivs, but it doesn't...
2014-05-03core: .travis.yml: install devscripts to get mk-build-deps / fix build.Mikaela Suomalainen