Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-24 | doc: fix arguments in hook functions (plugin API reference) | Sébastien Helleu | |
2016-03-24 | doc: add argument "subplugin" in function unhook_all (plugin API reference) | Sébastien Helleu | |
2016-03-24 | api: rename function unhook_all_plugin to unhook_all | Sébastien Helleu | |
2016-03-23 | doc: add callback pointer in doc of hook functions (plugin API reference) | Sébastien Helleu | |
2016-03-22 | core: add missing pointer argument in calls to hook_connect callback | Sébastien Helleu | |
2016-03-21 | irc: fix crash in SSL connection to the server | 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-03-18 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-03-18 | Merge pull request #704 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2016-03-19 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-17 | core: use ${info:term_width} instead of ${window.win_width} in /help ↵ | Sébastien Helleu | |
weechat.bar.xxx.conditions (closes #703) | |||
2016-03-15 | doc: update German auto-generated files | Sébastien Helleu | |
2016-03-14 | core: update German translations | Nils Görs | |
2016-03-14 | doc: fix typos in plugin API reference | Sébastien Helleu | |
2016-03-13 | exec: fix example in /help exec | Sébastien Helleu | |
2016-03-12 | scripts: fix typo in comment | Sébastien Helleu | |
2016-03-11 | core: fix long lines in release notes | Sébastien Helleu | |
2016-03-10 | doc: remove unneeded parentheses in quickstart guide | Sébastien Helleu | |
2016-03-09 | logger: add note on buffer local variables to use in /help logger.file.mask | Sébastien Helleu | |
2016-03-08 | doc: add command /disconnect in quickstart guide | Sébastien Helleu | |
2016-03-07 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-03-07 | Merge pull request #701 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2016-03-07 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-06 | core: remove plugin pointer in hooks debug messages | Sébastien Helleu | |
2016-03-05 | relay: do not execute any command received from an irc relay client (closes ↵ | Sébastien Helleu | |
#699) | |||
2016-03-04 | doc: fix typo in quickstart guide | Sébastien Helleu | |
2016-03-03 | core: fix case of external software names in ChangeLog | Sébastien Helleu | |
2016-03-01 | core: add issue #698 in ChangeLog | Sébastien Helleu | |
2016-03-01 | core: move lines from bugs to features in ChangeLog | Sébastien Helleu | |
2016-02-29 | core: update ChangeLog | Sébastien Helleu | |
2016-02-29 | core: add detection of Ruby 2.2 and 2.3 in autotools | Sébastien Helleu | |
2016-02-29 | core: search Ruby 2.3 executable | Sébastien Helleu | |
2016-02-29 | Merge pull request #698 from zeha/patch-1 | Sébastien Helleu | |
core: add detection for Ruby 2.3 | |||
2016-02-29 | Add detection for Ruby 2.3 | Christian Hofstaedtler | |
2016-02-28 | core: check that pointers received in arguments are not NULL in buffers and ↵ | Sébastien Helleu | |
windows functions | |||
2016-02-27 | doc: update German auto-generated files | Sébastien Helleu | |
2016-02-26 | core: update German translations | Nils Görs | |
2016-02-26 | core: add link to other screenshots in README | Sébastien Helleu | |
2016-02-25 | irc: complete help of SASL fail options | Sébastien Helleu | |
2016-02-24 | core: update ChangeLog | Sébastien Helleu | |
2016-02-24 | core: update translations | Sébastien Helleu | |
2016-02-24 | Merge remote-tracking branch 'origin/pr/697' | Sébastien Helleu | |
2016-02-23 | irc: add option irc.network.sasl_fail_unavailable (closes #600) | Simmo Saan | |
Previously SASL did not fail when it was set up for the server but wasn't supported by it. This makes no difference when the server's sasl_fail is set to "continue" but might make a difference if set to "disconnect" or "reconnect". To make sure server connection is not made under such circumstances, this patch adds an extra configurable ("on" by default) check to trigger SASL failure when it is set up but not supported by the server. Although not directly a SASL failure, this makes SASL not-authenticated scenarios all handled consistently, while providing extra security by not silently ignoring not being authenticated as requested. | |||
2016-02-23 | javascript: replace include of time.h by ctime | Sébastien Helleu | |
2016-02-22 | core: fix long lines | Sébastien Helleu | |
2016-02-20 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-02-20 | Merge pull request #696 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2016-02-20 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-02-19 | doc: update German auto-generated files | Sébastien Helleu | |
2016-02-19 | core: update German translations | Nils Görs | |