summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-09doc/relay: add missing version 3.5 in command "init"Sébastien Helleu
2022-04-29doc/faq: rename option autojoin_record to autojoin_dynamicSébastien Helleu
2022-04-25doc: update German auto-generated fileSébastien Helleu
2022-04-25core: update German translationsNils Görs
2022-04-24irc: remove channel from autojoin option when manually closing a bufferSébastien Helleu
2022-04-24irc: fix add of channel to autojoin option when joining a channel with a ↵Sébastien Helleu
buffer still opened
2022-04-24api: allow to catch multiple signals in functions hook_signal and ↵Sébastien Helleu
hook_hsignal (closes #1780)
2022-04-24doc/api: remove word "and" in text with updated versionsSébastien Helleu
2022-04-24core: fix style in ChangeLogSébastien Helleu
2022-04-24core: update ChangeLogSébastien Helleu
2022-04-24core: move detailed list of hooks from command "/plugin listfull" to "/debug ↵Sébastien Helleu
hooks <plugin>"
2022-04-24core: add functions to get short description of hooksSébastien Helleu
2022-04-23doc: update auto-generated files with commandsSébastien Helleu
2022-04-23core: add missing options "dirs" and "hooks" in description of /debug ↵Sébastien Helleu
command arguments
2022-04-23trigger: check that buffer notify is not "none" to run command of default ↵Sébastien Helleu
trigger beep
2022-04-18core: add case conversion in evaluation of expressions (closes #1778)Sébastien Helleu
2022-04-18doc: update German documentationNils Görs
2022-04-18core: update ChangeLog (closes #1700)Sébastien Helleu
2022-04-18core: add bar item "spacer"Sébastien Helleu
2022-04-17core: use dynamic string functions to build bar window contentSébastien Helleu
2022-04-16buflist: fix memory leak when reading config and changing option ↵Sébastien Helleu
buflist.look.sort
2022-04-09doc/user: add install of binary package with brew on macOSSébastien Helleu
2022-04-09doc: Update Serbian translationIvan Pešić
2022-04-03core: add CVE id in ChangeLogSébastien Helleu
2022-03-30ci: install package ruby-pygments.rbSébastien Helleu
2022-03-30relay: fix save of channels when JOIN/PART are received from an IRC relay ↵Sébastien Helleu
client (closes #1771)
2022-03-29debian: add dependency on ruby-pygments.rbSébastien Helleu
2022-03-28doc/user: add chapter on containersSébastien Helleu
2022-03-27core: fix bad window size on startup with some terminals like kitty (closes ↵Sébastien Helleu
#1769)
2022-03-27Version 3.6-devSébastien Helleu
2022-03-27Version 3.5Sébastien Helleu
2022-03-27debian: update changelogSébastien Helleu
2022-03-24core: update .mailmapSébastien Helleu
2022-03-23doc: use unicode symbol for greater-than or equal toSébastien Helleu
2022-03-22doc: update Serbian auto-generated filesSébastien Helleu
2022-03-22core: update Serbian translationIvan Pešić
2022-03-22doc: update Serbian translationsIvan Pešić
2022-03-21core: use unicode symbol for greater-than or equal to in ChangeLogSébastien Helleu
2022-03-20Version 3.5-rc1Sébastien Helleu
2022-03-19irc: fix memory leak in command /autojoin addraw when channels are missingSébastien Helleu
2022-03-19irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing themSébastien Helleu
2022-03-17core: fix line too longSébastien Helleu
2022-03-17core: Fix regex for constants in the Python stub generatorTrygve Aaberge
In Python raw strings, newlines can't be escaped with a backslash. If you do that, both the backslash and the newline become part of the string. This meant that the regex for constants both started and ended with a newline which caused every other constant to be skipped.
2022-03-14core: add version 3.4.1Sébastien Helleu
2022-03-14core: update latest stable version to 3.4.1Sébastien Helleu
2022-03-13doc: update German documentationNils Görs
2022-03-13doc/user: translate FreeBSD installation instructions (issue #1760)Sébastien Helleu
2022-03-13Add FreeBSD installation instructionsMateusz Piotrowski
2022-03-13core: set again TLS verification functions after GnuTLS options are changed ↵Sébastien Helleu
(closes #1763) When changing the options weechat.network.gnutls_ca_system or weechat.network.gnutls_ca_user, the GnuTLS credentials are freed then allocated again, but the verification function used to check the certificate on connection is not set again. As a consequence, any TLS connection is made without checking the certificate. This regression was introduced in version 3.2, when the options were changed to automatically load system certificates without having to give the path, and to let user give an extra custom path with certificates.
2022-03-13doc: update German auto-generated filesSébastien Helleu