Commit graph

18 commits

Author SHA1 Message Date
kervala
c8f96f065f Changed: Minor changes 2016-04-06 09:29:37 +02:00
kervala
8f841fb702 Changed: Better camel case syntax 2016-04-02 13:28:42 +02:00
depyraken
89392460f5 add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h
add isloopbackIPAddress to code/nel/src/net/inet_address.cpp
add IPv4&IPv6 loopback IP addresses to localAddresses

In code/nel/src/net/unified_network.cpp:
replace is127001 calls by isloopbackIPAddress
change wrong comments about default network id (nid = 0xFF)
When the selected connectionId is not valid
	warnings are not triggered anymore when using default network (nid = 0xFF): the logs were full of warnings and the server was lagging
	When nid = 0xFF, the new connectionId is stored into DefaultNetwork
	When nid <> 0xFF, the new connectionId is stored into NetworkConnectionAssociations[nid]
2016-03-29 02:29:35 +02:00
kaetemi
a8f796f166 Compile fix 2016-03-19 22:13:38 +01:00
kervala
ff4501d6fe Fixed: Clang warnings 2016-03-19 19:29:03 +01:00
kervala
c14550edfa Fixed: Use nlfopen in tools and servers 2016-03-19 16:21:06 +01:00
kervala
5f306ee9fd Changed: Don't need to use Windows functions with locale because the bug also occurs under Linux and OS X 2016-03-18 22:07:52 +01:00
kervala
4b11b4a076 Changed: Fix clang warnings 2016-03-18 22:06:20 +01:00
kervala
8bf9bb2bbd Changed: Implement CI18N::setSystemLanguageCode, if we must force it
Fixed: CI18N::getSystemLanguageCode under Windows (use 2 different methods)
2016-03-18 15:07:49 +01:00
Nimetu
efd94b8908 Added: Possibility to set text as grayed in combo box 2016-03-02 23:58:48 +02:00
Nimetu
bc8487d338 Changed: Implement multi-row select box 2016-02-23 10:52:21 +02:00
Nimetu
f1532d3606 Added: http-equiv refresh 2016-02-23 10:52:24 +02:00
kervala
7d78332fc3 Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape) 2016-02-27 18:38:58 +01:00
kervala
1097318ab6 Changed: New functions to convert arguments string from/to an array of strings 2016-02-27 18:37:43 +01:00
kervala
ee1d69503b New function to format a timestamp to human readable 2016-02-20 18:10:17 +01:00
kervala
34e93f5d3b Removed useless comments/commented code 2016-02-20 18:09:24 +01:00
kervala
52b7609f16 Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00
kervala
157a62558a Create fopen wrapper that internally uses wide characters under Windows, issue #261 2016-02-20 17:46:11 +01:00