| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use the event system to get results from other modules - use exports | jesopo | 2019-02-09 | 1 | -4/+5 |
| * | Forgot to import EventManager (title.py, youtube.py) | jesopo | 2019-02-09 | 1 | -1/+1 |
| * | Eat youtube URLs on LOW priority, switch auto-title to MONITOR priority | jesopo | 2019-02-09 | 1 | -1/+3 |
| * | 'EventResultError' -> 'EventsResultsError' typo (maybe this should actually be•••named 'EventResultError') (youtube.py)
| jesopo | 2019-01-21 | 1 | -1/+1 |
| * | Show a "failed to load results" error when a video_id search returns no results•••(youtube.py)
| jesopo | 2019-01-21 | 1 | -1/+5 |
| * | Only try to regex match a youtube url if we actually have a search string•••(youtube.py)
| jesopo | 2019-01-11 | 1 | -3/+4 |
| * | Add youtube-safesearch channel setting, to allow channels to opt-in to turning•••off any safe search filters (youtube.py)
| jesopo | 2019-01-11 | 1 | -2/+9 |
| * | Fix missing change to new Response objects from utils.http.request (youtube.py) | jesopo | 2018-12-12 | 1 | -2/+2 |
| * | 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request
| jesopo | 2018-12-11 | 1 | -9/+9 |
| * | Use more distinctive arrow characters for youtube up/down votes | jesopo | 2018-12-09 | 1 | -2/+2 |
| * | Don't needlessly search a youtube URL before getting the information for it's•••video ID when a URL is provided to !yt
| jesopo | 2018-10-29 | 1 | -1/+6 |
| * | Standardise "Failed to load results" errors! | jesopo | 2018-10-20 | 1 | -1/+1 |
| * | Mark command hooks that are aliases ('g' vs 'google') | jesopo | 2018-10-10 | 1 | -1/+2 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -9/+9 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -2/+3 |
| * | We don't need to explicitly pass "buffer" through on command events | jesopo | 2018-09-30 | 1 | -1/+1 |
| * | Move all exports to @Utils.export calls | jesopo | 2018-09-27 | 1 | -10/+5 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -6/+6 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Rename the functions to be more generic. | dngfx | 2018-09-23 | 1 | -2/+2 |
| * | Update last.fm to include a youtube link. Also change the module name to last.fm | dngfx | 2018-09-23 | 1 | -0/+18 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 1 | -6/+4 |
| * | 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 | -6/+4 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -5/+6 |
| * | Change how specific events assure their hooks gets the event independant of•••loading order
| jesopo | 2018-08-28 | 1 | -1/+1 |
| * | modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call
| jesopo | 2018-08-28 | 1 | -1/+1 |
| * | Remove rickroll | jesopo | 2018-05-02 | 1 | -2/+1 |
| * | Added a "replay" system to EventManager hooks, to replay missed .calls | jesopo | 2017-12-26 | 1 | -4/+4 |
| * | made set/channelset settings consistent. | jesopo | 2016-05-01 | 1 | -2/+2 |
| * | simpler boolean channel settings | Evelyn | 2016-04-10 | 1 | -3/+1 |
| * | added usage help to a lot of modules, added a verbose option to karma.py. | jesopo | 2016-04-06 | 1 | -1/+1 |
| * | added code to youtube.py to prevent a crash when a video has likes/dislikes d... | jesopo | 2016-04-04 | 1 | -5/+8 |
| * | tinkered with some modules and fixed a few bugs, also added the skeleton for ... | jesopo | 2016-04-03 | 1 | -3/+3 |
| * | fixed the frankly ridiculously wrong youtube url regex in youtube.py. | jesopo | 2016-03-31 | 1 | -1/+1 |
| * | added a "hashflag" to modules to stop modules being loaded that rely on a not... | jesopo | 2016-03-30 | 1 | -0/+2 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+105 |