summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)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
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 irc.look.c...Sébastien Helleu
2017-08-19irc: do not use away color for nicks in nicklist if option irc.look.color_nic...Sébastien Helleu
2017-08-13api: change type of arguments status/gnutls_rc/sock in hook_connect() callbac...Sébastien Helleu
2017-08-13api: send file descriptor as integer instead of string to the callback of hoo...Sébastien Helleu
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
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 (i...Sébastien Helleu
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 ACK...Sébastien Helleu
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in e...Sébastien Helleu
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 o...Sébastien Helleu
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
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
2017-07-04core: add arguments in function plugin_auto_load to load plugins only from cu...Sébastien Helleu
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
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
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 fir...Sébastien Helleu
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