index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
Age
Commit message (
Expand
)
Author
2023-05-14
irc: fix format of IRC tags displayed in messages (closes #1929)
Sébastien Helleu
2023-05-14
tests: reverse arguments in calls to STRCMP_EQUAL
Sébastien Helleu
2023-05-14
irc: do not display multiline message if capability "draft/multiline" is not ...
Sébastien Helleu
2023-05-14
irc: ignore BATCH commands when capability "batch" is not enabled (issue #1292)
Sébastien Helleu
2023-05-14
irc: do not allow send of empty messages (single line or multiline)
Sébastien Helleu
2023-05-14
irc: add test of privmsg message parsing with empty text
Sébastien Helleu
2023-05-14
irc: set "input_multiline" to 1 in buffers only if capability draft/multiline...
Sébastien Helleu
2023-05-14
irc: add support of "LINELEN" in message 005 (max message length in bytes) (c...
Sébastien Helleu
2023-05-14
irc: add support of capability "draft/multiline" (closes #1923)
Sébastien Helleu
2023-05-05
core: fix execution of multiple commands separated by newline when there are ...
Sébastien Helleu
2023-05-04
api: don't split on newline by default in functions `command` and `command_op...
Sébastien Helleu
2023-05-03
irc: add support of capability "batch" (closes #1292)
Sébastien Helleu
2023-05-01
irc: add option `buffer` in command `/autojoin sort` (closes #1876)
Sébastien Helleu
2023-04-27
irc: add `${username}` in server options "nicks" and "username", change their...
Sébastien Helleu
2023-04-26
core: change default chat colors (issue #1920)
Sébastien Helleu
2023-04-24
irc: add message 742 (mode cannot be set)
Sébastien Helleu
2023-04-24
irc: add message 415 (cannot send message to channel)
Sébastien Helleu
2023-04-19
core: render newline characters in chat line messages
Trygve Aaberge
2023-04-12
irc: improve short description of server (issue #1903)
Sébastien Helleu
2023-04-12
irc: connect with TLS and port 6697 by default (issue #1903)
Sébastien Helleu
2023-04-12
irc: rename "ssl" options to "tls" (issue #1903)
Sébastien Helleu
2023-04-12
irc: check that IRC URL starts with "irc" (issue #1903)
Sébastien Helleu
2023-04-05
tests: add tests on function irc_server_alloc_with_url
Sébastien Helleu
2023-04-03
irc: don't switch to buffer of joined channel if it was not manually joined n...
Sébastien Helleu
2023-04-02
irc: update autojoin option with redirected channels when autojoin_dynamic is...
Sébastien Helleu
2023-03-31
irc: fix target buffer for commands 432/433 when the nickname looks like a ch...
Sébastien Helleu
2023-03-31
core: fix key `meta-[O` (unfocus with xterm) (closes #1900)
Sébastien Helleu
2023-03-31
core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)
Sébastien Helleu
2023-03-28
core: check that infolist is not NULL in next/prev/reset_item_cursor functions
Sébastien Helleu
2023-03-26
core: Implement commands for operating on a single input line
Trygve Aaberge
2023-03-26
tests: add tests on gui bar functions
Sébastien Helleu
2023-03-25
tests: add placeholder for function gui_key_paste_finish
Sébastien Helleu
2023-03-21
core: move buffer functions and remove them from header file
Sébastien Helleu
2023-03-21
core: remove unused function gui_buffer_is_scrolled
Sébastien Helleu
2023-03-21
core: remove unused function gui_buffer_search_by_layout_number
Sébastien Helleu
2023-03-19
core: do not call check callback when setting default value of option
Sébastien Helleu
2023-03-19
core: add command `/reset` to reset options to their default values
Sébastien Helleu
2023-03-17
core: change order of modifiers in mouse keys
Sébastien Helleu
2023-03-17
core: fix search of commands with raw code and alias matching
Sébastien Helleu
2023-03-17
core: refactor print of keys in debug mode
Sébastien Helleu
2023-03-17
core: display a warning when trying to bind a raw key code or invalid key (mi...
Sébastien Helleu
2023-03-17
core: check new keys manually added with /set
Sébastien Helleu
2023-03-17
core: remove use of "meta2-" in key name
Sébastien Helleu
2023-03-16
tests: add extra test on function gui_key_legacy_to_alias
Sébastien Helleu
2023-03-16
core: add function config_file_option_set_default
Sébastien Helleu
2023-03-16
core: create config options for all keys that can be managed with `/set` and ...
Sébastien Helleu
2023-03-16
core: fix safe list of keys
Sébastien Helleu
2023-03-16
core: remove obsolete function gui_key_legacy_expand
Sébastien Helleu
2023-03-16
core: use new key name in command `/key` and configuration file
Sébastien Helleu
2023-03-16
core: add configuration version, add API function config_set_version
Sébastien Helleu
[next]