Go to file
Nyo 5b0c1b4d5d Edit LICENSE and README 2016-08-01 10:40:21 +02:00
constants .BANCHO. .FIX. Fix missing packets 2016-07-31 11:26:54 +02:00
events .BANCHO. Removed hw information in schiavo log 2016-07-31 11:36:21 +02:00
handlers Edited 'last' command to new beatmaps table structure 2016-07-31 11:22:09 +02:00
helpers .BANCHO. .FIX. Fix ip log function 2016-07-31 11:28:05 +02:00
irc .BANCHO. .FIX. EMERGENCY RESTART THE SERVER IS ON FIRE 2016-07-31 11:17:36 +02:00
objects Edited 'last' command to new beatmaps table structure 2016-07-31 11:22:09 +02:00
.gitignore .HIDE. .BANCHO. Add public (discord) and private (file) chat logging 2016-05-19 22:53:09 +02:00
LICENSE Edit LICENSE and README 2016-08-01 10:40:21 +02:00
README.md Edit LICENSE and README 2016-08-01 10:40:21 +02:00
pep.py Edited 'last' command to new beatmaps table structure 2016-07-31 11:22:09 +02:00
runserver.bat Fix untracked files 2016-04-24 10:49:58 +02:00
version Edited 'last' command to new beatmaps table structure 2016-07-31 11:22:09 +02:00

README.md

pep.py

This is Ripple's bancho server. It handles:

  • Client login
  • Online users listing and statuses
  • Public and private chat
  • Spectator
  • Multiplayer
  • Fokabot

Requirements

  • Python 3.5
  • MySQLdb (mysqlclient or mysql-python)
  • Tornado (tornado)
  • Bcrypt (bcrypt)

How to set up pep.py

First of all, install all the dependencies

$ pip install mysqlclient tornado bcrypt

then, run pep.py once to create the default config file and edit it

$ python3 pep.py
$ nano config.ini

you can run pep.py by typing

$ python3 pep.py

License

All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information