+- version 1.3 Oxygen
+* Using some more "default" branch names
+* New client added: Go client
+* Cleanups
+
202100321 version 1.3 Nitrogen
* Added new default allowed file types
* Cleanups
-1.3 Nitrogen
+1.4 Oxygen
fi;
ENDPOINT="http://your.tld/selfpaste/webroot/";
-SELFPASTE_UPLOAD_SECRET="PLEASE CHANGE YOUR SECRET TO SOMTHING";
+SELFPASTE_UPLOAD_SECRET="PLEASE CHANGE YOUR SECRET";
FILENAME="$1";
exit 4;
fi;
else
- echo "Provided file is not accessable."
+ echo "Provided file is not accessible."
exit 3;
-fi;
\ No newline at end of file
+fi;
* see: https://www.gnu.org/software/libc/manual/html_node/Argp-Example-3.html#Argp-Example-3
*/
const char *argp_program_version = "1.1";
-const char *argp_program_bug_address = "https://://www.bananas-playground.net/projekt/selfpaste";
+const char *argp_program_bug_address = "https://www.bananas-playground.net/projekt/selfpaste";
static char doc[] = "selfpaste. Upload given file to your selfpaste installation.";
static char args_doc[] = "file";