summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-07core: replace char "," by "~" in color codes to separate foreground from ↵Sébastien Helleu
background (closes #1264)
2019-06-07doc: replace "cmake" by "CMake"Sébastien Helleu
2019-06-06Version 2.6-devSébastien Helleu
2019-06-06Version 2.5Sébastien Helleu
2019-06-06doc: update French auto-generated fileSébastien Helleu
2019-06-05core: add FUNDING.ymlSébastien Helleu
2019-06-04Version 2.5-rc2Sébastien Helleu
2019-06-04relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ↵Sébastien Helleu
socket (issue #733)
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ↵Sébastien Helleu
socket (issue #733)
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)Sébastien Helleu
2019-06-04relay: add UNIX domain socket completion for command /relay add (issue #733)Sébastien Helleu
2019-06-04relay: fix typo in French translation of /help relay (issue #733)Sébastien Helleu
2019-06-04relay: fix crash when deleting a relay (issue #733)Sébastien Helleu
2019-06-04relay: fix truncated path when the unix socket path is longer than the ↵Sébastien Helleu
authorized one (issue #733)
2019-06-04spell: add a warning if aspell.conf is still present (on first spell load)Sébastien Helleu
2019-06-04core: sort changes by importance instead of commit date in release notesSébastien Helleu
2019-06-02doc: update Polish auto-generated filesSébastien Helleu
2019-06-01po: upated polish translationKrzysztof Korościk
2019-05-31doc: updated polish translationKrzysztof Korościk
2019-05-27doc: update German documentationweechatter
2019-05-27doc: add example of WeeChat command to setup the password in a WeeChat IRC ↵Sébastien Helleu
relay client (user's guide)
2019-05-27doc: disambiguate key binding "l", which is lower "L" (not "1")Sébastien Helleu
2019-05-26core: update German translationsweechatter
2019-05-26doc: add extra left/right margins on key sequencesSébastien Helleu
2019-05-26doc: add links to WeeChat directories and files (user's guide)Sébastien Helleu
2019-05-26doc: update Japanese auto-generated fileSébastien Helleu
2019-05-26Merge pull request #1349 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2019-05-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2019-05-25doc: increase font size for key bindingsSébastien Helleu
2019-05-24doc: remove extra spaces before colonsSébastien Helleu
2019-05-24doc: remove extra space in python dict (scripting guide)Sébastien Helleu
2019-05-24doc: fix styles in user's guideSébastien Helleu
2019-05-23doc: fix style in bar items chapter (user's guide)Sébastien Helleu
2019-05-16doc: update German auto-generated fileSébastien Helleu
2019-05-16core: update German translationsweechatter
2019-05-14Version 2.5-rc1Sébastien Helleu
2019-05-14irc: add extra check on argument "nick" in functions "irc_nick_set_*"Sébastien Helleu
2019-05-14irc: fix crash when the nick in incoming message is not found in channelSébastien Helleu
2019-05-13relay: remove useless conditionSébastien Helleu
This fixes a compilation warning on FreeBSD.
2019-05-13core: update ChangeLog (closes #733, closes #1333)Sébastien Helleu
2019-05-13relay: set address to "local" if not knownSébastien Helleu
2019-05-13core: update translationsSébastien Helleu
2019-05-13relay: rename variables in function relay_config_check_path_lengthSébastien Helleu
2019-05-12relay: fix commentSébastien Helleu
2019-05-12doc: update chapter on relay unix domain sockets; add translations (user's ↵Sébastien Helleu
guide)
2019-05-12relay: set mode 700 on the unix socket file (only the owner can use it)Sébastien Helleu
2019-05-12relay: do not overwrite a file if it's not a socket, display an error when ↵Sébastien Helleu
the socket can not be created
2019-05-12relay: evaluate path of unix socket relaySébastien Helleu
2019-05-12relay: rename function relay_config_check_path_len to ↵Sébastien Helleu
relay_config_check_path_length
2019-05-12relay: fix update of port/path variables in relay server when options ↵Sébastien Helleu
relay.port.* and relay.path.* are changed with /set