summaryrefslogtreecommitdiff
path: root/src/core/servers.c
AgeCommit message (Expand)Author
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-03-29Move net_disconnect_later declaration from network.h to net-disconnect.h.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-31Rewrite SSL connection/handshake code.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-01-07If we can't connect to server using given IP, show the IP to user in theTimo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2003-11-16Don't reconnect with invalid own hostname.Timo Sirainen
2002-12-04Added no_connect to SERVER_CONNECT_REC, also exported a few other variablesTimo Sirainen
2002-11-28/SET resolve_reverse_lookup to do reverse lookups for server whenTimo Sirainen
2002-09-14no, didn't work, again :)Timo Sirainen
2002-09-14tag generation didn't check the tags from connecting servers, so same tagTimo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-08-09/DISCONNECT <tag> works again for not-yet-connected servers.Timo Sirainen
2002-07-16since some servers nowadays don't like having "-" as user/realname, changedTimo Sirainen
2002-05-30server_find_tag() shouldn't return servers in lookup_servers list,Timo Sirainen
2002-05-28when destroying channel, it really should be removed also fromTimo Sirainen
2002-05-20/UPGRADE was broken, changed again the server connection code.Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-03-31Don't set channel->server = NULL when disconnecting, so scripts can stillTimo Sirainen
2002-03-13When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if thereTimo Sirainen
2002-03-10If -4 or -6 option is used with /SERVER, force the correct protocol match.Timo Sirainen
2002-02-07Set objects ->type = 0 when freeing to make sure we notice immediately ifTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2002-01-26Added -rawlog <file> option to /CONNECT and /SERVER, so you can get theTimo Sirainen
2002-01-22last commit was only partial :)Timo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen
2002-01-02server_disconnect() should do nothing if you call it twice, especially itTimo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-11-19/UPGRADE didn't work properly when you were connected to multiple servers.Timo Sirainen
2001-11-19/UPGRADE - upgrade-on-the-fly feature. Currently only moves the activeTimo Sirainen
2001-11-11Moved rewritten server redirection code from core to irc. This new codeTimo Sirainen
2001-10-21Added reference counter to SERVER_CONNECT_REC. Since it's being moved aroundTimo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-06-08Try to keep the number after server tag always the same when there'sTimo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-15server_connect_own_ip_save(): fixed some nasty typos that could haveTimo Sirainen
2001-03-07If one server fails because of DNS error, don't stop reconnecting toTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-03-04Send "chat protocol deinit" signal when protocol is beingTimo Sirainen
2001-03-04Forced IPv4 connection to host with only IPv6 address should use theTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-03/CONNECT -ircnet "" - even if someone does this don't make the serverTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen