Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-02 | Fix unit tests failing if IPv6 not available | Craig Robbins | |
See: https://github.com/minetest/minetest/issues/1526 https://github.com/minetest/minetest/issues/793 | |||
2014-04-10 | Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANY | Kahrl | |
2014-02-05 | Add the option to bind to a specific address | ShadowNinja | |
2013-06-23 | Add support for IPv6 | proller | |
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-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-22 | Add output levels --info and --trace (--verbose is now more verbose) | Perttu Ahola | |
2012-03-22 | Move headers from socket.h to socket.cpp | Perttu Ahola | |
2011-10-18 | Better handling of SendFailedException in Connection | Perttu Ahola | |
2011-08-12 | added ipban support | Constantin Wenger | |
commands: /#ipban <nick> /#ipunban <ip> | |||
2011-02-11 | some fixes to make compiling on some bsd easier | Perttu Ahola | |
2011-02-11 | fully working i guess | Perttu Ahola | |
2011-02-11 | new texture stuff quite working | Perttu Ahola | |
2011-02-08 | local game connects to 127.0.0.1 instead of localhost (windows returns an ↵ | Perttu Ahola | |
ipv6 address sometimes which is not supported) | |||
2010-11-29 | license stuff | Perttu Ahola | |
--HG-- rename : src/licensecomment.txt => licensecomment.txt | |||
2010-11-27 | Initial files | Perttu Ahola | |