summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-27core: add nick name of contributorSébastien Helleu
2017-10-27core: add bug #41245 in ChangeLogSébastien Helleu
2017-10-27core: update ChangeLogSébastien Helleu
2017-10-27core: add contributor in AUTHORS.adocSébastien Helleu
2017-10-27core: add fix for ncurses with separate tinfo (closes #1090)alyptik
2017-10-27tests: add tests on prefix and color scripting API functionsSébastien Helleu
2017-10-24tests: add tests on key_bind and key_unbind scripting API functionsSébastien Helleu
2017-10-24tests: fix AST binop in Perl and LuaSébastien Helleu
2017-10-24tests: fix Tcl assignmentSébastien Helleu
2017-10-24tests: add quotes in Lua tablesSébastien Helleu
2017-10-24tests: fix Ruby stringsSébastien Helleu
2017-10-24tests: escape "@" in Perl stringsSébastien Helleu
2017-10-24api: add support of prefix "quiet:" in function key_unbind() to quietly ↵Sébastien Helleu
remove keys
2017-10-21core: fix typos in French translationsSébastien Helleu
2017-10-21doc: update German auto-generated filesSébastien Helleu
2017-10-21core: update German translationsNils Görs
2017-10-21core: update ChangeLogSébastien Helleu
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-20core: allow /buffer set without value with empty default (closes #746)Simmo Saan
2017-10-20relay: fix typo in French translation of /help ↵Sébastien Helleu
relay.network.websocket_allowed_origins
2017-10-19doc: add bar items "buflist2" and "buflist3" in user's guideSébastien Helleu
2017-10-19buflist: add two new bar items using the same format configuration options ↵Sébastien Helleu
(closes #990)
2017-10-17doc: update German auto-generated filesSébastien Helleu
2017-10-17core: update German translationsNils Görs
2017-10-17core: allow floating point and hexadecimal numbers in comparison of ↵Sébastien Helleu
evaluated values
2017-10-16core: add contributor in AUTHORS.adocSébastien Helleu
2017-10-16doc: clarify "home directory" in user's guide (closes #1086)Grant Wu
2017-10-15debian: fix relay plugin description in control filesSébastien Helleu
2017-10-15doc: update German auto-generated filesSébastien Helleu
2017-10-14core: update German translationsNils Görs
2017-10-14doc: update Japanese auto-generated filesSébastien Helleu
2017-10-14Merge pull request #1084 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-10-14build: fix PHP library used to compile PHP plugin (closes #1078)Sébastien Helleu
This was causing a dependency missing in debian packaging.
2017-10-14core: add option weechat.look.save_config_with_fsync (closes #1083)Sébastien Helleu
This makes the save of all configuration files about 20 to 200x slower (according to the storage device speed); so this is disabled by default.
2017-10-14core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-10-13irc: do not clear nicklist when joining an already joined channel if the ↵Sébastien Helleu
option irc.look.buffer_open_before_join is on (closes #1081, closes #1082)
2017-10-12doc: add note about Tab and Shift-Tab keys in FAQSébastien Helleu
2017-10-11doc: add note about Tab key in quickstart guideSébastien Helleu
2017-10-10tests: add missing docstringSébastien Helleu
2017-10-10tests: add command /testapi.xx in test script, display elapsed time in ↵Sébastien Helleu
scripting API tests
2017-10-10tests: fix instruction "return" in Perl/Guile/PHP outputSébastien Helleu
2017-10-10tests: remove unused variableSébastien Helleu
2017-10-10tests: fix sort of Unparse classes on line numberSébastien Helleu
2017-10-09core: fix display of groups/nicks in nicklist in case of empty groups (issue ↵Sébastien Helleu
#1079)
2017-10-09Merge pull request #1080 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2017-10-09doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-10-08core: fix display of nicks in nicklist when they are in a group with ↵Sébastien Helleu
sub-groups (closes #1079)
2017-10-08core: add PHP plugin in Cygwin packagingSébastien Helleu
2017-10-07javascript: fix detection of libv8 with autotools on Ubuntu TrustySébastien Helleu
2017-10-07tests: fix scripting API tests when they are run from autotools build directorySébastien Helleu