cen1

Results 149 comments of cen1

What exactly prevents some random person to spoof such an ID? Pretty sure you need verification per account to give any privileges. And what privileges are we talking about exactly?...

Actually.. why not simply add this to CG functionality? Make CG 9 a hostbot account and problem solved. Config is a bad place for this because you can't dynamically change...

In order to get a CG9 status you need to be a server admin so abuse is hardly a problem. At that point you might as well use /set commands...

I will start adding initial support for this in our ghost fork so we can test the implementation. Some observations: 1. Why do we need to relay /open, /close, /start...

I still don't understand why implement something like `/open`. This is a lobby command, has nothing to do with pvpgn and pvpgn has no info to gather from this command....

I tried something similar but using reverse ssh. I allocated a random port to the client and then replaced inet addresses in pvpgn game advertise packets with the ssh server...

Could this be deployed as a seperate executable and not be a part of core bnetd process? I imagine you would want to deploy this on a seperate (regional) server...

@cowtowncoder I can also confirm this bug, exact same scenario as SO thread linked above. Specifically, `@JsonIgnoreProperties` with a combination of nested attributes (self-nesting of the same class) causes the...

Updated previus post with full test case. Commenting out `@JsonIgnoreProperties` stops the exception. Hopefully it's a trivial fix.