summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" ↵Sebastien Helleu
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers).
2010-11-05Set highlight flag on line printed if there is tag "notify_highlight"Sebastien Helleu
2010-11-01Update german and italian translationsSebastien Helleu
2010-11-01Write ignore list in debug file when dumping irc dataSebastien Helleu
2010-11-01Fix return code values in plugin API reference for some config callbacksSebastien Helleu
2010-11-01Use constant WEECHAT_RC_OK instead of 0 in function command_reload_fileSebastien Helleu
2010-10-31Remove dead assignmentsSebastien Helleu
2010-10-31Add 2 "return" to make C static analyzer happySebastien Helleu
2010-10-31Remove test on pointer which can't be NULLSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien Helleu
2010-10-31Remove function gui_input_moveSebastien Helleu
2010-10-31Replace unneeded function gui_input_move by memmoveSebastien Helleu
2010-10-31Check that buffer pointer is not NULL in upgrade_file_read_bufferSebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-31Remove unneeded assignments in ruby and lua API functionsSebastien Helleu
2010-10-30Fix bug with default value in config option infolistSebastien Helleu
2010-10-30Fix target buffer used to display IRC message 327 (whois, host)Sebastien Helleu
2010-10-30Fix crash when unloading lua scriptSebastien Helleu
2010-10-29Update ChangeLogSebastien Helleu
2010-10-29Add new option irc.look.nick_color_forceSebastien Helleu
2010-10-29Return empty string in API function weechat_color when color is unknownSebastien Helleu
2010-10-29Use function nicklist_nick_set to change nick color (instead of ↵Sebastien Helleu
removing/adding nick in nicklist)
2010-10-29Add new functions in plugin API to get/set nicks/groups properties in nicklistSebastien Helleu
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-29Fix display of nick in nicklist when groups are displayed and nick has ↵Sebastien Helleu
"visible" to 0
2010-10-28Add refresh when buffer property "nicklist_display_groups" is changedSebastien Helleu
2010-10-28Fix bug when counting number of groups/nicks displayed in nicklistSebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵Sebastien Helleu
value from message 005
2010-10-26Update ChangeLogSebastien Helleu
2010-10-25Use IRC command arguments instead of full message for IRC redirection (when ↵Sebastien Helleu
searching "string" in message)
2010-10-25Add irc modifier and irc_parse_message in scripting guideSebastien Helleu
2010-10-23Fix default value of bar items options (bug #31422)Sebastien Helleu
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-10-23Add new functions in plugin API: hook_hsignal and hook_hsignal_sendSebastien Helleu
2010-10-21Fix problem with day change message, which can be displayed twiceSebastien Helleu
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-20Add missing function "infolist_reset_item_cursor" in scripting guideSebastien Helleu
2010-10-19Fix use of flags for irc_server_sendf in signal irc_input_sendSebastien Helleu
2010-10-18Fix color of comma in hotlist bar itemSebastien Helleu
2010-10-17Fix scripts loading with Ruby 1.9.2Stefano Pigozzi
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-16Fix crash in hashtable_get_string with "values" or "keys_values" when some ↵Sebastien Helleu
values in hashtable are NULL
2010-10-16Fix crash when channel topic is removed if it was already empty (if option ↵Sebastien Helleu
irc.look.display_old_topic is on)
2010-10-16Update polish translations (patch from Piotr Szymaniak)Sebastien Helleu
2010-10-15Add properties "values" and "keys_values" for hashtable_get_string (return ↵Sebastien Helleu
string with list of values or keys/values)
2010-10-15Fix bug with buffer name in "/bar scroll" commandSebastien Helleu
2010-10-13Update german FAQ and translationsSebastien Helleu
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-12Add release notes with IRC options renamed in NEWS fileSebastien Helleu
2010-10-12Add new option weechat.look.hotlist_unique_numbers (task #10691)Sebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-10-11Remove unneeded spacesSebastien Helleu