| Commit message (Expand) | Author | Age | Files | Lines |
| * | Actually take coins when the house wins (coins) | jesopo | 2019-03-01 | 1 | -0/+1 |
| * | Don't take a users coins when they make an invalid roulette bet (coins.py) | jesopo | 2019-02-05 | 1 | -2/+2 |
| * | `user` doesn't exist in _move(), it's `user1` (coins.py) | jesopo | 2019-02-02 | 1 | -1/+1 |
| * | Prevent users partaking in the lottery if doing so would put their coin total•••below the coin redemption amount (coins.py)
| jesopo | 2019-01-25 | 1 | -0/+8 |
| * | 'self._get_all_user_coins' -> 'self._get_user_coins', forgot to change this when•••we moved back away from wallets (coins.py)
| jesopo | 2019-01-24 | 1 | -1/+1 |
| * | Typo, `server.get_value` -> `server.get_setting` (coins.py) | jesopo | 2019-01-23 | 1 | -1/+1 |
| * | Disable coin interest by default (coins.py) | jesopo | 2019-01-23 | 1 | -0/+2 |
| * | Change another usage of `coins` when it should be `all_coins` (coins.py) | jesopo | 2019-01-23 | 1 | -1/+1 |
| * | Fix `coins` name collision (coins.py) | jesopo | 2019-01-23 | 1 | -3/+3 |
| * | Remove wallet and bank logic (coins.py) | jesopo | 2019-01-23 | 1 | -284/+44 |
| * | Don't try to call .isdigit() on an int object in coin.py.lottery_buy | jesopo | 2018-12-05 | 1 | -1/+1 |
| * | Make coins.py compatible with versions of python under 3.6 | jesopo | 2018-11-30 | 1 | -4/+4 |
| * | Show wallet balances in a human format (with ","s) | jesopo | 2018-11-02 | 1 | -1/+1 |
| * | Don't let users bet 0 coins | jesopo | 2018-11-02 | 1 | -3/+6 |
| * | Show !coins in a human format (with ","s) | jesopo | 2018-11-02 | 1 | -1/+1 |
| * | Comma-delimit numbers in the !richest response | jesopo | 2018-10-31 | 1 | -1/+3 |
| * | Redo lottery timer in modules/coins.py | jesopo | 2018-10-24 | 1 | -0/+1 |
| * | `.items()` -> `.values()` | jesopo | 2018-10-23 | 1 | -1/+1 |
| * | Typo in modules/coins.py, 'amount_amount_total' -> 'bet_amount_total' | jesopo | 2018-10-23 | 1 | -1/+1 |
| * | Re-move taking payin to before payout, better logic around win/odds to show it•••correctly but still give back your bet amount
| jesopo | 2018-10-23 | 1 | -6/+10 |
| * | Switch back to only taking losses when they're losses, instead of taking payin•••and then giving it back after the roulette spin
| jesopo | 2018-10-23 | 1 | -5/+4 |
| * | _take already gives back to pool | jesopo | 2018-10-23 | 1 | -1/+0 |
| * | Don't try to parse wallet args as a bet amount in modules/coins.py | jesopo | 2018-10-23 | 1 | -1/+2 |
| * | Roulette wins should include the payin | jesopo | 2018-10-22 | 1 | -1/+3 |
| * | When deleting a wallet, shift funds to default 'in' wallet instead of assuming a•••user has a 'default' named wallet
| jesopo | 2018-10-22 | 1 | -2/+3 |
| * | Fix indication of optionalness of `wallet` param of !defaultwallet | jesopo | 2018-10-22 | 1 | -1/+1 |
| * | Copypaste fail in modules/coins.py, 'row' -> 'i' | jesopo | 2018-10-22 | 1 | -1/+1 |
| * | Add lcorner/rcorner bets to !roulette in modules/coins.py | jesopo | 2018-10-22 | 1 | -1/+16 |
| * | Add double streets to !roulette in modules/coins.py | jesopo | 2018-10-22 | 1 | -0/+6 |
| * | Fix copypaste fail in modules/coins.py.move_coins | jesopo | 2018-10-22 | 1 | -1/+1 |
| * | Add !movecoins in modules/coins.py | jesopo | 2018-10-22 | 1 | -0/+19 |
| * | Dict are immutable, duh. | jesopo | 2018-10-22 | 1 | -1/+1 |
| * | Typo in help string in modules/coins.py, 'By' -> 'Buy' | jesopo | 2018-10-22 | 1 | -1/+3 |
| * | _default_wallet is not _default_wallet_for | jesopo | 2018-10-22 | 1 | -2/+2 |
| * | _default_wallets takes a `user` param | jesopo | 2018-10-22 | 1 | -1/+1 |
| * | _default_wallet_for is for find the default type of a given wallet, not the•••wallet for a given default type
| jesopo | 2018-10-21 | 1 | -1/+1 |
| * | Add missing .items() to dict iteration in modules/coins.py | jesopo | 2018-10-21 | 1 | -1/+1 |
| * | Show default wallet for wallet types when you don't specify 2 args to•••!defaultwallet
| jesopo | 2018-10-21 | 1 | -9/+13 |
| * | 'DEFAULT_WALLETS' -> 'WALLETS_DEFAULTS' | jesopo | 2018-10-21 | 1 | -1/+1 |
| * | Add missing "," in modules/coins.py | jesopo | 2018-10-21 | 1 | -1/+1 |
| * | use default "interest" wallet for interest and default "lottery" wallet for•••lottery winnings
| jesopo | 2018-10-21 | 1 | -4/+8 |
| * | 'WALLET_DEFAULT' -> 'WALLET_DEFAULT_NAME' | jesopo | 2018-10-21 | 1 | -12/+12 |
| * | prevent !removewallet on any wallet that's configured as a default | jesopo | 2018-10-21 | 1 | -5/+15 |
| * | Add configurable default wallets for different actions! | jesopo | 2018-10-21 | 1 | -3/+30 |
| * | wallet args in !roulette need to have their position calculated! | jesopo | 2018-10-21 | 1 | -2/+5 |
| * | Typo in modules/coins.py, 'nickanme' -> 'nickname' | jesopo | 2018-10-20 | 1 | -1/+1 |
| * | _take takes a `server` param | jesopo | 2018-10-20 | 1 | -1/+1 |
| * | Add wallets to usage strings and add missing help in modules/coins.py | jesopo | 2018-10-20 | 1 | -5/+13 |
| * | Use the correct arg_split index for parsing wallet in !givecoins | jesopo | 2018-10-20 | 1 | -2/+2 |
| * | Parse in/out wallet in the context of their relevant users | jesopo | 2018-10-19 | 1 | -5/+8 |