summaryrefslogtreecommitdiff
path: root/src/core/network.h
AgeCommit message (Expand)Author
2018-02-26Add OTR support.Alexander Færøy
2017-10-13Mark net_ip_compare() deprecatedWill Storey
2017-10-13Revert "Delete unused function net_ip_compare()"Will Storey
2017-10-09Delete unused function net_connect()Will Storey
2017-10-09Delete unused function net_ip_compare()Will Storey
2017-07-29Fix warnings.Edward Tomasz Napierala
2017-07-29/connect works - although only with IP addresses.Edward Tomasz Napierala
2017-02-05provide net_start_ssl apiailin-nemui
2016-06-05Deprecate net_connect()LemonBoy
2016-01-27Delete the HAVE_IPV6 ifdef.LemonBoy
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2013-06-23Pass SERVER_REC directly to net_connect_ip_sslAlexander Færøy
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2009-12-28Check if an SSL certificate matches the hostname of the server we are connect...Wouter Coekaerts
2008-03-29Move net_disconnect_later declaration from network.h to net-disconnect.h.Emanuele Giaquinta
2007-05-31Rewrite SSL connection/handshake code.Emanuele Giaquinta
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2003-07-09Network fixes. DCC fixes for IPv6 + BSDs.Timo 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-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2001-03-18moved stuff from net-internal.h to network.h. HPUX needed one of theTimo Sirainen
2001-03-04union { .. } addr removed from IPADDR - it hasn't been actually usedTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-23We should define AF_INET6, not PF_INET6..Timo Sirainen
2001-02-21Define AF_INET6 if it isn't already definedTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen
2001-01-18net_getservbyport() - Get name of TCP serviceTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-10-26Some fixes for compiling with Win32 :)Timo Sirainen
2000-07-02"Temporary error in nameserver" shouldn't remove server reconnections.Timo Sirainen
2000-05-25Added bot plugin, it also has almost-functional botnet.Timo Sirainen
2000-04-26..adding new files..Timo Sirainen