]> jfr.im git - irc/weechat/weechat.git/shortlog
irc/weechat/weechat.git
2023-09-24  Sébastien HelleuVersion 4.0.5 v4.0.5
2023-09-24  Sébastien Helleucore: fix style in ChangeLog
2023-09-22  Sébastien Helleuscript: only check if return value of plugin_script_sea...
2023-09-22  Sébastien Helleuscript: fix removal of script in system directory while...
2023-09-20  Sébastien Helleuscript: fix autoload of multiple scripts at once with...
2023-09-14  Sébastien Helleuirc: add option irc.look.open_pv_buffer_echo_msg (issue...
2023-09-14  Sébastien Helleuirc: update title in query buffer when remote nick...
2023-09-14  Sébastien Helleuirc: fix title of query buffer for own messages receive...
2023-09-14  Sébastien Helleuirc: open a query buffer on PRIVMSG received from self...
2023-09-14  Sébastien Helleuirc: don't open a new private buffer on `/msg` command...
2023-09-14  Sébastien Helleucore: move ChangeLog entry to the appropriate version
2023-09-14  Sébastien Helleuirc: fix title of private buffers wrongly set to own...
2023-09-12  Sébastien Helleucore: translate error messages (issue #2013)
2023-09-12  Sébastien Helleucore: automatically backup config file read if it has...
2023-09-12  Sébastien Helleuxfer: fix memory leak on plugin unload
2023-09-12  Sébastien Helleudoc/api: fix return values for callback_read in config_...
2023-09-11  Sébastien Helleucore: add path in message displayed when a config file...
2023-09-11  Sébastien Helleuirc: fix autojoin of channels when private buffers...
2023-09-11  Sébastien Helleucore: display a message when a configuration file is...
2023-08-29  Sébastien Helleucore: fix style for keys in ChangeLog
2023-08-27  Sébastien Helleuscript: fix crash when a `/script` command triggers...
2023-08-27  Sébastien Helleuirc: use str_nicks only if not NULL in callback of...
2023-08-24  Trygve AabergeAdd compatibility with Python < 3.10 in weechat.pyi
2023-08-24  Sébastien Helleuirc: add tests on server functions
2023-08-24  Sébastien Helleuirc: fix string comparison when CASEMAPPING is set...
2023-08-24  Sébastien Helleuirc: check that server is not NULL in function irc_serv...
2023-08-22  Sébastien HelleuVersion 4.0.5-dev
2023-08-22  Sébastien HelleuVersion 4.0.4 v4.0.4
2023-08-22  Sébastien Helleuscript: adjust scroll after command `/script go N`
2023-08-22  Sébastien Helleucore: fix gcc warning on uninitialized variable `pos_end`
2023-08-21  Sébastien Helleulogger: remove trailing empty line in display of backlo...
2023-08-21  Sébastien Helleuperl: fix display of non-ASCII chars after load of...
2023-08-18  Sébastien Helleuirc: fix wrong time displayed for CTCP messages receive...
2023-08-18  Sébastien Helleuscripts: fix tests of functions print_date_tag, print_y...
2023-08-18  Sébastien Helleuscripts: fix function string_parse_size on 32-bit syste...
2023-08-18  Sébastien Helleuxfer: fix conversion of string to IPv4 on 32-bit system...
2023-08-18  Sébastien Helleutests: fix tests on function irc_join_compare_join_chan...
2023-08-18  Sébastien Helleutests: fix typo in test name
2023-08-18  Sébastien Helleucore: fix increment/decrement of options weechat.notify.*
2023-08-18  Sébastien Helleucore: fix integer overflow when setting integer option...
2023-08-18  Sébastien Helleuirc: fix redirection of command `/list` when the reply...
2023-08-09  Sébastien Helleuirc: add missing tags on multiline messages (issue...
2023-08-08  Sébastien HelleuVersion 4.0.4-dev
2023-08-08  Sébastien HelleuVersion 4.0.3 v4.0.3
2023-08-08  Sébastien Helleurelay: fix display of IRC CTCP messages received from...
2023-08-01  Sébastien Helleutests: add test on IRC notice sent to another nick...
2023-08-01  Sébastien Helleuirc: fix display of outgoing notice with channel when...
2023-08-01  Sébastien Helleucore: remove CMake option "ENABLE_DOC_WARN_LOCALE"...
2023-07-31  Sébastien Helleucore: remove CMake option "ENABLE_DOC_WARN_LOCALE"...
2023-07-31  Sébastien Helleucore: fix typo
2023-07-31  Sébastien Helleudoc: stop build of docs if a locale is missing, add...
2023-07-31  Sébastien Helleucore: add missing trailing newline char in doc generati...
2023-07-31  Sébastien Helleucore: add version 4.0.3 in release notes
2023-07-31  Sébastien Helleuirc: fix switch to channel manually joined (issue ...
2023-07-28  Sébastien Helleucore: fix input length and crash after delete of line...
2023-07-20  Sébastien Helleuirc: fix memory leak in IRC message parser
2023-07-18  Sébastien Helleuirc: fix display of self CTCP message containing bold...
2023-07-12  Sébastien Helleucore: add version 4.0.2 in release notes
2023-07-12  Sébastien HelleuVersion 4.0.3-dev
2023-07-12  Sébastien HelleuVersion 4.0.2 v4.0.2
2023-07-10  Sébastien Helleucore: fix renaming of options with command `/item renam...
2023-07-05  Sébastien Helleucore: add quotes around key names in /help key
2023-07-04  Sébastien Helleucore: check that ptr_value is not NULL
2023-07-04  Sébastien Helleucore: keep keys ctrl-H and ctrl-? (in lower case) if...
2023-07-04  Sébastien Helleucore: add key ctrl-backspace in /help key (closes ...
2023-07-04  Sébastien Helleudoc: fix anchor links in auto-generated files
2023-07-03  Sébastien Helleucore: update ChangeLog
2023-07-03  Sébastien Helleucore: fix styles
2023-07-03  Trygve Aabergecore: don't send key_pressed signal again for the same...
2023-07-03  Trygve Aabergecore: don't send key_combo_* signals for incomplete...
2023-07-01  Sébastien Helleutests: fix hdata tests failure on Alpine 3.18
2023-07-01  Sébastien Helleutests/relay: fix crash in tests on Alpine 3.18
2023-07-01  Sébastien Helleubuild: fix detection of PHP 8.2 on Alpine 3.18
2023-07-01  Sébastien HelleuVersion 4.0.2-dev
2023-06-30  Sébastien HelleuVersion 4.0.1 v4.0.1
2023-06-27  Sébastien Helleuguile: fix crash on quit with Guile < 3 (closes #1965)
2023-06-27  Sébastien Helleucore: update ChangeLog
2023-06-27  Trygve Aabergecore: check for newline characters in string_is_whitesp...
2023-06-27  Sébastien Helleuapi: do not convert option name to lower case in API...
2023-06-26  Sébastien Helleuirc: sent "QUIT" message to servers connected with...
2023-06-26  Sébastien Helleucore: fix level of section title in release notes
2023-06-26  Sébastien Helleucore: display actual key name and command with key...
2023-06-25  Sébastien Helleuirc: reply to a CTCP request sent to self nick (closes...
2023-06-25  Sébastien Helleucore: add missing space in French translation
2023-06-25  Sébastien Helleucore: force key "return" to command "/input return...
2023-06-25  Sébastien Helleucore: fix format in Czech translation
2023-06-25  Sébastien Helleucore: add option weechat.color.status_name_insecure...
2023-06-25  Sébastien HelleuVersion 4.0.1-dev
2023-06-24  Sébastien HelleuVersion 4.0.0 v4.0.0
2023-06-23  Sébastien Helleudoc/user: fix typo in French translation
2023-06-23  Nils Görscore: update German translations
2023-06-19  Sébastien Helleucore: update ChangeLog
2023-06-17  Sébastien Helleucore: ignore rest of config file if config version...
2023-06-16  Nils Görscore: update German translations
2023-06-15  Sébastien Helleuexec: fix URL to plugin API reference in /help exec
2023-06-15  Sébastien Helleudoc/user: fix URL to plugin API reference
2023-06-15  Sébastien Helleurelay: add IPv6 example in /help relay.network.bind_address
2023-06-12  Sébastien Helleucore: replace Debian Bullseye by Bookworm in Debian...
2023-06-12  Sébastien Helleudoc/user: update dependencies versions to Debian Bookworm
2023-06-12  Sébastien Helleudoc/user: fix description of key ctrl+q in search context
next