Commit Graph

81 Commits

Author SHA1 Message Date
Giuseppe Guerra 933c92e5f2 Allow tourney clients to send messages in chat, send match info to lobby after creating it with !mp make 2017-08-07 23:35:33 +02:00
Nyo 9175f9e7f2 .BANCHO. .FIX. Fix utf-8 characters not being displayed correctly in chatlogs 2017-01-17 19:24:12 +01:00
Nyo 784c4a11f1 .BANCHO. Switch from mirrorapi to cheesegull for beatmap update requests 2017-01-16 21:24:15 +01:00
Nyo 9055fcaf5e .BANCHO. .FIX. Fix some format errors 2016-12-28 16:15:07 +01:00
Nyo 62b67da9fb .HIDE. General refactoring 2016-12-26 10:33:05 +01:00
Nyo e6cdef4580 .BANCHO. Removed some schiavo logs 2016-12-26 09:59:33 +01:00
Nyo daf457fc5c .BANCHO. Add !report command 2016-12-11 23:12:06 +01:00
Nyo b4d498c26c .BANCHO. Kick all clients when using !kick, don't kick FokaBot with !kick command 2016-12-11 11:39:01 +01:00
Nyo 44545c3bcb .BANCHO. Use streams for public chat 2016-12-11 11:07:35 +01:00
Nyo 04898c24ae .BANCHO. Ported packet encoder/decoder to Cython, add distutils setup file, update .gitignore, README and requirements.txt 2016-12-07 22:25:16 +01:00
Nyo 1b94936092 .BANCHO. .FIX. Fix wrong default configuration file 2016-12-07 21:15:55 +01:00
Nyo a2ef03c887 .HIDE. General refactoring and documentation 2016-11-17 19:13:06 +01:00
Nyo 38bcf3a735 .BANCHO. Add redis support, remove userID cache 2016-11-15 20:38:15 +01:00
Nyo d29dcd25f7 .BANCHO. Remove schiavo logs for /np in #spect_* 2016-11-13 12:35:15 +01:00
Nyo c7c5528588 .BANCHO. .FIX. Fix /away command, add support for /away command on IRC 2016-11-13 12:23:45 +01:00
Nyo abc8e058a1 .BANCHO. .HIDE. Remove cloudflare option in config.ini 2016-10-20 20:22:23 +02:00
Nyo b61ac0e9b6 .BANCHO. .HIDE. Changed mirror/apiurl to mirror/api in config file 2016-10-16 10:43:04 +02:00
Nyo a48aa73a0b .BANCHO. Add code for !update FokaBot command 2016-10-15 23:21:17 +02:00
Nyo 927621cfcd .BANCHO. .FIX. Fix spectator chat 2016-10-07 14:13:42 +02:00
Nyo f155b0567c .BANCHO. Add Datadog stats report 2016-10-06 23:06:59 +02:00
Nyo 996287f871 .BANCHO. Add support for tournament client 2016-10-05 23:28:26 +02:00
Nyo afbd8e7e8c .BANCHO. Implemented packet streams for spectator and lobby 2016-10-04 22:10:07 +02:00
Nyo 7fcc9bca5e .BANCHO. .FIX. Fixed some missing references, code cleaning 2016-10-02 23:11:18 +02:00
Nyo 88c80a4080 Add submodules 2016-10-02 22:48:14 +02:00
Nyo 40264ceffe .BANCHO. Add streams and streamList object, add 'main' stream 2016-10-01 21:19:03 +02:00
Nyo 121d19aaa7 .BANCHO. Add notification when donor tag is expiring soon 2016-09-25 19:05:31 +02:00
Nyo 4b6e621a70 .BANCHO. .FIX. Fix recursive return statement 2016-09-23 17:17:30 +02:00
Nyo 5bde0164fb .BANCHO. New MySQL helper 2016-09-23 17:08:57 +02:00
Nyo f912f6ea82 .BANCHO. Add check for MySQL connections pool saturation 2016-09-16 18:21:34 +02:00
Nyo 6020f7cc47 .BANCHO. .FIX. Better support for username with spaces and underscores in IRC 2016-09-16 18:20:32 +02:00
Nyo 784973b298 Merge remote-tracking branch 'origin/master' 2016-09-13 12:03:10 +02:00
Nyo 14348a68bb .BANCHO. Add support for locked accounts 2016-09-13 11:39:39 +02:00
Howl fd9cde1ec6 remove (dead) getShowCountry code 2016-09-05 00:50:29 +02:00
Nyo 255a0958ff .BANCHO. Revert ".BANCHO. Switched to tornado+gevent" 2016-09-04 16:07:10 +02:00
Nyo d5c87ba51c .BANCHO. Configurable IRC hostname 2016-09-04 12:36:21 +02:00
Nyo 2d91231320 .BANCHO. Add file buffers 2016-09-04 12:10:00 +02:00
Nyo 9ee2e5d7ff .BANCHO. Add userID cache 2016-09-04 12:09:53 +02:00
Nyo cf60c167b6 .BANCHO. .FIX. Code cleaning 2016-09-02 17:45:10 +02:00
Nyo 3703618112 .BANCHO. Some code refactoring 2016-09-02 17:16:22 +02:00
Nyo 653303831b IRC Support for username with spaces
BATs with Donor have bright yellow username in chat
General performance improvements
Code cleaning
Multiplayer improvements and fixes
Fixed some spectator bugs
2016-09-02 12:41:19 +02:00
Nyo a1d45a4419 .BANCHO. Add ir command, more info in system status 2016-08-28 17:25:47 +02:00
Nyo de47c46d25 .BANCHO. Merge branch tornado-gevent into master 2016-08-23 20:35:47 +02:00
Nyo 095f9b3bc9 .BANCHO. Switched to tornado+gevent 2016-08-23 20:16:47 +02:00
Nyo 7910291b77 .BANCHO. Switched from tornado to bottle + gevent, code cleaning 2016-08-17 16:41:05 +02:00
Nyo 59bcb351cf .BANCHO. .FIX. Fix not parting channels when leaving multiplayer matches 2016-08-10 12:24:41 +02:00
Nyo a5fd8b0431 .BANCHO. .FIX. Fix chat filters 2016-08-10 12:00:33 +02:00
avail 73d3073060 Implement word filter 2016-08-08 05:19:52 +02:00
Nyo fae1ecf255 .BANCHO. .FIX. Fix ip log function 2016-07-31 11:28:05 +02:00
Nyo 9882f1273e .BANCHO. .FIX. Fixed account randomly restricted/banned at login 2016-07-31 11:26:47 +02:00
Nyo c35028c765 .BANCHO. .FIX. Fix fake ban at login 2016-07-31 11:22:17 +02:00