summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-04relay: fix truncated path when the unix socket path is longer than the author...Sébastien Helleu
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 re...Sébastien Helleu
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
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
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-13gui: simplify and revert FindNcurses using PATH_SUFFIXES for system default s...Simmo Saan
2019-05-13gui: fix wide ncurses header on FreeBSD (issue #1343)Simmo Saan
2019-05-12relay: fix commentSébastien Helleu
2019-05-12doc: update chapter on relay unix domain sockets; add translations (user's gu...Sébastien Helleu
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 th...Sébastien Helleu
2019-05-12relay: evaluate path of unix socket relaySébastien Helleu
2019-05-12relay: rename function relay_config_check_path_len to relay_config_check_path...Sébastien Helleu
2019-05-12relay: fix update of port/path variables in relay server when options relay.p...Sébastien Helleu
2019-05-12relay: fix section used when the unix relay does not start with "unix."Sébastien Helleu
2019-05-12relay: add unix relay format in /help relaySébastien Helleu
2019-05-12relay: remove extra newline at the end of /help relaySébastien Helleu
2019-05-12relay: remove local variable ptr_server from function relay_config_check_path...Sébastien Helleu
2019-05-12relay: improve message displayed on a new clientSébastien Helleu
2019-05-12relay: improve message displayed when the relay is removedSébastien Helleu
2019-05-12relay: improve message displayed when the relay is addedSébastien Helleu
2019-05-12relay: rename function relay_config_create_option_port to relay_config_create...Sébastien Helleu
2019-05-12relay: fix code styleSébastien Helleu
2019-05-12relay: rename variable "un" to "unix_socket"Sébastien Helleu
2019-05-12relay: add UNIX socket support (closes #733)Ryan Farley