Quote:
If I was re-writing things using the albetros source, I'd be stripping out the authentication code, re-writing it as well as the entire login sequence.
That way can rule out any weird bugs relating to first time login dc's as well as making full character login when you create a character. Would allow to clean a bunch of stuff up.
I'd then standardize the entire database system so it's all using the nhibrinate system and finally I'd re-write the entire server action system to use server management threads running updates versus the current timer based approach used in the DAQ system.
After that I'd look at adding new features... those are the main things I'd wanna see re-written in that source though.
So you nhibernate is good to handle the whole database process ?