1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

Commit Graph

  • 9904cb6d2e irc: fix crash when receiving a malformed message 352 (who) Sébastien Helleu 2020-02-10 07:37:11 +01:00
  • 40ccacb433 irc: fix crash when a new message 005 is received with longer nick prefixes Sébastien Helleu 2020-02-09 20:04:45 +01:00
  • 5edbeea338 core: fix unlikely memory leak in completion Sébastien Helleu 2020-02-09 06:56:53 +01:00
  • 7fde75797c doc: remove reference to obsolete script shell.py in FAQ Sébastien Helleu 2020-02-08 21:49:08 +01:00
  • 40e8e928cd doc: add question about timezone in FAQ Sébastien Helleu 2020-02-08 21:43:16 +01:00
  • 6f4f147d8e irc: fix crash when receiving a malformed message 324 (channel mode) Sébastien Helleu 2020-02-08 20:24:50 +01:00
  • 39f2591cf5 tests: add tests on ANSI default text/background colors Sébastien Helleu 2020-02-08 10:29:07 +01:00
  • 2769989751 irc: remove nested switches in function irc_color_decode_ansi_cb Sébastien Helleu 2020-02-07 21:29:46 +01:00
  • b8d7af54e3 doc: add keys and actions on fset and script buffers in user's guide Sébastien Helleu 2020-02-06 21:17:54 +01:00
  • 60f2734184 irc: use dynamic string in function irc_color_encode Sébastien Helleu 2020-02-05 21:51:11 +01:00
  • 5b902eb804 irc: replace realloc by dynamic string in function irc_color_decode Sébastien Helleu 2020-02-05 21:50:39 +01:00
  • 6f69d98ee9 core: fix typo in French translation of /help fset Sébastien Helleu 2020-02-04 22:04:18 +01:00
  • 84648a5cd8 tests: add eval tests with debug enabled Sébastien Helleu 2020-02-04 20:56:59 +01:00
  • 15f7d7aeb1 core: update ChangeLog Sébastien Helleu 2020-02-03 21:41:25 +01:00
  • f76a5a8b57 tests: add unit tests on function util_file_get_content Sébastien Helleu 2020-02-03 21:39:06 +01:00
  • 3edae5af86 tests: add unit tests on function util_get_time_diff Sébastien Helleu 2020-02-02 13:58:35 +01:00
  • 27266ccd02 core: rename function util_get_uptime to util_get_time_diff Sébastien Helleu 2020-02-02 13:57:39 +01:00
  • 4e2718d234 irc: add nick changes in the hotlist (except self nick change) Sébastien Helleu 2020-02-01 23:02:55 +01:00
  • 95e34c71d6 core: update ChangeLog (issue #1442) Sébastien Helleu 2020-01-30 22:07:32 +01:00
  • 6d2d304136 Fix the build with guile-3.0.0. orbea 2020-01-21 06:54:23 -08:00
  • d2dda92daf tests: add eval tests with hdata variables of different types Sébastien Helleu 2020-01-27 23:02:30 +01:00
  • b7c09ed084 tests: add eval tests on conditions with text after closing parenthesis Sébastien Helleu 2020-01-27 22:35:26 +01:00
  • a6a6fb74c2 tests: add eval tests on conditions with leading and trailing spaces (ignored) Sébastien Helleu 2020-01-27 22:23:55 +01:00
  • 2839dc7ddf tests: add eval tests on "regex not matching" comparison Sébastien Helleu 2020-01-27 22:19:35 +01:00
  • 0975c407e0 tests: add eval tests with hdata list name and pointer Sébastien Helleu 2020-01-27 22:15:22 +01:00
  • 201b4da169 tests: add eval tests with buffer local variables Sébastien Helleu 2020-01-27 21:58:19 +01:00
  • 8107b5d162 tests: add eval tests on options with different types Sébastien Helleu 2020-01-27 21:53:18 +01:00
  • dd13393896 tests: add eval test with empty value for "date:" Sébastien Helleu 2020-01-27 21:39:08 +01:00
  • 70f0c81a2c tests: add eval tests with invalid values for "modifier:" Sébastien Helleu 2020-01-27 21:36:10 +01:00
  • 6d9a247df3 tests: add eval tests with invalid values for "repeat:" Sébastien Helleu 2020-01-27 21:32:28 +01:00
  • 1914ceb74f tests: add eval tests with invalid values for "cut:" and "cutscr:" Sébastien Helleu 2020-01-27 21:28:59 +01:00
  • 34bb43379a tests: add eval test with invalid value for "hide:" Sébastien Helleu 2020-01-27 21:21:01 +01:00
  • 070e86bd6e tests: add eval test with invalid regex group Sébastien Helleu 2020-01-27 21:17:17 +01:00
  • 1d77b9742e tests: add evaluation tests with ternary operator and escape of prefix ("$") Sébastien Helleu 2020-01-27 21:09:54 +01:00
  • d91d1ebb8c tests: add other calc tests with multiple operators Sébastien Helleu 2020-01-27 20:54:23 +01:00
  • f980820395 logger: fix crash when disabling logging on a buffer (closes #1444) Sébastien Helleu 2020-01-25 13:42:12 +01:00
  • 4d67af399d core: flush stdout/stderr before forking in hook_process function (closes #1441) Sébastien Helleu 2020-01-20 21:15:15 +01:00
  • 7cd566e8d3 core: reset variable "old_full_name" after send of signal "buffer_renamed" (issue #1428) Sébastien Helleu 2020-01-12 17:09:47 +01:00
  • b79cd6d546 relay: update buffers synchronization when buffers are renamed (closes #1428) Sébastien Helleu 2020-01-12 17:03:16 +01:00
  • 1fac6fd404 core: add variable "old_full_name" in buffer, set before the buffer is renamed (issue #1428) Sébastien Helleu 2020-01-12 16:57:08 +01:00
  • 4f9c4fecd3 irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (closes #1439) Sébastien Helleu 2020-01-11 11:02:41 +01:00
  • 4f42f407c1 doc: remove space in example of hsignal irc_redirect_command (plugin API reference) Sébastien Helleu 2020-01-05 09:15:40 +01:00
  • 9ac4639c8c xfer: send signal "xfer_ended" after the received file has been renamed (closes #1438) Sébastien Helleu 2020-01-04 11:19:47 +01:00
  • feb6258910 core: update copyright dates Sébastien Helleu 2020-01-04 10:41:26 +01:00
  • 481da803cb buflist: add pointer "window" in bar item evaluation Sébastien Helleu 2019-12-26 22:44:19 +01:00
  • e11075e2cd doc: update German auto-generated file Sébastien Helleu 2019-12-23 22:14:33 +01:00
  • cc7ac1284d core: update German translations Nils Görs 2019-12-23 20:00:02 +01:00
  • 330149b9b6 relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (closes #1435) Sébastien Helleu 2019-12-21 10:47:35 +01:00
  • e612e63140 core: fix evaluation of condition with nested "if" (closes #1434) Sébastien Helleu 2019-12-18 21:22:36 +01:00
  • a13099aa63 core: add debug option "-d" in command /eval (issue #1434) Sébastien Helleu 2019-12-18 21:18:59 +01:00
  • 7e833ee60b core: add missing variable "proxy" in function hook_connect_print_log Sébastien Helleu 2019-12-18 07:55:39 +01:00
  • 72da71880c doc: update German auto-generated files Sébastien Helleu 2019-12-15 21:22:51 +01:00
  • b341432887 core: update German translations Nils Görs 2019-12-15 21:17:33 +01:00
  • bb62485aa9 irc: fix memory leak when the channel topic is changed Sébastien Helleu 2019-12-15 07:27:45 +01:00
  • 72b107a970 php: add detection of PHP 7.4 Sébastien Helleu 2019-12-14 11:25:07 +01:00
  • 019bc79b0f core: update ChangeLog (issue #1433) Sébastien Helleu 2019-12-13 21:34:01 +01:00
  • 517bdaa4a8 core: update translations (issue #1433) Sébastien Helleu 2019-12-13 21:33:48 +01:00
  • 00485af7c9 core: add contributor in AUTHORS.adoc (issue #1433) Sébastien Helleu 2019-12-13 21:31:30 +01:00
  • f966329862 api: add info "weechat_headless" Matthew Horan 2019-12-13 10:55:30 -05:00
  • 5ae0485404 core: fix version in ChangeLog Sébastien Helleu 2019-12-13 21:27:02 +01:00
  • 60fa5a7555 core: update ChangeLog (issue #1431) Sébastien Helleu 2019-12-13 21:22:45 +01:00
  • 8d107912d6 core: update translations Sébastien Helleu 2019-12-13 21:21:02 +01:00
  • c487965e8b irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115) Simmo Saan 2019-12-13 18:03:34 +02:00
  • 139a7053e4 irc: fix compilation with GnuTLS < 3.1.0 (issue #115) Simmo Saan 2019-12-10 23:00:13 +02:00
  • 9c227de6bf core: add directory /usr/share/applications/ in cygwin package "weechat" Sébastien Helleu 2019-12-08 15:56:23 +01:00
  • da28c392ea Version 2.8-dev Sébastien Helleu 2019-12-08 10:18:33 +01:00
  • 236dbe3f62 Version 2.7 v2.7 Sébastien Helleu 2019-12-08 09:48:53 +01:00
  • 632755d51d core: remove obsolete file FindTCL.cmake from root Makefile.am Sébastien Helleu 2019-12-08 09:23:35 +01:00
  • ee52c8ceae debian: fix debian/wheezy and ubuntu/trusty patches Sébastien Helleu 2019-12-08 09:13:46 +01:00
  • dda3ac7963 debian: update changelog Sébastien Helleu 2019-12-08 08:23:07 +01:00
  • e81d0787e4 debian: bump Standards-Version to 4.4.0 Sébastien Helleu 2019-12-08 08:22:45 +01:00
  • 54aa8b82b3 doc: update Polish auto-generated files Sébastien Helleu 2019-12-01 18:03:07 +01:00
  • 39ae55322d doc: updated polish traslation Krzysztof Korościk 2019-12-01 17:14:12 +01:00
  • 10f4e16695 po: update polish translation Krzysztof Korościk 2019-12-01 16:24:32 +01:00
  • cfd7d31f95 doc: update German auto-generated files Sébastien Helleu 2019-12-01 11:42:49 +01:00
  • 621b87ea8a core: update German translations Nils Görs 2019-11-29 09:17:37 +01:00
  • c947d1575f core: exit makedist.sh script if command "cd" failed Sébastien Helleu 2019-11-28 21:28:07 +01:00
  • d876ec49fc core: replace "! -z" by "-n" in build-debian.sh Sébastien Helleu 2019-11-28 21:27:43 +01:00
  • d2300e62af core: replace "-o" by "||" in tools scripts Sébastien Helleu 2019-11-28 21:26:45 +01:00
  • a727516e0d core: run command and check return code on same line in tools scripts Sébastien Helleu 2019-11-28 21:25:47 +01:00
  • c0e48b0370 core: double quote variables in tools scripts Sébastien Helleu 2019-11-28 21:23:59 +01:00
  • 45509c3560 core: double quote variables in script autogen.sh Sébastien Helleu 2019-11-27 20:17:48 +01:00
  • fb8f0590b0 Version 2.7-rc1 v2.7-rc1 Sébastien Helleu 2019-11-26 20:10:18 +01:00
  • 3dab07d659 tests: add unit tests on hash algorithms with salt (issue #635) Sébastien Helleu 2019-11-25 23:02:05 +01:00
  • cd53fc61cf core: fix typo in French translation (issue #635) Sébastien Helleu 2019-11-25 22:43:55 +01:00
  • d66a02ca9d core: move each hash algorithm in a separate function (issue #635) Sébastien Helleu 2019-11-25 22:31:36 +01:00
  • 771b932dec doc: update auto-generated files with WeeChat options (issue #635) Sébastien Helleu 2019-11-25 21:44:21 +01:00
  • 41911babd3 core: remove obsolete translations Sébastien Helleu 2019-11-25 21:42:57 +01:00
  • f69079e3d0 core: update ChangeLog (issue #635) Sébastien Helleu 2019-11-25 21:37:52 +01:00
  • b43ab911fd core: add more info in /help weechat.look.nick_color_hash_salt (issue #635) Sébastien Helleu 2019-11-25 21:36:42 +01:00
  • 0044fa1902 core: remove allocation of string when salt is used (issue #635) Sébastien Helleu 2019-11-25 21:20:46 +01:00
  • 1a00368888 core: add option weechat.look.nick_color_hash_salt to allow for reshuffling of colors (issue #635) Simmo Saan 2019-11-25 20:59:56 +01:00
  • c634d6c56e doc: list the things removed by WeeChat on /plugin unload (user's guide) Sébastien Helleu 2019-11-24 09:40:53 +01:00
  • 661ef1e653 doc: fix translations in French plugin API reference Sébastien Helleu 2019-11-24 09:32:35 +01:00
  • 8223263e0e doc: remove flags "translation missing" in French docs Sébastien Helleu 2019-11-24 09:29:02 +01:00
  • a843e8fb14 doc: bump version of documentation generator Sébastien Helleu 2019-11-22 21:01:14 +01:00
  • e1692ab7e9 doc: add function to print counters, add separator lines (documentation generator) Sébastien Helleu 2019-11-22 21:00:58 +01:00
  • 73b3ff1491 doc: simplify function to compute SHA256 checksum, move function outside class AutogenDoc (documentation generator) Sébastien Helleu 2019-11-22 20:59:58 +01:00
  • 178b3eb8a6 doc: sort locales in documentation generator Sébastien Helleu 2019-11-22 20:59:06 +01:00
  • 2f99033384 doc: remove path option in documentation generator Sébastien Helleu 2019-11-22 20:57:59 +01:00