summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-12core: update German translationsNils Görs
2016-02-12core: add note about options to save config/layout on exit in help of ↵Sébastien Helleu
commands /layout, /save and /quit (closes #687)
2016-02-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-02-11irc: use upper case for SASL in messages displayedSébastien Helleu
2016-02-10doc: update German auto-generated filesSébastien Helleu
2016-02-10core: update German translationsNils Görs
2016-02-09doc: update Japanese auto-generated filesSébastien Helleu
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for ↵Sébastien Helleu
"no limit" (closes #669)
2016-02-07core: fix update of window title under tmux (closes #685)Sébastien Helleu
2016-02-07core: update ChangeLogSébastien Helleu
2016-02-07Merge remote-tracking branch 'origin/pr/680'Sébastien Helleu
2016-02-07core: add contributor in AUTHORS.asciidocSébastien Helleu
2016-02-07core: add issue #676 in ChangeLogSébastien Helleu
2016-02-07core: fix detection of python shared librariesShane McCarron
2016-02-06relay: do not print final '\0' in raw message for a websocket PING message ↵Sébastien Helleu
received
2016-02-06relay: fix websocket frame decoding, answer a PONG to PING (closes #675)Sébastien Helleu
2016-02-06core: add issue #511 in ChangeLogSébastien Helleu
2016-02-05xfer: ignore signals when polling socket during file receive (closes #677)Simmo Saan
When signals (e.g. SIGWINCH for terminal resize) are fired they cause poll to fail with EINTR, erroring file receival even when there wasn't a problem with it. This patch adds additional checks for EINTR and EAGAIN that cause retry of poll, since both are unrelated to actual file receival.
2016-02-05core: add contributor in AUTHORS.asciidocSébastien Helleu
2016-02-05core: update ChangeLog and release notesSébastien Helleu
2016-02-05trigger: fix long linesSébastien Helleu
2016-02-05Merge pull request #511 from juanfra684/patch-1Sébastien Helleu
trigger: add recover to cmd_pass/msg_auth, and regain to msg_auth
2016-02-04relay: fix commentSébastien Helleu
2016-02-02relay: fix typo in a commentSébastien Helleu
2016-02-01Python plugin shared libraries missingShane McCarron
When linking against a python with shared libraries, this script ONLY asked for the LD flags, not any additional libraries. This could result in a condition where required libraries (such as libutil on Centos 6.7 against Python 2.7) are not loaded and the load of the plugin thus fails. This change asks the python being linked against which libraries it was linked using, and then ensures those are also linked against by the python plugin for weechat.
2016-01-31core: fix typo in a commentSébastien Helleu
2016-01-30doc: fix typo in English quickstart guideSébastien Helleu
2016-01-30core: update German translationsNils Görs
2016-01-29doc: add secured data in quickstart guideSébastien Helleu
2016-01-27Merge pull request #670 from l/translation_jaSébastien Helleu
core: update Japanese translations
2016-01-27core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-01-24doc: add an example in function string_split (plugin API reference)Sébastien Helleu
2016-01-23relay: fix command "input" received from clients (weechat protocol) (closes ↵Sébastien Helleu
#663) The command "input" received with only spaces in content of message was ignored by WeeChat (because of the split on spaces).
2016-01-23tests: add tests on string_split() with keep_eol set to 2Sébastien Helleu
2016-01-23core: fix number of arguments returned by string_splitSébastien Helleu
When keep_eol is 2 and separators are found at the end of string, the function returned argc + 1 instead of argc.
2016-01-17core: fix French translation of /help ctcpSébastien Helleu
2016-01-17doc: update German auto-generated filesSébastien Helleu
2016-01-17core: update German translationsNils Görs
2016-01-17irc: add missing completion "*" for target in command /msgSébastien Helleu
2016-01-17irc: fix /msg command with multiple targets including "*"Sébastien Helleu
2016-01-17core: update ChangeLog (closes #204)Sébastien Helleu
2016-01-17core: update translationsSébastien Helleu
2016-01-17irc: add examples in /help ctcpSébastien Helleu
2016-01-17irc: add a constant with list of supported CTCPs for completion in command /ctcpSébastien Helleu
2016-01-17irc: add missing completion "*" for target in command /ctcpSébastien Helleu
2016-01-17irc: do not exit from function in case of error with "ctcp *"Sébastien Helleu
When "*" is a target in the middle of a list, for example "#chan1,*,#chan2", if there's an error with "*", the CTCP should be sent to #chan1 and #chan2, even if "*" fails (and not only #chan1 like it was previously).
2016-01-17irc: free allocated memory in case of early exit from the functionSébastien Helleu
2016-01-17irc: fix code styleSébastien Helleu
2016-01-17Merge remote-tracking branch 'origin/pr/493'Sébastien Helleu
2016-01-16Merge pull request #656 from mojadita/some-externs-missing-for-osx-compilingSébastien Helleu
Add extern keyword several places to link in osx