aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support +draft/channel-context in modules/greeting.pyGravatar jesopo2022-04-221-1/+7
* ignore.py: fix permissionsGravatar David Schultz2021-07-221-3/+2
* bump feedparser to 6.0.2Gravatar David Schultz2021-06-241-2/+2
* Bump lxml from 4.6.2 to 4.6.3 (#309)•••* update lxml * update py cryptography lib to 3.3.2 * Bump lxml from 4.6.2 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: jesopo <github@lolnerd.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Gravatar dependabot[bot]2021-05-311-1/+1
* freenode is dead long live libera.chatGravatar jesopo2021-05-251-1/+1
* update py cryptography lib to 3.3.2Gravatar jesopo2021-02-121-1/+1
* update lxmlGravatar jesopo2021-01-141-1/+1
* Revert "Update translate.py"•••This reverts commit eff99aff055c4312cde19841b30f4bd3d0131863. Gravatar jesopo2020-11-181-18/+17
* Merge pull request #284 from auscompgeek/patch-1•••Handle music.youtube.com URLsGravatar jess2020-10-311-1/+1
|\
| * Handle music.youtube.com URLsGravatar David Vo2020-10-311-1/+1
|/
* Merge pull request #283 from jesopo/dependabot/pip/cryptography-3.2•••Bump cryptography from 2.7 to 3.2Gravatar jess2020-10-281-1/+1
|\
| * Bump cryptography from 2.7 to 3.2•••Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.7...3.2) Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2020-10-271-1/+1
|/
* Merge pull request #269 from dngfx/patch-1•••Update translate.pyGravatar jess2020-10-081-17/+18
|\
| * Update translate.py•••Uses the new google v2 translate service which is more accurate. Also reduces code ugliness by quite a bit.Gravatar dngfx2020-07-121-17/+18
* | Merge branch 'master' into developGravatar jesopo2020-08-261-3/+3
|\ \
| * | update CHANGELOG.md date for v1.19.0Gravatar jesopo2020-08-261-1/+1
| * | Merge pull request #268 from benharri-forks/master•••bitbot_user.service: remove duplicated pathsGravatar jesopo2020-07-211-3/+3
| |\ \ | | |/ | |/|
| | * bitbot_user.service: remove duplicated paths•••setting WorkingDirectory negates the need for the full path Gravatar Ben Harris2020-07-101-3/+3
| |/
| * fix "apikey add" example in git_webhooks.mdGravatar jesopo2020-05-311-1/+1
* | v1.20.0 releaseGravatar jesopo2020-08-262-2/+2
* | add v1.20.0 to CHANGELOG.mdGravatar jesopo2020-08-261-0/+28
* | remove old commentGravatar jesopo2020-08-261-1/+0
* | update CHANGELOG.md date for v1.19.0Gravatar jesopo2020-08-261-1/+1
* | 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-shorturl•••fix shorturl.pyGravatar jesopo2020-07-211-2/+4
|\ \
| * | fix shorturl.py•••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 Gravatar Ben Harris2020-07-141-2/+4
* | | 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-2•••Create bitbot_user.serviceGravatar jesopo2020-05-201-0/+32
| |\
| | * Update bitbot_user.service•••Next time i need to triple check what I am doing. Another stupid typoGravatar Vitor Luis2020-05-191-1/+1
| | * Update bitbot_user.service•••Fixed a stupid typoGravatar Vitor Luis2020-05-191-1/+1
| | * Create bitbot_user.service•••Systemd script to be used by the user w/o the need of root access. Probably useful. CheersGravatar Vitor Luis2020-05-191-0/+32
| |/
| * 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