summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-25doc: add chapters about highlights and max hotlist level for nicks (user's ↵Sébastien Helleu
guide)
2016-11-23doc: update Japanese auto-generated filesSébastien Helleu
2016-11-23doc: update German auto-generated filesSébastien Helleu
2016-11-23Merge pull request #852 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2016-11-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-22core: update German translationsNils Görs
2016-11-22fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe ↵Sébastien Helleu
path/filename (closes #850)
2016-11-21core: add a warning in header of configuration files to not edit by hand ↵Sébastien Helleu
(closes #851)
2016-11-21doc: fix typo in quickstart and user's guideSébastien Helleu
2016-11-20doc: fix typos in French FAQSébastien Helleu
2016-11-20doc: fix punctuation in listsSébastien Helleu
2016-11-20doc: add a question about editing config files by hand in FAQSébastien Helleu
2016-11-20doc: update German auto-generated filesSébastien Helleu
2016-11-20core: update German translationsNils Görs
2016-11-20doc: add note in quickstart guide to mention it's not recommended to edit ↵Sébastien Helleu
config files by hand (issue #851)
2016-11-20api: add info "pid" (WeeChat PID) (issue #850)Sébastien Helleu
2016-11-20doc: update German auto-generated filesSébastien Helleu
2016-11-20doc: update Japanese auto-generated filesSébastien Helleu
2016-11-20core: update German translationsNils Görs
2016-11-19trigger: add comments above default triggersSébastien Helleu
2016-11-19trigger: do not hide email in command "/msg nickserv register password ↵Sébastien Helleu
email" (closes #849)
2016-11-17doc: fix name of options for default part/quit message (FAQ) (closes #847)Sébastien Helleu
2016-11-14core: update ChangeLogSébastien Helleu
2016-11-14core: add build of xz package with make distSébastien Helleu
2016-11-13core: add name of signals in ChangeLogSébastien Helleu
2016-11-13core: fix deadlock when quitting after a signal is received (closes #32)Sébastien Helleu
The code in signal handers (SIGHUP, SIGQUIT, SIGTERM) is moved into main loop, this hopefully fixes the deadlock when quitting after receiving one of these signals. The code in SIGWINCH signal handler is moved too (even if it shouldn't be a problem).
2016-11-12Merge pull request #839 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2016-11-12doc: fix typo in user's guide (closes #838)Sébastien Helleu
2016-11-12doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-12doc: add "TRANSLATION MISSING" annotationAYANOKOUZI, Ryuunosuke
2016-11-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-09doc: fix French translations in user's guideSébastien Helleu
2016-11-09irc: fix help on mask in command /ignoreSébastien Helleu
2016-11-09doc: add a chapter about WeeChat files and directories in user's guideSébastien Helleu
2016-11-06Merge pull request #835 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2016-11-06doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-06doc: fix typo in plugin API referenceAYANOKOUZI, Ryuunosuke
2016-11-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-01core: add contributor in AUTHORS.adocSébastien Helleu
2016-11-01core: update ChangeLog (closes #834)Sébastien Helleu
2016-11-01lua: use lua_pushinteger for int values in lua 5.3tomoe-mami
2016-11-01doc: add a question about hotlist in FAQSébastien Helleu
2016-10-30xfer: add check on filename2 allocationSébastien Helleu
Now string_expand_home() can return NULL if the HOME environment variable it not set, so this commit adds an extra check on the variable "filename2" before using it.
2016-10-30core: update ChangeLogSébastien Helleu
2016-10-30Merge pull request #827 from sim642/string_expand_home-sigsegvSébastien Helleu
api: fix string_expand_home SIGSEGV when HOME environment variable unset
2016-10-30Merge pull request #831 from elKaZe/patch-1Sébastien Helleu
Update es.po
2016-10-29Update es.poelKaZe
fix typo
2016-10-29core: fix display of empty lines in search mode (closes #829)Sébastien Helleu
2016-10-25relay: set status to AUTH_FAILED in case of auth failure in irc protocol ↵Sébastien Helleu
(issue #825)
2016-10-23debian: update comments in build scriptSébastien Helleu