summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-04doc: move section "Running WeeChat" at top level, add section title "Interfac...Sébastien Helleu
2021-12-04doc: move section "Upgrade" at top level after "Installation" (user's guide)Sébastien Helleu
2021-12-04doc: reduce font size in table of contentsSébastien Helleu
2021-12-04doc: remove section title for extra debug options on command line (user's guide)Sébastien Helleu
2021-12-04doc: add more categories for key bindings (user's guide)Sébastien Helleu
2021-12-03core: fix typo in weechat --helpSébastien Helleu
2021-12-01doc: use only a link to user's guide in Installation chapter (README)Sébastien Helleu
2021-12-01doc: remove tester's guideSébastien Helleu
2021-11-28core: update ChangeLogSébastien Helleu
2021-11-27doc: disable web fonts in docs generated by asciidoctorSébastien Helleu
2021-11-27doc: make reproducible build of docs with asciidoctorSébastien Helleu
2021-11-27doc: add dark theme in docs generated by asciidoctorSé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
2021-11-27doc: switch from prettify to pygments for syntax highlightingSébastien Helleu
2021-11-24doc: update German documentationNils Görs
2021-11-23doc: fix typo in link for '/layout' in user guideThomas Faughnan
2021-11-21ruby: add detection of Ruby 3.0 in autotools (issue #1721)Sébastien Helleu
2021-11-21core: add issue #1605 in ChangeLogSébastien Helleu
2021-11-21core: fix detection of Ruby 3.0 on macOS (issue #1721)Sébastien Helleu
2021-11-21tests: add missing include of stdio.hSébastien Helleu
2021-11-21core: fix compilation with Ruby 3.0 on macOS (issue #1721, closes #1605)Sébastien Helleu
2021-11-21ruby: add detection of Ruby 3.0.0, remove old way to detect Ruby (closes #1721)Sébastien Helleu
2021-11-20core: fix links to docs in release notesSébastien Helleu
2021-11-20core: add build with CMake and Ninja in CISébastien Helleu
2021-11-20core: add build on macOS 11 in CISébastien Helleu
2021-11-20build: add targets "changelog" and "rn" to build HTML version of ChangeLog an...Sébastien Helleu
2021-11-20build: improve error management in build of tarballsSébastien Helleu
2021-11-20irc: fix memory leak in case of realloc errorSébastien Helleu
2021-11-13trigger: hide key and password in command "/msg nickserv setpass nick key pas...Sébastien Helleu
2021-11-13core: speed up eval by storing length of prefix/suffix in eval structureSébastien Helleu
2021-11-13core: free strings with XDG directories in case of errorSébastien Helleu
2021-11-13relay: remove dead assignment in websocket decodingSébastien Helleu
2021-11-13core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" w...Sébastien Helleu
2021-11-13tests: add tests on some IRC SASL functionsSébastien Helleu
2021-11-13core: add note about default trigger "cmd_pass_register" in release notesSébastien Helleu
2021-11-12trigger: add comments with list of all commands in default triggersSébastien Helleu
2021-11-12trigger: split default triggers on multiple linesSébastien Helleu
2021-11-12tests: add tests on default triggersSébastien Helleu
2021-11-12trigger: add support of option "-server" when hiding passwords in command /ms...Sébastien Helleu
2021-11-11doc: fix typos in user's guideSébastien Helleu
2021-11-11doc: fix sentences in French user's guideSébastien Helleu
2021-11-11core: fix typos in docsSébastien Helleu
2021-11-09tests: add extra tests on functions string_strcmp_ignore_chars and string_con...Sébastien Helleu
2021-11-08core: update Serbian translationsIvan Pešić
2021-11-08core: update Spanish translationsSantiago Forero
2021-11-07core: fix random integer number with large range in evaluation of expressions...Sébastien Helleu
2021-11-07tests: fix allocation of test_ptr_1_hashtable_dyn in hdata testsSébastien Helleu
2021-11-07tests: add tests on UTF-8 string functionsSébastien Helleu
2021-11-07irc: extend size of some internal buffersSébastien Helleu