index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Database.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
jesopo
2018-10-30
1
-45
/
+56
|
|
|
|
references.
*
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
jesopo
2018-10-01
1
-2
/
+2
|
|
|
|
verbose debugging
*
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
jesopo
2018-09-27
1
-7
/
+6
|
|
|
|
doing default locations for config/database/log
*
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