summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
AgeCommit message (Collapse)Author
2013-08-25core: display day change message dynamically (do not store it as a line in ↵Sebastien Helleu
buffer) (task #12775) Changes in options: - rename option weechat.look.day_change_time_format to weechat.look.day_change_message (color codes are allowed in this option) - new option weechat.color.chat_day_change.
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when ↵Sebastien Helleu
displaying the bar item (task #12717)
2013-08-17doc: capitalize first word of text in table cellsSebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
New options: - weechat.look.emphasized_attributes - weechat.color.emphasized - weechat.color.emphasized_bg
2013-08-14doc: fix emphasized text in plugin API reference and relay protocolSebastien Helleu
2013-08-10core: change type of hashtable key hash to unsigned long, return item ↵Sebastien Helleu
pointer in functions hashtable_set(_with_size) The key hash has been changed from unsigned int to unsigned long, and now the callback can return any value (not only between 0 and size-1), the modulo is computed after the call to the callback by the hashtable functions. Functions hashtable_set and hashtable_set_with_size were returning 1 if OK, 0 if error. Now they return pointer to hashtable item, or NULL if error.
2013-08-09core: add "callback_free_key" in hashtableSebastien Helleu
2013-08-04core: replace "behaviour" by "behavior"Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option ↵Sebastien Helleu
"-c" for command /eval (to evaluate a condition)
2013-08-03doc: fix typo in examples for function bar_new (plugin API reference)Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-23doc: fix typo in example for function string_eval_expression (plugin API ↵Sebastien Helleu
reference)
2013-07-03doc: fix typo in plugin API referenceSebastien Helleu
2013-05-23doc: update WeeChat URLs (for new site design)Sebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-21doc: fix typo in python example of function hdata_move (plugin API reference)Sebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop ↵Sebastien Helleu
completion when command line is updated
2013-03-29doc: fix C example of function weechat_nicklist_get_next_item (plugin API ↵stfn
reference)
2013-03-22ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of ↵Sebastien Helleu
function config_new_option (bug #31050)
2013-03-16doc: add link to weechat.org/info in scripting guide (URL transfer) and ↵Sebastien Helleu
plugin API reference (function hook_process)
2013-03-08core: add signals and hsignals for nicklist eventsSebastien Helleu
New signals: nicklist_group_removing and nicklist_nick_removing. New hsignals: nicklist_group_added, nicklist_nick_added, nicklist_group_removing, nicklist_nick_removing, nicklist_group_changed, nicklist_nick_changed.
2013-03-03core: add count for groups, nicks, and total in nicklistSebastien Helleu
2013-03-01doc: add missing signals in plugin API reference (nicklist_group_changed and ↵Sebastien Helleu
nicklist_nick_changed)
2013-02-23irc: hide passwords in commands or messages sent to nickserv with modifiers ↵Sebastien Helleu
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password
2013-02-20doc; fix typos in plugin API referenceSebastien Helleu
2013-02-19doc: fix typo on functions "weechat_infolist_new_var_*" in plugin API referenceSebastien Helleu
2013-02-19doc: fix link to function weechat_config_write in plugin API referenceSebastien Helleu
2013-02-13doc: fix prototype of function weechat_config_section_free in plugin API ↵Sebastien Helleu
reference
2013-02-12core: add signal "window_opened" (task #12464)Sebastien Helleu
2013-02-08doc: add missing signals in plugin API reference (buffer_merged/unmerged, ↵Sebastien Helleu
key_bind/unbind, window_closing/closed)
2013-01-26core: use default hash/comparison callback for keys of type ↵Sebastien Helleu
integer/pointer/time in hashtable
2013-01-20doc: fix examples of function weechat_hook_connect (plugin API reference)stfn
2013-01-10core: replace "behaviour" by "behavior"Sebastien Helleu
2013-01-10doc: fix buffer argument for function "command": NULL value means current ↵Sebastien Helleu
buffer, not core buffer (bug #38057)
2013-01-06api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and ↵Sebastien Helleu
hook_hsignal (stop sending the signal immediately)
2013-01-04doc: update signals arguments in plugin API referenceSebastien Helleu
2013-01-03doc: add note about double tab in function weechat_printf, to display ↵Sebastien Helleu
message without time/alignment (plugin API reference)
2013-01-01aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)Sebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-12-04doc: fix style for prefixes in function weechat_prefix (plugin API reference)Sebastien Helleu
2012-11-22api: use hashtable "options" for command arguments in function ↵Sebastien Helleu
hook_process_hashtable (optional, default is a split of string with command)
2012-11-02core: add command /eval, use expression in conditions for bars, add function ↵Sebastien Helleu
"string_eval_expression" in plugin API
2012-10-19doc: fix typo in example of hdata_get_string (plugin API reference)Sebastien Helleu
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ↵Sebastien Helleu
restarting WeeChat, for delayed restoration)
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵Simon Arlott
shuffle list of hosts for a same address (task #11205)
2012-10-05doc: add call to config_get in examples of functions config_<type>(_default) ↵Sebastien Helleu
(plugin API reference)
2012-09-04core: add signals for plugins loaded/unloadedSebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions ↵Sebastien Helleu
hdata_update and hdata_set
2012-08-08core: fix connection to host in child process when socket is non-blocking ↵Sebastien Helleu
(with or without proxy)
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien Helleu