Commit Graph

467 Commits

Author SHA1 Message Date
Sepalani
fff2cc38db Sake server: Fallback added when no Content-Length 2018-02-05 03:42:49 +01:00
Sepalani
ec389966d1 Sake server: Various issues fixed
cgi.parse_multipart read was blocking

SSBB uses another key (sbs.bin) for data
2018-01-24 01:18:18 +01:00
Brenton Smelser
bb33d8b134 Merge pull request #438 from barronwaffles/pending_message_fix
Resolved error with pending buddy messages
2017-09-21 09:26:04 +09:00
barronwaffles
b4e6a72eb4 Resolved error with pending buddy messages
Attempting to pass mutable type was throwing exception - prevented accounts from logging in
2017-09-11 13:50:33 +12:00
Brenton Smelser
7b0f6a9952 Merge pull request #430 from sepalani/recv-exc
QR server: Handle ungraceful shutdown
2017-09-11 10:14:48 +09:00
Sepalani
7975d27717 QR server: Handle ungraceful shutdown 2017-08-02 19:45:36 +01:00
Brenton Smelser
da177bd529 Merge pull request #312 from sepalani/sql_like
Backend: SQL LIKE command added
2017-06-10 18:27:05 +09:00
Brenton Smelser
7e18f748e5 Merge pull request #365 from MinePlayersPE/master
Update gamestats.cfg
2017-06-05 10:21:20 +09:00
Brenton Smelser
cdee6ea7b1 Merge pull request #409 from sepalani/fix-keys
Fix trailing space in gamestats secret keys
2017-06-05 10:20:44 +09:00
Sepalani
7f00113ee5 Fix trailing space in gamestats secret keys 2017-05-17 22:38:58 +01:00
MinePlayersPE
9161cebbf9 Update gamestats.cfg
Adding Puyo Puyo 7
2017-01-05 20:03:40 +07:00
Admiral H. Curtiss
9e84456bc2 Merge pull request #315 from sepalani/gs_query
Cleaned: gamespy/gs_query.py
2016-08-01 00:34:03 +02:00
Admiral H. Curtiss
f3339f8409 Merge pull request #316 from sepalani/gs_message
create_gamespy_message refactored
2016-08-01 00:31:03 +02:00
Sepalani
f77afa38eb create_gamespy_message refactored 2016-07-24 16:46:58 +04:00
Sepalani
78d5624869 Cleaned: gamespy/gs_query.py 2016-07-24 15:01:35 +04:00
Sepalani
341293dade Backend: SQL LIKE command added 2016-07-21 19:49:33 +04:00
Admiral H. Curtiss
89495cabc1 Merge pull request #310 from sepalani/gstats_getpd
Gamestats: Handles data with nul bytes in getpdr
2016-07-17 20:20:57 +02:00
Sepalani
badcbdf9b4 Gamestats: Handles data with nul bytes in getpdr
Query: Accepts tuple w/ a single element as raw data
2016-07-16 19:15:34 +04:00
polaris-
9ca9418b57 Fix an error with natneg crashing if get_natneg_server returns None 2016-05-07 14:22:00 -04:00
polaris-
2096833dc8 Merge pull request #268 from sepalani/nat
NATNEG - Refactoring
2016-04-06 22:07:42 -04:00
polaris-
cf12519350 Merge pull request #270 from sepalani/nas
NAS - Refactoring
2016-04-06 21:48:56 -04:00
Sepalani
df48f625ed [WIP] NAS: Added default download list 2016-02-28 20:23:55 +01:00
Sepalani
f29de507df [WIP] NAS: Adjusted x-forwarded-for 2016-02-28 20:21:01 +01:00
Sepalani
d5a467a178 [WIP] NAS: Added ac functions 2016-02-28 20:21:01 +01:00
Sepalani
6f0bfda62b [WIP] NAS: Added pr function 2016-02-28 20:21:01 +01:00
Sepalani
ea8155bfe9 [WIP] NAS: Added download functions 2016-02-28 20:21:00 +01:00
Sepalani
428dbcca97 [WIP] NAS: Moved action='contents' in dlc 2016-02-28 20:21:00 +01:00
Sepalani
867cd538ae [WIP] NAS: Moved action='list' in dlc 2016-02-28 20:20:57 +01:00
Sepalani
08a4697cf7 [WIP] NAS: Moved action='count' in dlc 2016-02-23 23:01:54 +01:00
Sepalani
9148578223 [WIP] NAS: dlc module is PEP8 compliant 2016-02-23 23:01:54 +01:00
Sepalani
0475343b9e [WIP] NAS: Moved dlc methods into dlc module 2016-02-23 23:01:53 +01:00
Sepalani
9f92df2be8 [WIP] NAS: Moved qs methods in utils 2016-02-23 23:01:53 +01:00
Sepalani
30c59a2902 [WIP] NAS: GET request 2016-02-23 23:01:52 +01:00
Sepalani
b86dcbac74 [WIP] NATNEG: Added backup command 2016-02-17 19:17:24 +01:00
Sepalani
cdadbcbb33 [WIP] NATNEG: Added utils.get_local_addr 2016-02-17 19:17:22 +01:00
Sepalani
6b0507a3c1 [WIP] NATNEG: Added utils.get_bytes_from_ip_str 2016-02-17 19:16:40 +01:00
Sepalani
40e853c50d [WIP] NATNEG: Switched to SocketServer 2016-02-16 22:41:49 +01:00
Sepalani
e6af5e8337 [WIP] NATNEG: Added socket recovering 2016-02-16 22:41:49 +01:00
Sepalani
80a641f491 [WIP] NATNEG: Removed struct module 2016-02-16 22:41:48 +01:00
Sepalani
46391303b6 [WIP] NATNEG: Added utils.get_ip_from_str 2016-02-16 22:41:46 +01:00
Sepalani
5ed33d2170 [WIP] NATNEG: Added get_server_addr 2016-02-16 22:40:54 +01:00
Sepalani
75b900592c [WIP] NATNEG: Refactored code with function pointers
Added: Documentation
2016-02-16 22:40:50 +01:00
Sepalani
9a3d17491e [WIP] NATNEG: Commands implementation 2016-02-16 22:35:24 +01:00
Admiral H. Curtiss
6dfc1d27cf Merge pull request #261 from sepalani/user_exists
gs_database: Fixed - Truth Value Testing
2016-02-14 21:38:50 +01:00
Admiral H. Curtiss
939c24d833 Merge pull request #267 from sepalani/utils
Utils: Do not print \r\n\t in hexdump
2016-02-13 14:45:37 +01:00
Admiral H. Curtiss
00bc30eb13 Merge pull request #265 from sepalani/fix_fmt_str
Fixed: missing format string parameter
2016-02-13 14:43:56 +01:00
Admiral H. Curtiss
48582c8fab Merge pull request #266 from sepalani/nas
Nas Server - Fixed threading issues
2016-02-13 14:42:33 +01:00
Sepalani
64fd44663f Utils: Do not print \r\n\t in hexdump 2016-02-13 02:21:23 +01:00
Sepalani
e16d8033d0 NAS: Fixed threading issues 2016-02-13 01:12:38 +01:00
Sepalani
9c8cfe37ce Fixed: missing format string parameter 2016-02-09 16:46:24 +01:00