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 |
|
Sepalani
|
2102a73b05
|
Improved configuration file
Added: register_page.py into cfg and pyproj
Added: Alternative configuration file
Added: Logger into configuration file
|
2015-09-05 22:56:19 +02:00 |
|
payet_s
|
dfa269c71d
|
Added: Configuration Module/File
|
2015-09-05 21:15:31 +02:00 |
|
payet_s
|
cc84f739ca
|
Upgraded: Visual Studio solution
Changed: module comment style
|
2015-09-05 19:17:38 +02:00 |
|
XeR
|
53cab34a97
|
Fix checks for "<!DOCTYPE" instead of "DOCTYPE"
|
2015-06-08 10:31:36 +02:00 |
|
XeR
|
baec1b6f26
|
Prevents users from redefining a DOCTYPE
|
2015-06-07 23:42:25 +02:00 |
|
polaris
|
2fdd7a5783
|
Now includes licensing (AGPL v3)
|
2014-07-04 19:40:43 -04:00 |
|
Admiral H. Curtiss
|
7c522eab2d
|
Storage: Super hacky Filter evaulation, needs to be improved later.
|
2014-06-03 21:14:36 +02:00 |
|
polaris
|
2102613829
|
Add new tables to storage server
|
2014-05-29 18:56:54 -04:00 |
|
Admiral H. Curtiss
|
88cf7e1c54
|
Storage: Clean up the table creation mess at the top, this should be much more readable and maintainable.
|
2014-05-28 18:15:43 +02:00 |
|
Admiral H. Curtiss
|
7ff0467d2a
|
Storage: Missed a Mario Kart column.
I need to do something about that table creation mess at the top
there...
|
2014-05-28 02:39:56 +02:00 |
|
Admiral H. Curtiss
|
f3e4bb57c4
|
Storage: FriendInfo table for Mario Kart Wii.
|
2014-05-27 20:22:21 +02:00 |
|
polaris-
|
72dd556447
|
Merge pull request #26 from msoucy/ref/python/context-managers
Make use of context managers to safely close files
|
2014-05-27 08:03:08 -04:00 |
|
Matt Soucy
|
3eaf22b1a6
|
Make use of context managers to safely close files
|
2014-05-27 02:38:48 -04:00 |
|
Matt Soucy
|
a9b019825a
|
Use list comprehensions instead of manual creation
Also does some changes to use comprehensions and join instead of manually reimplementing it
|
2014-05-26 23:19:47 -04:00 |
|
Admiral H. Curtiss
|
93fd74579b
|
Dumb error, cursor.execute() doesn't handle single values.
|
2014-05-26 02:24:55 +02:00 |
|
Admiral H. Curtiss
|
c936c819ce
|
Storage: Change how fileids and paths are handled to closer match the real server.
|
2014-05-26 02:01:04 +02:00 |
|
polaris
|
738205b2fd
|
Another typo...
|
2014-05-25 18:24:44 -04:00 |
|
polaris
|
9f683206ca
|
Fix typo
|
2014-05-25 18:23:22 -04:00 |
|
polaris
|
5fd8d97c59
|
Added some error handling to the storage server
|
2014-05-25 18:22:27 -04:00 |
|
Admiral H. Curtiss
|
60d70d1cdc
|
Storage: Reject big files.
|
2014-05-25 22:54:03 +02:00 |
|
Admiral H. Curtiss
|
3db4da2419
|
Storage: Fix accessing of non-existing files.
|
2014-05-25 21:47:46 +02:00 |
|
Admiral H. Curtiss
|
aa1dcf84c7
|
Storage: Implement LIMIT, fix a few small issues.
|
2014-05-25 21:29:43 +02:00 |
|
Admiral H. Curtiss
|
1364193e08
|
Storage: Tables for other WarioWare regions.
|
2014-05-25 05:38:04 +02:00 |
|
Admiral H. Curtiss
|
515ef9dd87
|
Storage: Fix timestamps being stored incorrectly.
|
2014-05-25 05:14:10 +02:00 |
|
Admiral H. Curtiss
|
1aadec2f47
|
Storage: This should make downloading of friend crates work in WarioWare but I haven't tested part of it yet.
|
2014-05-25 04:53:30 +02:00 |
|
Admiral H. Curtiss
|
96e3f6145f
|
Storage: Download files, WarioWare freezes on this for some reason, will check out the problem later.
|
2014-05-24 05:47:41 +02:00 |
|
Admiral H. Curtiss
|
acbbc527d9
|
Storage: Actually save uploaded files.
|
2014-05-24 05:28:04 +02:00 |
|
Admiral H. Curtiss
|
cb2ba136aa
|
Loginticket is now stored, which allows the storage server to properly process GetMyRecords.
Also added a check so an user may only edit his own records, I dunno if
the official server actually enforced this but it makes sense to.
|
2014-05-24 04:02:52 +02:00 |
|
Admiral H. Curtiss
|
3cbb56b090
|
Storage: Implement CreateRecord.
|
2014-05-23 21:17:28 +02:00 |
|
Admiral H. Curtiss
|
47ca4ca2fc
|
Storage: Implement GetSpecificRecords, fix errors in UpdateRecord.
|
2014-05-23 20:33:40 +02:00 |
|
Admiral H. Curtiss
|
50b67314f3
|
Storage: Basic file uploading support (doesn't actually store the uploaded file yet)
|
2014-05-23 19:05:26 +02:00 |
|
Admiral H. Curtiss
|
c8c0ad6997
|
Storage: Implement UpdateRecord.
WarioWare DIY can now successfully delete owned games.
|
2014-05-23 17:49:00 +02:00 |
|
Admiral H. Curtiss
|
6ebaff0475
|
Storage: Start getting WarioWare DIY to work.
|
2014-05-23 15:09:23 +02:00 |
|
Admiral H. Curtiss
|
f4187f5d53
|
Storage: SearchForRecords and GetRecordCount work now, though without any filtering.
|
2014-05-23 04:54:07 +02:00 |
|
Admiral H. Curtiss
|
8549ca3cb1
|
Some basic code for a StorageServer, doesn't work yet.
|
2014-05-23 02:46:47 +02:00 |
|