0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implementing ClassiCubeSession support. "Direct" tab works. "Sign in" tab needs work. More... over 10 years ago
Preparing to add ClassiCube support. MinecraftNetSession is now just an implementation of IPlaySession. More... over 10 years ago
Relaxed regex restriction on direct-connect URLs, to allow emails-as-usernames (for mojanged accounts) More... almost 11 years ago
Updated readme More... almost 11 years ago
1.23: fixed log uploading (broken due to github API changes). More... almost 11 years ago
1.22 final - updated readme and version numbers. More... almost 11 years ago
Fixed "Always" and "Never" game update preference getting mixed up (thanks Ninjacat). More... almost 11 years ago
Minor code cleanup More... almost 11 years ago
Added 5-second timeout for launcher update requests. More... almost 11 years ago
Got rid of fancy unicode quotes that somehow snuck into the readme. More... almost 11 years ago
Updated README to include 1.20 changelog, and updated link to binaries. More... almost 11 years ago
Added tests for PasswordSecurity's cipher. Define TEST_ENCRYPTION constant in build configuration to enable. More... almost 11 years ago
Feature: Added warning when unchecking "Multiple accounts", if multiple accounts are currently remembered. Fix: Unchecking "Multiple accounts" now actually erases account info right away, from disk and memory. Before, it waited until launcher closed. Launcher version is now 1.21 More... almost 11 years ago
Fixed "Forget account" button breaking after one use (thanks Wallbraker). More... over 11 years ago
Hooked up ConfirmDialog to "Remember usernames", "Reset settings", and "Delete all data" controls. Fixed sign-in tab notification not being updated after "remember username" or "remember password" options were changed. More... over 11 years ago
Added ConfirmDialog class, for showing confirmation prompts. More... over 11 years ago
Fixed "Fail-safe mode" checkbox value being updated when user goes to the "Tools" tab page, instead of the "Options" page. More... over 11 years ago
Updated copyright/license notices. More... over 11 years ago
Additional code cleanup and comments. More... over 11 years ago
Fixed occasional font color mix-up on sign-in tab, where warnings were not shown in red. More... over 11 years ago
Fixed "forget current account" button forgetting ALL accounts. More... over 11 years ago
Some tweaks, fixes, and new tooltips for the "Options" tab. More... over 11 years ago
Cleaned up form layout ("Fail safe" checkbox moved to Options, "Forget current account" moved to Tools, added tooltips). More... over 11 years ago
Fixed a few account-switching bugs, and implemented "Multiple users" option checkbox (unchecked by default). More... over 11 years ago
Account switching works! Now, just need to add an option to disable it. More... over 11 years ago
Fixed SettingsFile creating two entries for lines that contained both equal signs and colons. More... over 11 years ago
Got account switching mostly working. Still some kinks to work out (like ability to delete saved account info). More... over 11 years ago
Moved account management code out from MainForm into new AccountManager class. More... over 11 years ago
Polished and commented the password encryption/decryption code. Now easier to use. More... over 11 years ago
Improved password storage security (thanks SirCmpwn for ideas) and decryption failure handling. More... over 11 years ago