Long time reader first time poster.
I noticed some locked threads about a login server and various arguments around it. As it seems to be a heated topic ill keep it quick.
www.hackersquest.org has an open source emu, whilst no where near as complete as this, its login server IS open sourced GPL. Any algos or whatever you need is freely avalible in that source.
It wouldnt be to hard to see whats exported to the EQEMU Engine and well port it. The login server is hardly complex beyond reversing the crypto (which will be rc4 or something) even then it should be pre broken for you in the other emulators source.
You could even implement it as a part of EQEMUS socket layer.
Whilst the main brass of eqemu may not like that, there is nothing stopping you makign a branch with an embedded login server.
This post may bring up some hostilitys but its a simple fact, you want a open login server so bad you practically have one made for you.
You could also just reverse the currrent minilogin server.. Developers cant really get angry with you there as they implement hooks and whatever to get data they need to make the emulator. Reversing Live EQ puts nobody on any higher ground than some one who reverses a simple homebrew login server.
PE Explorer & Autodebug are your friends.
I myself have worked on 6800 emulation and I understand that I am working with a well documented well known and static system. The EQEMU devs face an ever changing challenge to keep you up to date with the live game. So instead of going give us an open log server why not just implement one. In the scheme of the whole emulator its really nothing.
-Boo