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-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
2023-03-16
core: fix function gui_key_legacy_to_alias with keys on areas
Sébastien Helleu
2023-03-16
core: add function to expand raw key code to name with alias, use it in /key ...
Sébastien Helleu
2023-03-12
tests: add tests on functions weeurl_search_constant and weeurl_search_option
Sébastien Helleu
2023-03-10
core: allow /eval to get hashtable properties
Andrew Potter
2023-02-04
core: optimize search of key bindings in contexts default/search/cursor
Sébastien Helleu
2023-02-03
tests: add tests on function gui_key_cmp
Sébastien Helleu
2023-01-31
irc: add command `/knock` (closes #7)
Sébastien Helleu
2023-01-30
tests: fix comments (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_get_common_bytes_count (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_levenshtein (issue #1877)
Sébastien Helleu
2023-01-29
core: force ctrl keys to lower case when they are added (closes #1875)
Sébastien Helleu
2023-01-29
tests: add tests on gui key functions (issue #1875)
Sébastien Helleu
[next]