| Commit message (Expand) | Author | Age | Files | Lines |
| * | only do to_pretty_time as relative when requested | jesopo | 2020-02-24 | 1 | -2/+2 |
| * | support @utils.export on functions, to export those functions | jesopo | 2020-02-19 | 1 | -4/+3 |
| * | include nickname in !redeemcoin success output•••closes #243
| jesopo | 2020-02-19 | 1 | -2/+2 |
| * | update coins.py to use command specs (and not docstrings) | jesopo | 2020-02-14 | 1 | -106/+77 |
| * | split utils.datetime out in to .parse and .format | jesopo | 2020-01-30 | 1 | -2/+2 |
| * | cron events no longer have timers | jesopo | 2019-12-13 | 1 | -4/+2 |
| * | switch coins.py to use cron timers | jesopo | 2019-12-12 | 1 | -6/+4 |
| * | move all datetime-related code from utils/__init__ to utils.datetime | jesopo | 2019-11-15 | 1 | -2/+2 |
| * | split some stuff out of utils/__init__.py | jesopo | 2019-11-15 | 1 | -1/+1 |
| * | transient timers shouldn't use the event system | jesopo | 2019-10-08 | 1 | -8/+6 |
| * | change Cache.py to be key:value | jesopo | 2019-09-02 | 1 | -1/+1 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+3 |
| * | Stop using prevent_highlight. it ruins terminals on OS X | jesopo | 2019-05-04 | 1 | -2/+2 |
| * | Also human-ify coin bet amounts in a flip | jesopo | 2019-03-21 | 1 | -1/+1 |
| * | Show coins in "human" form (with commas) in flip wins/losses | jesopo | 2019-03-21 | 1 | -2/+3 |
| * | 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 |