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
/
Database.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix typo in database.user_settings.delete
jesopo
2018-08-28
1
-1
/
+1
|
*
modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging
jesopo
2018-08-28
1
-6
/
+4
|
|
|
|
to be an object on the server object instead of an event call
*
Change the database to give channels and users ids and use those in the settings
jesopo
2018-08-19
1
-79
/
+115
|
|
|
|
tables
*
check if a table exists before making it instead of catching the sqlite
jesopo
2018-08-18
1
-29
/
+23
|
|
|
|
exception
*
Add indexes to settings tables
jesopo
2018-08-18
1
-5
/
+16
|
*
Changed find_all_by_setting to not return setting, added !richest
jesopo
2018-08-09
1
-2
/
+2
|
*
Switch to using monotonic time in Database.py timing
jesopo
2018-08-09
1
-2
/
+2
|
*
Moved table-specific logic to their own "table" classes in Database.py
jesopo
2018-08-05
1
-155
/
+171
|
*
changed words.py to use new user_channel_settings table
jesopo
2018-08-05
1
-1
/
+12
|
*
Add "user_channel_settings" table in Database.py, for settings per user per
jesopo
2018-08-05
1
-18
/
+66
|
|
|
|
channel
*
Improved logging, added TRACE logging in Database.py to see how it performs
jesopo
2018-08-05
1
-68
/
+103
|
*
Added addition "find" methods to Database.py, along with a "get all" for user
jesopo
2018-08-03
1
-4
/
+26
|
|
|
|
settings to search without a nickname
*
Don't make a database cursor per thread as there should only be 1 thread
jesopo
2018-07-02
1
-5
/
+4
|
*
Enable foreign key constraint, don't poll it
Evelyn
2017-12-06
1
-1
/
+1
|
*
fixed a problem with Database.py.
jesopo
2016-06-28
1
-1
/
+1
|
*
added get_server to Database.py, for some future use. dunno.
jesopo
2016-04-29
1
-0
/
+5
|
*
added a new settings table for bot settings in general.
jesopo
2016-04-14
1
-0
/
+30
|
*
first commit.
jesopo
2016-03-29
1
-0
/
+152