Nostale ( open source, version 1.0 )

09/14/2013 16:05 Sm•ke#1
Hi community,
today i release version 1.0 of my login server !

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

whole project is licensed under GNU GPL v3..


Thank to ernilos for the phrase 'your server 0.7 isn't good', i know i written 0.7 in 10 minutes without see the code ^^

Look 1.0 now ! :pimp:


accepted recommendations on improvement of the code
09/14/2013 19:08 ernilos#2
Quote:
Originally Posted by Sm•ke View Post
Hi community,
today i release version 1.0 of my login server !

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

whole project is licensed under GNU GPL v3..


Thank to ernilos for the phrase 'your server 0.7 isn't good', i know i written 0.7 in 10 minutes without see the code ^^

Look 1.0 now ! :pimp:


accepted recommendations on improvement of the code
You selled your server with a lot of memory leaks (run ir and like 40% cpu usage lol) for 50€.
Mm.. a class for all? I'm preatty sure it have some memory leaks, need look it well.
09/14/2013 20:24 ernilos#3
Just look threads.h
__functions *functions = new __functions();
__database *database = new __database();
__cryptography *cryptography = new __cryptography();
¿When u clean it?
And @Cooq, no i'm not the best programmer but i know when shit happens lol
Edit: Another leak on language.cpp, also in main, ¿Why u delet the [] language_srv?, when program it's closed Windows autoclean ram etc
09/15/2013 00:32 Sm•ke#4
Quote:
Originally Posted by ernilos View Post
You selled your server with a lot of memory leaks (run ir and like 40% cpu usage lol) for 50€.
Mm.. a class for all? I'm preatty sure it have some memory leaks, need look it well.
selled ? and after u say that my english is bad.. isn't sold ? :confused:
if he payed 50$ ( not 50€, paypal remove money when convert to € then 35 ) for login server 0.6 isn't a your problem.. and why u say of old stuffs ? it's 1.0 ^^

about login server 1.0, i tryed with 100 auths/s.. look the cpu usage ! :)

[Only registered and activated users can see links. Click Here To Register...]

ullallaaaa 0% :bandit: then.. isn't so bad.. right ? ^^

Quote:
Originally Posted by ernilos View Post
Just look threads.h
__functions *functions = new __functions();
__database *database = new __database();
__cryptography *cryptography = new __cryptography();
¿When u clean it?
And @Cooq, no i'm not the best programmer but i know when shit happens lol
Edit: Another leak on language.cpp, also in main, ¿Why u delet the [] language_srv?, when program it's closed Windows autoclean ram etc
Thank you for viewing on classes, solve immediately :pimp:

added, and now what shit code u see ? ^^
09/15/2013 00:46 Mr.Tr33#5
There is a deledet post in between :P

Quote:
about login server 1.0, i tryed with 100 auths/s.. look the cpu usage !
It depends what processor you are using.
Probably it would be 0% with my i7 2.6 GHz too, but what about a processor with just 0.2 GHz, like a really weak root server?
09/15/2013 01:15 Sm•ke#6
Quote:
Originally Posted by Mr.Tr33 View Post
There is a deledet post in between :P


It depends what processor you are using.
Probably it would be 0% with my i7 2.6 GHz too, but what about a processor with just 0.2 GHz, like a really weak root server?
uhm okay sorry..

uhm not, in this pc i have a shit processor.. intel core 2 quad.. very old xD
09/16/2013 18:26 TheTempler#7
Write in ? o:
€dit: I mean the vs version ;)
09/16/2013 21:32 Schnuffel16#8
VS 2012
09/17/2013 19:42 Sm•ke#9
code is c++ 11 then u can use vs 2012 or next version..

i have vs 2013 and it's perfect :)

for 2010 or others u need to add your mutex header and solve other problems..