aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* should only return a BufferLineMatch when we actually matchGravatar jesopo2019-08-151-1/+1
* Update CHANGELOG.mdGravatar jesopo2019-08-151-0/+1
* add !addpoint and !rmpoint (explicit ++/-- karma)Gravatar jesopo2019-08-151-25/+35
* match .lower() repo names against .lower() hooked repo namesGravatar jesopo2019-08-141-6/+7
* Update CHANGELOG.md, bump version to v1.11.0-rc3Gravatar jesopo2019-08-142-1/+9
* set channel_op.py _name to ChanOpGravatar jesopo2019-08-141-0/+2
* switch `!mute` to use `+1s` duration formatGravatar jesopo2019-08-141-9/+5
* add configurable default kick message per bot/server/channelGravatar jesopo2019-08-141-1/+12
* remove debug printGravatar jesopo2019-08-141-1/+0
* `!kickban`'s `_ban` call needs an `add` argGravatar jesopo2019-08-141-1/+1
* refactor/rewrite channel_op.py, split highlight spam protection outGravatar jesopo2019-08-142-270/+140
* alias !remindme to !inGravatar jesopo2019-08-141-4/+3
* forgot to update IRCBot.VERSION to v1.11.0-rc2Gravatar jesopo2019-08-131-1/+1
* return matching string from buffer.find() as most uses were redundantly regexingGravatar jesopo2019-08-138-26/+32
* "!yt" without args should get .message from BufferLineGravatar jesopo2019-08-131-0/+1
* Change REST API to listen on IPv6Gravatar jesopo2019-08-131-2/+5
* add !version and !source•••closes #84 Gravatar jesopo2019-08-121-0/+29
* suggest similar feeds when trying to remove an unknown feed•••closes #100 Gravatar jesopo2019-08-121-2/+6
* Show TTL for each record type from !dns•••closes #102 Gravatar jesopo2019-08-121-2/+4
* check hashed and unhashed IDs, for backwards compatibilityGravatar jesopo2019-08-121-6/+7
* Store more "seen ids", hash seen ids so they take up a constant spaceGravatar jesopo2019-08-121-7/+9
* throttle negative and positive karma independently of each other•••closes #117 Gravatar jesopo2019-08-121-5/+19
* `!rss read` will assume url if there's only url registered for the channelGravatar jesopo2019-08-121-2/+8
* typo, 'if seen_ids' -> 'if entries'Gravatar jesopo2019-08-091-1/+1
* implement `!rss read <url>`•••closes #94 Gravatar jesopo2019-08-091-4/+21
* v1.11.0-rc1 releaseGravatar jesopo2019-08-091-1/+1
* Update CHANGELOG.mdGravatar jesopo2019-08-091-0/+50
* Remove extraneous spaceGravatar jesopo2019-08-071-1/+0
* Change pip command in README.md to be a --user commandGravatar jesopo2019-08-061-1/+1
* Remove debug printsGravatar jesopo2019-08-051-2/+0
* Use host-meta to find webfinger url, indent-flatten by `raise` callsGravatar jesopo2019-08-051-55/+71
* Allow bypass of content-type check in utils.http.requestGravatar jesopo2019-08-051-3/+3
* Allow url shorteners to be specified per-channelGravatar jesopo2019-08-052-4/+12
* 'and' -> 'in'. typoGravatar jesopo2019-08-031-1/+1
* move record type out of `try`, .upper() itGravatar jesopo2019-08-021-1/+1
* not all HTTP responses have content-typeGravatar jesopo2019-08-021-1/+1
* Show error when a fedi user isn't foundGravatar jesopo2019-08-021-0/+2
* support pleroma-style outbox `first`Gravatar jesopo2019-08-021-3/+9
* 'itme' -> 'item'Gravatar jesopo2019-08-021-1/+1
* 'Note' -> 'Create' for activity typeGravatar jesopo2019-08-021-1/+1
* use "id" not "url", support boostsGravatar jesopo2019-08-021-7/+33
* add fediverse.pyGravatar jesopo2019-08-021-0/+59
* add acronym.py•••closes #115 Gravatar jesopo2019-08-011-0/+19
* 'amd' -> 'and'Gravatar jesopo2019-07-311-1/+1
* Support youtu.be urls in _from_urlGravatar jesopo2019-07-311-1/+3
* pull `priority` out of `kwargs` in _hookGravatar jesopo2019-07-301-0/+4
* Revert "hook priority position should default to 0, not end"•••This reverts commit ff0cc59507249da262535895129d9ec3258b56a5. Gravatar jesopo2019-07-301-4/+5
* Revert "we should be checking if the new hook has a higher priority"•••This reverts commit b145e664e1c26322c916783b910050b7393fdb83. Gravatar jesopo2019-07-301-1/+1
* we should be checking if the new hook has a higher priorityGravatar jesopo2019-07-301-1/+1
* hook priority position should default to 0, not endGravatar jesopo2019-07-301-5/+4