essej / aooserver

AoO console server
76 stars 26 forks source link

Log IP addresses of joined users ? #5

Open strk opened 1 year ago

strk commented 1 year ago

I wanted to debug the contents of per-user data stored in aooserver, thus I installed my own one but logs do not contain much, just timestamp, name of group and name of user joining or leaving. My understanding is that there should be also a list of IP:PORT items for each user. How can these be seen ? Can they be logged ?

essej commented 1 year ago

I actually intentionally did not include IP logging, but I think it should be added as an option.

chigkim commented 10 months ago

I also second this.

jsl303 commented 10 months ago

I was about to open the same issue.

I agree, this will be very useful feature for debugging. Could you implement this?