aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* support AP Notes with content outside of HTML tags (e.g. pleroma)Gravatar jesopo2019-10-151-9/+12
|
* mapped event names for gitlab webhooks should be 'issue' not 'issues'Gravatar jesopo2019-10-151-4/+4
|
* remove debug prints from IRCBotGravatar jesopo2019-10-151-2/+0
|
* 'issues' -> 'issue', 'pull_request' -> 'merge_request'Gravatar jesopo2019-10-151-2/+2
|
* actually instantiate gitlab in git_webhooks/__init__.pyGravatar jesopo2019-10-151-1/+2
|
* add first draft of gitlab webhook supportGravatar jesopo2019-10-152-0/+174
|
* move cve.py to bitbot-modules repoGravatar jesopo2019-10-151-37/+0
|
* show ,fedi latest-tweet also if it's a self-replyGravatar jesopo2019-10-152-2/+4
|
* show `first` toot if it's a boost, fix Note boost formattingGravatar jesopo2019-10-152-2/+4
|
* remove unused util functions in git_webhooks/gitea.pyGravatar jesopo2019-10-151-15/+0
|
* Set `duck_lines` to -1 when a duck is waiting to quack - do not allow bef/trapGravatar jesopo2019-10-151-5/+9
| | | | closes #177
* fix type linting issues for `client` in Control.is_readableGravatar jesopo2019-10-141-2/+2
|
* add .back suffix to database backupsGravatar jesopo2019-10-141-2/+2
|
* prune database backups even if there's more than 5Gravatar jesopo2019-10-141-2/+3
|
* add small comment in bitbotctl about the ctl protoGravatar jesopo2019-10-141-0/+1
|
* Update CHANGELOG.mdGravatar jesopo2019-10-141-0/+3
|
* add `bitbotctl reload` command to reload all modulesGravatar jesopo2019-10-142-1/+9
|
* run Control callbacks on main threadGravatar jesopo2019-10-141-3/+8
| | | | closes #180
* eat errors for failing to parse @commitGravatar jesopo2019-10-141-1/+5
|
* remove `safe` arg from ModuleManager.load_modules() - try_reload_modules ↵Gravatar jesopo2019-10-142-3/+3
| | | | covers this now
* add ModuleManager.try_reload_modules(), to try reloading in a transactionGravatar jesopo2019-10-144-62/+67
| | | | if any of the modules fails to reload, rollback and use the already loaded modules. closes #179
* refactor out chosing loadable modules in to _list_valid_modules()Gravatar jesopo2019-10-141-23/+35
|
* actually explicitly strip "unknown" html tags from fedi notesGravatar jesopo2019-10-141-5/+8
|
* move bitbot.service, update it for `start.py` -> `bitbotd`Gravatar jesopo2019-10-141-6/+6
|
* Merge pull request #173 from panicbit/splitpointsGravatar jesopo2019-10-121-0/+14
|\ | | | | Adjust line splitpoints to word boundaries. closes #159
| * Remove @staticmethodGravatar panicbit2019-10-121-2/+1
| |
| * Adjust line splitpoints to word boundariesGravatar panicbit2019-10-091-0/+15
| |
* | Merge pull request #176 from jlu5/patch-1Gravatar jesopo2019-10-121-1/+2
|\ \ | | | | | | Show 0 karma in the colour of gold™
| * | Show 0 karma in the colour of gold™Gravatar James Lu2019-10-111-1/+2
|/ /
* | don't have version 'v' prefix in VERSIONGravatar jesopo2019-10-112-2/+2
| |
* | add `platform` to setup.py (linux only)Gravatar jesopo2019-10-111-1/+2
| |
* | update CHANGELOG.mdGravatar jesopo2019-10-111-0/+14
| |
* | 'test_handler' -> 'hook_handler'Gravatar jesopo2019-10-111-4/+4
| |
* | add setup.pyGravatar jesopo2019-10-111-0/+28
| |
* | exit when all servers are disconnected after ctrl+cGravatar jesopo2019-10-111-1/+5
| |
* | date docs/help/setup.md to use `bitbotd` as a commandGravatar jesopo2019-10-111-3/+3
| |
* | hold current version in it's own file: VERSIONGravatar jesopo2019-10-112-1/+3
| |
* | 'start.py' -> 'bitbotd'Gravatar jesopo2019-10-111-0/+0
| |
* | kill bitbotctl connection after rehashGravatar jesopo2019-10-111-0/+7
| |
* | actually send rehash commandGravatar jesopo2019-10-111-0/+2
| |
* | add "rehash" bitbotctl commandGravatar jesopo2019-10-112-12/+15
| |
* | Revert "no longer treat ctrl+c as "shutdown" - bitbotctl will take this job"Gravatar jesopo2019-10-111-0/+23
| | | | | | | | This reverts commit 73e6ede8cc1bd7c8a8946d3e77f5157a5177a775.
* | no longer treat ctrl+c as "shutdown" - bitbotctl will take this jobGravatar jesopo2019-10-111-23/+0
| |
* | add `log` command to bitbotctlGravatar jesopo2019-10-111-3/+27
| |
* | first version of bitbotctl - shows INFO loggingGravatar jesopo2019-10-111-0/+35
| |
* | try/except Control socket writesGravatar jesopo2019-10-111-1/+4
| |
* | add first real cli functionality: showing logGravatar jesopo2019-10-113-24/+67
| |
* | first draft of infrastructure for unix domain control socketGravatar jesopo2019-10-112-1/+87
| |
* | LockFile doesn't need to hold on to _database_locationGravatar jesopo2019-10-111-1/+0
| |
* | add "poll sources" - objects that can provide additional filenos for pollingGravatar jesopo2019-10-112-5/+48
| |