summaryrefslogtreecommitdiff
path: root/doc/sr/weechat_dev.sr.adoc
AgeCommit message (Collapse)Author
2023-06-05tests: add tests on logger tail functions (issue #1926)Sé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-05-30doc: update Serbian documentationIvan Pešić
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: move toc and section asciidoctor attributes from docs to CMakeLists.txtSébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-05-03doc: Update Serbian documentationIvan Pešić
2023-05-01core: add options weechat.color.chat_status_disabled and ↵Sébastien Helleu
weechat.color.chat_status_enabled (issue #1820)
2023-04-12irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903)Sébastien Helleu
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add ↵Sébastien Helleu
parameter `--doc-gen` Changes: - build of doc now requires weechat-headless, translations and all plugins - convert docgen.py to C - remove `autogen_*` files from repository - add command line parameter `--doc-gen` in `weechat-headless` to build autogen files - build .mo files with directories like the installed ones (eg: "<lang>/LC_MESSAGES/weechat.mo") - remove javascript chapter from user's guide
2023-03-23core: remove RPM packagingSébastien Helleu
The weechat.spec was obsolete and openSUSE has its own here: https://build.opensuse.org/package/view_file/server:irc/weechat/weechat.spec?expand=1
2023-02-01core/doc Update Serbian translationsIvan Pešić
Update messages and documentation translations.
2023-01-29tests: add tests on gui key functions (issue #1875)Sébastien Helleu
2023-01-08core: remove build with autotoolsSébastien Helleu
CMake is now the only way to build WeeChat.
2023-01-01core: update copyright datesSébastien Helleu
2022-12-10core: add color attributes "blink" and "dim" (half bright) (closes #1855)Sébastien Helleu
2022-12-05Update Serbian translationIvan Pešić
Documentation and messages translation update
2022-11-21core: add option `unicode` in command `/debug`Sé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-11core: Update Serbian translationIvan Pešić
Includes documentation update.
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-08tests: add tests on function xfer_file_search_crc32Sébastien Helleu
2022-07-22doc: use non-breaking spaces before links to notesSébastien Helleu
2022-07-05core/doc: Update Serbian translationIvan Pešić
2022-06-26doc/dev: add arrow and open external links in new tabSébastien Helleu
2022-06-23doc: change formatting in asciidoctor tablesSébastien Helleu
2022-06-18doc: add trailing slashes in URLsSébastien Helleu
2022-04-18core: add bar item "spacer"Sébastien Helleu
2022-03-22doc: update Serbian translationsIvan Pešić
2022-03-13tests: add tests on functions gui_buffer_new and gui_buffer_new_propsSébastien Helleu
2022-03-12doc/dev: add file test-irc-tag.cppSébastien Helleu
2022-03-12doc/dev: add file irc-typing.cSébastien Helleu
2022-03-12doc/dev: add file test-logger-backlog.cppSébastien Helleu
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2022-03-07doc: fix syntax highlighting in Serbian docsSébastien Helleu
2022-02-22doc: Update Serbian documentationIvan Pešić
2022-02-20doc/dev: add table with list of components for git commit messageSébastien Helleu
2022-02-08doc: Update Serbian documentationIvan Pešić
2022-01-29tests: add tests on GUI chat functionsSébastien Helleu
Functions tested: - gui_chat_utf_char_valid - gui_chat_char_size_screen - gui_chat_strlen - gui_chat_strlen_screen - gui_chat_string_add_offset - gui_chat_string_add_offset_screen - gui_chat_string_real_pos - gui_chat_string_pos - gui_chat_get_word_info - gui_chat_printf_date_tags_internal - gui_chat_printf_date_tags - gui_chat_printf_y
2022-01-29doc/dev: update format of commit messages for docsSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-12-13doc: Update Serbian translationIvan Pešić
2021-12-11doc: use unbreakable spaces in example of missing translation tag ↵Sébastien Helleu
(developer's guide) This allows to search this tag in docs with grep and ignore the example in the developer's guide.
2021-12-08doc: fix color codes attributes in developer's guideSébastien Helleu
2021-12-01doc: remove tester's guideSébastien Helleu
2021-11-27doc: fix column size in table with color codes (developer's guide)Sébastien Helleu
2021-11-27doc: escape example of link in developer's guideSébastien Helleu