Sebastien Helleu
804551122a
Use function nicklist_nick_set to change nick color (instead of removing/adding nick in nicklist)
2010-10-29 18:41:06 +02:00
Sebastien Helleu
32db2eac25
Add new functions in plugin API to get/set nicks/groups properties in nicklist
...
8 new functions added:
- nicklist_group_get_integer
- nicklist_group_get_string
- nicklist_group_get_pointer
- nicklist_group_set
- nicklist_nick_get_integer
- nicklist_nick_get_string
- nicklist_nick_get_pointer
- nicklist_nick_set
2010-10-29 18:40:25 +02:00
Sebastien Helleu
488de9895b
Fix display of nick in nicklist when groups are displayed and nick has "visible" to 0
2010-10-29 18:37:46 +02:00
Sebastien Helleu
908d9ca602
Add refresh when buffer property "nicklist_display_groups" is changed
2010-10-28 19:35:14 +02:00
Sebastien Helleu
5e5a926e99
Fix bug when counting number of groups/nicks displayed in nicklist
2010-10-28 19:32:57 +02:00
Sebastien Helleu
90f06b348e
Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX value from message 005
2010-10-28 18:52:18 +02:00
Sebastien Helleu
666d4530f7
Update ChangeLog
2010-10-26 23:07:44 +02:00
Sebastien Helleu
ff79164350
Use IRC command arguments instead of full message for IRC redirection (when searching "string" in message)
2010-10-25 14:20:28 +02:00
Sebastien Helleu
4e6c4ceb5f
Add irc modifier and irc_parse_message in scripting guide
2010-10-25 13:09:11 +02:00
Sebastien Helleu
e5afd593ab
Fix default value of bar items options (bug #31422 )
2010-10-23 12:29:43 +02:00
Sebastien Helleu
868df21122
Add IRC command redirection (task #6703 )
2010-10-23 09:54:31 +02:00
Sebastien Helleu
0cf04dca7c
Add new functions in plugin API: hook_hsignal and hook_hsignal_send
2010-10-23 08:58:18 +02:00
Sebastien Helleu
6e126937bc
Fix problem with day change message, which can be displayed twice
...
Day of month is saved in a variable to be used later (after signal is sent).
So that is content of static structure has changed, it will not be a problem,
it will not be used any more after signal.
2010-10-21 23:26:33 +02:00
Sebastien Helleu
e867e96587
Add missing function "infolist_reset_item_cursor" in scripting guide
2010-10-20 13:11:24 +02:00
Sebastien Helleu
073dff330d
Fix use of flags for irc_server_sendf in signal irc_input_send
2010-10-19 21:19:42 +02:00
Sebastien Helleu
775a2befd9
Fix color of comma in hotlist bar item
2010-10-18 22:00:51 +02:00
Stefano Pigozzi
e86ef9af6f
Fix scripts loading with Ruby 1.9.2
2010-10-17 11:43:26 +02:00
Sebastien Helleu
ebf94445b9
Use const void * for keys and values in some hashtable functions
2010-10-17 10:39:51 +02:00
Sebastien Helleu
eff0f9abdb
Fix crash in hashtable_get_string with "values" or "keys_values" when some values in hashtable are NULL
2010-10-16 11:30:42 +02:00
Sebastien Helleu
880163d784
Fix crash when channel topic is removed if it was already empty (if option irc.look.display_old_topic is on)
2010-10-16 07:57:40 +02:00
Sebastien Helleu
ee37060734
Update polish translations (patch from Piotr Szymaniak)
2010-10-16 00:09:53 +02:00
Sebastien Helleu
9186a5b7e3
Add properties "values" and "keys_values" for hashtable_get_string (return string with list of values or keys/values)
2010-10-15 23:48:45 +02:00
Sebastien Helleu
79c8c90256
Fix bug with buffer name in "/bar scroll" command
2010-10-15 16:06:17 +02:00
Sebastien Helleu
3412b71959
Update german FAQ and translations
2010-10-13 20:02:05 +02:00
Sebastien Helleu
26e98da4cb
Add new options irc.color.nick_prefix and irc.color.nick_suffix
2010-10-13 08:41:03 +02:00
Sebastien Helleu
34d14e649e
Add release notes with IRC options renamed in NEWS file
2010-10-12 18:43:30 +02:00
Sebastien Helleu
0e68117b37
Add new option weechat.look.hotlist_unique_numbers (task #10691 )
2010-10-12 18:22:11 +02:00
Sebastien Helleu
6e695ebe65
Add new option irc.look.item_away_message
2010-10-12 08:31:12 +02:00
Sebastien Helleu
000a222378
Remove unneeded spaces
2010-10-11 16:34:01 +02:00
Sebastien Helleu
fe2a361364
Add property "no_highlight_nicks" in buffers to disable highlight for some nicks in buffer
...
This can be used with script buffer_autoset.py (see /help autosetbuffer).
2010-10-11 16:29:15 +02:00
Sebastien Helleu
f32e18c717
Add function "hashtable_has_key" in WeeChat and plugin API
2010-10-11 13:56:57 +02:00
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
cbcc89cb26
Add missing new line in an italian translation
2010-10-10 19:32:47 +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
4171da77ef
Fix typo in french translation
2010-10-10 12:24:40 +02:00
Sebastien Helleu
88aa0757ca
Update name of IRC options for away check in FAQ
2010-10-10 12:06:02 +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
a36abbfe0e
Fix HTML output of ChangeLog
2010-10-07 14:56:54 +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