summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-11doc: fix some styles in relay protocolSébastien Helleu
2017-08-11Merge pull request #1050 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2017-08-11doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-08-10core: remove unneeded argument in call to string_fprintfSébastien Helleu
2017-08-06doc: update note about recommended Python version (user's guide)Sébastien Helleu
2017-08-05doc: update python min version from 2.5 to 2.6 (user's guide)Sébastien Helleu
WeeChat doesn't compile any more with Python <= 2.5.
2017-07-31core: add missing colon in ChangeLogSébastien Helleu
2017-07-30Merge pull request #1045 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-07-29core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-07-25core: update URL of WeeChat blogSébastien Helleu
2017-07-23api: add cast of time_t to long in info "uptime"Sébastien Helleu
This fixes a compiler warning on OpenBSD.
2017-07-23relay: fix send of "PART" command in backlog (irc protocol)Sébastien Helleu
2017-07-23relay: end capability negociation if CAP REQ is received without arguments ↵Sébastien Helleu
(issue #1040) This fixes a bug with clients like Atomic which are sending "CAP REQ :".
2017-07-23core: update ChangeLogSébastien Helleu
2017-07-23doc: add instructions to run tests in user's guideSébastien Helleu
2017-07-23core: add instructions to run tests in READMESébastien Helleu
2017-07-23tests: display an error if the required locale en_US.UTF-8 is not installedSébastien Helleu
2017-07-23relay: fix initialization of irc_argv_eol, free variable after use (issue #1040)Sébastien Helleu
2017-07-23relay: fix parsing of CAP command without arguments in irc protocol, send ↵Sébastien Helleu
ACK only if all capabilities received are OK and NAK otherwise (closes #1040)
2017-07-22doc: update German auto-generated filesSébastien Helleu
2017-07-22core: update German translationsNils Görs
2017-07-22doc: replace deprecated info "irc_nick_color_name" by "nick_color_name" in ↵Sébastien Helleu
examples (plugin API reference)
2017-07-22doc: update question about buffers list (FAQ)Sébastien Helleu
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in ↵Sébastien Helleu
examples
2017-07-22doc: update Japanese auto-generated filesSébastien Helleu
2017-07-22core: replace /iset by /fset in welcome messageSébastien Helleu
2017-07-22doc: replace script iset.pl by go.py in example (quickstart guide)Sébastien Helleu
2017-07-21doc: add buflist bar in some screen examples (user's guide)Sébastien Helleu
2017-07-21Merge pull request #1038 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-07-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-07-20doc: add bar "buflist" in chapters "Screen layout" and "Bars" (user's guide)Sébastien Helleu
2017-07-11script: add local variable "filter" in the script buffer (closes #1037)Sébastien Helleu
2017-07-11fset: call function fset_buffer_set_localvar_filter when the fset buffer is ↵Sébastien Helleu
opened
2017-07-10doc: update auto-generated files with fset commandsSébastien Helleu
2017-07-10doc: update German auto-generated filesSébastien Helleu
2017-07-09core: update German translationsNils Görs
2017-07-09fset: fix note about leading spaces in /help fset (closes #1035)Sébastien Helleu
2017-07-08doc: update Japanese auto-generated filesSébastien Helleu
2017-07-08Merge pull request #1034 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-07-08core: update ChangeLogSébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
This fixes a refresh problem of options after /upgrade in fset buffer.
2017-07-08core: call the config hook when options are renamedSébastien Helleu
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-07-08core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-07-07fset: fix commentSébastien Helleu
2017-07-07fset: do not catch /set command if it's issued on the fset bufferSébastien Helleu
2017-07-06core: update ChangeLogSébastien Helleu
2017-07-06doc: update German auto-generated filesSébastien Helleu
2017-07-05tests: fix load of plugins in tests after a build with autotoolsSébastien Helleu