summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-27Version 2.6-rc1Sébastien Helleu
2019-08-27core: disable option "-Werror-implicit-function-declaration" for C++ compilerSébastien Helleu
This option is valid for C compiler only.
2019-08-25doc: update German auto-generated fileSébastien Helleu
2019-08-25core: update German translationsNils Görs
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-08-25ruby: remove unused variable "ruby_hide_errors"Sébastien Helleu
2019-08-24core: move "Python 3 by default" as first item in the release notesSébastien Helleu
2019-08-24doc: update German auto-generated fileSébastien Helleu
2019-08-24core: update German translationsNils Görs
2019-08-24irc: fix parsing of message 346, 348 and 728 when there is a colon before ↵Sébastien Helleu
the timestamp (issue #1396) IRC Messages: - 346: invite list - 348: exception list - 728: quiet list
2019-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description ↵Sébastien Helleu
(translated or in English)
2019-08-22doc: update German auto-generated fileSébastien Helleu
2019-08-21core: update German translationsNils Görs
2019-08-21irc: fix parsing of message 367 (banlist) when there is a colon before the ↵iwalkalone
timestamp (closes #1396)
2019-08-20core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash ↵Sébastien Helleu
(issue #1394)
2019-08-20ruby: fix compilation with Ruby < 2.3Sébastien Helleu
2019-08-19core: use fixed-width integer for computing hashtable DJB2 key hash (closes ↵Sébastien Helleu
#1394)
2019-08-19core: use fixed-width integer for computing nick hash (issue #1394)Sébastien Helleu
2019-08-19ruby: fix conversion of big integers on 32bit architecture (closes #1395)Sébastien Helleu
2019-08-17buflist: use extra variables in option buflist.look.display_conditions ↵Sébastien Helleu
(closes #1393)
2019-08-17Revert "buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)" This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e.
2019-08-17doc: update German documentationNils Görs
2019-08-17buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)
2019-08-15doc: translate new Freenode Tor Hidden Service (user's guide)Sébastien Helleu
2019-08-15doc: use the new Freenode Tor Hidden Service (user's guide)Alfredo Ramos
And add a note for users using an old version of Tor
2019-08-10core: create or update option weechat.notify.xxx when function buffer_set is ↵Sébastien Helleu
called with "notify" property (closes #1390)
2019-08-10doc: update German auto-generated fileSébastien Helleu
2019-08-10core: update German translationsweechatter
2019-08-10api: add function list_user_data (issue #666)Andrew Potter
2019-08-10core: update ChangeLog (issue #615)Sébastien Helleu
2019-08-10irc: replace calls to strcpy and strcat with a call to snprintfSébastien Helleu
2019-08-10irc: rename variable vars_replaced to command2, remove fallback on *ptr_commandSébastien Helleu
2019-08-10Merge remote-tracking branch 'origin/pr/615'Sébastien Helleu
2019-08-10core: mention there's no fallback on the other Python version in release notesSébastien Helleu
2019-08-06core: replace python-dev by python3-dev in dependencies (user's guide)Sébastien Helleu
2019-08-06tests: add tests on IRC function irc_nick_is_nickSébastien Helleu
2019-08-05irc: fix memory leak when removing a serverSébastien Helleu
2019-08-04doc: update auto-generated files with hdataSébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04tests: add missing space after name of functionSébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server ↵Sébastien Helleu
structure (issue #1387)
2019-08-04tests: add unit tests on IRC functions irc_message_split* (issue #1387)Sébastien Helleu
2019-08-04tests: add unit tests on IRC function irc_message_convert_charsetSébastien Helleu
2019-08-04core: return NULL immediately if string is NULL in function hook_modifier_execSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_parse and ↵Sébastien Helleu
irc_message_parse_to_hashtable
2019-08-03tests: add unit tests on IRC function irc_message_replace_varsSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_hostSébastien Helleu
2019-08-03irc: return NULL in function irc_message_get_address_from_host if the ↵Sébastien Helleu
received host is NULL
2019-08-03doc: update German auto-generated filesSébastien Helleu
2019-08-03core: fix description of changes on Python build in release notesSébastien Helleu
There's no fallback on the other Python version: - with no option: build with Python 3 only - with option ENABLE_PYTHON2: build with Python 2 only.