0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved logging, added TRACE logging in Database.py to see how it performs More... over 6 years ago
Remove debug print, improve wikipedia.py More... over 6 years ago
nickname_ids was useless More... over 6 years ago
"self.nick" event didn't get updated More... over 6 years ago
Add help for !words More... over 6 years ago
it's "#--ignore" not "#!--ignore" More... over 6 years ago
Revamped words.py to track words per user per server so we're not writing a huge json string to sqlite every time someone says a tracked word More... over 6 years ago
Added addition "find" methods to Database.py, along with a "get all" for user settings to search without a nickname More... over 6 years ago
Grammer is important More... over 6 years ago
get user permissions every time they try to use a command that requires permissions, instead of caching their permissions when they sign in More... over 6 years ago
Added missing ")" in print_activity.py More... over 6 years ago
support optional data in upc.py More... over 6 years ago
add !gtin to upc.py More... over 6 years ago
Add upc.py More... over 6 years ago
Included notices in print_activity, don't always print channel name More... over 6 years ago
implemented handling notices in IRCLineHandler, including server notices More... over 6 years ago
remove debug print in books.py More... over 6 years ago
rating, date and authors are optional in google's book apis More... over 6 years ago
include quit reasons in print_activity if present More... over 6 years ago
Ban formats aren't bools More... over 6 years ago
added a way to prevent bitbot accepting invites More... over 6 years ago
Added a channel setting for banmask, added !unban More... over 6 years ago
move sending CAP sasl request to sasl.py More... over 6 years ago
set default argparse config argument to bot.conf More... over 6 years ago
use PRIORITY_URGENT in perform.py More... over 6 years ago
switch to using configparser for config files More... over 6 years ago
move sasl logic to it's own module More... over 6 years ago
fix print_activity still using old EventManager priority location More... over 6 years ago
check if a channel is in attempted_join before attempting rejoin More... over 6 years ago
move priority constants to root of EventManager namespace More... over 6 years ago