summaryrefslogtreecommitdiff
path: root/src/core/network.c
AgeCommit message (Expand)Author
2018-02-26Add OTR support.Alexander Færøy
2017-10-23Merge pull request #770 from horgh/horgh/rm-unused-functionailin-nemui
2017-10-13Revert "Delete unused function net_ip_compare()"Will Storey
2017-10-10Always initialize the host stringWill Storey
2017-10-09Delete unused function net_connect()Will Storey
2017-10-09Delete commented out CYGWIN defineWill Storey
2017-10-09Delete unused function net_ip_compare()Will Storey
2017-10-09Set host to an empty string on errorWill Storey
2017-07-29Working /log and /rawlog.Edward Tomasz Napierala
2017-07-29Fix warnings.Edward Tomasz Napierala
2017-07-29Make DNS work in capability mode.Edward Tomasz Napierala
2017-07-29/connect works - although only with IP addresses.Edward Tomasz Napierala
2016-04-07net_gethosterror: Handle EAI_SYSTEM ("System error") properlydequis
2016-02-03Merge pull request #410 from LemonBoy/getaddrinfo-v6-flagailin-nemui
2016-01-27Add AI_ADDRCONFIG to the getaddrinfo hints.LemonBoy
2016-01-27Call getnameinfo with NI_NAMEREQD flag.LemonBoy
2016-01-27Minor style fix in net_ip2host.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
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-07-06Initialize in6 correctlyDavid Leadbeater
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-06-20Fix compiler warning.David Hill
2014-06-15Replace deprecated g_io_channel_close with g_io_channel_shutdown.David Hill
2014-01-10- Applied a patch from Jaroslav Škarvada (FTBFS if "-Werror=format-security"...Geert Hauwaerts
2010-05-16Fix segfault generated by SSL disconnections. (Bug #752)Jase Thew
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2009-02-28Remove unused variable.Emanuele Giaquinta
2007-11-20Remove unneeded casts.Emanuele Giaquinta
2007-06-10Removed special error==1 handling from net_gethosterror(). It wasn't usedTimo Sirainen
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-03-25prefixed all calls to rand() with a call to srand(time(NULL)), so we getJochen Eisinger
2005-11-19When looking up IP addresses, return random IP instead of the first one.Timo Sirainen
2005-10-15Remove the inline declarations, patch by nailbiterValentin Batz
2004-01-28EAI_NODATA is depricated and doesn't exist everywhere anymoreTimo Sirainen
2003-10-11unsigned long -> gsizeTimo Sirainen
2003-10-0664bit fixes by Stefan FentTimo Sirainen
2003-07-09Network fixes. DCC fixes for IPv6 + BSDs.Timo Sirainen
2002-12-10Compiler warning fixTimo Sirainen
2002-11-29and remove outdated comment :)Timo Sirainen
2002-11-29If bind() fails when connecting, don't fallback to default address. ShouldTimo Sirainen
2002-11-28net_gethostbyaddr() was pretty much broken.Timo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-02-18if gethostbyname() failed, the return value was returned incorrectlyTimo Sirainen