| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All the settings (#11) | 2018-08-31 | 1 | -1/+1 | |
| | | | | | | | | | * Add Database.UserChannelSettings.find_all_by_setting * Turns out we didn't need find_all_by_setting * Actually, we do need find_all_by_setting | ||||
| * | modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging | 2018-08-28 | 1 | -2/+6 | |
| | | | | | 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 | 2018-08-19 | 1 | -12/+11 | |
| | | | | | tables | ||||
| * | Fix 2 typos from the database restructure | 2018-08-06 | 1 | -1/+1 | |
| | | |||||
| * | Moved table-specific logic to their own "table" classes in Database.py | 2018-08-05 | 1 | -6/+6 | |
| | | |||||
| * | changed words.py to use new user_channel_settings table | 2018-08-05 | 1 | -0/+3 | |
| | | |||||
| * | nickname_ids was useless | 2018-08-04 | 1 | -1/+0 | |
| | | |||||
| * | Added addition "find" methods to Database.py, along with a "get all" for user | 2018-08-03 | 1 | -0/+3 | |
| | | | | | settings to search without a nickname | ||||
| * | skip !more's out/err, added a way to split messages from their prefixes for | 2018-07-14 | 1 | -2/+2 | |
| | | | | | logging purposes | ||||
| * | Change line handling | 2017-07-16 | 1 | -0/+1 | |
| | | |||||
| * | how did this get here? :thinking_face: | 2016-11-12 | 1 | -1/+0 | |
| | | |||||
| * | Remove unnecessary uuid protection for IRCUser, add uuid for IRCChannel | 2016-11-12 | 1 | -2/+1 | |
| | | |||||
| * | decided to not track user realnames as there's no real purpose and it means ↵ | 2016-04-22 | 1 | -1/+0 | |
| | | | | | bitbot does not have to whois newly joined people. | ||||
| * | made commands work in channel AND in private message. | 2016-03-29 | 1 | -0/+2 | |
| | | |||||
| * | first commit. | 2016-03-29 | 1 | -0/+41 | |
