summaryrefslogtreecommitdiff
path: root/src/core/network.h
AgeCommit message (Expand)Author
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