| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove LOW priority from youtube regex - it doesnt need it | jesopo | 2019-09-08 | 1 | -1/+0 |
| * | support /embed/<id> youtube urls too | jesopo | 2019-09-07 | 1 | -0/+2 |
| * | also url_sanitise youtube urls found with argless !yt commands | jesopo | 2019-09-03 | 1 | -1/+1 |
| * | url_sanitise youtube urls (cut off ")"/">") | jesopo | 2019-09-03 | 1 | -1/+2 |
| * | return matching string from buffer.find() as most uses were redundantly regexing | jesopo | 2019-08-13 | 1 | -1/+1 |
| * | "!yt" without args should get .message from BufferLine | jesopo | 2019-08-13 | 1 | -0/+1 |
| * | 'amd' -> 'and' | jesopo | 2019-07-31 | 1 | -1/+1 |
| * | Support youtu.be urls in _from_url | jesopo | 2019-07-31 | 1 | -1/+3 |
| * | refactor youtube.py and handle playlist urls•••closes #61
| jesopo | 2019-07-26 | 1 | -42/+61 |
| * | Refactor set/channelset/serverset/botset in to 'utils.Setting' objects | jesopo | 2019-06-28 | 1 | -6/+4 |
| * | implement @utils.kwarg() magic, use it for command.regex hooks | jesopo | 2019-06-26 | 1 | -7/+5 |
| * | Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68
| jesopo | 2019-06-16 | 1 | -1/+1 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+2 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 1 | -3/+3 |
| * | Typo, 'colr' -> 'color' | jesopo | 2019-05-19 | 1 | -3/+3 |
| * | green/red the whole of likes/dislikes, not just up/down symbols | jesopo | 2019-05-19 | 1 | -4/+5 |
| * | green/red color for up/down votes on youtube videos | jesopo | 2019-05-19 | 1 | -2/+4 |
| * | Hand over regex-based-command responsibilities to `commands` module | jesopo | 2019-05-18 | 1 | -12/+9 |
| * | Ignore users ignored from !youtube for auto-youtube | jesopo | 2019-05-09 | 1 | -0/+5 |
| * | raise EventError when no results are found, to avoid double stderr write (you... | jesopo | 2019-02-14 | 1 | -1/+1 |
| * | 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 |