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
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