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
*
correctly color/phrase opened, closed and merged for MRs
jesopo
2019-10-18
1
-9
/
+8
*
show merge_request/merge events
jesopo
2019-10-18
1
-3
/
+5
*
better README.md webhook wording
jesopo
2019-10-18
1
-2
/
+2
*
"PR"->"MR" again, "open"->"opened" etc for MRs too
jesopo
2019-10-18
1
-3
/
+3
*
'PR' -> 'MR' (they're "merge requests" on gitlab, not "pull requests")
jesopo
2019-10-18
1
-1
/
+1
*
update README.md - we support gitlab webhooks now!
jesopo
2019-10-18
1
-1
/
+1
*
'opened' -> 'open' etc for gitlab event categories
jesopo
2019-10-18
1
-8
/
+6
*
update CHANGELOG.md
jesopo
2019-10-18
1
-0
/
+1
*
define bitbot.service ExecStop as `bitbotctl stop`
jesopo
2019-10-18
1
-0
/
+1
*
`bitbotctl stop` should be keepalive so it exits when bitbotd exits
jesopo
2019-10-18
1
-1
/
+0
*
'open' -> 'opened' etc for gitlab issue webhook actions
jesopo
2019-10-18
1
-1
/
+8
*
support utf8 hostnames by punycode (idna) encoding
jesopo
2019-10-18
1
-4
/
+12
*
pull_request -> merge_request
jesopo
2019-10-18
1
-6
/
+6
*
hook_handler should be catching TRACE logging
jesopo
2019-10-17
1
-1
/
+1
*
add IRCBot.stop() - use it for !shutdown and './bitbotctl stop'
jesopo
2019-10-17
3
-11
/
+32
*
move bot.conf.example to docs/
jesopo
2019-10-17
2
-1
/
+1
*
update CHANGELOG.md
jesopo
2019-10-17
1
-0
/
+9
*
update setup.md to mention bot.conf should be in ~/.bitbot
jesopo
2019-10-17
1
-1
/
+1
*
remove 'databases' folder
jesopo
2019-10-17
1
-0
/
+0
*
change bitbotctl to use new data dir by default
jesopo
2019-10-17
1
-6
/
+7
*
DEBUG log db location on startup
jesopo
2019-10-17
1
-2
/
+2
*
default to using a "data directory" for bitbot (~/.bitbot/)
jesopo
2019-10-17
3
-21
/
+38
*
we should be showing 'title' (not 'description') for gitlab issue events
jesopo
2019-10-17
1
-1
/
+1
*
'issues' should be an alias for 'issue' in gitlab
jesopo
2019-10-17
1
-1
/
+1
*
add FUNDING.yml
jesopo
2019-10-16
1
-0
/
+1
*
dont fail !weather when we decide a nickname is a location
jesopo
2019-10-16
1
-8
/
+9
*
also catch m.youtube.com urls
jesopo
2019-10-15
1
-1
/
+1
*
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
[next]