aboutsummaryrefslogtreecommitdiff
path: root/modules/title.py
Commit message (Expand)AuthorAgeFilesLines
* Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68 Gravatar jesopo2019-06-161-1/+1
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* Add usage examples for all settingsGravatar jesopo2019-05-231-3/+3
* event.eat() in command.regex for !titleGravatar jesopo2019-05-211-0/+1
* Actually check `auto-title` settingGravatar jesopo2019-05-191-18/+19
* Hand over regex-based-command responsibilities to `commands` moduleGravatar jesopo2019-05-181-30/+23
* Log URL when we fail to get a <title>Gravatar jesopo2019-05-071-1/+1
* Add a mechanism to ignore specific commands for a whole networkGravatar jesopo2019-05-061-1/+1
* Add a setting to automatically shorten URLs when their title is retrievedGravatar jesopo2019-04-281-4/+13
* Use is-ignored export in title.py to ignore users for auto-titleGravatar jesopo2019-04-271-0/+5
* Refuse to get the title for any url that points locallGravatar jesopo2019-04-251-1/+9
* Move REGEX_URL out of isgd.py and title.py in to utils.httpGravatar jesopo2019-04-241-5/+3
* Store full non-hashed auto-title url in setting valueGravatar jesopo2019-04-241-3/+3
* Add ability to track (and show) who first send a specific link that was•••auto-titled Gravatar jesopo2019-04-241-2/+29
* Move HTTPWrongContentTypeException catch above Exception catchGravatar jesopo2019-03-011-2/+2
* specifically handle HTTPWrongContentTypeException in title.pyGravatar jesopo2019-02-281-0/+2
* `title` is already a parsed string from _get_title() (title.py)Gravatar jesopo2019-02-091-2/+0
* Add empty `params` arg to log call (title.py)Gravatar jesopo2019-02-091-1/+1
* Forgot to import EventManager (title.py, youtube.py)Gravatar jesopo2019-02-091-1/+1
* Eat youtube URLs on LOW priority, switch auto-title to MONITOR priorityGravatar jesopo2019-02-091-1/+2
* Actually return title text, not html Tag object (title.py)Gravatar jesopo2019-02-091-1/+5
* Add a setting to get the title from URLs automatically (title.py)Gravatar jesopo2019-02-091-11/+23
* Error log failure to get title of a url (title.py)Gravatar jesopo2019-01-211-1/+3
* 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request Gravatar jesopo2018-12-111-4/+3
* Catch exceptions in modules/title.pyGravatar jesopo2018-10-191-1/+8
* Change all instances of stdout.write+return to `raise utils.EventError` in•••modules Gravatar jesopo2018-10-161-4/+2
* Mark command hooks that are aliases ('g' vs 'google')Gravatar jesopo2018-10-101-1/+2
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-1/+2
* We don't need to explicitly pass "buffer" through on command eventsGravatar jesopo2018-09-301-1/+1
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-6/+6
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-3/+2
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-25/+25
* modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call Gravatar jesopo2018-08-281-1/+1
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+1
* fixed a couple of problems in some modules.Gravatar jesopo2016-03-291-1/+1
* first commit.Gravatar jesopo2016-03-291-0/+33