Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-02-19 | irc: add option "cap" in servers to enable capabilities on connection | Sebastien Helleu | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-12-25 | irc: add optional server in info "irc_is_channel" (before channel name) (bug ↵ | Sebastien Helleu | |
#35124), add optional server in info_hashtable "irc_message_parse" | |||
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server ↵ | Sebastien Helleu | |
(rfc1459, strict-rfc1459, ascii) (bug #34239) | |||
2011-11-04 | irc: allow URL "irc://" in command /connect | Sebastien Helleu | |
2011-11-03 | irc: auto-connect to servers created with "irc://" on command line but not ↵ | Sebastien Helleu | |
other servers if "-a" ("--no-connect") is given | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug ↵ | Sebastien Helleu | |
#29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin List of new features/bugs fixed: - improve split of privmsg: keep CTCP in split - add split of messages: ison, join, notice, wallops, 005, 353 - add new info_hashtable "irc_message_split" (for plugins/scripts) - in relay plugin: split irc messages sent to clients of irc proxy | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu | |
2011-03-16 | Add new option irc.look.buffer_switch_autojoin, rename option ↵ | Sebastien Helleu | |
irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-09 | Add option "-switch" to commands /connect and /reconnect | Sebastien Helleu | |
2010-11-21 | Move some functions from irc-server.c and irc-protocol.c to irc-message.c | Sebastien Helleu | |
2010-11-06 | Add IRC command /notify, new options for notify and infolist "irc_notify" ↵ | Sebastien Helleu | |
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers). | |||
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu | |
2010-10-09 | Move some IRC options from network section to server section (task #10664, ↵ | Sebastien Helleu | |
task #10668) Options moved: connection_timeout, anti_flood_prio_high, anti_flood_prio_low, away_check, away_check_max_nicks, default_msg_part, default_msg_quit. | |||
2010-10-08 | Switch to next server address when IRC error is received after TCP ↵ | Sebastien Helleu | |
connection but before message 001 (bug #30884) | |||
2010-10-07 | Fix crash/bug when option "addresses" for an IRC server is unset or changed ↵ | Sebastien Helleu | |
when WeeChat is connected to this server (bug #31268) | |||
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
2010-09-12 | Do not send WHO on channel joined (to check away nicks) if option ↵ | Sebastien Helleu | |
irc.network.away_check is set to 0 | |||
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-07-06 | Improve irc lag indicator: two colors (counting and finished), update item ↵ | Sebastien Helleu | |
even when pong has not been received, lag_min_show is now in milliseconds | |||
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu | |
2010-05-22 | Add isupport value in IRC servers (content of IRC message 005), with new ↵ | Sebastien Helleu | |
infos: irc_server_isupport and irc_server_isupport_value | |||
2010-04-21 | Add new options irc.network.autoreconnect_delay_growing and ↵ | Sebastien Helleu | |
irc.network.autoreconnect_delay_max (task #10338) | |||
2010-03-30 | Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick ↵ | Sebastien Helleu | |
used was not the first in list of nicks | |||
2010-02-19 | Add option irc.network.connection_timeout (timeout between TCP connection to ↵ | Sebastien Helleu | |
server and reception of message 001) | |||
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu | |