| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Move logic to get all coins to it's own function in modules/coins.py | jesopo | 2018-10-16 | 1 | -10/+9 |
| * | Add missing help strings to commands in modules/coins.py | jesopo | 2018-10-16 | 1 | -0/+15 |
| * | Move some more str(coins) calls to _coin_str(coins) in modules/coins.py | jesopo | 2018-10-16 | 1 | -2/+2 |
| * | Remove unneeded complexity in modules/coins.py.reset_coins | jesopo | 2018-10-16 | 1 | -7/+3 |
| * | modules/coins.py._take should have a `server` param | jesopo | 2018-10-16 | 1 | -2/+2 |
| * | Move logic for "take from user, give to pool" (and visa-versa) it's own•••function, put user-to-user sending it's own function too
| jesopo | 2018-10-16 | 1 | -31/+28 |
| * | Remove more code duplication in modules/coins.py; move parsing amounts of coins•••in to it's own function
| jesopo | 2018-10-16 | 1 | -33/+38 |
| * | Remove a large amount of code duplication in modules/coins.py | jesopo | 2018-10-16 | 1 | -68/+67 |
| * | `event["server"]` -> `server` in modules/coins.py | jesopo | 2018-10-14 | 1 | -1/+1 |
| * | Catch ValueError from utils.parse_number, to allow other code to deal with•••complaining about invalid numbers
| jesopo | 2018-10-14 | 1 | -2/+8 |
| * | Work directly from users in modules/coins.py.interest(), so as to not give•••double-interest to two "users" online at the same time sharing the same identity
| jesopo | 2018-10-14 | 1 | -2/+1 |
| * | Add !lotterywinner in modules/coins.py, to show who last won the lottery | jesopo | 2018-10-14 | 1 | -0/+12 |
| * | Actually return in modules/coins.py._total_coins | jesopo | 2018-10-14 | 1 | -1/+1 |
| * | Add missing ) in modules/coins.py | jesopo | 2018-10-13 | 1 | -1/+10 |
| * | Move functionality of finding total in-circulation coins out to it's own•••function
| jesopo | 2018-10-13 | 1 | -5/+6 |
| * | Add !totalcoins in modules/coins.py, to check what the total coins in•••circulation is
| jesopo | 2018-10-13 | 1 | -0/+12 |
| * | !lotterybuy should require authentication because it uses coins | jesopo | 2018-10-13 | 1 | -1/+1 |
| * | 'redude' -> 'reduce' (my redudes), `import random` because i forgot to, don't•••try to do lottery for networks that have no lottery tickets purchased
| jesopo | 2018-10-13 | 1 | -2/+4 |
| * | Fixed incorrect comment about what counts as high/low for roulette in•••modules/coins.py
| jesopo | 2018-10-13 | 1 | -1/+1 |
| * | Give coins lost to the house in roulette to the Bank | jesopo | 2018-10-13 | 1 | -0/+1 |
| * | Typo in modules/coins.py, 'redcude' -> 'reduce' | jesopo | 2018-10-12 | 1 | -1/+1 |
| * | Default !lotterybuy to 1 ticket | jesopo | 2018-10-12 | 1 | -1/+3 |
| * | Add !nextlottery to modules/coins.py | jesopo | 2018-10-12 | 1 | -0/+6 |
| * | Correct the logic used to find the time until the next lottery | jesopo | 2018-10-12 | 1 | -3/+3 |
| * | Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load | jesopo | 2018-10-12 | 1 | -6/+5 |
| * | Use UTC in modules/coins.py | jesopo | 2018-10-12 | 1 | -3/+3 |
| * | Implement 4-times-daily lottery in module/coins.py and address all stderrs to•••the relevent user
| jesopo | 2018-10-12 | 1 | -46/+145 |
| * | _give_from_pool/_take_from_pool take a `server` argument | jesopo | 2018-10-12 | 1 | -2/+2 |
| * | Show cents in !bank balance in modules/coins.py | jesopo | 2018-10-12 | 1 | -2/+2 |
| * | Introduce a finite coin system in modules/coins.py | jesopo | 2018-10-12 | 1 | -1/+35 |
| * | modules/coins.py.send should be checking user_coins before the send amount is•••taken away, not after
| jesopo | 2018-10-12 | 1 | -1/+1 |
| * | Support unit-based bets (1k/1m/1b) in modules/coins.py | jesopo | 2018-10-12 | 1 | -0/+2 |
| * | Don't calculate `user_coins(+/-)coin_bet` twice | jesopo | 2018-10-11 | 1 | -6/+6 |
| * | Remove one-too-many indent in modules/coins.py | jesopo | 2018-10-11 | 1 | -1/+1 |
| * | Fix column obsession | panicbit | 2018-10-11 | 1 | -8/+14 |
| * | Show new coin total after flipping a coin | panicbit | 2018-10-11 | 1 | -4/+6 |
| * | randbelow takes one argument | jesopo | 2018-10-10 | 1 | -1/+1 |
| * | Support coin bets without a whole number (e.g. '0.1' can be '.1') | jesopo | 2018-10-10 | 1 | -1/+1 |
| * | Use a better RNG in modules/coins.py (secrets.choice/secrets/randbelow) | jesopo | 2018-10-10 | 1 | -3/+3 |
| * | Move 'top 10' logic to utils, add !wordiest to modules/words.py | jesopo | 2018-10-04 | 1 | -6/+5 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -12/+12 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -18/+20 |
| * | Add src/Cache.py, use it in modules/coins.py | jesopo | 2018-09-29 | 1 | -8/+10 |
| * | Remove cyclical references to IRCBot | jesopo | 2018-09-28 | 1 | -2/+2 |
| * | Change old-style event hook in coins.py | jesopo | 2018-09-27 | 1 | -1/+1 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -28/+37 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Remove empty spaces in coins.py | jesopo | 2018-09-24 | 1 | -2/+0 |
| * | Remove superfluous function. | dngfx | 2018-09-23 | 1 | -17/+0 |
| * | Remove intrusive styling. | dngfx | 2018-09-23 | 1 | -2/+2 |