Go to file
russelg b5806bdfbf .ADD. .BANCHO. Add stars to !last and use mods in star calculation for tillerino 2016-07-31 11:12:38 +02:00
constants .ADD. .BANCHO. Add stars to !last and use mods in star calculation for tillerino 2016-07-31 11:12:38 +02:00
events .BANCHO. .NEW. Add FokaBot message when opening osudirect for the first time 2016-07-31 11:12:34 +02:00
handlers .BANCHO. Add Sentry logging 2016-07-31 11:12:35 +02:00
helpers .BANCHO. Add Sentry logging 2016-07-31 11:12:35 +02:00
objects .BANCHO. Add Sentry logging 2016-07-31 11:12:35 +02:00
.gitignore .HIDE. .BANCHO. Add public (discord) and private (file) chat logging 2016-05-19 22:53:09 +02:00
LICENSE Add license 2016-07-31 11:12:08 +02:00
README.md Add README 2016-07-31 11:12:27 +02:00
pep.py .BANCHO. Add Sentry logging 2016-07-31 11:12:35 +02:00
runserver.bat Fix untracked files 2016-04-24 10:49:58 +02:00

README.md

pep.py

Ripple's bancho server

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 (pip install mysqlclient or pip install mysql-python)
  • Tornado (pip install tornado)
  • Bcrypt (pip install bcrypt)

How to set up pep.py

First of all, install all the dependencies

$ pip install mysqlclient
$ pip install tornado
$ pip install 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

Copyright (C) The Ripple Developers - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential