aboutsummaryrefslogtreecommitdiff
path: root/launcher/net/PasteUpload.h
AgeCommit message (Collapse)Author
2022-05-21Change paste settings and add copyright headersLenny McLennington
- There's now a notice reminding people to change the base URL if they had a custom base URL and change the paste type (that was something I personally had problems with when I was testing, so a reminder was helpful for me). - Broke down some of the long lines on APIPage.cpp to be more readable. - Added copyright headers where they were missing. - Changed the paste service display names to the names they are more commonly known by. - Changed the default hastebin base URL to https://hst.sh due to the acquisition of https://hastebin.com by Toptal.
2022-05-21Support paste.gg, hastebin, and mclo.gsLenny McLennington
2022-05-17chore: remove copyright from files i didnt mess withflow
This is what happens when you auto-pilot stuff xdd
2022-05-12chore: add polymc license headers to launcher/net filesflow
2022-01-19PasteUpload task changed to use 0x0.st's protocolLenny McLennington
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code.
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek