aboutsummaryrefslogtreecommitdiff
path: root/src/socket.cpp
AgeCommit message (Collapse)Author
2014-11-02Fix unit tests failing if IPv6 not availableCraig Robbins
See: https://github.com/minetest/minetest/issues/1526 https://github.com/minetest/minetest/issues/793
2014-09-21Split settings into seperate source and header filesShadowNinja
This also cleans up settings a bit
2014-04-11Fix broken Ipv4 serialization on win32sapier
2014-04-10Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANYKahrl
2014-02-05Add the option to bind to a specific addressShadowNinja
2013-12-31Fix exception caused by destroying sockets on Server shutdownkwolekr
2013-11-06Correct useragent in http queriesproller
Net struct init
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-24Fix ipv6 on windowsproller
2013-06-23Math mapgen fix, ip show on connect, pathfinder segfault fixproller
2013-06-23Add support for IPv6proller
Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-22Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola
2012-03-22Move headers from socket.h to socket.cppPerttu Ahola
2012-03-22Fix UDPSocket's debug outputPerttu Ahola
2012-03-08Handle select errno EINTR properly (not doing this breaks at least many ↵Perttu Ahola
profilers)
2011-10-18Better handling of SendFailedException in ConnectionPerttu Ahola
2011-08-12Fix use of && instead of &Giuseppe Bilotta
2011-08-12added ipban supportConstantin Wenger
commands: /#ipban <nick> /#ipunban <ip>
2011-04-11fixed warnings reported by cppcheckPerttu Ahola
2011-02-08local game connects to 127.0.0.1 instead of localhost (windows returns an ↵Perttu Ahola
ipv6 address sometimes which is not supported)
2010-12-26working goodPerttu Ahola
2010-12-14settings manager: better default setting handling and updating config file ↵Perttu Ahola
and command line parsing
2010-11-29license stuffPerttu Ahola
--HG-- rename : src/licensecomment.txt => licensecomment.txt
2010-11-29Windows bug fixesPerttu Ahola
2010-11-29sitä sun tätä tekeillä, toimii kivastiPerttu Ahola
2010-11-27Initial filesPerttu Ahola