summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.c
AgeCommit message (Expand)Author
2013-03-17irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-12irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v...Sebastien Helleu
2013-02-17irc: unmask smart filtered join if nick speaks in channel some minutes after ...Sebastien Helleu
2013-02-16irc: fix type of values in hashtables join_manual/join_noswitch, fix delay fo...Sebastien Helleu
2013-02-16irc: fix memory leak in purge of hashtables with joins (it was done only for ...Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...Sebastien Helleu
2012-11-23irc: add support of tags in messages, add support of "server-time" capability...Sebastien Helleu
2012-11-14irc: fix crash on /upgrade (free channels before server data when a server is...Sebastien Helleu
2012-11-02irc: add option irc.network.alternate_nick to disable dynamic nick generation...Nils Görs
2012-11-02irc: fix compilation when gnutls is disabled (bug #37639)Sebastien Helleu
2012-10-16irc: remove local variable "away" in server/channels buffers after server dis...Sebastien Helleu
2012-10-14irc: fix cancel of auto-reconnection to server with /disconnectSebastien 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-09-03irc: switch to next address after a timeout when connecting to server (bug #3...Simon Arlott
2012-09-03irc: fix bug when changing server option "addresses" with less addresses (bug...Simon Arlott
2012-09-03irc: add network prefix in some irc/gnutls messagesSebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-23irc: add network prefix in irc (dis)connection messagesSebastien Helleu
2012-08-22irc: generate alternate nicks dynamically when all nicks are already in use (...Sebastien Helleu
2012-08-08irc: set non-blocking socket before connecting to server (fix freeze with SSL...Sebastien Helleu
2012-07-23irc: replace calls to config_search_with_string with weechat_config_getSebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-15irc: fix format of message "USER" (according to RFC 2812) (bug #36825)Sebastien Helleu
2012-07-14relay: fix freeze when writing on relay socket (use non-blocking sockets in r...Sebastien Helleu
2012-06-09irc: fix freeze when reading on socket with SSL enabled (bug #35097)Sebastien Helleu
2012-05-15irc: update channel modes by using chanmodes from message 005 (do not send ex...Sebastien Helleu
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-03-17irc: do not allow the creation of two servers with same name but different ca...Sebastien Helleu
2012-03-12irc: fix redirection of message when message is queued for sending on serverSebastien Helleu
2012-02-29irc: do not close server buffer and disconnect when server is destroyed durin...Sebastien Helleu
2012-02-29irc: fix typo in a commentSebastien Helleu
2012-02-29irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller
2012-02-29irc: close server buffer when server is deletedSebastien Helleu
2012-02-19irc: rename server option "cap" to "capabilities"Sebastien Helleu
2012-02-19irc: fix memory leak when a server is deletedSebastien Helleu
2012-02-19irc: add option "cap" in servers to enable capabilities on connectionSebastien Helleu
2012-02-09irc: add signal "irc_server_opened"Sebastien Helleu
2012-02-05irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing mess...Sebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien 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