summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.c
AgeCommit message (Expand)Author
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
2011-12-19core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ...Sebastien Helleu
2011-11-18irc: remove autorejoin on channels when disconnected from server (bug #32207)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-10-15irc: fix uninitialized key_type in struct gnutls_retr2_st (for gnutls >= 2.11.0)Sebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu