Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-16 | api: add function hook_url | Sébastien Helleu | |
2023-09-14 | irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016) | Sébastien Helleu | |
2023-09-14 | irc: open a query buffer on PRIVMSG received from self nick when capability ↵ | Sébastien Helleu | |
echo-message is NOT enabled (issue #2016) | |||
2023-09-14 | irc: don't open a new private buffer on `/msg` command when capability ↵ | Sébastien Helleu | |
echo-message is enabled (closes #2016) | |||
2023-09-13 | core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and ↵ | Sébastien Helleu | |
`blake2s-*` in option sec.crypt.hash_algo (closes #2008) | |||
2023-09-13 | api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` ↵ | Sébastien Helleu | |
in hash functions (issue #2008) | |||
2023-09-11 | irc: fix autojoin of channels when private buffers are opened (closes #2012) | Sébastien Helleu | |
2023-09-11 | irc: reset filter and sort when /list buffer is closed (issue #1972) | Sébastien Helleu | |
2023-09-09 | scripts: add functions config_enum and config_enum_default in scripting API ↵ | Sébastien Helleu | |
(issue #1973) | |||
2023-08-29 | api: add support of path to variable and hashtable comparison in function ↵ | Sébastien Helleu | |
hdata_compare (closes #1066) | |||
2023-08-28 | core: add command `/sys` to show resource limits and usage | Sébastien Helleu | |
2023-08-26 | irc: add count for all nick modes in output of `/names` (closes #97) | Sébastien Helleu | |
2023-08-25 | core: add function util_get_microseconds_string | Sébastien Helleu | |
2023-08-25 | core: add microseconds precision in function util_parse_delay | Sébastien Helleu | |
2023-08-25 | tests: add tests on GUI buffer functions | Sébastien Helleu | |
Functions tested: - gui_buffer_is_reserved_name - gui_buffer_get_integer - gui_buffer_get_string - gui_buffer_get_pointer | |||
2023-08-24 | irc: add local key bindings during the /list buffer creation | Sébastien Helleu | |
This allows the user to bind or unbind keys by setting options "weechat.buffer.irc.list_xxx.key_bind_*" and "weechat.buffer.irc.list_xxx.key_unbind_*". | |||
2023-08-24 | api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" ↵ | Sébastien Helleu | |
(issue #194) | |||
2023-08-24 | core: add options weechat.buffer.* to save buffer properties set by user ↵ | Sébastien Helleu | |
(issue #352) | |||
2023-08-24 | irc: compute color in case insensitive way (closes #194) | Sébastien Helleu | |
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were marked deprecated since version 1.5). A server name is added in the two infos and is optional, for backward compatibility. | |||
2023-08-24 | irc: add functions to convert strings to lower/upper case (following ↵ | Sébastien Helleu | |
casemapping) (issue #194) | |||
2023-08-23 | irc: add tests on server functions | Sébastien Helleu | |
2023-08-23 | tests: add tests on string comparison functions with range of 29 chars | Sébastien Helleu | |
2023-08-21 | logger: remove trailing empty line in display of backlog (closes #2002) | Sébastien Helleu | |
2023-08-21 | tests: change date format in test of print_date_tags | Sébastien Helleu | |
With complete date and time format, the tests output was incorrectly parsed by Emacs. | |||
2023-08-18 | scripts: fix tests of functions print_date_tag, print_y_date_tags and ↵ | Sébastien Helleu | |
hook_timer on 32-bit systems (issue #1999) | |||
2023-08-18 | scripts: fix function string_parse_size on 32-bit systems (python and ruby) ↵ | Sébastien Helleu | |
(issue #1999) | |||
2023-08-18 | xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999) | Sébastien Helleu | |
2023-08-18 | tests: add tests on GUI buffer functions | Sébastien Helleu | |
2023-08-18 | tests: fix NULL pointer comparison in test of function ↵ | Sébastien Helleu | |
irc_message_parse_to_hashtable | |||
2023-08-18 | tests: fix tests on function irc_join_compare_join_channel (closes #1997) | Sébastien Helleu | |
2023-08-18 | tests: fix typo in test name | Sébastien Helleu | |
2023-08-16 | tests: add tests on eval ternary operator with extra colon in value | Sébastien Helleu | |
2023-08-14 | tests: add empty function to test function irc_list_buffer_set_localvar_filter | Sébastien Helleu | |
2023-08-12 | irc: add buffer for /list reply (closes #1972) | Sébastien Helleu | |
New options: - irc.color.list_buffer_line_selected - irc.color.list_buffer_line_selected_bg - irc.look.list_buffer_sort - irc.look.list_buffer_scroll_horizontal - irc.look.new_list_position - irc.look.list_buffer_topic_strip_colors | |||
2023-08-09 | irc: add missing tags on multiline messages (closes #1987) | Sébastien Helleu | |
2023-08-08 | relay: fix display of IRC CTCP messages received from client (issue #1986) | Sébastien Helleu | |
2023-08-01 | tests: add test on IRC notice sent to another nick with channel name at ↵ | Sébastien Helleu | |
beginning (issue #1991) | |||
2023-07-18 | irc: fix display of self CTCP message containing bold attribute (closes #1981) | Sébastien Helleu | |
2023-07-15 | tests: add missing include of string.h | Sébastien Helleu | |
2023-07-12 | irc: remove default CTCP replies FINGER and USERINFO (issue #1974) | Sébastien Helleu | |
2023-07-12 | irc: build dynamically the list of CTCPs supported in reply to "CTCP ↵ | Sébastien Helleu | |
CLIENTINFO" (issue #1974) | |||
2023-07-12 | irc: evaluate options irc.ctcp.* (issue #1974) | Sébastien Helleu | |
2023-07-10 | irc: add missing "account-tag" in list of supported capabilities | Sébastien Helleu | |
2023-07-10 | core: fix renaming of options with command `/item rename` (closes #1978) | Sébastien Helleu | |
The options `weechat.custom_bar_item.xxx.*` are now properly renamed to the new item name. This fixes a save issue (item saved with old name in config) and a crash if a new item is created with the old name. | |||
2023-07-08 | core: add option type "enum" (closes #1973) | Sébastien Helleu | |
The type "enum" replaces type "integer" when used with string values. For compatibility, any option created with type "integer" and string values is automatically created to "enum" on creation, with no error. | |||
2023-07-01 | tests: fix hdata tests failure on Alpine 3.18 | Sébastien Helleu | |
2023-07-01 | tests/relay: fix crash in tests on Alpine 3.18 | Sébastien Helleu | |
2023-06-27 | core: check for newline characters in string_is_whitespace_char | Trygve Aaberge | |
This fixes a bug where if you had multiple lines in the input and pressed ctrl-w when the cursor was after the first word of any line but the first, it would delete both the word before the cursor and the last word on the preceding line. | |||
2023-06-26 | irc: fix display of country code in message 344 received as whois geo info ↵ | Sébastien Helleu | |
(issue #1736) | |||
2023-06-26 | irc: display commands 716/717 in private buffer (if present) (closes #146) | Sébastien Helleu | |
Commands 716/717 are returned if the target user has mode +g, they look like this: :server 716 my_nick bob :is in +g mode and must manually allow you to message them. Your message was discarded. :server 717 my_nick bob :has been informed that you messaged them. |