Sebastien Helleu
b9d6c5c5a0
Add property "keys" for hashtable_get_string (return string with list of keys)
2010-10-10 19:44:29 +02:00
Sebastien Helleu
773bdc8d18
Allow null value for hashtable entries
2010-10-10 17:49:47 +02:00
Sebastien Helleu
8d6c5e9e4c
Add tag "nick_xxx" in IRC messages
2010-10-10 17:39:15 +02:00
Sebastien Helleu
e2f58820fe
Allow script functions "prefix" and "color" when script is not yet registered with "register"
2010-10-10 10:04:37 +02:00
Sebastien Helleu
85f6444fef
Use local buffer in print functions, so that they are reentrant
2010-10-09 21:56:14 +02:00
Sebastien Helleu
e1ffb1f70f
Fix crash when API function is called in Perl script before "register"
2010-10-09 17:18:56 +02:00
Sebastien Helleu
b114d88687
Move some IRC options from network section to server section (task #10664 , task #10668 )
...
Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low,
away_check, away_check_max_nicks, default_msg_part, default_msg_quit.
2010-10-09 16:53:06 +02:00
Sebastien Helleu
6e89c47bf1
Switch to next server address when IRC error is received after TCP connection but before message 001 (bug #30884 )
2010-10-08 18:31:17 +02:00
Sebastien Helleu
321210ff6e
Fix display of IRC message "ERROR", fix detection of closed link ("Closing Link" after ERROR)
2010-10-07 18:31:21 +02:00
Sebastien Helleu
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)
2010-10-07 14:48:45 +02:00
Sebastien Helleu
36736564ab
Fix crash/bug when option "addresses" for an IRC server is unset or changed when WeeChat is connected to this server (bug #31268 )
2010-10-07 13:15:49 +02:00
Sebastien Helleu
55b5130a87
Display old IRC channel topic when topic is unset (task #9780 )
2010-10-06 18:27:48 +02:00
Sebastien Helleu
8ba491e427
Optimize incremental search in buffer: do not search any more when chars are added to a text not found (bug #31167 )
2010-10-06 11:26:33 +02:00
Sebastien Helleu
c3c767c164
Revert last commit about "buffer_switch" signal (introduced new refresh bugs on bars)
2010-10-06 10:38:05 +02:00
Sebastien Helleu
bd39c8fa85
Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158 )
2010-10-05 21:48:54 +02:00
Sebastien Helleu
9605a8726f
Add new option weechat.look.prefix_align_min (task #10650 )
2010-10-02 00:29:19 +02:00
Sebastien Helleu
5ef4ecb5ab
Add missing tag "no_log" in /help filter
2010-10-01 08:05:38 +02:00
Sebastien Helleu
b3b0f2d31c
New value for option weechat.look.input_share (none, commands, text, all), add new option weechat.look.input_share_overwrite (boolean)
2010-09-28 11:09:52 +02:00
Sebastien Helleu
e2a078a0b9
Reset infolist item cursor in callbacks for signals sending infolist pointer
2010-09-27 17:33:22 +02:00
Sebastien Helleu
c3be323a73
Fix memory leak in function gui_buffer_set_highlight_words_list
2010-09-27 16:35:14 +02:00
Sebastien Helleu
4a97ea68f5
Free hashtable with local variables when closing buffer (memory leak)
2010-09-27 16:17:56 +02:00
Sebastien Helleu
ccd6a81f0b
Fix memory leak when removing item in hashtable
2010-09-27 16:17:16 +02:00
Sebastien Helleu
bd7ae6d5a7
Add new option weechat.look.input_share (task #9228 )
2010-09-27 16:07:27 +02:00
Sebastien Helleu
91343167cd
Fix use of unitialized value when setting new value to config option
2010-09-27 15:25:56 +02:00
Sebastien Helleu
86323231fd
Add missing function "infolist_reset_item_cursor" in script API (bug #31057 )
2010-09-21 17:31:27 +02:00
Sebastien Helleu
051788f731
Send channel topic to relay client when joining a channel
2010-09-20 22:49:11 +02:00
Sebastien Helleu
4ece2db629
Fix crash on /upgrade when upgrade file is not found
2010-09-20 16:59:47 +02:00
JD Horelick
9f7919ef05
Fix Ruby plugin compilation with Ruby 1.9.2
2010-09-19 08:52:15 +02:00
Sebastien Helleu
944a38ffbd
Fix order of relay clients after /upgrade
2010-09-18 21:57:29 +02:00
Sebastien Helleu
d5db1ac743
Remove unused variable
2010-09-18 21:45:31 +02:00
Sebastien Helleu
0100856251
Add support of /upgrade in Relay plugin
2010-09-18 21:44:26 +02:00
Sebastien Helleu
5b04d4123c
Close relay server sockets on /upgrade
2010-09-18 09:36:50 +02:00
Sebastien Helleu
43cc44abca
Fix problem when removing relay server (socket was closed, but option relay.port.xxx not removed)
2010-09-18 09:25:59 +02:00
Sebastien Helleu
a20ae821da
Add new option relay.network.bind_address
2010-09-17 20:16:08 +02:00
Sebastien Helleu
914e3bcc9e
Add new option relay.network.password
2010-09-17 16:44:35 +02:00
Sebastien Helleu
8b26f3c953
Add optional plugin name for command /debug dump and signal "debug_dump"
2010-09-17 16:12:41 +02:00
Sebastien Helleu
83552cc882
Fix uninitialized variable
2010-09-17 14:53:25 +02:00
Sebastien Helleu
d2d60d4711
Beta version of IRC proxy feature in Relay plugin
...
Major changes in Relay plugin:
- IRC proxy feature (beta),
- raw buffer.
Changes in IRC plugin:
- add tags for messages sent to servers,
- add signal "irc_input_send" to simulate text/command on an IRC buffer,
- add prefix in infolist "irc_nick".
2010-09-17 14:47:36 +02:00
Sebastien Helleu
26a99c2912
Check immediately away nicks on all servers/channels if option irc.network.away_check is changed from 0 to any other value
2010-09-12 10:44:16 +02:00
Sebastien Helleu
5d0ad1f631
Do not send WHO on channel joined (to check away nicks) if option irc.network.away_check is set to 0
2010-09-12 10:42:29 +02:00
Sebastien Helleu
691395949f
Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967 )
2010-09-08 20:49:14 +02:00
Sebastien Helleu
543ec96bcc
Fix compilation error and warning with Python 2.5
2010-08-27 16:21:36 +02:00
Sebastien Helleu
712623547f
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
...
Note: tcl >= 8.5 is now required (for tcl plugin).
2010-08-27 15:59:06 +02:00
Sebastien Helleu
bb42984f5d
Fix bug with hostmasks in IRC command /ignore (bug #30716 )
2010-08-20 10:22:32 +02:00
Sebastien Helleu
3402de02b0
Add help about values for /help weechat.look.buffer_notify_default
2010-08-14 12:29:43 +02:00
Sebastien Helleu
6cc44124cb
Add note about regex (split into 2 regex) in /help filter
2010-08-14 12:20:02 +02:00
Sebastien Helleu
2b9fdf4c6e
Add info about upgrade process in /help upgrade
2010-08-14 11:58:59 +02:00
Sebastien Helleu
a6cd860b5a
If null value is allowed for an option, display it in /help option
2010-08-14 11:44:08 +02:00
Sebastien Helleu
776329b93f
Rename cmake options DISABLE_XXX to ENABLE_XXX
2010-08-13 23:35:30 +02:00
Sebastien Helleu
3950a60e87
Use window pointers instead of buffer pointers in gui-input.c
2010-08-12 18:24:52 +02:00