552 Commits

Author SHA1 Message Date
Steven Smith
847db7e035 Merge pull request #326 from ihaveamac/patch-1
create issue template
2017-03-29 15:07:23 -07:00
Ian Burgwin
d86eab938a create issue template
should hopefully reduce the amount of "can't install on 11.3" issues
2017-03-29 14:07:45 -07:00
Steveice10
ce26e53712 Fix HTTP downloading. 2017-03-19 15:35:41 -07:00
turboclear
023fec6f46 servefiles.py - interactive mode, explicit interpreter
This adds an interactive mode if no arguments are provided, prompting the user to enter the IP, file, etc.,
The 'help' display is instead shown if the standard 'help' flags are used (ex: --h, -h, --help, etc.,)t
This also allows the user to specify the path to the interpreter. The original version assumed only the script name was used as an argument, and the default interpreter for the environment was being used, so it would fail on "C:\python27\python.exe servefiles.py"
2017-03-19 14:19:10 -07:00
Steveice10
c319a07f29 Add HTTP timeout, use while loop for redirects, use constant for user agent. 2017-03-19 13:45:56 -07:00
Steveice10
dbe6b992e5 Remove unnecessary bounds check. 2017-03-08 15:13:17 -08:00
Sven Kocksch
8a937005d3 reuse local bind address
Don't need to wait 30 seconds after local address is reusable again.
2017-03-07 18:32:39 +01:00
Steveice10
c5b44683e6 Update license year. 2017-03-02 00:04:34 -08:00
Steveice10
0897b3ecde Display TitleDB app information during installation. 2017-03-01 10:08:53 -08:00
Steveice10
a62655d896 Free unused TitleDB entries. 2017-02-27 14:30:01 -08:00
Steveice10
fe0768885d Use TitleDB API version 1. 2017-02-27 00:03:04 -08:00
Steveice10
7e7375226f Update buildtools. 2017-02-26 09:45:46 -08:00
Cédric Connes
c57359f9f4 Add sendurls.py 2017-02-26 09:22:08 -08:00
Steveice10
e72c6c1cea Add action to update all TitleDB titles, make URL install buffer allocation use max constants. 2017-02-26 09:21:43 -08:00
Steveice10
39e1718c8d Fix servefiles Python 2 compatibility. 2017-02-22 22:40:21 -08:00
Steveice10
54572a02e1 Fix servefiles batch script when in directory with spaces. 2017-02-22 22:35:33 -08:00
Steveice10
adc5c2d347 Use already retrieved CIA info in installations from local files. 2017-02-16 10:22:11 -08:00
Steveice10
77625262fb Add .cetk to ticket filter. 2017-02-16 10:04:55 -08:00
Steveice10
6b5e4e1a54 Add .cetk to extensions supported by servefiles, minor string changes. 2017-02-16 09:57:37 -08:00
Steven Smith
1b5cc0a268 Merge pull request #304 from emeric254/patch-1
Update servefiles.py
2017-02-16 09:49:10 -08:00
Tosi Émeric
ca3b6a3f85 Update README.md 2017-02-16 16:50:26 +01:00
Tosi Émeric
2d8d5db210 Create drop cias or folder here.sh
equivalent of the *.bat script but for *nix OS
2017-02-16 16:43:48 +01:00
Tosi Émeric
f40d0038f2 Update servefiles.py
change file verification when a file is given as parameter
2017-02-16 16:32:53 +01:00
Tosi Émeric
07f69db677 Update servefiles.py
making parameter count verification strict
adding file extension verification when a file is given as parameter
adding output error to stderr
adding hostPort choice (for the HTTP server)
rename 'directory' into 'target_path'
rename 'payload' into 'file_list_payload'
adding comments
some small cleanups (indent, print(), ...)
2017-02-16 16:23:14 +01:00
Steven Smith
a71759d2df Merge pull request #296 from Remnence/patch-1
Patch 1
2017-02-05 18:17:51 -08:00
Remnence
2a55760eaf Rename drop cia or folder here.bat to drop cias or folder here.bat 2017-02-05 18:40:30 -06:00
Remnence
aac35f0ec0 Update drop cia or folder here.bat
Basic error checking to exclude non-cia files.
2017-02-05 18:39:23 -06:00
Remnence
cd14638920 Update drop cia or folder here.bat 2017-02-05 18:14:46 -06:00
Remnence
c461239191 Create drop cia or folder here.bat 2017-02-05 18:05:09 -06:00
Steveice10
b004685b7f Fall back to region-based language if SMDH title for language setting is empty. 2017-01-27 16:09:25 -08:00
Steveice10
5abe2133fd Ignore JSON library strict aliasing warnings. 2017-01-26 20:08:26 -08:00
Steveice10
fb527eb409 Ignore misleading indentation warnings from stb_image. 2017-01-25 15:22:58 -08:00
Steveice10
a3b8489b8c Update buildtools, exit with code 1 in servefiles if a socket error occurs. 2017-01-19 20:03:05 -08:00
Steveice10
f7e84e30df Fix TWL cartridges being sorted at end of title list. 2017-01-16 14:21:13 -08:00
Steveice10
7d5581f44a Clean up rendering code, dynamically retrieve title ID for self-overwrite check. 2017-01-12 20:01:31 -08:00
Steveice10
1317759885 Use /usr/bin/env for servefiles shebang. 2017-01-11 21:52:19 -08:00
Steveice10
639675c07e Include space for null terminator in received URL payload. 2017-01-09 16:12:52 -08:00
Steveice10
541786bc86 Add new logo by PabloMK7, fade in text on CIA/3DS startup. 2017-01-08 11:23:05 -08:00
Steveice10
33737b1292 Remove kernel exploits, switch to fasthax backdoor. 2017-01-07 15:55:27 -08:00
Steveice10
3137dcb8a6 Add host IP argument to README.md. 2017-01-07 12:29:05 -08:00
Steveice10
5f4e9406bb servefiles: Add optional host IP argument. 2017-01-07 12:26:51 -08:00
Steveice10
40b6163a27 Update buildtools. 2017-01-07 12:13:11 -08:00
Steveice10
554f96350e Display error if target file item could not be created for bulk operations. 2017-01-06 18:24:13 -08:00
Steveice10
0d2fd5b28e Update buildtools. 2017-01-05 23:47:59 -08:00
Steveice10
e81401d13b Update buildtools. 2017-01-05 18:26:54 -08:00
Steveice10
1b97cff68c Bring Makefile up to date with template. 2017-01-05 18:20:42 -08:00
Steveice10
adbd41dabf Make copy of target item to prevent use-after-free issues. 2016-12-30 18:54:07 -08:00
Steveice10
4eb7586237 Set attributes to 0 if FSFILE_GetAttributes fails. 2016-12-30 15:05:56 -08:00
Steveice10
0c0e04aad6 Correct logic for adding slashes to directory paths. 2016-12-29 16:07:02 -08:00
Steveice10
70fe88d04c Update submodule, add guards to cleaning up services. 2016-12-28 09:01:04 -08:00