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

Commit Graph

  • fae149b361 python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (closes #1463) Sébastien Helleu 2020-04-04 18:10:02 +02:00
  • e4bd582a97 doc: update German auto-generated file Sébastien Helleu 2020-04-03 20:56:07 +02:00
  • 7322561ccc core: update German translations Nils Görs 2020-04-03 20:04:48 +02:00
  • 2f8fd4c0ef fset: fix help on options fset.format.option1 and fset.format.option2 Sébastien Helleu 2020-04-02 20:38:37 +02:00
  • c59f812c74 tests: add tests on function irc_protocol_cb_353 with option irc.look.color_nicks_in_names set to on Sébastien Helleu 2020-03-31 21:16:09 +02:00
  • eb7b12f0da tests: add tests on IRC color functions Sébastien Helleu 2020-03-30 20:58:16 +02:00
  • 052d4d1fc0 tests: add test with remapped color in function irc_color_decode Sébastien Helleu 2020-03-30 20:55:43 +02:00
  • 4481b93d35 irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_color_modifier_cb Sébastien Helleu 2020-03-30 07:31:11 +02:00
  • 1098e157c9 core: remove directory usr/share/applications/ from cygport file Sébastien Helleu 2020-03-29 11:55:20 +02:00
  • 1ec6fd1116 Version 2.9-dev Sébastien Helleu 2020-03-29 09:58:29 +02:00
  • 7d5dc53cd9 Version 2.8 v2.8 Sébastien Helleu 2020-03-29 09:39:36 +02:00
  • e086bc44f5 core: add version 2.7.1 in weechat.spec Sébastien Helleu 2020-03-29 09:30:35 +02:00
  • 8738196b68 tests: add tests on remaining IRC protocol functions and callbacks Sébastien Helleu 2020-03-28 16:06:45 +01:00
  • f072eb8d78 tests: add tests on function irc_protocol_get_message_tags Sébastien Helleu 2020-03-28 13:40:39 +01:00
  • 03ffd396a4 irc: move functions irc_protocol_get_message_tags and irc_protocol_parse_time before protocol callbacks Sébastien Helleu 2020-03-28 13:39:48 +01:00
  • 2efad93220 irc: remove empty lines Sébastien Helleu 2020-03-28 10:36:10 +01:00
  • 349251feb1 irc: fix typo in description of message 001 Sébastien Helleu 2020-03-27 22:51:15 +01:00
  • 0834286843 irc: add examples of NOTICE and PRIVMSG messages to channel ops Sébastien Helleu 2020-03-27 22:50:52 +01:00
  • 4245641767 tests: add tests on function irc_protocol_cb_ping Sébastien Helleu 2020-03-26 23:05:34 +01:00
  • 359253f610 doc: update German documentation Nils Görs 2020-03-26 11:09:12 +01:00
  • b82a887f2a tests: add tests on function irc_protocol_cb_part Sébastien Helleu 2020-03-25 20:48:54 +01:00
  • cecbad1803 tests: add test with no arguments for AWAY command Sébastien Helleu 2020-03-24 16:58:11 +01:00
  • 9fac350b3f tests: add tests on IRC protocol functions with not enough arguments Sébastien Helleu 2020-03-24 16:56:57 +01:00
  • fa931b46eb core: fix compiler warnings on Cygwin Sébastien Helleu 2020-03-23 07:23:08 +01:00
  • e6723bb5a8 doc: add question about configuration for a small terminal size in FAQ Sébastien Helleu 2020-03-22 19:23:37 +01:00
  • dcebdd6a55 doc: fix font size in literal blocks Sébastien Helleu 2020-03-22 19:10:25 +01:00
  • 186a465575 doc: update German auto-generated file Sébastien Helleu 2020-03-22 14:25:44 +01:00
  • c6c485df43 core: update German translations Nils Görs 2020-03-22 14:09:43 +01:00
  • d8f57628b7 Version 2.8-rc1 v2.8-rc1 Sébastien Helleu 2020-03-22 11:10:15 +01:00
  • d2f3e98f37 core: fix C++ compiler flags with autotools Sébastien Helleu 2020-03-22 11:09:27 +01:00
  • 8a9b6c1554 php: add detection of PHP 7.4 in autotools Sébastien Helleu 2020-03-22 10:58:09 +01:00
  • 5ca64fc389 ruby: fix compiler warning on third argument of function weechat_ruby_hash_foreach_cb Sébastien Helleu 2020-03-22 10:29:53 +01:00
  • c14d5ba004 irc: use larger buffer for message in function irc_message_split_authenticate, just in case Sébastien Helleu 2020-03-21 14:31:53 +01:00
  • 4480c7b7cc irc: split AUTHENTICATE message in 400-byte chunks (closes #1459) Sébastien Helleu 2020-03-21 14:28:53 +01:00
  • bf42a1ebc5 irc: replace "char *" by "const char *" in arguments of split functions Sébastien Helleu 2020-03-21 14:27:47 +01:00
  • c29b45a0f2 api: add info "auto_connect" (closes #1453) Sébastien Helleu 2020-03-20 20:42:05 +01:00
  • c05cb595dc doc: add note about call to "free" on result of info_get (plugin API reference) Sébastien Helleu 2020-03-20 07:08:14 +01:00
  • 5c1dfcbe5b tests: add tests on functions irc_protocol_cb_mode and irc_protocol_cb_nick Sébastien Helleu 2020-03-19 23:01:59 +01:00
  • b45d461c3a tests: add tests on functions irc_protocol_cb_kick and irc_protocol_cb_kill Sébastien Helleu 2020-03-18 22:27:15 +01:00
  • a709dd05a6 tests: add tests on function irc_protocol_cb_join Sébastien Helleu 2020-03-17 20:54:07 +01:00
  • 332a4adc26 tests: add tests on function irc_protocol_cb_chghost Sébastien Helleu 2020-03-16 20:49:50 +01:00
  • f33cfc89a0 doc: update German auto-generated file Sébastien Helleu 2020-03-15 07:20:57 +01:00
  • e3ffe8c785 irc: set channel modes to NULL instead of "+" when no modes are remaining Sébastien Helleu 2020-03-14 18:12:29 +01:00
  • 851d1fb00a tests: rename function run_cmd_server to server_recv Sébastien Helleu 2020-03-14 18:11:29 +01:00
  • 4033c55fa2 irc: add another example of MODE message Sébastien Helleu 2020-03-14 18:08:20 +01:00
  • 00913de02f irc: remove unused variable "modes" from function irc_bar_item_buffer_name_content Sébastien Helleu 2020-03-14 17:44:23 +01:00
  • 042c8fb02f core: update German translations Nils Görs 2020-03-14 21:20:12 +01:00
  • aa3941fee2 tests: always run callback in calls to function config_file_option_set Sébastien Helleu 2020-03-13 23:12:22 +01:00
  • ba70173a2e irc: fix variable name in function irc_server_connect when GnuTLS is disabled Sébastien Helleu 2020-03-12 07:35:04 +01:00
  • 9545d37ab0 tests: add tests on IRC protocol functions and some callbacks Sébastien Helleu 2020-03-11 20:53:49 +01:00
  • 5f94636b91 irc: rename argument in function irc_protocol_is_numeric_command Sébastien Helleu 2020-03-10 19:19:38 +01:00
  • 2fe27584ff irc: return 0 in function irc_protocol_is_numeric_command if the command is NULL or empty Sébastien Helleu 2020-03-10 19:15:59 +01:00
  • 8a5046f0a1 irc: add support of fake servers (no I/O, for testing purposes) Sébastien Helleu 2020-03-09 21:09:55 +01:00
  • 3590302183 irc: copy temporary server flag in command /server copy Sébastien Helleu 2020-03-08 13:56:30 +01:00
  • dcd10657b1 tests: add tests on functions weecrypto_totp_generate and weecrypto_totp_validate Sébastien Helleu 2020-03-05 22:21:48 +01:00
  • dabf32f213 tests: add tests on functions weecrypto_hash and weecrypto_hash_pbkdf2 with NULL hash Sébastien Helleu 2020-03-04 08:24:46 +01:00
  • c48815673d core: update ChangeLog (issue #1455) Sébastien Helleu 2020-03-03 21:51:03 +01:00
  • 91fe8da039 core: add detection of Ruby 2.7 in autotools Sébastien Helleu 2020-03-03 21:50:17 +01:00
  • 60e86f929d core: add detection for Ruby 2.7 Lucas Kanashiro 2020-03-03 09:47:25 -03:00
  • 4afaacd34e tests: add tests on function weecrypto_get_hash_algo Sébastien Helleu 2020-03-03 21:29:44 +01:00
  • 7af8e6c652 core: add minimum libgcypt version 1.7.0 for SHA3 algorithms in comment of function weecrypto_hash Sébastien Helleu 2020-03-02 22:55:30 +01:00
  • 8ffe9be8a7 core: fix ChangeLog entry Sébastien Helleu 2020-03-02 22:54:02 +01:00
  • 3604abba7d core: fix copyright date in wee-crypto sources Sébastien Helleu 2020-03-02 22:53:34 +01:00
  • 2d7829b2d5 core: require libgcrypt >= 1.7.0 for SHA3 algorithms Sébastien Helleu 2020-03-02 21:49:30 +01:00
  • c6757f642f tests: fix generation of test scripts with Python 3.8 Sébastien Helleu 2020-03-02 21:39:27 +01:00
  • d50d32629f core: add CVE ids in ChangeLog 2.7 Sébastien Helleu 2020-03-02 20:43:10 +01:00
  • dc7f1e81fb core: add CVE ids in ChangeLog Sébastien Helleu 2020-03-02 20:42:26 +01:00
  • 2d2b49bfaa relay: accept hash of password in init command with option "password_hash" Sébastien Helleu 2020-03-02 00:46:10 +01:00
  • 1882686f8a script: rename variable length_hash to hash_size Sébastien Helleu 2020-03-01 22:33:05 +01:00
  • 0271eacbe5 relay: rename variable length_hash to hash_size Sébastien Helleu 2020-03-01 22:32:43 +01:00
  • 3157d1f06e api: add function crypto_hash_pbkdf2 Sébastien Helleu 2020-03-01 22:27:56 +01:00
  • 9a6a27ef58 core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash Sébastien Helleu 2020-03-01 18:02:39 +01:00
  • c4ef3d6c2e core: merge functions string_hash_binary and string_hash into a single function string_hash Sébastien Helleu 2020-03-01 16:41:28 +01:00
  • 1ae2591458 core: add function secure_hash_pbkdf2 Sébastien Helleu 2020-03-01 14:26:24 +01:00
  • 3472793d24 script: call function string_hash in script_repo_sha512sum_file to compute SHA512 hash Sébastien Helleu 2020-03-01 09:08:48 +01:00
  • bb363ab27f relay: call function string_hash_binary in relay_websocket_build_handshake to compute SHA1 hash Sébastien Helleu 2020-03-01 09:03:49 +01:00
  • 7449bc8827 core: add support of CRC32 algorithm in hash functions Sébastien Helleu 2020-02-29 21:12:13 +01:00
  • 410a5b341f api: add functions string_hash_binary and string_hash Sébastien Helleu 2020-02-29 21:02:42 +01:00
  • 7e808e2ef7 core: call function secure_hash_binary in secure_derive_key to compute SHA512 hash Sébastien Helleu 2020-02-29 13:13:54 +01:00
  • 600c43dcf5 tests: add tests on function secure_derive_key Sébastien Helleu 2020-02-29 11:20:25 +01:00
  • 45fd04ee72 core: return 0 in case of invalid parameters received in function secure_derive_key Sébastien Helleu 2020-02-29 11:19:15 +01:00
  • e2135fc3eb core: add functions to compute binary/hex hash of data Sébastien Helleu 2020-02-29 10:49:38 +01:00
  • 91701cbdb4 php: fix crash when loading script with PHP 7.4 (closes #1452) Sébastien Helleu 2020-02-28 21:28:29 +01:00
  • 3f67cfecc8 django.po: Update German translations Nils Görs 2020-02-26 15:38:23 +01:00
  • 5655778afa core: update stable version in version.sh Sébastien Helleu 2020-02-21 16:09:22 +01:00
  • ff4e9d6e69 core: add version 2.7.1 in release notes Sébastien Helleu 2020-02-20 22:17:05 +01:00
  • a4fcd5570f core: add version 2.7.1 in ChangeLog Sébastien Helleu 2020-02-20 22:14:28 +01:00
  • 7352ddfcf0 build: ignore file usr/share/applications/weechat.desktop in Cygwin build Sébastien Helleu 2020-02-20 22:09:12 +01:00
  • 5c0aa1aae7 Version 2.7.1 v2.7.1 Sébastien Helleu 2020-02-20 20:45:08 +01:00
  • 6daa09b0b8 script: fix memory leak in read of script repository file if it has invalid content Sébastien Helleu 2020-02-18 21:04:21 +01:00
  • c6e9e18aaa script: fix unexpected display of scripts list in buffer with command /script list -i Sébastien Helleu 2020-02-16 08:04:58 +01:00
  • 3fc0f1957e script: remove dead assignment of variable length in function script_action_list_input Sébastien Helleu 2020-02-16 07:59:02 +01:00
  • 4cb0e2dc55 doc: update auto-generated files Sébastien Helleu 2020-02-15 07:39:41 +01:00
  • 774345cea9 core: update German translations Nils Görs 2020-02-14 18:54:36 +01:00
  • c827d6fa86 irc: fix crash when receiving a malformed message 352 (who) Sébastien Helleu 2020-02-14 08:14:31 +01:00
  • 694b5c9f87 irc: fix crash when a new message 005 is received with longer nick prefixes Sébastien Helleu 2020-02-14 08:11:02 +01:00
  • 51a739df61 irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955) Sébastien Helleu 2020-02-14 08:08:23 +01:00
  • 410a12b2ae Version 2.7.1-dev Sébastien Helleu 2020-02-14 08:05:19 +01:00
  • 09aa6dbf06 core: add CVE-2020-8955 in ChangeLog Sébastien Helleu 2020-02-14 07:41:56 +01:00
  • 230f648584 irc: use irc_server_prefix_chars_default if server->prefix_chars is NULL Sébastien Helleu 2020-02-10 21:18:47 +01:00