2017-07-28 22:46:29 +02:00
2017-04-13 17:22:35 +02:00
2017-07-28 22:46:29 +02:00
2016-12-08 11:44:12 +01:00
2017-04-10 19:21:41 +02:00
2016-12-08 15:46:21 +01:00
2016-08-01 10:40:21 +02:00
2016-12-17 15:33:12 +01:00
2016-12-26 10:33:05 +01:00
2016-12-08 11:43:23 +01:00
2017-04-13 17:22:55 +02:00

pep.py Code Health

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
  • Cython
  • C compiler
  • MySQLdb (mysqlclient)
  • Tornado
  • Bcrypt
  • Raven

How to set up pep.py

First of all, initialize and update the submodules

$ git submodule init && git submodule update

afterwards, install the required dependencies with pip

$ pip install -r requirements.txt

then, compile all *.pyx files to *.so or *.dll files using setup.py (distutils file)

$ python3 setup.py build_ext --inplace

finally, 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
This project contains code taken by reference from miniircd by Joel Rosdahl.

Description
No description provided
Readme 714 KiB
Languages
Python 99.9%