index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
network.h
Age
Commit message (
Expand
)
Author
2016-01-27
Delete the HAVE_IPV6 ifdef.
LemonBoy
2015-12-09
Remove all WIN32 ifdefs (unifdef -UWIN32)
dequis
2015-09-22
Revert "Network and IPv{4,6} related changes"
ailin-nemui
2015-09-21
Initial work to make irssi respect the resolved ip order
LemonBoy
2013-06-23
Pass SERVER_REC directly to net_connect_ip_ssl
Alexander Færøy
2010-04-03
glib iochannel fixes from exg.
Alexander Færøy
2009-12-28
Check if an SSL certificate matches the hostname of the server we are connect...
Wouter Coekaerts
2008-03-29
Move net_disconnect_later declaration from network.h to net-disconnect.h.
Emanuele Giaquinta
2007-05-31
Rewrite SSL connection/handshake code.
Emanuele Giaquinta
2003-11-16
Support for sending SSL certificate to server and optionally verify server's
Timo Sirainen
2003-07-09
Network fixes. DCC fixes for IPv6 + BSDs.
Timo Sirainen
2002-08-26
Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after
Timo Sirainen
2002-08-26
removed the stupid error-parameters from net_connect*() calls. errno can be
Timo Sirainen
2002-05-19
net_connect*() contains now error parameter, so it can be used to properly
Timo Sirainen
2001-03-18
moved stuff from net-internal.h to network.h. HPUX needed one of the
Timo Sirainen
2001-03-04
union { .. } addr removed from IPADDR - it hasn't been actually used
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
Timo Sirainen
2001-02-23
We should define AF_INET6, not PF_INET6..
Timo Sirainen
2001-02-21
Define AF_INET6 if it isn't already defined
Timo Sirainen
2001-02-20
/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in
Timo Sirainen
2001-02-09
/CONNECT, /SERVER: added -4 and -6 options for specifying if we should
Timo Sirainen
2001-01-18
net_getservbyport() - Get name of TCP service
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-19
security fixes from 0.7.97.2
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-10-26
Some fixes for compiling with Win32 :)
Timo Sirainen
2000-07-02
"Temporary error in nameserver" shouldn't remove server reconnections.
Timo Sirainen
2000-05-25
Added bot plugin, it also has almost-functional botnet.
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen