aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* support "<nickname>: s/" sed formatGravatar jesopo2019-09-011-4/+5
|
* also cancel reconnections with !disconnectGravatar jesopo2019-09-011-2/+9
|
* store and expose reconnection timers on IRCBot.reconnectionsGravatar jesopo2019-09-011-1/+7
|
* 'usage' does not existGravatar jesopo2019-09-011-1/+1
|
* v1.11.1 releaseGravatar jesopo2019-08-302-1/+16
|
* switch to using signal.setitimer so we can restore previous timerGravatar jesopo2019-08-301-1/+7
|
* switch utils.deadline to a context managerGravatar jesopo2019-08-302-8/+11
|
* use utils.deadline in sed.pyGravatar jesopo2019-08-301-2/+5
|
* add utils.deadline(func, seconds) to put hard limits on code exec timeGravatar jesopo2019-08-301-1/+15
|
* Add IntRangeSetting, reorder OptionsSetting arg orderGravatar jesopo2019-08-305-9/+25
|
* Logging.BitBotFormatter no longer uses the format it's given (always iso8601)Gravatar jesopo2019-08-301-3/+1
|
* round microseconds up to a whole number and zero-pad to 3 charsGravatar jesopo2019-08-301-1/+2
|
* Don't use 'Z' for "utc timezone" - actually parse timezone out of datetimesGravatar jesopo2019-08-301-7/+14
|
* copypaste name collision for channel_op.py's `op` functionGravatar jesopo2019-08-301-1/+1
|
* also support 'realname' in !editserverGravatar jesopo2019-08-301-1/+1
|
* prefix formatted KICKs with "- "Gravatar jesopo2019-08-161-2/+5
|
* count numeric OR non-alphanumeric as a word boundaryGravatar jesopo2019-08-161-1/+1
|
* !config access should be "config", not "set". remove unused check_assertGravatar jesopo2019-08-161-2/+1
|
* v1.11.0 releaseGravatar jesopo2019-08-152-2/+2
|
* 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 !sourceGravatar jesopo2019-08-121-0/+29
| | | | closes #84
* suggest similar feeds when trying to remove an unknown feedGravatar jesopo2019-08-121-2/+6
| | | | closes #100
* Show TTL for each record type from !dnsGravatar jesopo2019-08-121-2/+4
| | | | closes #102
* 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 otherGravatar jesopo2019-08-121-5/+19
| | | | closes #117
* `!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>`Gravatar jesopo2019-08-091-4/+21
| | | | closes #94
* 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
|