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

Commit Graph

  • 868df21122 Add IRC command redirection (task #6703) Sebastien Helleu 2010-10-23 09:54:31 +02:00
  • 0cf04dca7c Add new functions in plugin API: hook_hsignal and hook_hsignal_send Sebastien Helleu 2010-10-23 08:58:18 +02:00
  • 6e126937bc Fix problem with day change message, which can be displayed twice Sebastien Helleu 2010-10-21 23:26:33 +02:00
  • e867e96587 Add missing function "infolist_reset_item_cursor" in scripting guide Sebastien Helleu 2010-10-20 13:11:24 +02:00
  • 073dff330d Fix use of flags for irc_server_sendf in signal irc_input_send Sebastien Helleu 2010-10-19 21:19:42 +02:00
  • 775a2befd9 Fix color of comma in hotlist bar item Sebastien Helleu 2010-10-18 22:00:51 +02:00
  • e86ef9af6f Fix scripts loading with Ruby 1.9.2 Stefano Pigozzi 2010-10-17 11:43:26 +02:00
  • ebf94445b9 Use const void * for keys and values in some hashtable functions Sebastien Helleu 2010-10-17 10:39:51 +02:00
  • eff0f9abdb Fix crash in hashtable_get_string with "values" or "keys_values" when some values in hashtable are NULL Sebastien Helleu 2010-10-16 11:30:42 +02:00
  • 880163d784 Fix crash when channel topic is removed if it was already empty (if option irc.look.display_old_topic is on) Sebastien Helleu 2010-10-16 07:57:40 +02:00
  • ee37060734 Update polish translations (patch from Piotr Szymaniak) Sebastien Helleu 2010-10-16 00:09:53 +02:00
  • 9186a5b7e3 Add properties "values" and "keys_values" for hashtable_get_string (return string with list of values or keys/values) Sebastien Helleu 2010-10-15 23:48:45 +02:00
  • 79c8c90256 Fix bug with buffer name in "/bar scroll" command Sebastien Helleu 2010-10-15 16:06:17 +02:00
  • 3412b71959 Update german FAQ and translations Sebastien Helleu 2010-10-13 20:02:05 +02:00
  • 26e98da4cb Add new options irc.color.nick_prefix and irc.color.nick_suffix Sebastien Helleu 2010-10-13 08:41:03 +02:00
  • 34d14e649e Add release notes with IRC options renamed in NEWS file Sebastien Helleu 2010-10-12 18:43:30 +02:00
  • 0e68117b37 Add new option weechat.look.hotlist_unique_numbers (task #10691) Sebastien Helleu 2010-10-12 18:22:11 +02:00
  • 6e695ebe65 Add new option irc.look.item_away_message Sebastien Helleu 2010-10-12 08:31:12 +02:00
  • 000a222378 Remove unneeded spaces Sebastien Helleu 2010-10-11 16:34:01 +02:00
  • fe2a361364 Add property "no_highlight_nicks" in buffers to disable highlight for some nicks in buffer Sebastien Helleu 2010-10-11 16:29:15 +02:00
  • f32e18c717 Add function "hashtable_has_key" in WeeChat and plugin API Sebastien Helleu 2010-10-11 13:56:57 +02:00
  • b9d6c5c5a0 Add property "keys" for hashtable_get_string (return string with list of keys) Sebastien Helleu 2010-10-10 19:44:29 +02:00
  • cbcc89cb26 Add missing new line in an italian translation Sebastien Helleu 2010-10-10 19:32:47 +02:00
  • 773bdc8d18 Allow null value for hashtable entries Sebastien Helleu 2010-10-10 17:49:47 +02:00
  • 8d6c5e9e4c Add tag "nick_xxx" in IRC messages Sebastien Helleu 2010-10-10 17:39:15 +02:00
  • 4171da77ef Fix typo in french translation Sebastien Helleu 2010-10-10 12:24:40 +02:00
  • 88aa0757ca Update name of IRC options for away check in FAQ Sebastien Helleu 2010-10-10 12:06:02 +02:00
  • e2f58820fe Allow script functions "prefix" and "color" when script is not yet registered with "register" Sebastien Helleu 2010-10-10 10:04:37 +02:00
  • 85f6444fef Use local buffer in print functions, so that they are reentrant Sebastien Helleu 2010-10-09 21:56:14 +02:00
  • e1ffb1f70f Fix crash when API function is called in Perl script before "register" Sebastien Helleu 2010-10-09 17:18:56 +02:00
  • b114d88687 Move some IRC options from network section to server section (task #10664, task #10668) Sebastien Helleu 2010-10-09 16:53:06 +02:00
  • 6e89c47bf1 Switch to next server address when IRC error is received after TCP connection but before message 001 (bug #30884) Sebastien Helleu 2010-10-08 18:31:17 +02:00
  • 321210ff6e Fix display of IRC message "ERROR", fix detection of closed link ("Closing Link" after ERROR) Sebastien Helleu 2010-10-07 18:31:21 +02:00
  • a36abbfe0e Fix HTML output of ChangeLog Sebastien Helleu 2010-10-07 14:56:54 +02:00
  • 97a8a30a3d Rename options "irc.look.open_{channel|pv}_near_server" to "irc.look.new_{channel|pv}_position" with new values (none, next or near_server) Sebastien Helleu 2010-10-07 14:48:45 +02:00
  • 36736564ab Fix crash/bug when option "addresses" for an IRC server is unset or changed when WeeChat is connected to this server (bug #31268) Sebastien Helleu 2010-10-07 13:15:49 +02:00
  • 55b5130a87 Display old IRC channel topic when topic is unset (task #9780) Sebastien Helleu 2010-10-06 18:27:48 +02:00
  • 8ba491e427 Optimize incremental search in buffer: do not search any more when chars are added to a text not found (bug #31167) Sebastien Helleu 2010-10-06 11:26:33 +02:00
  • c3c767c164 Revert last commit about "buffer_switch" signal (introduced new refresh bugs on bars) Sebastien Helleu 2010-10-06 10:38:05 +02:00
  • bd39c8fa85 Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158) Sebastien Helleu 2010-10-05 21:48:54 +02:00
  • 9605a8726f Add new option weechat.look.prefix_align_min (task #10650) Sebastien Helleu 2010-10-02 00:29:19 +02:00
  • 5ef4ecb5ab Add missing tag "no_log" in /help filter Sebastien Helleu 2010-10-01 08:05:38 +02:00
  • b3b0f2d31c New value for option weechat.look.input_share (none, commands, text, all), add new option weechat.look.input_share_overwrite (boolean) Sebastien Helleu 2010-09-28 11:09:52 +02:00
  • c38df378d6 Update german translations, FAQ, user and quickstart guide Sebastien Helleu 2010-09-28 09:37:47 +02:00
  • 139a1896d7 Add question about OS X and broken display in FAQ Sebastien Helleu 2010-09-27 18:20:16 +02:00
  • e2a078a0b9 Reset infolist item cursor in callbacks for signals sending infolist pointer Sebastien Helleu 2010-09-27 17:33:22 +02:00
  • 7a56040c5d Update ChangeLog Sebastien Helleu 2010-09-27 16:35:58 +02:00
  • c3be323a73 Fix memory leak in function gui_buffer_set_highlight_words_list Sebastien Helleu 2010-09-27 16:35:14 +02:00
  • 4a97ea68f5 Free hashtable with local variables when closing buffer (memory leak) Sebastien Helleu 2010-09-27 16:17:56 +02:00
  • ccd6a81f0b Fix memory leak when removing item in hashtable Sebastien Helleu 2010-09-27 16:17:16 +02:00
  • bd7ae6d5a7 Add new option weechat.look.input_share (task #9228) Sebastien Helleu 2010-09-27 16:07:27 +02:00
  • 91343167cd Fix use of unitialized value when setting new value to config option Sebastien Helleu 2010-09-27 15:25:56 +02:00
  • 08e7b53eeb Use lower case for keys in doc and ChangeLog Sebastien Helleu 2010-09-23 13:33:09 +02:00
  • e102a7e2f9 Update italian translations and docs Sebastien Helleu 2010-09-22 21:44:07 +02:00
  • 86323231fd Add missing function "infolist_reset_item_cursor" in script API (bug #31057) Sebastien Helleu 2010-09-21 17:31:27 +02:00
  • 051788f731 Send channel topic to relay client when joining a channel Sebastien Helleu 2010-09-20 22:49:11 +02:00
  • 1d3c3ffb92 Fix formatting bug in html doc with description of options (bug #31076) Sebastien Helleu 2010-09-20 20:32:01 +02:00
  • 4ece2db629 Fix crash on /upgrade when upgrade file is not found Sebastien Helleu 2010-09-20 16:59:47 +02:00
  • 324963dc4c Update ChangeLog Sebastien Helleu 2010-09-19 10:23:51 +02:00
  • 9f7919ef05 Fix Ruby plugin compilation with Ruby 1.9.2 JD Horelick 2010-09-19 08:52:15 +02:00
  • 944a38ffbd Fix order of relay clients after /upgrade Sebastien Helleu 2010-09-18 21:57:29 +02:00
  • d5db1ac743 Remove unused variable Sebastien Helleu 2010-09-18 21:45:31 +02:00
  • 0100856251 Add support of /upgrade in Relay plugin Sebastien Helleu 2010-09-18 21:44:26 +02:00
  • 5b04d4123c Close relay server sockets on /upgrade Sebastien Helleu 2010-09-18 09:36:50 +02:00
  • 43cc44abca Fix problem when removing relay server (socket was closed, but option relay.port.xxx not removed) Sebastien Helleu 2010-09-18 09:25:59 +02:00
  • a20ae821da Add new option relay.network.bind_address Sebastien Helleu 2010-09-17 20:16:08 +02:00
  • bf98885506 Update ChangeLog Sebastien Helleu 2010-09-17 17:04:13 +02:00
  • 914e3bcc9e Add new option relay.network.password Sebastien Helleu 2010-09-17 16:44:35 +02:00
  • 8b26f3c953 Add optional plugin name for command /debug dump and signal "debug_dump" Sebastien Helleu 2010-09-17 16:12:41 +02:00
  • efcc5010b6 Update german user guide Sebastien Helleu 2010-09-17 15:32:13 +02:00
  • 83552cc882 Fix uninitialized variable Sebastien Helleu 2010-09-17 14:53:25 +02:00
  • d2d60d4711 Beta version of IRC proxy feature in Relay plugin Sebastien Helleu 2010-09-17 14:47:36 +02:00
  • 26a99c2912 Check immediately away nicks on all servers/channels if option irc.network.away_check is changed from 0 to any other value Sebastien Helleu 2010-09-12 10:44:16 +02:00
  • 5d0ad1f631 Do not send WHO on channel joined (to check away nicks) if option irc.network.away_check is set to 0 Sebastien Helleu 2010-09-12 10:42:29 +02:00
  • edb839732e Update german translations and user guide Sebastien Helleu 2010-09-08 22:18:45 +02:00
  • 691395949f Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967) Sebastien Helleu 2010-09-08 20:49:14 +02:00
  • 543ec96bcc Fix compilation error and warning with Python 2.5 Sebastien Helleu 2010-08-27 16:21:36 +02:00
  • 712623547f Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message" Sebastien Helleu 2010-08-27 15:59:06 +02:00
  • bb42984f5d Fix bug with hostmasks in IRC command /ignore (bug #30716) Sebastien Helleu 2010-08-20 10:22:32 +02:00
  • 3402de02b0 Add help about values for /help weechat.look.buffer_notify_default Sebastien Helleu 2010-08-14 12:29:43 +02:00
  • 6cc44124cb Add note about regex (split into 2 regex) in /help filter Sebastien Helleu 2010-08-14 12:20:02 +02:00
  • 559b5b3f47 Update user guide Sebastien Helleu 2010-08-14 12:04:58 +02:00
  • 2b9fdf4c6e Add info about upgrade process in /help upgrade Sebastien Helleu 2010-08-14 11:58:59 +02:00
  • a6cd860b5a If null value is allowed for an option, display it in /help option Sebastien Helleu 2010-08-14 11:44:08 +02:00
  • 776329b93f Rename cmake options DISABLE_XXX to ENABLE_XXX Sebastien Helleu 2010-08-13 23:35:30 +02:00
  • 3950a60e87 Use window pointers instead of buffer pointers in gui-input.c Sebastien Helleu 2010-08-12 18:24:52 +02:00
  • 94acf64f8c Use similar behaviour for keys bound to local or global history (bug #30759) Sebastien Helleu 2010-08-12 17:38:59 +02:00
  • 50ac22c16e Add note about up/down arrows for key ctrl-R in user guide Sebastien Helleu 2010-08-12 16:02:12 +02:00
  • 65a8317153 Add hook priority in plugin API reference Sebastien Helleu 2010-08-12 12:54:25 +02:00
  • 0890179398 Fix another bug with hook priority (for commands) Sebastien Helleu 2010-08-12 11:02:10 +02:00
  • c9f94e6f0a Fix bug with order of hooks: for equal priority, hook is added at the end of the list Sebastien Helleu 2010-08-12 10:59:21 +02:00
  • 6317dba790 Add priority for hooks (task #10550) Sebastien Helleu 2010-08-11 18:42:38 +02:00
  • d59d099e82 Add new plugin "rmodifier": alter modifier strings with regular expressions (bug #26964) Sebastien Helleu 2010-08-11 15:43:20 +02:00
  • 6f063c95f1 Version 0.3.4-dev Sebastien Helleu 2010-08-07 11:03:07 +02:00
  • b0618fdc68 Version 0.3.3 v0.3.3 Sebastien Helleu 2010-08-07 09:48:29 +02:00
  • bdd4557d56 Add missing autogen files for german user guide Sebastien Helleu 2010-08-06 22:34:31 +02:00
  • 256366ae34 Update polish translations Sebastien Helleu 2010-08-06 20:54:03 +02:00
  • f11549f654 Fix display bug with special chars (ascii value below 32) (bug #30602) Sebastien Helleu 2010-08-06 19:02:25 +02:00
  • 2fb864b8f8 Update german scripting guide Sebastien Helleu 2010-08-05 17:25:31 +02:00
  • 4b25175b13 Fix typo in german scripting guide Sebastien Helleu 2010-08-05 14:03:35 +02:00