Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu | |
2016-12-11 | Merge remote-tracking branch 'origin/pr/820' | Sébastien Helleu | |
2016-11-26 | irc: add tag "self_msg" on self messages (closes #840) | Sébastien Helleu | |
2016-11-26 | irc: add missing tags on CTCP message sent | Sébastien Helleu | |
2016-11-09 | irc: fix help on mask in command /ignore | Sébastien Helleu | |
2016-10-12 | Add server option umodes (closes #377) | Simmo Saan | |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu | |
2016-06-18 | api: remove functions printf_date() and printf_tags() | Sébastien Helleu | |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu | |
This pointer is the first argument received by callbacks, and the existing argument "data" is now automatically freed by WeeChat when the object containing the callback is removed. With this new pointer, the linked list of callbacks in scripts has been removed. This will improve speed of scripts (using a lot of hooks), reduce memory used by scripts and reduce time to unload scripts. Following functions are affected in the C API: * exec_on_files * config_new * config_new_section * config_new_option * hook_command * hook_command_run * hook_timer * hook_fd * hook_process * hook_process_hashtable * hook_connect * hook_print * hook_signal * hook_hsignal * hook_config * hook_completion * hook_modifier * hook_info * hook_info_hashtable * hook_infolist * hook_hdata * hook_focus * unhook_all_plugin * buffer_new * bar_item_new * upgrade_new * upgrade_read | |||
2016-01-17 | irc: add missing completion "*" for target in command /msg | Sébastien Helleu | |
2016-01-17 | irc: fix /msg command with multiple targets including "*" | Sébastien Helleu | |
2016-01-17 | irc: add examples in /help ctcp | Sébastien Helleu | |
2016-01-17 | irc: add a constant with list of supported CTCPs for completion in command /ctcp | Sébastien Helleu | |
2016-01-17 | irc: add missing completion "*" for target in command /ctcp | Sébastien Helleu | |
2016-01-17 | irc: do not exit from function in case of error with "ctcp *" | Sébastien Helleu | |
When "*" is a target in the middle of a list, for example "#chan1,*,#chan2", if there's an error with "*", the CTCP should be sent to #chan1 and #chan2, even if "*" fails (and not only #chan1 like it was previously). | |||
2016-01-17 | irc: free allocated memory in case of early exit from the function | Sébastien Helleu | |
2016-01-17 | irc: fix code style | Sébastien Helleu | |
2016-01-17 | Merge remote-tracking branch 'origin/pr/493' | Sébastien Helleu | |
2016-01-03 | irc: remove argument "clear" from command /cap (issue #8, closes #641) | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | irc: fix typo | Sébastien Helleu | |
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu | |
2015-11-07 | irc: disallow /quiet, /unquiet on servers without support | Simmo Saan | |
2015-11-07 | irc: make /ban, /unban, /quiet, /unquiet send multiple at once (closes #15) | Simmo Saan | |
irc: make /quiet, /unquiet honor ban_mask_default (closes #577) | |||
2015-11-03 | irc: add inclusive behavior to /allchan, /allpv, /allserv | Simmo Saan | |
2015-10-18 | irc: add "cap-notify" in list of supported capabilities (/help cap) | Sébastien Helleu | |
2015-08-24 | irc: fix typos in /help ban and /help quiet | Sébastien Helleu | |
2015-08-24 | irc: add command /cap (closes #8) | Sébastien Helleu | |
2015-08-18 | irc: add multiple targets and -server option to /ctcp (closes #204) | Simmo Saan | |
2015-07-09 | irc: do not allow command /query with a channel name (closes #459) | Sébastien Helleu | |
2015-06-16 | irc: fix crash with commands /allchan, /allpv and /allserv if the executed ↵ | Sébastien Helleu | |
command closes buffers (closes #445) | |||
2015-06-04 | core: replace "create" by "add" in messages and docs for IRC servers and proxies | Sébastien Helleu | |
2015-04-25 | irc: fix crash when setting an invalid regex with "/list -re" during a /list ↵ | Sébastien Helleu | |
server response (closes #412) | |||
2015-04-14 | irc: add option "-noswitch" in command /query (closes #394) | Sébastien Helleu | |
2015-03-23 | irc: fix example using two servers in /help server (closes #371) | Sébastien Helleu | |
2015-03-22 | irc: fix freenode server names used in /help server (closes #365) | Sébastien Helleu | |
2015-01-28 | irc: fix completion of commands /allchan and /allpv | Sébastien Helleu | |
2015-01-24 | irc: remove server "freenode" from default config file (closes #309) | Sébastien Helleu | |
2015-01-24 | irc: don't close channel buffer on second /part when option ↵ | Sébastien Helleu | |
irc.look.part_closes_buffer is off (closes #313) | |||
2015-01-19 | irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251) | Sébastien Helleu | |
2015-01-19 | irc: fix /join on a channel buffer opened with autojoin but which failed to join | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-12-21 | irc: add option "reorder" in command /server (closes #229) | Sébastien Helleu | |
2014-12-21 | core: replace irc.freenode.net by chat.freenode.net | Mikaela Suomalainen | |
Freenode wants people to use chat.freenode.net instead of irc.freenode.net which is alias to chat.freenode.net. | |||
2014-12-14 | irc: open channel buffers before the JOIN is received from server (autojoin ↵ | Sébastien Helleu | |
and manual joins) (closes #216) New options: - irc.look.buffer_open_before_autojoin - irc.look.buffer_open_before_join | |||
2014-11-23 | irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in ↵ | Sébastien Helleu | |
output of /server listfull | |||
2014-11-22 | api: return value in function command(), remove WeeChat error after command ↵ | Sébastien Helleu | |
callback if return code is WEECHAT_RC_ERROR | |||
2014-11-01 | irc: reformat some code to make it more readable | Sébastien Helleu | |
2014-11-01 | irc: add argument "server_message" in function irc_nick_color_for_msg | Sébastien Helleu | |