That is because the registration form is just a binary 0/1 inside the connection response packet. The same packet that says your password is invalid or you are a new user. It is recorded in the Wiki and any source code.
The Non-SSC I already mentioned. Look at a packet log connecting to an SSC zone and a non SSC zone. In the first four packets sent, you'll notice one is much larger in the SSC zone than the other. In fact, this code is in ASSS itself, since it just forwards what the billing server tells it to. The reason it is still a secret is because the encryption is done only on SSC. I never went into it much, since I never cared to try to emulate an SSC server, but I'm hoping that Priit used a public/private key encryption on that.
Doc Flabby - Fri Aug 22, 2008 7:53 am
Post subject:
Very old bump i know but snrrrub has released patches for ASSS that enable registration data requests to be shown. He also has released patches to fix some other issues.
http://sharvil.nanavati.net/projects/subspace/
Chambahs - Fri Aug 22, 2008 6:24 pm
Post subject:
Yep, if you wanna check it out, just log into SSA with a new name :)
CypherJF - Fri Aug 22, 2008 6:33 pm
Post subject:
Wow, all those patches are things I ran into with my TCP/UDP biller hybrid. If only they get pushed into the asss trunk.