summaryrefslogtreecommitdiff
path: root/doc/sr
AgeCommit message (Collapse)Author
2022-09-28doc/api: Add values for hook_process constantsTrygve Aaberge
When logging this value I just see a number so I have to look up what it means. Previously you would have to check the code or print the value of each of these constants to see it. Seeing the value directly in the documentation makes this much easier.
2022-09-28doc/api: add note about C API for constant WEECHAT_HOOK_PROCESS_CHILD ↵Sébastien Helleu
(function hook_process)
2022-09-28doc/api: fix typoSébastien Helleu
2022-09-28logger: add options to rotate and compress log files (closes #314)Sébastien Helleu
New options: - logger.file.rotation_compression_level - logger.file.rotation_compression_type - logger.file.rotation_size_max
2022-09-27api: add function file_compressSébastien Helleu
2022-09-27api: restrict number to integer in function string_parse_sizeSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-09-18core: add key alt+backspace, change behavior of key ctrl+w (closes #559)Sébastien Helleu
The key ctrl+w now deletes one word until whitespace. The new key alt+backspace deletes one word (same behavior as ctrl+w in previous releases).
2022-09-17tests: add tests on filter functionsSébastien Helleu
2022-09-17spell: allow special dict value "-" to disable spell checking on a specific ↵Sébastien Helleu
buffer (closes #1699)
2022-09-17doc/api: add version 3.7 for priority in function hook_lineSébastien Helleu
2022-09-16api: add support of priority in function hook_line (closes #1821)Sébastien Helleu
2022-09-15irc: add option irc.look.display_pv_nick_changeSébastien Helleu
2022-09-11doc: update auto-generated filesSébastien Helleu
2022-09-11core: Update Serbian translationIvan Pešić
Includes documentation update.
2022-09-11doc/api: move function hook_completion in chapter on hook prioritySébastien Helleu
2022-09-11doc/api: update chapter on hook prioritySébastien Helleu
2022-09-11doc/api: update note about priority in hook functionsSébastien Helleu
2022-09-03xfer: fix DCC file receive on Termux (closes #1811)Sébastien Helleu
This fixes such error displayed on Termux when receiving a DCC file: xfer: invalid address "96747949": error 8 hostname nor servname provided, or not known
2022-08-16api: add function crypto_hash_fileSébastien Helleu
2022-08-15buflist: improve help on option buflist.look.enabledSébastien Helleu
2022-08-15trigger: add elapsed time for trigger execution on monitor buffer when ↵Sébastien Helleu
trigger debug is set (closes #1806)
2022-08-13irc: add options and display SETNAME command in channels and private buffers ↵Sébastien Helleu
(closes #1805) New options: - irc.color.message_setname - irc.look.smart_filter_setname
2022-08-13doc: update auto-generated filesSébastien Helleu
2022-08-08tests: add tests on function xfer_file_search_crc32Sébastien Helleu
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-08-03irc: mention how to remove capability in /help capSébastien Helleu
2022-07-31buflist: add variable "${hotlist_priority_number}" (integer version of ↵Sébastien Helleu
"${hotlist_priority}")
2022-07-24core: add option weechat.look.highlight_disable_regex and buffer property ↵Sébastien Helleu
"highlight_disable_regex" (closes #1798)
2022-07-22doc: use non-breaking spaces before links to notesSébastien Helleu
2022-07-22doc/scripting: add missing fields "paramN" and "num_params" in output of ↵Sébastien Helleu
"irc_message_parse" These new fields were added in version 3.4 with major improvements of the IRC message parser.
2022-07-20api: add arguments "index_start" and "index_end" in function ↵Sébastien Helleu
string_rebuild_split_string
2022-07-20api: rename function string_build_with_split_string to ↵Sébastien Helleu
string_rebuild_split_string
2022-07-10api: add info "uptime_current"Sébastien Helleu
This info returns time duration between the start of the current WeeChat process and now (so upgrades with /upgrade are ignored).
2022-07-06doc: update Serbian auto-generated filesSébastien Helleu
2022-07-05doc: update Serbian auto-generated filesSébastien Helleu
2022-07-05core/doc: Update Serbian translationIvan Pešić
2022-06-28doc/quickstart: add command /autojoin and server option autojoin_dynamicSébastien Helleu
2022-06-27doc/scripting: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/relay: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/quickstart: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/api: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/faq: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/dev: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/user: add arrow and open external links in new tabSébastien Helleu
2022-06-26doc/user: replace TOR by TorSébastien Helleu
2022-06-25doc/user: add a chapter on supported IRCv3 extensionsSébastien Helleu
2022-06-23doc: change formatting in asciidoctor tablesSébastien Helleu
2022-06-18core: add trailing slashes in URLsSébastien Helleu
2022-06-18doc: add trailing slashes in URLsSébastien Helleu