Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-05 | irc: allow ${irc_server.xxx} and ${server} in server evaluated options ↵ | Sébastien Helleu | |
(closes #1144) The server option "ssl_fingerprint" is now evaluated when it is used (during SSL connection), instead of when it is set with command /set. | |||
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu | |
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-08-10 | core: remove value for first #define in headers, add "PLUGIN" in plugin headers | Sébastien Helleu | |
2017-06-03 | irc: fix irc_server_autojoin_channels declared without arguments | Simmo Saan | |
2017-05-06 | irc: fix update of server addresses on reconnection when the evaluated ↵ | Sébastien Helleu | |
content has changed (closes #925) | |||
2017-03-25 | irc: send signal "irc_server_lag_changed", store lag in server buffer | Sébastien Helleu | |
The lag is stored in the local variable "lag" of the server buffer. When there is no lag, the local variable does not exist. | |||
2017-02-18 | irc: add function irc_server_get_max_modes | Sébastien Helleu | |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu | |
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD. | |||
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-11 | irc: rename server option "umodes" to "usermode" | 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-05-01 | irc: fix typo in IRC_SERVER_OPTION_SASL_KEY comment (#724) | Lieuwe Rooijakkers | |
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-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu | |
2015-12-20 | Merge remote-tracking branch 'origin/pr/351' | Sébastien Helleu | |
2015-08-05 | irc: fix update of lag item when the server lag changes | Sébastien Helleu | |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu | |
2015-04-18 | irc: add support of SHA-256 and SHA-512 algorithms in server option ↵ | Sébastien Helleu | |
"ssl_fingerprint" (closes #281) | |||
2015-03-07 | irc: track realnames using extended-join and WHO | Max Teufel | |
2015-01-24 | irc: add support for CAP account-notify | Max Teufel | |
2015-01-19 | irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251) | 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-11-23 | irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in ↵ | Sébastien Helleu | |
output of /server listfull | |||
2014-11-23 | irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change ↵ | Sébastien Helleu | |
type to integer (enum) New possible values are: - "continue": ignore the SASL failed (continue connection to server without authentication) - "reconnect": disconnect and schedule a reconnection to server - "disconnect": disconnect | |||
2014-11-23 | irc: merge arrays with server options names and default values into a single ↵ | Sébastien Helleu | |
array | |||
2014-11-22 | irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204) | Max Teufel | |
2014-03-30 | irc: add support of "away-notify" capability (closes #12) | Sébastien Helleu | |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu | |
2014-01-23 | irc: use MONITOR instead of ISON for /notify when it is available on server ↵ | Sebastien Helleu | |
(task #11477) (patch from Nils Görs) | |||
2014-01-21 | irc: add server option "ssl_fingerprint" (task #12724) | Maarten de Vries | |
2014-01-02 | irc: use statusmsg from message 005 to check prefix char in status ↵ | Sebastien Helleu | |
notices/messages | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-07-30 | irc: use 6697 as default port for SSL servers created with URL "ircs://" ↵ | Sebastien Helleu | |
(bug #39621) | |||
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-02-16 | irc: fix memory leak in purge of hashtables with joins (it was done only for ↵ | Sebastien Helleu | |
the first server in the list) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
2012-10-09 | irc: add option "-noswitch" for command /join (task #12275) | Sebastien Helleu | |
2012-10-06 | irc: remove unneeded server disconnect when server buffer is closed and ↵ | Sebastien Helleu | |
server is already disconnected This commit fixes a problem with the script autoconnect.py: the script hooks signal "irc_server_disconnected", and this signal was sent 2 times for each server on /quit: one time when servers are disconnected, and one time when servers are destroyed (because buffer is closed, and then server disconnected again). The script forces save of irc.conf on each disconnection, so some servers were lost in irc.conf, when some servers have already been destroyed. | |||
2012-09-18 | irc: fix rejoin of channels with a key, ignore value "*" sent by server for ↵ | Peter Boström | |
key (bug #24131) | |||
2012-08-22 | irc: generate alternate nicks dynamically when all nicks are already in use ↵ | Sebastien Helleu | |
(task #12209) | |||
2012-05-15 | irc: update channel modes by using chanmodes from message 005 (do not send ↵ | Sebastien Helleu | |
extra command "MODES" to server), fix parsing of modes (bug #36215) | |||
2012-05-08 | irc: add option "fakerecv" for command /server to simulate a received IRC ↵ | Sebastien Helleu | |
message (not documented, for debug only) | |||
2012-03-17 | irc: do not allow the creation of two servers with same name but different ↵ | Sebastien Helleu | |
case (fix error when writing file irc.conf) (bug #35840) | |||
2012-02-19 | irc: rename server option "cap" to "capabilities" | Sebastien Helleu | |