| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | _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 |
| * | We should be using _take, not _set_user_coins in !roulette | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Actually by-default give people the default wallet | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Use genexprs for sum() throughout modules/coins.py | jesopo | 2018-10-19 | 1 | -4/+4 |
| * | send() should check all user coins when checking for redeem-amount | jesopo | 2018-10-19 | 1 | -2/+2 |
| * | _default_wallets takes a `user` param | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Dangerous typo in modules/coins.py - 'wallet' -> 'wallets' | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Typo in modules/coins.py, 'DEFAUT' -> 'DEFAULT' | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Protect against unknown wallets, show "new total" of output wallet when a coin•••flip is won
| jesopo | 2018-10-19 | 1 | -4/+13 |
| * | Correctly pass wallet through in _give/_take/_move | jesopo | 2018-10-19 | 1 | -4/+4 |
| * | _user_has_wallet takes a `user` param! | jesopo | 2018-10-19 | 1 | -2/+2 |
| * | Typo in modules/coins.py, "len(list > 2)" -> "len(list) > 2" | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Add another missing ")" in modules/coins.py | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Add missing ")" in modules/coins.py | jesopo | 2018-10-19 | 1 | -1/+1 |
| * | Allow users to add/remove wallets and specify which wallets to use with•••commands that effect coins!
| jesopo | 2018-10-19 | 1 | -20/+94 |
| * | Typo in modules/coins.py, 'user' -> 'event["user"]' | jesopo | 2018-10-18 | 1 | -1/+1 |
| * | _user_has_wallet takes a `user` arg | jesopo | 2018-10-18 | 1 | -1/+1 |
| * | Show the coins a user has in a specified wallet when a wallet is specified to•••!wallet
| jesopo | 2018-10-18 | 1 | -1/+11 |
| * | Typo in modules/coins.py, 'commands' -> 'command' | jesopo | 2018-10-18 | 1 | -1/+1 |
| * | put "default" wallet in to a const, pass wallet arg through function calls, add•••!wallet
| jesopo | 2018-10-18 | 1 | -11/+26 |
| * | Remove debug print in modules/coins.py | jesopo | 2018-10-18 | 1 | -1/+0 |
| * | Change interest rates to use wallets | jesopo | 2018-10-18 | 1 | -2/+6 |
| * | Remove now-unneeded code, change _total_coins to use _all_coins | jesopo | 2018-10-18 | 1 | -7/+2 |
| * | Typo in modules/coins.py, 'wallet' -> 'user_coins' | jesopo | 2018-10-18 | 1 | -1/+1 |
| * | coins should be (nickname, coins) not just coins | jesopo | 2018-10-18 | 1 | -1/+2 |
| * | Typo in modules/coins.py, "coin_settings" -> "coins" | jesopo | 2018-10-18 | 1 | -1/+1 |
| * | Use "wallets" for !richest, not "coins" | jesopo | 2018-10-18 | 1 | -1/+5 |
| * | Internally use "wallets" to track users coins | jesopo | 2018-10-18 | 1 | -10/+22 |
| * | Coin amount is the second arg to !givecoins | jesopo | 2018-10-17 | 1 | -1/+1 |
| * | Re-add `new_coins` variable in modules/coins.py.lottery, used for telling a user•••what their balance is after winning the lottery
| jesopo | 2018-10-17 | 1 | -0/+1 |
| * | We should be changing `bet_amounts` instead of parsing a bet amount and doing•••nothing with it :l
| jesopo | 2018-10-17 | 1 | -1/+1 |
| * | Typo in modules/coins.py; 'utils._parse_coins' -> 'self._parse_coins' | jesopo | 2018-10-16 | 1 | -1/+1 |
| * | all_coins is a dictionary, thus needs .items() to turn it in to `nickname, co... | jesopo | 2018-10-16 | 1 | -1/+1 |
| * | Add utils.EventError, utilise it for stderr in commands.py/coins.py | jesopo | 2018-10-16 | 1 | -40/+19 |
| * | Typo in modules/coins.py.send(), 'target' -> 'target_user' | jesopo | 2018-10-16 | 1 | -1/+1 |
| * | Move redeem-amount/redeem-delay logic to their own functions in modules/coins.py | jesopo | 2018-10-16 | 1 | -8/+10 |