summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.h
AgeCommit message (Expand)Author
2015-01-01core: update copyright datesSébastien Helleu
2014-12-21irc: add option "reorder" in command /server (closes #229)Sébastien Helleu
2014-11-23irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in o...Sébastien Helleu
2014-11-23irc: rename server option "sasl_disconnect_on_fail" to "sasl_fail", change ty...Sébastien Helleu
2014-11-23irc: merge arrays with server options names and default values into a single ...Sébastien Helleu
2014-11-22irc: add option irc.server.*.sasl_disconnect_on_fail (task #12204)Max Teufel
2014-03-30irc: add support of "away-notify" capability (closes #12)Sébastien Helleu
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-01-23irc: use MONITOR instead of ISON for /notify when it is available on server (...Sebastien Helleu
2014-01-21irc: add server option "ssl_fingerprint" (task #12724)Maarten de Vries
2014-01-02irc: use statusmsg from message 005 to check prefix char in status notices/me...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-07-30irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-16irc: fix memory leak in purge of hashtables with joins (it was done only for ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott
2012-10-09irc: add option "-noswitch" for command /join (task #12275)Sebastien Helleu
2012-10-06irc: remove unneeded server disconnect when server buffer is closed and serve...Sebastien Helleu
2012-09-18irc: fix rejoin of channels with a key, ignore value "*" sent by server for k...Peter Boström
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use (...Sebastien Helleu
2012-05-15irc: update channel modes by using chanmodes from message 005 (do not send ex...Sebastien Helleu
2012-05-08irc: add option "fakerecv" for command /server to simulate a received IRC mes...Sebastien Helleu
2012-03-17irc: do not allow the creation of two servers with same name but different ca...Sebastien Helleu
2012-02-19irc: rename server option "cap" to "capabilities"Sebastien Helleu
2012-02-19irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-25irc: add optional server in info "irc_is_channel" (before channel name) (bug ...Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-11-04irc: allow URL "irc://" in command /connectSebastien Helleu
2011-11-03irc: auto-connect to servers created with "irc://" on command line but not ot...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-26irc: improve split of privmsg, add split of some other messages (bug #29879),...Sebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX valu...Sebastien Helleu
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-08Switch to next server address when IRC error is received after TCP connection...Sebastien Helleu
2010-10-07Fix crash/bug when option "addresses" for an IRC server is unset or changed w...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-09-12Do not send WHO on channel joined (to check away nicks) if option irc.network...Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ev...Sebastien Helleu