aboutsummaryrefslogtreecommitdiff
path: root/src/utils/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* utils.cli shouldn't know about DatabaseGravatar jesopo2019-10-291-3/+3
|
* Remove mention of `ipv4` - detect address family automaticallyGravatar jesopo2019-05-211-2/+1
|
* Put a helper function in utils to do iso8601 formatting. change IRCServer'sGravatar jesopo2019-02-171-1/+1
| | | | last-read setting to use it.
* That shouldn't be thereGravatar jesopo2018-11-131-1/+0
|
* Return new user's id in Database.users.addGravatar jesopo2018-11-131-1/+2
|
* Return new server_id from Database.servers.addGravatar jesopo2018-11-131-2/+3
|
* Move logic for adding a server to the database out to utils.cli and add aGravatar jesopo2018-11-131-0/+19
--add-server flag for start.py, to add new server