| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make !words work in PM•••Closes: #210
| Dax | 2020-03-08 | 1 | -7/+14 |
| * | exports.get_one() -> exports.get() | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | update words.py to use command specs (and not docstrings) | jesopo | 2020-02-15 | 1 | -19/+10 |
| * | add a setting to only track words from registered users | jesopo | 2020-02-06 | 1 | -0/+9 |
| * | rewrite words.py to track words per-day (in it's own table) | jesopo | 2020-02-06 | 1 | -42/+75 |
| * | split utils.datetime out in to .parse and .format | jesopo | 2020-01-30 | 1 | -2/+2 |
| * | wordiest-prevent-highlight -> words-, apply to !wordusers too | jesopo | 2020-01-23 | 1 | -8/+10 |
| * | by default, prevent highlighting from !wordiest | jesopo | 2020-01-10 | 1 | -2/+8 |
| * | default !wordiest to the current channel | jesopo | 2019-12-19 | 1 | -2/+7 |
| * | move all datetime-related code from utils/__init__ to utils.datetime | jesopo | 2019-11-15 | 1 | -2/+2 |
| * | show first-words datestamp on !words output | jesopo | 2019-11-15 | 1 | -2/+9 |
| * | support disabling word tracking per channel, not just per user | jesopo | 2019-09-10 | 1 | -3/+7 |
| * | Refactor set/channelset/serverset/botset in to 'utils.Setting' objects | jesopo | 2019-06-28 | 1 | -3/+2 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+4 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 1 | -1/+1 |
| * | Add a setting to opt-out of word count tracking | jesopo | 2019-05-15 | 1 | -0/+6 |
| * | Stop using prevent_highlight. it ruins terminals on OS X | jesopo | 2019-05-04 | 1 | -4/+4 |
| * | Typo in words.py: 'strippped_word' -> 'stripped_word' | jesopo | 2019-01-04 | 1 | -1/+1 |
| * | Allow tracking words that have characters deemed as "start"/"end" characters•••(words.py)
| jesopo | 2019-01-04 | 1 | -2/+8 |
| * | Better support passing "send" events through the parsers already present in•••modules/line_handler.py
| jesopo | 2018-11-14 | 1 | -1/+1 |
| * | "," -> ", " in modules/words.py | jesopo | 2018-10-18 | 1 | -1/+1 |
| * | Add !trackedwords in modules/words.py | jesopo | 2018-10-18 | 1 | -0/+8 |
| * | Add ` and * to characters stripped from start/end or words in modules/words.py | jesopo | 2018-10-12 | 1 | -2/+3 |
| * | Strip specific characters from the front of words too (and add more characters•••to strip from the end) in modules/words.py
| jesopo | 2018-10-11 | 1 | -2/+3 |
| * | Also strip "." from the end of words in modules/words.py | jesopo | 2018-10-11 | 1 | -1/+1 |
| * | Strip common characters that mark the end of a word (":;,!?~") from the end of•••words in modules/words.py
| jesopo | 2018-10-11 | 1 | -0/+3 |
| * | Move 'top 10' logic to utils, add !wordiest to modules/words.py | jesopo | 2018-10-04 | 1 | -7/+31 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -7/+7 |
| * | Use PRIORITY_MONITOR for keeping count of words (to avoid seeing commands) | jesopo | 2018-10-02 | 1 | -3/+5 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -7/+10 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -21/+17 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 1 | -5/+5 |
| * | Don't use IRCUser.id ever, use IRCUser.get_id() | jesopo | 2018-09-05 | 1 | -3/+2 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -1/+1 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -6/+6 |
| * | Save when a user sends their "first" words (won't be correct for old users) | jesopo | 2018-08-28 | 1 | -0/+5 |
| * | Change the database to give channels and users ids and use those in the settings•••tables
| jesopo | 2018-08-19 | 1 | -3/+3 |
| * | .wrote -> .write typo in words.py | jesopo | 2018-08-18 | 1 | -1/+1 |
| * | Prevent highlighting users in !wordusers and !richest | jesopo | 2018-08-10 | 1 | -3/+3 |
| * | Changed find_all_by_setting to not return setting, added !richest | jesopo | 2018-08-09 | 1 | -1/+1 |
| * | Also track BitBot's words in words.py | jesopo | 2018-08-08 | 1 | -5/+12 |
| * | changed words.py to use new user_channel_settings table | jesopo | 2018-08-05 | 1 | -6/+8 |
| * | Improve using correct nickname capitalisation in words.py | jesopo | 2018-08-05 | 1 | -4/+3 |
| * | When a user is online, use correct capitalisation in !wordusers | jesopo | 2018-08-05 | 1 | -2/+4 |
| * | Add help for !words | jesopo | 2018-08-03 | 1 | -1/+2 |
| * | 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
| jesopo | 2018-08-03 | 1 | -19/+18 |
| * | fixed words.py to always show nicknames with the same count in the same order. | jesopo | 2016-04-18 | 1 | -1/+2 |
| * | beefed up the words.py module. | jesopo | 2016-04-10 | 1 | -5/+33 |
| * | added usage help to a lot of modules, added a verbose option to karma.py. | jesopo | 2016-04-06 | 1 | -1/+2 |