Go to file
Nyo 95df629e1c .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +02:00
constants .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +02:00
events .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +02:00
handlers .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +02:00
helpers .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +02:00
irc .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +02:00
objects .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +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 IRC support, internal changes 2016-07-31 11:17:27 +02:00
runserver.bat Fix untracked files 2016-04-24 10:49:58 +02:00
version .BANCHO. Add IRC support, internal changes 2016-07-31 11:17:27 +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