uberserver icon indicating copy to clipboard operation
uberserver copied to clipboard

uberserver, a matchmaking/chat lobby server for the spring rts project

Results 27 uberserver issues
Sort by recently updated
recently updated
newest added

could this time be extended to maybe 1 year? thanks

System: Ubuntu 18.04 Issue: When trying with "./server.py", an exception occured with: Traceback (most recent call last): File "./server.py", line 7, in from twisted.internet import reactor File "/home/ubuntu/virtenvs/uberserver/local/lib/python3.6/site-packages/twisted/internet/reactor.py", line 38,...

Python 3.8.10 I tried running the pip install got the follow error. Thanks Collecting GeoIP==1.3.2 Using cached GeoIP-1.3.2.tar.gz (20 kB) Collecting mysqlclient==1.3.10 Using cached mysqlclient-1.3.10.tar.gz (82 kB) ERROR: Command errored...

feedback

2021-12-05 14:51:49 ERROR twistedserver.dataReceived:71 Error in handling data from client: [AG]abma exception: 'NoneType' object has no attribute 'username' command: b'#5 JOIN sy \n' Traceback (most recent call last): File "/home/lobby/uberserver/twistedserver.py",...

sth. like: if channel.store_history: client.Send(.... "Everything you type here will be stored for two weeks to allow others to read it when joining later" )

enhancement

-> https://github.com/springfiles/springrts_logs/issues/11 would be nice if we could add custom groups for permissions / auth. i guess this requires: table groups: group_id, group_name table group_user: group_id, user_id xmlrpc interface needs...

enhancement

From BAR Discord: PtaQ > it would be good to separate the player chat from host command chat and _eventually get rid of the host chat_ Bluestone: > +1, please...

enhancement

it should be possible for bots to open multiple battle at once. migration path: - handle battles similar to channels - distingish battle / channel by channel name, numbers only...

enhancement