aboutsummaryrefslogtreecommitdiff
path: root/modules/bitly.py
Commit message (Collapse)AuthorAgeFilesLines
* merge bitly code back in to shorturl.py as we use it for default shortenerGravatar jesopo2019-06-251-22/+0
|
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-251-0/+22
|
* Replace bit.ly with is.gd. No API key, no beeping Bit. It's a win win!Gravatar dngfx2018-09-091-33/+0
|
* Change bitly.py to use delimited eventsGravatar jesopo2018-09-091-6/+5
|
* Fix spacing.Gravatar dngfx2018-09-091-1/+0
|
* h8 everything right nowGravatar dngfx2018-09-091-1/+1
|
* WOOP WOOP THAT'S THE SOUND OF LINKS FOR TWEETSGravatar dngfx2018-09-091-1/+2
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-4/+5
| | | | hooks for a module
* Added EventHook.call_for_result to get a result or default from an eventGravatar jesopo2018-07-151-2/+2
|
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+2
|
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-301-0/+2
| | | | not-present config option.
* added bitly.py and haveibeenpwned.py.Gravatar jesopo2016-03-291-0/+30