index
:
spheres/server
XanthemLocalHost
master
Mana Spheres main server code.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.py
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-18
Make experience table to rank up steeper.
Jesusaves
1
-1
/
+6
2020-12-18
Limit maximum clients connected at once to 2500.
Jesusaves
1
-3
/
+9
2020-12-18
Try to improve how script looks for linting
Jesusaves
1
-2
/
+2
2020-12-18
Registrations should be working again.
Jesusaves
1
-1
/
+1
2020-12-18
Allow empty commands, and start printing tracebacks if something goes wrong
Jesusaves
1
-12
/
+20
2020-12-18
Shutting down the server normally now notifies all clients about shutdown
Jesusaves
1
-2
/
+4
2020-12-17
Fix a few typos, try to cleanup
Jesusaves
1
-3
/
+6
2020-12-17
Add formating rules for SERVNOTICE
Jesusaves
1
-1
/
+1
2020-12-17
Add a rudimentary command parser for server.
Jesusaves
1
-2
/
+13
2020-12-17
New function: security.score()
Jesusaves
1
-0
/
+5
2020-12-17
Move blacklist functions to security.py
Jesusaves
1
-41
/
+3
2020-12-17
Fix a few bugs and ignore the ban files.
Jesusaves
1
-6
/
+15
2020-12-17
Update README instructions, and fix the blacklist system to use dl_search
Jesusaves
1
-1
/
+1
2020-12-17
Add support for three blacklist files
Jesusaves
1
-4
/
+37
2020-12-16
Initial protocol processing system
Jesusaves
1
-9
/
+21
2020-12-16
Import the good ol' SQL module.
Jesusaves
1
-0
/
+7
2020-12-16
Add utils for improved logging.
Jesusaves
1
-11
/
+16
2020-12-15
Allow server to be run with SSL encryptation
Jesusaves
1
-4
/
+8
2020-12-15
Messages should always be a reply, never a global notice
Jesusaves
1
-5
/
+1
2020-12-15
Always reply to clients
Jesusaves
1
-2
/
+12
2020-12-09
Initial websocket structure
Jesusaves
1
-0
/
+103