1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Commit Graph

  • a696a100d8 core: update ChangeLog (#2325) main Sébastien Helleu 2026-06-12 13:02:05 +02:00
  • e60786d059 core: fix buffer overflow in function network_pass_socks5proxy (#2325) aizu-m 2026-06-12 16:30:17 +05:30
  • f07a63755c core: add CVE IDs in ChangeLog 4.6 Sébastien Helleu 2026-06-09 22:13:57 +02:00
  • e9138c5d55 core: add CVE IDs in ChangeLog 4.9 Sébastien Helleu 2026-06-09 22:12:25 +02:00
  • d78105ddf5 core: add CVE IDs in ChangeLog Sébastien Helleu 2026-06-09 22:10:17 +02:00
  • 2a8c86242b core: update German translations weechatter 2026-06-09 10:42:23 +02:00
  • dd9ef2f4d9 tests: add missing include of string.h Sébastien Helleu 2026-06-08 23:17:19 +02:00
  • 4c6c55befe core: update translations Sébastien Helleu 2026-06-08 23:15:00 +02:00
  • de878b2303 relay/api: remove error 400 which is never returned in response to GET /api/scripts Sébastien Helleu 2026-06-08 23:11:27 +02:00
  • 80a47b6731 relay/api: add missing fields in script object in OpenAPI document Sébastien Helleu 2026-06-08 23:11:06 +02:00
  • 551c12e049 relay/api: add resource GET /api/scripts Sébastien Helleu 2026-06-08 23:04:40 +02:00
  • 12016c4c05 script: add info "script_languages" Sébastien Helleu 2026-06-08 18:54:06 +02:00
  • d4ed290a37 core: always write all options in theme files theme Sébastien Helleu 2026-05-29 21:43:46 +02:00
  • a98568788b core: fix description of automatic theme backup Sébastien Helleu 2026-05-29 19:01:41 +02:00
  • 215fdfc0a7 core: add /theme rename to rename a user theme file Sébastien Helleu 2026-05-29 18:56:13 +02:00
  • deedaed1f9 core: auto-detect terminal background and apply light theme on first start Sébastien Helleu 2026-05-29 11:23:56 +02:00
  • fb220e1afd core: fix style in comments Sébastien Helleu 2026-05-29 07:50:46 +02:00
  • afd7e08691 core: display path to theme written with /theme save <name> Sébastien Helleu 2026-05-29 07:04:30 +02:00
  • 0fb0b3bb07 core: add /theme reset to restore original themable defaults Sébastien Helleu 2026-05-27 22:06:23 +02:00
  • ecec47c633 tests: cover apply edge cases for /theme command Sébastien Helleu 2026-05-27 21:45:39 +02:00
  • 3f64975a72 doc: add ChangeLog entry for /theme command and built-in light theme Sébastien Helleu 2026-05-27 21:39:17 +02:00
  • b970962bdb doc: document /theme command and theme file format Sébastien Helleu 2026-05-27 21:22:18 +02:00
  • d56e46908f script: track per-script theme contributions and purge on script unload Sébastien Helleu 2026-05-27 21:16:07 +02:00
  • 8b19d3b0a4 core: auto-purge plugin contributions on plugin unload Sébastien Helleu 2026-05-27 21:08:53 +02:00
  • fcf439dfa0 core: track per-contributor overrides in theme registry Sébastien Helleu 2026-05-27 20:47:47 +02:00
  • e4a2a6d3f2 trigger: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:17:06 +02:00
  • 7051d7e08b spell: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:11:53 +02:00
  • 36d09a2ba6 script: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:11:11 +02:00
  • ee799c9032 relay: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:10:18 +02:00
  • 797d3c0db2 logger: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:08:50 +02:00
  • 91223591e9 exec: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:08:05 +02:00
  • f50b91a6d9 xfer: contribute "light" theme overrides Sébastien Helleu 2026-05-27 18:04:35 +02:00
  • d2d490146c buflist: contribute "light" theme overrides Sébastien Helleu 2026-05-27 17:57:04 +02:00
  • f587a9dcaf fset: contribute "light" theme overrides Sébastien Helleu 2026-05-27 17:45:09 +02:00
  • 54b0753aab irc: contribute "light" theme overrides Sébastien Helleu 2026-05-27 15:31:40 +02:00
  • d189ca7f19 core: register built-in "light" theme Sébastien Helleu 2026-05-27 13:57:55 +02:00
  • 86d8bec433 script: expose theme_register to python, perl, ruby, lua, tcl, javascript, php, guile Sébastien Helleu 2026-05-27 07:45:42 +02:00
  • 53db79aa5f api: expose theme_register to plugins Sébastien Helleu 2026-05-27 07:31:44 +02:00
  • b994a645e3 core: add theme name completion Sébastien Helleu 2026-05-26 19:01:11 +02:00
  • 64f17761f1 core: implement /theme save and /theme delete Sébastien Helleu 2026-05-26 18:57:56 +02:00
  • 3bdb31bbf6 core: implement theme file parsing and transient file reads in /theme apply Sébastien Helleu 2026-05-26 18:43:09 +02:00
  • 7f1f9462f4 core: implement /theme apply with themable enforcement and auto-backup Sébastien Helleu 2026-05-26 17:21:12 +02:00
  • 9fbc81dc54 core: add /theme command with list and info subcommands Sébastien Helleu 2026-05-26 16:00:13 +02:00
  • 4550c3e33a core: add weechat.look.theme option and theme_applying guard Sébastien Helleu 2026-05-26 13:15:20 +02:00
  • 7e2b9ffa9a core: add core-theme skeleton and theme registry Sébastien Helleu 2026-05-26 08:07:53 +02:00
  • 04f817814f fset: add "t:themable" filter Sébastien Helleu 2026-05-25 23:06:40 +02:00
  • 0315c53a9e core: add themable flag to configuration options Sébastien Helleu 2026-05-25 22:55:12 +02:00
  • 3aeaa70e64 ci: bump poexam to version 0.0.11 Sébastien Helleu 2026-06-07 21:56:22 +02:00
  • 66e633e27e core: add version 4.9.2 Sébastien Helleu 2026-06-07 11:51:55 +02:00
  • eb8c8641ea Version 4.9.3-dev Sébastien Helleu 2026-06-07 09:28:03 +02:00
  • bd6455d07f Version 4.9.2 v4.9.2 Sébastien Helleu 2026-06-07 09:25:09 +02:00
  • c6f30816dd tests: increase buffer size for injection of fake IRC message Sébastien Helleu 2026-06-07 08:47:36 +02:00
  • 8d3180fa78 tests: increase buffer size for injection of fake IRC message Sébastien Helleu 2026-06-07 08:47:36 +02:00
  • 436bbeceff tests: increase buffer size for injection of fake IRC message Sébastien Helleu 2026-06-07 08:47:36 +02:00
  • c55b5836f0 relay: fix out-of-bounds read in relay_http_print_log_request (#2324) aizu-m 2026-06-06 14:48:06 +05:30
  • e93db7f99d relay: limit size of partial message received while reading an HTTP request to prevent memory exhaustion Sébastien Helleu 2026-06-06 09:36:22 +02:00
  • 22ee76cdd6 xfer: fix out-of-bounds read in xfer_chat_recv_cb on empty line (#2323) aizu-m 2026-06-06 10:31:18 +05:30
  • cf2d0733d3 irc: fix out-of-bounds read in DCC command with quoted filename (#2322) aizu-m 2026-06-04 12:14:33 +05:30
  • 75b72e7f69 xfer: replace directory separator in remote nick by underscore in download filename (#2321) aizu-m 2026-06-02 12:31:10 +05:30
  • 03a6d9306a api: fix infinite loop in function string_replace when the search string is empty Sébastien Helleu 2026-06-03 21:15:16 +02:00
  • 398cfc473a relay: limit size of received websocket frame and HTTP body to prevent memory exhaustion Sébastien Helleu 2026-06-01 21:56:34 +02:00
  • e5df225d9f irc: limit size of data received from the server to prevent memory exhaustion Sébastien Helleu 2026-06-01 21:53:03 +02:00
  • f5fa814fa4 core: fix timing attack on TOTP validation (GHSA-vhv8-g2r9-cwcc) Sébastien Helleu 2026-05-30 20:49:55 +02:00
  • 34cbe56a6f relay/irc: fix timing attack on PASS command (GHSA-vhv8-g2r9-cwcc) Sébastien Helleu 2026-05-30 20:46:52 +02:00
  • a17a80f1d0 relay: fix timing attack on password authentication (GHSA-vhv8-g2r9-cwcc) Sébastien Helleu 2026-05-30 19:00:59 +02:00
  • 405707d544 relay: limit size of decompressed websocket frame to prevent memory exhaustion (GHSA-v2v4-45wm-5cr3) Sébastien Helleu 2026-05-30 16:38:42 +02:00
  • 2a272a7543 core: set max curl version for symbols Sébastien Helleu 2026-06-06 12:47:07 +02:00
  • 519ab4e7bb relay: fix out-of-bounds read in relay_http_print_log_request (#2324) aizu-m 2026-06-06 14:48:06 +05:30
  • c307087e2d core: update ChangeLog (#2324) Sébastien Helleu 2026-06-06 11:19:14 +02:00
  • 51a1149852 relay: fix out-of-bounds read in relay_http_print_log_request (#2324) aizu-m 2026-06-06 14:48:06 +05:30
  • 3c36fd7412 relay: limit size of partial message received while reading an HTTP request to prevent memory exhaustion Sébastien Helleu 2026-06-06 09:36:22 +02:00
  • d74993a42c relay: limit size of partial message received while reading an HTTP request to prevent memory exhaustion Sébastien Helleu 2026-06-06 09:36:22 +02:00
  • b62c97dbe3 core: add links to issues in ChangeLog (#2321, #2322) Sébastien Helleu 2026-06-06 07:25:19 +02:00
  • f91f92b48f xfer: fix out-of-bounds read in xfer_chat_recv_cb on empty line (#2323) aizu-m 2026-06-06 10:31:18 +05:30
  • 51464e400f core: add links to issues in ChangeLog (#2321, #2322) Sébastien Helleu 2026-06-06 07:18:22 +02:00
  • 1c5e6c3fc2 core: update ChangeLog (#2323) Sébastien Helleu 2026-06-06 07:15:18 +02:00
  • e563dfc903 doc: add build of Serbian API Relay doc Sébastien Helleu 2026-06-06 07:09:04 +02:00
  • befbcceb7f relay/api: add field "last_read_line_id" in GET /api/buffers Sébastien Helleu 2026-06-06 07:04:46 +02:00
  • 56f9ad68fb xfer: fix out-of-bounds read in xfer_chat_recv_cb on empty line (#2323) aizu-m 2026-06-06 10:31:18 +05:30
  • 30529057c8 irc: fix out-of-bounds read in DCC command with quoted filename aizu-m 2026-06-04 12:14:33 +05:30
  • a69f356182 tests: add tests on function xfer_file_find_filename Sébastien Helleu 2026-06-04 22:55:29 +02:00
  • 1438255a87 xfer: replace directory separator in remote nick by underscore in download filename aizu-m 2026-06-02 12:31:10 +05:30
  • 328f86affc irc: fix out-of-bounds read in DCC command with quoted filename aizu-m 2026-06-04 12:14:33 +05:30
  • f4dc30ec58 tests: add tests on function xfer_file_find_filename Sébastien Helleu 2026-06-04 22:55:29 +02:00
  • 23291acb7b xfer: replace directory separator in remote nick by underscore in download filename aizu-m 2026-06-02 12:31:10 +05:30
  • d15ce789a0 api: fix infinite loop in function string_replace when the search string is empty Sébastien Helleu 2026-06-03 21:15:16 +02:00
  • b802681230 api: fix infinite loop in function string_replace when the search string is empty Sébastien Helleu 2026-06-03 21:15:16 +02:00
  • 377b6da43d relay: limit size of received websocket frame and HTTP body to prevent memory exhaustion Sébastien Helleu 2026-06-01 21:56:34 +02:00
  • 8b1b06a407 irc: limit size of data received from the server to prevent memory exhaustion Sébastien Helleu 2026-06-01 21:53:03 +02:00
  • 3687ce0f0f relay: limit size of received websocket frame and HTTP body to prevent memory exhaustion Sébastien Helleu 2026-06-01 21:56:34 +02:00
  • 1211510ded irc: limit size of data received from the server to prevent memory exhaustion Sébastien Helleu 2026-06-01 21:53:03 +02:00
  • 07871f123f core: fix possible integer truncation in function eval_string_split (#2320) aizu-m 2026-06-01 13:55:35 +05:30
  • a0cf82d4a6 core: replace Bash/Ubuntu with WSL in README Sébastien Helleu 2026-05-31 17:24:41 +02:00
  • 13291b6b9a core: add missing trailing slash to Ruby scripts URL in README Sébastien Helleu 2026-05-31 17:24:24 +02:00
  • 76d652a513 core: fix multi-protocol feature wording in README Sébastien Helleu 2026-05-31 17:24:13 +02:00
  • ff9b698665 core: improve wording of semantic versioning section in README Sébastien Helleu 2026-05-31 17:24:01 +02:00
  • d5c985eb11 core: add security policy in SECURITY.md Sébastien Helleu 2026-05-31 16:04:33 +02:00
  • c09c1bf2fc ci: enable ruby 3.3 module on Rocky Linux 9 Sébastien Helleu 2026-05-31 15:11:58 +02:00
  • c83afb9a06 ci: install dnf-plugins-core on Rocky Linux 9 for dnf config-manager Sébastien Helleu 2026-05-31 14:02:03 +02:00
  • b29f464322 ci: enable ruby 3.3 module on Rocky Linux 9 ci-rockylinux Sébastien Helleu 2026-05-31 15:11:58 +02:00