aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* return raw result, not "unknown" for ad-hoc dnsblsGravatar jesopo2020-08-071-1/+1
|
* strip @ from @dnsblGravatar jesopo2020-08-071-1/+1
|
* _lists, not listsGravatar jesopo2020-08-071-1/+1
|
* add AbuseAtCBL to dnsbl moduleGravatar jesopo2020-08-061-1/+9
|
* Merge pull request #272 from benharri-forks/fix-shorturlGravatar jesopo2020-07-211-2/+4
|\ | | | | fix shorturl.py
| * fix shorturl.pyGravatar Ben Harris2020-07-141-2/+4
| | | | | | | | | | | | | | this module provides a botset export but doesn't check that setting later when looking up configured shorteners check bot_settings if context and server values are not set
* | only install dataclasses for ;python_version<'3.7'Gravatar jesopo2020-07-131-1/+1
|/
* respect ~ and {DATA} in external-modules config optionGravatar jesopo2020-07-111-6/+11
|
* rename channel_save.py to autojoin.pyGravatar jesopo2020-07-031-0/+0
|
* remove channels from autojoin when they are ERR_LINKCHANNEL (470)Gravatar jesopo2020-07-031-0/+14
|
* log ip, if available, when connection fails (mostly for tls)Gravatar jesopo2020-07-032-3/+8
|
* strip ':' and ',' from titles tooGravatar jesopo2020-06-261-1/+1
|
* !cfilter should be accessible by channel adminsGravatar jesopo2020-06-121-1/+2
|
* show what quote was deleted, do partial match, fix qdel for lastGravatar jesopo2020-06-101-4/+9
|
* cant remove a target-specific quote from zipped up mixed quotes. duhGravatar jesopo2020-06-101-2/+5
|
* quote grab category shouldn't be a server/channel object. wtfGravatar jesopo2020-06-031-7/+5
|
* rewrite quote search categories to account name when possibleGravatar jesopo2020-06-031-0/+4
|
* fix "apikey add" example in git_webhooks.mdGravatar jesopo2020-05-311-1/+1
|
* add ban_enforce.py, to kick people affected by new bansGravatar jesopo2020-05-311-0/+27
|
* +draft/typing has been ratifiedGravatar jesopo2020-05-201-1/+4
|
* Merge branch 'master' into developGravatar jesopo2020-05-201-0/+32
|\
| * Merge pull request #261 from PeGaSuS-Coder/patch-2Gravatar jesopo2020-05-201-0/+32
| |\ | | | | | | Create bitbot_user.service
| | * Update bitbot_user.serviceGravatar Vitor Luis2020-05-191-1/+1
| | | | | | | | | Next time i need to triple check what I am doing. Another stupid typo
| | * Update bitbot_user.serviceGravatar Vitor Luis2020-05-191-1/+1
| | | | | | | | | Fixed a stupid typo
| | * Create bitbot_user.serviceGravatar Vitor Luis2020-05-191-0/+32
| |/ | | | | | | | | | | Systemd script to be used by the user w/o the need of root access. Probably useful. Cheers
| * add bot.conf options so we can disable given log filesGravatar jesopo2020-04-103-19/+30
| |
* | again, there may be more than one (nick,count)Gravatar jesopo2020-05-121-1/+3
| |
* | turing (chan_id,count) in to a dict loses different daysGravatar jesopo2020-05-121-4/+7
| |
* | log youtube API usageGravatar jesopo2020-05-071-1/+11
| |
* | disable !np youtube urls by defaultGravatar jesopo2020-05-071-4/+11
| |
* | sent messages should mark channels 'active'Gravatar jesopo2020-05-061-0/+1
| |
* | RPL_EXCEPTLIST has the mask at index 2, not 3Gravatar jesopo2020-04-151-1/+1
| |
* | add channel mlock (mode lock) functionality to channel_op.pyGravatar jesopo2020-04-132-3/+72
| |
* | format_token_replace() returns a tuple these daysGravatar jesopo2020-04-121-1/+2
| |
* | add bot.conf options so we can disable given log filesGravatar jesopo2020-04-103-19/+30
| |
* | "mi" -> "m" for minuteGravatar jesopo2020-04-091-1/+1
| |
* | fix rss bindhost implementationGravatar jesopo2020-04-091-10/+18
| |
* | experimental support for rss bindhostGravatar jesopo2020-04-093-3/+22
| |
* | fix regression of message filters not matching without formattingGravatar jesopo2020-04-082-9/+11
| |
* | fail an alias when an ${} var isn't foundGravatar jesopo2020-04-082-6/+20
| |
* | remove now-unused varsGravatar jesopo2020-04-081-4/+0
| |
* | rewrite (and vastly simplify) message format tokenisingGravatar jesopo2020-04-081-35/+21
| |
* | add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliasesGravatar jesopo2020-04-072-4/+8
| |
* | handle http redirects ourselves, to prevent redirect to localhostGravatar jesopo2020-04-052-20/+46
| |
* | add .send_action utils functions to Server, Channel and UserGravatar jesopo2020-03-233-0/+8
| |
* | remove `nightly` .travis.yml targetGravatar jesopo2020-03-131-1/+0
| |
* | `masks` -> `args`Gravatar jesopo2020-03-101-1/+1
| |
* | fix !part, add !joinGravatar jesopo2020-03-101-2/+10
| |
* | remove debug printGravatar jesopo2020-03-101-1/+0
| |
* | allow IntRangeSetting max to be optionalGravatar jesopo2020-03-091-3/+5
| |