summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2017-09-03php: add comments in codeSébastien Helleu
2017-09-03script: add support of PHP scriptsSébastien Helleu
2017-09-03php: add function "hdata_compare"Sébastien Helleu
2017-09-03php: add "PLUGIN" in headersSébastien Helleu
2017-09-03php: new php pluginAdam Saponara
This plugin requires PHP >= 7.0.
2017-09-02buflist: remove recursive evaluation of extra variables (closes #1060)Sébastien Helleu
2017-08-23irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty valueSébastien Helleu
2017-08-19Revert "irc: do not use away color for nicks in nicklist if option ↵Sébastien Helleu
irc.look.color_nicks_in_nicklist is on" This reverts commit 0c86e742c588cf38a93f2f89dea5f96c48e7d0f9.
2017-08-19irc: do not use away color for nicks in nicklist if option ↵Sébastien Helleu
irc.look.color_nicks_in_nicklist is on
2017-08-13api: change type of arguments status/gnutls_rc/sock in hook_connect() ↵Sébastien Helleu
callback from string to integer (in scripts)
2017-08-13api: send file descriptor as integer instead of string to the callback of ↵Sébastien Helleu
hook_fd
2017-08-12alias: add infolist "alias_default" (list of default aliases)Sébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-23api: add cast of time_t to long in info "uptime"Sébastien Helleu
This fixes a compiler warning on OpenBSD.
2017-07-23relay: fix send of "PART" command in backlog (irc protocol)Sébastien Helleu
2017-07-23relay: end capability negociation if CAP REQ is received without arguments ↵Sébastien Helleu
(issue #1040) This fixes a bug with clients like Atomic which are sending "CAP REQ :".
2017-07-23relay: fix initialization of irc_argv_eol, free variable after use (issue #1040)Sébastien Helleu
2017-07-23relay: fix parsing of CAP command without arguments in irc protocol, send ↵Sébastien Helleu
ACK only if all capabilities received are OK and NAK otherwise (closes #1040)
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in ↵Sébastien Helleu
examples
2017-07-11script: add local variable "filter" in the script buffer (closes #1037)Sébastien Helleu
2017-07-11fset: call function fset_buffer_set_localvar_filter when the fset buffer is ↵Sébastien Helleu
opened
2017-07-09fset: fix note about leading spaces in /help fset (closes #1035)Sébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
This fixes a refresh problem of options after /upgrade in fset buffer.
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-07-07fset: fix commentSébastien Helleu
2017-07-07fset: do not catch /set command if it's issued on the fset bufferSébastien Helleu
2017-07-05core: add constant WEECHAT_EXTRA_LIBDIRSébastien Helleu
2017-07-05core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)Linus Heckemann
In addition to searching the statically configured WEECHAT_LIBDIR (weechat's installation directory) for plugins, search the path given in the environment variable WEECHAT_EXTRA_LIBDIR. This makes departing from the FHS standard while keeping the plugins packaged separately easier. This change was made specifically with the Nix package manager in mind, but can easily be used by others.
2017-07-04core: add arguments in function plugin_auto_load to load plugins only from ↵Sébastien Helleu
custom path or lib dir
2017-07-04api: add argument "recurse_subdirs" in function exec_on_files()Sébastien Helleu
2017-07-02fset: fix crash in dump of optionsSébastien Helleu
2017-07-02fset: hook signal "debug_dump"Sébastien Helleu
2017-07-02fset: always use a timer to refresh buffer when options are changedSébastien Helleu
2017-07-02fset: remove useless check/set of fset_buffer_selected_lineSébastien Helleu
This is already done in the function fset_option_get_options.
2017-07-02fset: add braces around else statementSébastien Helleu
2017-07-02fset: do not reset selected line after options are added/removedSébastien Helleu
2017-07-01buflist: add option buflist.look.add_newline (closes #1027)Sébastien Helleu
2017-06-29fset: fix crash on /upgrade when fset buffer is openedSébastien Helleu
2017-06-28fset: use a pre-defined format when a format option is emptySébastien Helleu
Using the pre-defined format (without eval) is about 3.5x faster.
2017-06-28fset: replace hashtable by a simple structure for max length of fieldsSébastien Helleu
2017-06-27buflist: fix crash in auto-scroll of bar when the buflist item is not the ↵Sébastien Helleu
first item in the bar
2017-06-26fset: remove option fset.look.show_help_barSébastien Helleu
2017-06-26fset: improve speed when marking/unmarking options, fix refresh of buffer titleSébastien Helleu
2017-06-26fset: add missing keys alt+p and alt+v in /help fsetSébastien Helleu
2017-06-26fset: fix name of format options in /help fsetSébastien Helleu
2017-06-25fset: fix typo in /help fset.look.export_help_defaultSébastien Helleu
2017-06-25fset: fix list of command argumentsSébastien Helleu
2017-06-25fset: fix buffer titleSébastien Helleu
2017-06-25fset: fix description of optionsSébastien Helleu