summaryrefslogtreecommitdiff
path: root/game/update.rpy
AgeCommit message (Expand)AuthorFilesLines
2023-06-24Remove unused code from update.rpyJesusaves1-33/+1
2023-06-24use calcOTP() wrapperJesusaves1-25/+3
2023-06-24Fix a missing line breakJesusaves1-1/+1
2023-06-03Save the OTP tokenJesusaves1-1/+5
2023-05-12Report errors 401 and 403 as authentication errors, for those unawareJesusaves1-2/+8
2022-11-02Fix automatic login flowJesusaves1-0/+6
2022-10-24Fix a bug, but Ren'Py also has a bug of its ownJesusaves1-1/+1
2022-10-24Trust your own setting more blindly, even if things burn.Jesusaves1-3/+7
2022-08-22Automatic login: Death to the annoying login screen!Jesusaves1-1/+35
2022-01-02Improve these labels (Single Screen/Seamless -> Standard/Mouseless)Jesusaves1-2/+2
2021-12-19We're now doing a sprint to have everything the old launcher had.Jesusaves1-1/+38
2021-12-18Move the subkey to MultiPersistent and increase a bit entropy.Jesusaves1-1/+1
2021-12-18Remember password (unsafe)Jesusaves1-2/+7
2021-12-18Allow to remember email when single screen is setJesusaves1-0/+5
2021-12-18Add a single screen login methodJesusaves1-2/+11
2021-12-13Remove Google Auth.Jesusaves1-79/+19
2021-12-13Prototype versionJesusaves1-2/+38
2021-12-13Prepare support for multiple authentication methodsJesusaves1-19/+43
2021-09-25Some changes to 2FA policy to hopefully make easier/more intuitive.Jesusaves1-3/+12
2021-09-06Bump minimum version to Ren'Py 7.4.6+Jesusaves1-3/+5
2021-08-30In theory, this allows you to use ManaPlus or ManaVerse for Evol2 servers.Jesusaves1-1/+1
2021-06-23Disable unimplemented login methodJesusaves1-1/+1
2021-05-19Reduce a bit the grace time for Steam to register the ticketJesusaves1-1/+1
2021-05-19Add support to download localized server listsJesusaves1-1/+12
2021-05-19Allow to remember default Vault login method :>Jesusaves1-3/+14
2021-05-19Add support to remembering the TOTP secret on settings.Jesusaves1-1/+29
2021-05-18Remove some dirty hacks which were hindering UXJesusaves1-3/+2
2021-05-18Fix a few strings not being properly localizedJesusaves1-23/+23
2021-05-17Add new field to server list spec: Type (defaults to "evol2")Jesusaves1-0/+2
2021-05-10Steam Login - Inform who logged in. Want to make sure this is not a false pos...Jesusaves1-1/+2
2021-05-10Define USE_DUMMY_DATA, which causes Ren'Py to use a dummy data instead of fet...Jesusaves1-0/+9
2021-05-10Password minimum lengthJesusaves1-3/+5
2021-05-09Better error handling, spec changeJesusaves1-1/+1
2021-05-09Make sure the email you've entered have at least a semblance of a proper email.Jesusaves1-2/+8
2021-05-09There won't be music, I guess =)Jesusaves1-1/+1
2021-05-09Improved fault tolerance at new code, but still far from good.Jesusaves1-8/+14
2021-05-09Fix typoJesusaves1-3/+3
2021-05-09This is roughly what will be needed for the Vault Auth, minus checking.Jesusaves1-8/+52
2021-05-09Sketch roughly how Vault authentication is currently done.Jesusaves1-4/+48
2021-05-09Provide a random ToS for the Vault-based loginJesusaves1-1/+1
2021-05-09Add fancy screens for the Vault AuthenticationJesusaves1-8/+56
2021-05-09Prepare Vault-Based AUTHJesusaves1-3/+13
2021-05-09Add SSL supportJesusaves1-2/+2
2021-05-09Behave differently when error code 406 is receivedJesusaves1-1/+7
2021-05-08Prompt player to fill preferences on first login.Jesusaves1-1/+9
2021-05-08Rewrite Steam Initialization rule from "not init" to "init not True".Jesusaves1-1/+2
2021-05-08Too much trouble; Do NOT fetch server backgrounds anymore.Jesusaves1-0/+2
2021-05-08Remove steam.cancel_ticket() in hopes this makes them don't expire weirdlyJesusaves1-2/+0
2021-05-08Show for a bit longer eventual errorsJesusaves1-1/+2
2021-05-08I forgot a critical "break" statementJesusaves1-0/+1