summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-08-15doc/user: remove old note in French docSébastien Helleu
2023-08-15doc/user: improve look of clicked buttons in mouse bindingsSébastien Helleu
2023-08-14doc/user: add mouse, keys and input for /list bufferSébastien Helleu
2023-08-14doc/user: fix command bound to left mouse button in fset bufferSébastien Helleu
2023-08-12irc: 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-07-31core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)Sébastien Helleu
2023-07-31doc: stop build of docs if a locale is missing, add CMake option ↵Sébastien Helleu
"ENABLE_DOC_WARN_LOCALE" (closes #1985)
2023-07-23core: update German translationsNils Görs
2023-07-14doc/api: fix return value in case of error in function hdata_get_var_offsetSébastien Helleu
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-08irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply ↵Sébastien Helleu
(issue #1974)
2023-07-08core: 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-01core: update German translationsNils Görs
2023-06-27doc/faq: mention script go.py for an easy jump to buffersSébastien Helleu
2023-06-26core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ↵Sébastien Helleu
focus data (closes #1955) These variables are the same as "_chat_bol" and "_chat_eol" except that they stop at the beginning of the focused line (not the whole message displayed, in case message has multiple lines separated by "\n").
2023-06-24doc: updated polish translationKrzysztof Korościk
2023-06-23doc/user: fix typo in French translationSébastien Helleu
2023-06-23core: update German translationsNils Görs
2023-06-15doc/user: fix URL to plugin API referenceSébastien Helleu
2023-06-12doc/user: update dependencies versions to Debian BookwormSébastien Helleu
2023-06-12doc/user: fix description of key ctrl+q in search contextSébastien Helleu
2023-06-06doc: increase sectnumlevels to 2 (user/scripting/quickstart/relay/dev)Sébastien Helleu
2023-06-05doc: fix URLs to WeeChat docsSébastien Helleu
2023-06-05doc/relay: add option "escape_commands" in handshake response and examplesSébastien Helleu
2023-06-05tests: add tests on logger tail functions (issue #1926)Sébastien Helleu
2023-06-04doc: update German documentationNils Görs
2023-06-03doc/user: add new FIFO syntax (issue #1950)Sébastien Helleu
2023-06-03relay: add handshake option "escape_commands" in weechat protocolSébastien Helleu
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu
2023-06-02tests: add tests on relay "irc" protocolSébastien Helleu
2023-06-02relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and ↵Sébastien Helleu
"relay_client_irc_out"
2023-05-30doc: update Serbian documentationIvan Pešić
2023-05-29doc: update German documentationNils Görs
2023-05-26doc/user: rewrite IRC smart filter chapter, add detail on all filtered messagesSébastien Helleu
2023-05-26doc/user: display 3 levels instead of 2 in TOCSébastien Helleu
2023-05-25core: update German translationsNils Görs
2023-05-23doc/user: move IRCv3 chapter outside "Servers"Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-22tests: separate prefix from message in recorded messagesSébastien Helleu
The record functions are moved to tests-record.cpp.
2023-05-20logger: add option logger.file.log_conditions (closes #1942)Sébastien Helleu
2023-05-20doc: reduce toc levels and numbering in sections (user/API/scripting/relay/dev)Sébastien Helleu
2023-05-20doc: move toc and section asciidoctor attributes from docs to CMakeLists.txtSébastien Helleu
2023-05-16doc/api: add note about hashtable removal in function info_get_hashtableSébastien Helleu
2023-05-15irc: add modifier "irc_cap_sync_req" (closes #1767)Sébastien Helleu
2023-05-15doc/user: update note about chars replaced in IRC tags (trigger)Sébastien Helleu
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-05-13doc: group all CMake files into a single one to build all docs (all languages)Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-05-04doc/user: add missing French translation for cursor key `l`Sébastien Helleu
2023-05-04doc/scripting: add missing French translation for Tcl null valuesSébastien Helleu