| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use IRCUser.id ever, use IRCUser.get_id() | jesopo | 2018-09-05 | 1 | -1/+1 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -1/+1 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -9/+9 |
| * | Add the ability to only require authentication if your nickname is registered | jesopo | 2018-08-28 | 1 | -2/+2 |
| * | Only allow users to send coins to users that have had coins before | jesopo | 2018-08-28 | 1 | -2/+7 |
| * | Require authentication to use or potentially lose coins | jesopo | 2018-08-28 | 1 | -4/+3 |
| * | Add !resetcoins in coins.py | jesopo | 2018-08-28 | 1 | -0/+17 |
| * | Prevent users sending coins to themselves | jesopo | 2018-08-25 | 1 | -0/+3 |
| * | Show spin colour, make sure there's bet amounts for all bets, fix street regex,•••show total winnings and support low/high for !roulette in coins.py
| jesopo | 2018-08-18 | 1 | -10/+19 |
| * | Support multiple bets in one go with !roulette in coins.py | jesopo | 2018-08-16 | 1 | -55/+80 |
| * | Added streets and big/small to !roulette | jesopo | 2018-08-15 | 1 | -6/+19 |
| * | implemented !roulette in coins.py | jesopo | 2018-08-15 | 1 | -0/+88 |
| * | Use regex match to avoid coin values less than 0.01 | jesopo | 2018-08-13 | 1 | -7/+13 |
| * | Round up when checking zeroness | jesopo | 2018-08-10 | 1 | -4/+4 |
| * | Prevent highlighting users in !wordusers and !richest | jesopo | 2018-08-10 | 1 | -3/+3 |
| * | don't permit 0-coin flips | jesopo | 2018-08-10 | 1 | -1/+2 |
| * | fixed filtering out bankrupt users from !richest | jesopo | 2018-08-10 | 1 | -1/+2 |
| * | Fix "decimal" typo in !richest | jesopo | 2018-08-10 | 1 | -1/+1 |
| * | Switch to using Decimal in coins.py, floats are weird! | jesopo | 2018-08-10 | 1 | -35/+42 |
| * | Have 2 decimal places for coins! | jesopo | 2018-08-10 | 1 | -26/+29 |
| * | A 10 second interval for interest rates is not good | jesopo | 2018-08-10 | 1 | -1/+3 |
| * | stderr not stdout, int() interest rates and actually redo interest rates every•••hour
| jesopo | 2018-08-09 | 1 | -2/+3 |
| * | Allow users to see other people's coins | jesopo | 2018-08-09 | 1 | -2/+6 |
| * | Fix more issues with referencing "server" in interest() in coins.py | jesopo | 2018-08-09 | 1 | -4/+3 |
| * | "wins/loses %d coin(s)!" instead of "wins/loses %d!" | jesopo | 2018-08-09 | 1 | -4/+6 |
| * | Fix wrong method of referencing server in timer callback | jesopo | 2018-08-09 | 1 | -1/+1 |
| * | Added interest rates in coins.py, filter out 0 for !richest | jesopo | 2018-08-09 | 1 | -1/+26 |
| * | Changed find_all_by_setting to not return setting, added !richest | jesopo | 2018-08-09 | 1 | -0/+14 |
| * | More grammar | jesopo | 2018-08-09 | 1 | -1/+1 |
| * | Round up redeem-delay time, allow users to send coins | jesopo | 2018-08-09 | 1 | -2/+34 |
| * | Only allow !redeemcoins when you have no coins | jesopo | 2018-08-09 | 1 | -12/+20 |
| * | Remove print in coins.py, fixed grammar a little | jesopo | 2018-08-09 | 1 | -3/+1 |
| * | Added coins.py | jesopo | 2018-08-09 | 1 | -0/+68 |