summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-12tests: add tests on functions weeurl_search_constant and weeurl_search_optionSébastien Helleu
2023-03-12core: revert case sensitive Curl constants and options (issue #1872)Sébastien Helleu
This is a partial revert of fca78ca823e147665687d6cb0a6fe9a4694ba61b.
2023-03-12core: check that parameters are not NULL in URL functionsSébastien Helleu
2023-03-10doc/api: add hashtable methods in function string_eval_expressionSébastien Helleu
2023-03-10core: update translations (issue #1888)Sébastien Helleu
2023-03-10core: simplify /help eval, move examples with the other examples (issue #1888)Sébastien Helleu
2023-03-10core: update ChangeLog (issue #1888)Sébastien Helleu
2023-03-10core: rename variable open_paren to pos_open_parenSébastien Helleu
2023-03-10core: allow /eval to get hashtable propertiesAndrew Potter
2023-02-22ci: fix macOS CISébastien Helleu
2023-02-22core: fix crash in case of NULL message sent to function ↵Sébastien Helleu
gui_chat_printf_y_date_tags (closes #1883)
2023-02-21doc: update German documentationNils Görs
2023-02-16doc/user: make XDG directory fallback more clear in tableSébastien Helleu
2023-02-11core: update ChangeLog (issue #603)Sébastien Helleu
2023-02-10doc/user: move "Upgrade" chapter after "Running WeeChat"Sébastien Helleu
2023-02-10core: update ChangeLog (issue #1881)Sébastien Helleu
2023-02-10core: allow /input move_next_word going to the end of lineRobin Jarry
When the input buffer contains non word characters at the end, /input move_next_word will stop moving at the end of the last word. This is a bit confusing and not in line with what readline does (think bash). When there are no words left in the input buffer, make /input move_next_word go to the end of line. Signed-off-by: Robin Jarry <robin@jarry.cc>
2023-02-04fix: various code commentsrj1
2023-02-04core: optimize search of key bindings in contexts default/search/cursorSébastien Helleu
2023-02-03core: simplify function gui_key_cmpSébastien Helleu
2023-02-03tests: add tests on function gui_key_cmpSébastien Helleu
2023-02-02core: remove extra spaces before commaSébastien Helleu
2023-02-01doc: update auto-generated filesSébastien Helleu
2023-02-01core/doc Update Serbian translationsIvan Pešić
Update messages and documentation translations.
2023-02-01core: update German translationsNils Görs
2023-01-31irc: add command `/rules` (closes #1864)Sébastien Helleu
2023-01-31irc: add command `/knock` (closes #7)Sébastien Helleu
2023-01-31doc: update German auto-generated fileSébastien Helleu
2023-01-31core: update German translationsNils Görs
2023-01-30core: update description of function hook_command_display_error_unknownSébastien Helleu
2023-01-30core: inform that commands are case sensitive when another command with ↵Sébastien Helleu
different case is found (issue #1877)
2023-01-30core: improve prioritization of commands starting with same chars in similar ↵Sébastien Helleu
commands
2023-01-30core: display similar command names when a command is unknown (closes #1877)Sébastien Helleu
2023-01-30tests: fix comments (issue #1877)Sébastien Helleu
2023-01-30core: add function string_get_common_bytes_count (issue #1877)Sébastien Helleu
2023-01-30core: add function string_levenshtein (issue #1877)Sébastien Helleu
2023-01-29core: properly skip command char when it is a wide char in exec of ↵Sébastien Helleu
hook_command_run
2023-01-29doc/quickstart: translate to Italian (closes #1874)Mattia
2023-01-29irc: add server option "registered_mode" (closes #1625)Andrew Potter
Two new fields are added in IRC server structure: - "authentication_method", possible values: 0: not authenticated 1: authenticated with SASL 2: authenticated with other method - "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism in src/plugins/irc/irc-sasl.h
2023-01-29core: add bug #32213 in ChangeLogSébastien Helleu
2023-01-29doc: update German auto-generated filesSébastien Helleu
2023-01-29core: update German translationsNils Görs
2023-01-29core: add issue #398 in ChangeLogSébastien Helleu
2023-01-29core: add ctrl keys as lower case in release notes (issue #1875)Sébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-29core: ignore incomplete ctrl/meta/meta2 codes in keys (issue #1875)Sébastien Helleu
2023-01-29core: ensure internal_code is not NULL when adding a default key (issue #1875)Sébastien Helleu
2023-01-29core: compute first internal code and expanded name before removing key ↵Sébastien Helleu
(issue #1875)
2023-01-29core: compute first internal code and expanded name before adding key (issue ↵Sébastien Helleu
#1875)
2023-01-29core: use dynamic string in functions gui_key_get_internal_code and ↵Sébastien Helleu
gui_key_get_expanded_name (issue #1875)