summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-20buflist: fix typo on key code for ctrl-F2Sébastien Helleu
2019-01-20buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist ↵Sébastien Helleu
(same action as F1/F2)
2019-01-20core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist ↵Sébastien Helleu
(same action as F11/F12)
2019-01-20buflist: add alternate key codes for F1/F2 and alt-F1/alt-F2 (compatibility ↵Sébastien Helleu
with terminals)
2019-01-13irc: fix compiler warning on GNU HurdSébastien Helleu
This fixes the following warning: irc-ctcp.c:411:46: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
2019-01-13doc: add missing file test-irc-protocol.cpp in developer's guideSébastien Helleu
2019-01-13irc: do not use strptime to parse a time as float number (issue #1289)Sébastien Helleu
2019-01-13core: update ChangeLogSébastien Helleu
2019-01-13tests: add tests on function irc_protocol_parse_timeSébastien Helleu
2019-01-13irc: check return code of calls to strptime (issue #1289)Sébastien Helleu
2019-01-12doc: update German documentationNils Görs
2019-01-12doc: add question about autojoin option in FAQ (closes #1287)Sébastien Helleu
2019-01-11irc: fix parsing of "time" message tag on FreeBSD (issue #1289)Sébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu
2019-01-08debian: switch debhelper compatibility to 12Sébastien Helleu
2019-01-08debian: bump Standards-Version to 4.3.0Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-12-24core: remove obsolete directory from .gitattributesSébastien Helleu
2018-12-22doc: update German auto-generated fileSébastien Helleu
2018-12-22core: update German translationsNils Görs
2018-12-22core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵Sébastien Helleu
#1286)
2018-12-14doc: update German auto-generated filesSébastien Helleu
2018-12-13core: update German translationsNils Görs
2018-12-13doc: add example of aspell dict for all channels of an IRC server (user's ↵Sébastien Helleu
guide) (closes #1284)
2018-12-09doc: update Japanese auto-generated filesSébastien Helleu
2018-12-09Merge pull request #1283 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-12-09core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-12-01core: use https for links in commentsSébastien Helleu
2018-11-30doc: update German documentationNils Görs
2018-11-29doc: add "WeeChat" term for core command /filter (FAQ)Sébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-29core: remove obsolete links to wiki in release notesSébastien Helleu
2018-11-24doc: update German documentationNils Görs
2018-11-19doc: translate FAQ changes in other languages (issue #1280)Sébastien Helleu
2018-11-19doc: add question "How can I disable highlights for specific nicks?" in FAQ ↵Filip H.F. "FiXato" Slagter
(closes #1280)
2018-11-19doc: update German auto-generated fileSébastien Helleu
2018-11-18doc: update German documentationNils Görs
2018-11-18Merge branch 'master' of github.com:weechat/weechatNils Görs
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-18doc: translate FAQ changes in other languages (issue #1272)Sébastien Helleu
2018-11-18doc: spelling/grammar fixes & documentation links added (FAQ) (closes #1272)Filip H.F. "FiXato" Slagter
A number of spelling/grammar fixes, some restructured sentences to improve readability and replacement of previous names for Apple Macintosh's OS with the current 'macOS' name. Also added some more references to User's guide documentation sections. Also clarified that a window can not only display 1 buffer, but also a set of merged buffers. Finally, added a version note about the /script command.
2018-11-17core: update German translationsNils Görs
2018-11-17exec: add option exec.command.shell to customize the shell used with /exec -shSébastien Helleu
2018-11-17exec: fix command displayed in debug messageSébastien Helleu
2018-11-17core: update German translationsNils Görs
2018-11-17core: add test on some WeeChat command line options on Travis CISébastien Helleu
2018-11-17core: add command line option "-t" (or "--temp-dir") to create a temporary ↵Sébastien Helleu
WeeChat home (deleted on exit)
2018-11-17core: add missing include of time.h in wee-secure.hSébastien Helleu
This fixes a compilation issue on FreeBSD 11.0.
2018-11-16doc: update German auto-generated fileSébastien Helleu