index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
support AP Notes with content outside of HTML tags (e.g. pleroma)
jesopo
2019-10-15
1
-9
/
+12
*
mapped event names for gitlab webhooks should be 'issue' not 'issues'
jesopo
2019-10-15
1
-4
/
+4
*
remove debug prints from IRCBot
jesopo
2019-10-15
1
-2
/
+0
*
'issues' -> 'issue', 'pull_request' -> 'merge_request'
jesopo
2019-10-15
1
-2
/
+2
*
actually instantiate gitlab in git_webhooks/__init__.py
jesopo
2019-10-15
1
-1
/
+2
*
add first draft of gitlab webhook support
jesopo
2019-10-15
2
-0
/
+174
*
move cve.py to bitbot-modules repo
jesopo
2019-10-15
1
-37
/
+0
*
show ,fedi latest-tweet also if it's a self-reply
jesopo
2019-10-15
2
-2
/
+4
*
show `first` toot if it's a boost, fix Note boost formatting
jesopo
2019-10-15
2
-2
/
+4
*
remove unused util functions in git_webhooks/gitea.py
jesopo
2019-10-15
1
-15
/
+0
*
Set `duck_lines` to -1 when a duck is waiting to quack - do not allow bef/trap
•••
closes #177
jesopo
2019-10-15
1
-5
/
+9
*
fix type linting issues for `client` in Control.is_readable
jesopo
2019-10-14
1
-2
/
+2
*
add .back suffix to database backups
jesopo
2019-10-14
1
-2
/
+2
*
prune database backups even if there's more than 5
jesopo
2019-10-14
1
-2
/
+3
*
add small comment in bitbotctl about the ctl proto
jesopo
2019-10-14
1
-0
/
+1
*
Update CHANGELOG.md
jesopo
2019-10-14
1
-0
/
+3
*
add `bitbotctl reload` command to reload all modules
jesopo
2019-10-14
2
-1
/
+9
*
run Control callbacks on main thread
•••
closes #180
jesopo
2019-10-14
1
-3
/
+8
*
eat errors for failing to parse @commit
jesopo
2019-10-14
1
-1
/
+5
*
remove `safe` arg from ModuleManager.load_modules() - try_reload_modules cove...
jesopo
2019-10-14
2
-3
/
+3
*
add ModuleManager.try_reload_modules(), to try reloading in a transaction
•••
if any of the modules fails to reload, rollback and use the already loaded modules. closes #179
jesopo
2019-10-14
4
-62
/
+67
*
refactor out chosing loadable modules in to _list_valid_modules()
jesopo
2019-10-14
1
-23
/
+35
*
actually explicitly strip "unknown" html tags from fedi notes
jesopo
2019-10-14
1
-5
/
+8
*
move bitbot.service, update it for `start.py` -> `bitbotd`
jesopo
2019-10-14
1
-6
/
+6
*
Merge pull request #173 from panicbit/splitpoints
•••
Adjust line splitpoints to word boundaries. closes #159
jesopo
2019-10-12
1
-0
/
+14
|
\
|
*
Remove @staticmethod
panicbit
2019-10-12
1
-2
/
+1
|
*
Adjust line splitpoints to word boundaries
panicbit
2019-10-09
1
-0
/
+15
*
|
Merge pull request #176 from jlu5/patch-1
•••
Show 0 karma in the colour of gold™
jesopo
2019-10-12
1
-1
/
+2
|
\
\
|
*
|
Show 0 karma in the colour of gold™
James Lu
2019-10-11
1
-1
/
+2
|
/
/
*
|
don't have version 'v' prefix in VERSION
jesopo
2019-10-11
2
-2
/
+2
*
|
add `platform` to setup.py (linux only)
jesopo
2019-10-11
1
-1
/
+2
*
|
update CHANGELOG.md
jesopo
2019-10-11
1
-0
/
+14
*
|
'test_handler' -> 'hook_handler'
jesopo
2019-10-11
1
-4
/
+4
*
|
add setup.py
jesopo
2019-10-11
1
-0
/
+28
*
|
exit when all servers are disconnected after ctrl+c
jesopo
2019-10-11
1
-1
/
+5
*
|
date docs/help/setup.md to use `bitbotd` as a command
jesopo
2019-10-11
1
-3
/
+3
*
|
hold current version in it's own file: VERSION
jesopo
2019-10-11
2
-1
/
+3
*
|
'start.py' -> 'bitbotd'
jesopo
2019-10-11
1
-0
/
+0
*
|
kill bitbotctl connection after rehash
jesopo
2019-10-11
1
-0
/
+7
*
|
actually send rehash command
jesopo
2019-10-11
1
-0
/
+2
*
|
add "rehash" bitbotctl command
jesopo
2019-10-11
2
-12
/
+15
*
|
Revert "no longer treat ctrl+c as "shutdown" - bitbotctl will take this job"
•••
This reverts commit 73e6ede8cc1bd7c8a8946d3e77f5157a5177a775.
jesopo
2019-10-11
1
-0
/
+23
*
|
no longer treat ctrl+c as "shutdown" - bitbotctl will take this job
jesopo
2019-10-11
1
-23
/
+0
*
|
add `log` command to bitbotctl
jesopo
2019-10-11
1
-3
/
+27
*
|
first version of bitbotctl - shows INFO logging
jesopo
2019-10-11
1
-0
/
+35
*
|
try/except Control socket writes
jesopo
2019-10-11
1
-1
/
+4
*
|
add first real cli functionality: showing log
jesopo
2019-10-11
3
-24
/
+67
*
|
first draft of infrastructure for unix domain control socket
jesopo
2019-10-11
2
-1
/
+87
*
|
LockFile doesn't need to hold on to _database_location
jesopo
2019-10-11
1
-1
/
+0
*
|
add "poll sources" - objects that can provide additional filenos for polling
jesopo
2019-10-11
2
-5
/
+48
[next]