Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | lua: fix wrong argument usage in nicklist API functions | Tor Hveem | |
3 functions in the API; niclist_remove_group, nicklist_remove_nick and nicklist_remove_all use the incorrent offset to get the Lua argument values. | |||
2015-03-04 | scripts: fix name of variables in infolist API functions | Sébastien Helleu | |
2015-03-01 | guile: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - hook_command - buffer_string_replace_local_var - command | |||
2015-03-01 | tcl: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - mkdir_home - mkdir - mkdir_parents - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - print_date_tags - buffer_string_replace_local_var - command - infolist_new_item - infolist_new_var_integer - infolist_new_var_string - infolist_new_var_pointer - infolist_new_var_time - upgrade_write_object - upgrade_read - upgrade_close | |||
2015-03-01 | lua: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_string - config_string_default - config_color - config_color_default - config_write - config_read - config_reload - hook_modifier_exec - buffer_string_replace_local_var - nicklist_group_set - nicklist_nick_set - command - upgrade_read - upgrade_close | |||
2015-03-01 | ruby: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - buffer_string_replace_local_var - command | |||
2015-03-01 | perl: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - buffer_string_replace_local_var - command | |||
2015-03-01 | python: fix value returned in case of error in some functions | Sébastien Helleu | |
Affected functions: - config_option_reset - config_color - config_color_default - config_write - config_read - config_reload - config_is_set_plugin - buffer_get_string - buffer_string_replace_local_var - nicklist_group_get_string - nicklist_nick_get_string - command - hdata_time | |||
2015-03-01 | scripts: fix return code of function bar_set in ↵ | Sébastien Helleu | |
python/perl/ruby/lua/tcl/guile plugins | |||
2015-03-01 | python: fix name of function "bar_update" in case of error | Sébastien Helleu | |
2015-03-01 | python: fix restore of old interpreter when a function is not found in the ↵ | Sébastien Helleu | |
script | |||
2015-03-01 | scripts: fix type of value returned by function hdata_time (from string to ↵ | Sébastien Helleu | |
long integer) in perl/ruby/lua/tcl/guile plugins | |||
2015-02-21 | scripts: rename macro API_FUNC to API_INIT_FUNC, add macro API_FUNC to ↵ | Sébastien Helleu | |
declare API functions | |||
2015-02-21 | scripts: reformat some code to make it more readable | Sébastien Helleu | |
2015-02-21 | scripts: improve comments on functions that convert hashtables | Sébastien Helleu | |
2015-02-21 | irc: remove useless rename of channel buffer on JOIN received with different ↵ | Sébastien Helleu | |
case (closes #336) This bug was introduced by commit 624083f41a6b8abc1a566b33f54bfc226d13886f. | |||
2015-02-20 | relay: fix up/down keys on relay buffer (closes #335) | Sébastien Helleu | |
2015-02-15 | irc: format IRC message 008 (RPL_SNOMASK) (closes #144) | Max Teufel | |
2015-02-10 | irc: fix crash in callback of message 354 when the nick is not found in channel | Sébastien Helleu | |
2015-02-04 | relay: remove v4-mapped addresses in /help relay.network.allowed_ips | Anders Bergh | |
v4-mapped addresses aren't used since commit 85339f6. | |||
2015-01-28 | irc: fix completion of commands /allchan and /allpv | Sébastien Helleu | |
2015-01-25 | irc: send WHOX message only if server supports it | Sébastien Helleu | |
2015-01-25 | irc: add "account-notify" in help of server option "capabilities" | Sébastien Helleu | |
2015-01-25 | irc: fix set of variable "pos_account" in callback for message "354" | Sébastien Helleu | |
2015-01-25 | irc: free account before changing its value | Sébastien Helleu | |
2015-01-25 | irc: set away flag to 0 only if channel and nick are found | Sébastien Helleu | |
2015-01-25 | irc: force host to NULL after free | Sébastien Helleu | |
2015-01-25 | irc: move account callback to keep protocol callbacks sorted alphabetically | Sébastien Helleu | |
2015-01-25 | irc: shorten code in account callback | Sébastien Helleu | |
2015-01-25 | irc: add "account" in irc_nick_print_log() | Sébastien Helleu | |
2015-01-25 | irc: add "account" in irc_nick hdata | Sébastien Helleu | |
2015-01-25 | irc: remove useless save of variables in irc_nick_new() when updating nick | Sébastien Helleu | |
2015-01-25 | irc: shorten code to call irc_nick_new() in join callback | Sébastien Helleu | |
2015-01-25 | irc: change type of "account" parameter to "const char *" in irc_nick_new() | Sébastien Helleu | |
2015-01-25 | irc: remove compiler warning about unused parameter in ↵ | Sébastien Helleu | |
irc_channel_remove_account() | |||
2015-01-25 | irc: fix memory leak on nick account in irc_channel_remove_account() | Sébastien Helleu | |
2015-01-24 | irc: don't keep valid account names when account-notify is disabled | Max Teufel | |
2015-01-24 | irc: add support for CAP account-notify | Max Teufel | |
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-23 | irc: fix restore of query buffers on /upgrade (closes #315) | Sébastien Helleu | |
After /upgrade it was not possible to send a message in the query buffer or to receive messages from this nick. This commit fixes the search of query buffer when creating the irc channel (with type "private"). The bug was introduced by commit 9749b65f7e67bbee55e8708e571f5cff79b1bdbe. | |||
2015-01-21 | core: add gnutls version in #if compiler directives | Sébastien Helleu | |
2015-01-21 | irc: fix compilation of SASL "ecdsa-nist256p-challenge" | Sébastien Helleu | |
Gnutls >= 3.0.21 is now required for SASL "ecdsa-nist256p-challenge". Gnutls >= 3.3.0 is required to display the public key when connecting. | |||
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-17 | irc: send QUIT to server and no PART for channels when the server buffer is ↵ | Sébastien Helleu | |
closed (closes #294) | |||
2015-01-16 | irc: fix order of channel buffers opened (closes #303) | Sébastien Helleu | |
2015-01-15 | irc: fix crash in buffer close when server name is the same as a channel ↵ | Sébastien Helleu | |
name (closes #305) | |||
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu | |
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. | |||
2015-01-10 | irc: fix warning on cast of a pointer | Sébastien Helleu | |