| Commit message (Expand) | Author | Age | Files | Lines |
| * | add database.users.get_nickname, to get nickname from ID | jesopo | 2019-12-01 | 1 | -2/+7 |
| * | fix database.user_settings.find logic | jesopo | 2019-12-01 | 1 | -3/+3 |
| * | add --remove-server/-R cli arg | jesopo | 2019-07-12 | 1 | -0/+6 |
| * | Add !editserver command | jesopo | 2019-07-04 | 1 | -0/+6 |
| * | Fix Database.ChannelSettings.find SQL | jesopo | 2019-06-17 | 1 | -1/+1 |
| * | Remove column from server.add SQL (leftover from removing 'ipv4' column) | jesopo | 2019-05-21 | 1 | -1/+1 |
| * | Remove mention of `ipv4` - detect address family automatically | jesopo | 2019-05-21 | 1 | -7/+7 |
| * | Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change
!connect/!disconnect to take aliases instead of IDs
| jesopo | 2019-04-24 | 1 | -1/+8 |
| * | Add UNIQUE constraint for `alias` on `servers` table | jesopo | 2019-04-24 | 1 | -1/+2 |
| * | Pull "is main thread" logic out to utils, force Database to be accessed on main•••thread
| jesopo | 2019-02-25 | 1 | -1/+4 |
| * | Old copypaste fail - we were returning the most recent user id when creating ...•••(Database.py)
| jesopo | 2019-02-10 | 1 | -1/+1 |
| * | Don't .lower() nicknames in Database.py, it doesn't know about IRC casemapping | jesopo | 2019-02-06 | 1 | -2/+2 |
| * | 'find_*_setting' functions don't exist anymore! | jesopo | 2018-11-28 | 1 | -4/+4 |
| * | Convert BOOLEAN sqlite3 types to bool objects when retrieving them | jesopo | 2018-11-27 | 1 | -1/+4 |
| * | Typo in src/Database.py, 'total_millisecons' -> 'total_milliseconds' | jesopo | 2018-11-14 | 1 | -1/+1 |
| * | Log query timing in src/Database.py in 1 line, not 2 | jesopo | 2018-11-14 | 1 | -3/+2 |
| * | Return new user's id in Database.users.add | jesopo | 2018-11-13 | 1 | -0/+2 |
| * | Return new server_id from Database.servers.add | jesopo | 2018-11-13 | 1 | -0/+2 |
| * | Readd line I accidentally removed in src/Database.py | jesopo | 2018-11-11 | 1 | -0/+1 |
| * | Add a `threading.Lock()` around `cursor.execute(...)` in Database.py | jesopo | 2018-11-11 | 1 | -2/+3 |
| * | 'rename_channel' -> 'rename' in src/Database.channels | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Pass connection parameters around in their own object (IRCConnectionParameters) | jesopo | 2018-11-05 | 1 | -6/+8 |
| * | Add Database.channels.rename, as part of support for IRCv3's RENAME | jesopo | 2018-11-05 | 1 | -0/+3 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 1 | -45/+56 |
| * | Add database.find_by_setting, send github commits to interested channels | jesopo | 2018-10-06 | 1 | -0/+13 |
| * | Fix start.py not giving the right arguments to database.servers.add | jesopo | 2018-10-03 | 1 | -3/+3 |
| * | Implement client-side bindhost | jesopo | 2018-10-01 | 1 | -8/+9 |
| * | Add 'trace' logging level for src/Database.py and src/EventManager.py very•••verbose debugging
| jesopo | 2018-10-01 | 1 | -2/+2 |
| * | Fix find_prefix functions in Database.py ('%s%' -> '%s%%') | jesopo | 2018-09-28 | 1 | -5/+5 |
| * | Don't give IRCBot instance to things that don't need it, use a better way of•••doing default locations for config/database/log
| jesopo | 2018-09-27 | 1 | -7/+6 |
| * | Move log and database files to their own folders | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -0/+369 |