| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move logic for adding a server to the database out to utils.cli and add a•••--add-server flag for start.py, to add new server
| jesopo | 2018-11-13 | 1 | -1/+1 |
| * | Fix some non-explicit None returns, add type hints to important variables | jesopo | 2018-10-31 | 1 | -0/+3 |
| * | Fix/refactor issues brought up by type hint linting | jesopo | 2018-10-30 | 1 | -3/+3 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 1 | -89/+34 |
| * | Typo in utils.parse_docstring, 'multiple_items' -> 'var_items' | jesopo | 2018-10-28 | 1 | -1/+1 |
| * | Support multiple items for docstring kwargs in utils.parse_docstring | jesopo | 2018-10-28 | 1 | -3/+11 |
| * | Standardise "Failed to load results" errors! | jesopo | 2018-10-20 | 1 | -0/+3 |
| * | Add utils.EventError, utilise it for stderr in commands.py/coins.py | jesopo | 2018-10-16 | 1 | -0/+3 |
| * | Use decimal.Decimal in utils.parse_number | jesopo | 2018-10-12 | 1 | -9/+12 |
| * | Actually pass format args to ValueErrors in utils.parse_number | jesopo | 2018-10-12 | 1 | -2/+2 |
| * | int(number) after we've checked .isdigit() in utils.parse_number | jesopo | 2018-10-12 | 1 | -0/+1 |
| * | Add utils.parse_number, to turn 1k/1m/1b in to 1_000/1_000_000/1_000_000_000 | jesopo | 2018-10-12 | 1 | -0/+19 |
| * | Support multiple types of comments in utils.get_hashflags | jesopo | 2018-10-07 | 1 | -3/+11 |
| * | Typo in utils, 'line.replace[3:]' -> 'line[3:]' | jesopo | 2018-10-04 | 1 | -1/+1 |
| * | Checking for the presence of the seperator in the return from .partition is a•••more "correct" way of doing this
| jesopo | 2018-10-04 | 1 | -2/+2 |
| * | Non-present hashflag values should be None, not empty string | jesopo | 2018-10-04 | 1 | -1/+1 |
| * | Simplify hashflag parsing | jesopo | 2018-10-04 | 1 | -6/+1 |
| * | Move 'top 10' logic to utils, add !wordiest to modules/words.py | jesopo | 2018-10-04 | 1 | -0/+11 |
| * | Use docstring key, not value, as a key. | jesopo | 2018-10-03 | 1 | -3/+3 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -0/+173 |