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

Commit Graph

  • 615069caef logger: return arraylist instead of custom linked list in logger_tail_file (issue #1926) Sébastien Helleu 2023-06-04 21:12:51 +02:00
  • 5e35ead044 doc: update German documentation Nils Görs 2023-06-04 11:17:53 +02:00
  • 4712fabbb0 core: update German translations Nils Görs 2023-06-04 11:12:59 +02:00
  • e04d8894a0 irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes #1808) Sébastien Helleu 2023-06-04 09:45:47 +02:00
  • 7f4c3a660a core: update ChangeLog (issue #1950) Sébastien Helleu 2023-06-03 21:40:29 +02:00
  • 31e2e7d45c doc/user: add new FIFO syntax (issue #1950) Sébastien Helleu 2023-06-03 21:38:15 +02:00
  • 43dee8ce54 fifo: allow using escape characters Trygve Aaberge 2023-06-03 15:20:05 +02:00
  • 682fc40708 irc: add option irc.look.display_host_notice Sébastien Helleu 2023-06-03 21:15:58 +02:00
  • 482fe6604c relay: add handshake option "escape_commands" in weechat protocol Sébastien Helleu 2023-06-03 17:32:44 +02:00
  • 2660164118 core: update German translations Nils Görs 2023-06-03 19:36:58 +02:00
  • 5e85bce2b7 core: specify irc protocol for relay changes Sébastien Helleu 2023-06-03 17:28:15 +02:00
  • dd4eb80e81 doc: fix formatting issues with links that target a blank window Sébastien Helleu 2023-06-03 17:08:17 +02:00
  • 498aa3256f relay: add support of capability "echo-message" (closes #1949) Sébastien Helleu 2023-06-03 14:14:39 +02:00
  • ac9dc3b9c8 irc: add infos "irc_server_cap" and "irc_server_cap_value" (issue #1949) Sébastien Helleu 2023-06-03 10:01:27 +02:00
  • 911c976f9b tests: add tests on relay "irc" protocol Sébastien Helleu 2023-06-02 18:44:39 +02:00
  • 5eb1a31552 irc: add missing "user" in documentation of functions Sébastien Helleu 2023-06-02 18:38:01 +02:00
  • 02a20507cb relay: fix connection with IRC clients sending "CAP REQ :" (without capability) and not sending "CAP END" (issue #1040, issue #1796) Sébastien Helleu 2023-06-01 22:05:42 +02:00
  • 3d8c55722c relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out" Sébastien Helleu 2023-06-01 21:39:29 +02:00
  • 19a0cfe72d core: fix weechat.look.align_multiline_words not working Trygve Aaberge 2023-05-30 21:08:43 +02:00
  • f7149dc7be tests: create and close server buffer in tests on function irc_join_split Sébastien Helleu 2023-05-31 23:39:19 +02:00
  • c0300ec0a4 tests: fix close of channel buffers after tests on function irc_join_split Sébastien Helleu 2023-05-31 23:00:34 +02:00
  • 310af25226 ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, issue #1886) Sébastien Helleu 2023-05-31 20:56:14 +02:00
  • 7f11d44e40 core: update German translations Nils Görs 2023-05-31 07:18:00 +02:00
  • 47bca29e3c doc: update Serbian documentation Ivan Pešić 2023-05-30 15:31:30 +04:00
  • 614f423498 core: update Serbian messages translation Ivan Pešić 2023-05-30 15:30:26 +04:00
  • 71b85f1238 core: send all command line parameters not beginning with a dash to all plugins, add info "auto_load_scripts" Sébastien Helleu 2023-05-30 20:53:42 +02:00
  • eda62e1218 fset: reset color immediately after the color name (issue #1920) Sébastien Helleu 2023-05-30 07:39:11 +02:00
  • f917d22655 core: update ChangeLog (issue #1920) Sébastien Helleu 2023-05-30 07:37:18 +02:00
  • c96cc7a008 doc: update German documentation Nils Görs 2023-05-29 17:39:29 +02:00
  • 6f3a67fdc1 core: set word_end_offset to character after word Trygve Aaberge 2023-05-28 14:56:56 +02:00
  • 96f41ce4bf core: fix chat colors at certain positions not being applied Trygve Aaberge 2023-05-28 14:34:38 +02:00
  • f1a826a116 tests: add tests on manual CTCP ACTION sent to IRC channel Sébastien Helleu 2023-05-29 11:13:49 +02:00
  • a4c2d7f808 irc: fix display of CTCP ACTION sent without parameters nor space Sébastien Helleu 2023-05-29 11:10:25 +02:00
  • 3826d1150d irc: remove unneeded extra check on "\01ACTION " in irc_input_user_message_display Sébastien Helleu 2023-05-29 11:04:50 +02:00
  • 031bcf5ff2 irc: hide password in messages to nickserv with cap echo-message enabled (issue #139) Sébastien Helleu 2023-05-29 09:49:41 +02:00
  • ea38779c85 irc: add command /action (closes #201, issue #1577), remove alias action Sébastien Helleu 2023-05-29 09:44:13 +02:00
  • 193d290285 alias: add option missing in command /alias Sébastien Helleu 2023-05-27 20:20:31 +02:00
  • 50f5be70aa alias: add alias action to send a CTCP ACTION to a channel or a nick (issue #1577) Sébastien Helleu 2023-05-27 20:07:37 +02:00
  • 1651c48856 irc: add missing host tag in self messages with cap echo-message enabled (issue #139) Sébastien Helleu 2023-05-27 15:56:07 +02:00
  • 649b9d0ca6 irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message enabled (issue #139, issue #1577) Sébastien Helleu 2023-05-27 15:45:17 +02:00
  • a41dff7acc irc: fix display of outgoing CTCP when channel/private buffer doesn't exist Sébastien Helleu 2023-05-27 13:59:23 +02:00
  • 3a0141174b irc: fix display of outgoing STATUSMSG CTCP ACTION without arguments Sébastien Helleu 2023-05-27 11:57:17 +02:00
  • dbcb8d3dbf irc: remove extra space in CTCP ACTION message sent without arguments Sébastien Helleu 2023-05-27 11:53:12 +02:00
  • a2e73d64d6 irc: fix split of CTCP message with no arguments Sébastien Helleu 2023-05-27 11:52:57 +02:00
  • 0babf5db23 irc: display STATUSMSG actions differently from standard actions on channels (closes #1577, issue #139) Sébastien Helleu 2023-05-27 09:32:52 +02:00
  • 93d447ffc7 irc: fix send of empty action with /me command Sébastien Helleu 2023-05-27 10:03:50 +02:00
  • be0b082463 core: remove WeeChat website from SRC_URI in cygport file Sébastien Helleu 2023-05-26 18:03:20 +02:00
  • 80532862d5 core: update ChangeLog Sébastien Helleu 2023-05-26 18:03:08 +02:00
  • a6769e46f9 tests: add tests on IRC message/notice/action/CTCP sent with cap echo-message enabled (issue #139) Sébastien Helleu 2023-05-26 18:02:50 +02:00
  • b61cbefd30 tests: remove capabilities added after the end of tests Sébastien Helleu 2023-05-26 18:02:01 +02:00
  • 30b86e08fd tests: add tests on IRC message/notice/action/CTCP sent (issue #139) Sébastien Helleu 2023-05-26 12:44:15 +02:00
  • 10b803fd59 irc: add missing nick tag in self CTCP ACTION displayed (issue #139) Sébastien Helleu 2023-05-26 12:36:01 +02:00
  • 4c6f503cc7 irc: display CTCP ACTION to channel on the channel buffer (issue #139, closes #207) Sébastien Helleu 2023-05-26 12:31:22 +02:00
  • c1ee493073 doc/user: rewrite IRC smart filter chapter, add detail on all filtered messages Sébastien Helleu 2023-05-26 08:53:20 +02:00
  • e8f508a7cc doc/user: display 3 levels instead of 2 in TOC Sébastien Helleu 2023-05-26 07:13:04 +02:00
  • afdd24591a core: update German translations Nils Görs 2023-05-25 22:58:59 +02:00
  • 2654961e1c irc: display actions sent with /me in private buffer instead of server buffer (issue #139) Sébastien Helleu 2023-05-25 22:43:54 +02:00
  • e50be16730 irc: fix display of actions sent with /me (issue #139) Sébastien Helleu 2023-05-25 22:34:03 +02:00
  • d9789e522f irc: fix duplicated CTCP messages displayed when capability "echo-message" is enabled (issue #139) Sébastien Helleu 2023-05-25 21:51:00 +02:00
  • 809f59dfd1 irc: hide messages sent with /msg to a nick when capability "echo-message" is enabled (issue #139) Sébastien Helleu 2023-05-25 19:25:01 +02:00
  • 45fb1ae4ba irc: hide CTCP messages sent with /ctcp when capability "echo-message" is enabled (issue #139) Sébastien Helleu 2023-05-25 19:22:40 +02:00
  • 3a8525bb95 irc: hide self actions sent with /me when capability "echo-message" is enabled (issue #139) Sébastien Helleu 2023-05-25 19:19:11 +02:00
  • f9e358b76c tests: remove import of unused headers Sébastien Helleu 2023-05-23 21:52:16 +02:00
  • ad1ae12321 doc/user: move IRCv3 chapter outside "Servers" Sébastien Helleu 2023-05-23 21:42:51 +02:00
  • 64c3f3f0cd irc: add support of capability "echo-message" (closes #139) Sébastien Helleu 2023-05-23 21:31:05 +02:00
  • 8f5a3cb639 irc: fix display of status privmsg/notice, add missing tags in messages (issue #139) Sébastien Helleu 2023-05-22 19:01:48 +02:00
  • 8abde49ba2 irc: fix order of tags in outgoing messages Sébastien Helleu 2023-05-21 22:22:03 +02:00
  • 20bfe4c1ba irc: add missing tags "irc_cap" and "log3" in cap messages (client capability) Sébastien Helleu 2023-05-21 22:18:01 +02:00
  • 3cb5f25681 irc: add missing tag "log3" in notify messages Sébastien Helleu 2023-05-21 22:14:55 +02:00
  • f3e1da894b tests: check tags in messages displayed by IRC plugin Sébastien Helleu 2023-05-21 22:08:02 +02:00
  • eb7435f8b9 tests: separate prefix from message in recorded messages Sébastien Helleu 2023-05-21 14:54:02 +02:00
  • 126d3559ca script: remove trailing "J" (line feed char) in source of scripts displayed Sébastien Helleu 2023-05-22 20:40:45 +02:00
  • c0b3f63985 core: add note about config files incompatibility in release notes Sébastien Helleu 2023-05-21 09:01:10 +02:00
  • 4f5dac4f85 irc: add batch files for translations Sébastien Helleu 2023-05-20 17:10:59 +02:00
  • c3c218035a logger: add option logger.file.log_conditions (closes #1942) Sébastien Helleu 2023-05-20 17:07:55 +02:00
  • 7461a5cb87 xfer: create buffer with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:54:53 +02:00
  • db931b7806 trigger: create buffer with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:51:52 +02:00
  • cbde92c44e script: create buffer with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:46:07 +02:00
  • 00f4ae760d relay: create buffers with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:30:32 +02:00
  • 1ad45598b5 fset: create buffer with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:26:20 +02:00
  • b1759ab25a exec: create buffer with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:22:18 +02:00
  • 3ca3ea32fd irc: create server/channel/raw buffers with function buffer_new_props (issue #1942) Sébastien Helleu 2023-05-20 16:07:01 +02:00
  • f767db22a8 doc: reduce toc levels and numbering in sections (user/API/scripting/relay/dev) Sébastien Helleu 2023-05-20 08:37:02 +02:00
  • ecdcf239fe doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt Sébastien Helleu 2023-05-20 08:15:23 +02:00
  • b9cc0cf839 core: update ChangeLog (closes #1260) Sébastien Helleu 2023-05-18 13:52:46 +02:00
  • 3c3bb933e9 irc: optimize and reuse irc_channel_rejoin Simmo Saan 2018-09-09 20:46:05 +03:00
  • 6edc88f7d6 irc: use key when /join-ing in open channel buffer Simmo Saan 2018-09-09 20:37:30 +03:00
  • de3ee174e4 core: update ChangeLog (closes #1140, closes #1190) Sébastien Helleu 2023-05-18 11:52:43 +02:00
  • 6c567c813e core: update translations Sébastien Helleu 2023-05-18 11:51:25 +02:00
  • a2b21df6ab alias: use dynamic string to replace alias arguments Sébastien Helleu 2023-05-18 11:48:15 +02:00
  • 338f7028ec tests: add tests on alias functions Sébastien Helleu 2023-05-18 11:10:54 +02:00
  • a0894a794b alias: return empty string instead of NULL in function alias_replace_args Sébastien Helleu 2023-05-18 11:08:37 +02:00
  • 6095a0fe40 alias: return NULL if alias or user arguments are NULL in function alias_replace_args Sébastien Helleu 2023-05-18 11:08:08 +02:00
  • 8d838e89ee alias: add example in comment of function alias_replace_args Sébastien Helleu 2023-05-18 11:07:46 +02:00
  • e237f7488f alias: add "$&" in comment of function alias_replace_args Sébastien Helleu 2023-05-18 11:07:12 +02:00
  • 098bbb6927 alias: add auto-escaping special variable nobody 2018-05-13 04:48:23 -05:00
  • 100509866f relay: rename variable "ptr_option" to "ptr_path" Sébastien Helleu 2023-05-18 09:53:57 +02:00
  • caf166eb90 relay: make TLS certificate/key loading error handling more verbose (closes #1558) Sébastien Helleu 2023-05-18 09:51:59 +02:00
  • 9a0eda2433 core: fix refresh of bar item "input_search" after buffer switch in root bars (closes #1939) Sébastien Helleu 2023-05-18 09:21:16 +02:00
  • 1360489a05 core: add note in GitHub question issue template Sébastien Helleu 2023-05-18 09:04:55 +02:00