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
*
move --database/data-dir/log-dir to bot.conf, do some work for diff db engines
jesopo
2019-12-19
1
-20
/
+20
|
*
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
jesopo
2019-04-24
1
-1
/
+8
|
|
|
|
|
IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs
*
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
jesopo
2019-02-25
1
-1
/
+4
|
|
|
|
thread
*
Old copypaste fail - we were returning the most recent user id when creating ↵
jesopo
2019-02-10
1
-1
/
+1
|
|
|
|
|
|
channels (Database.py)
*
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
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