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 (
Collapse
)
Author
Age
Files
Lines
*
remove EVENTS.md - it's useless in it's current form
jesopo
2019-10-18
1
-109
/
+0
|
*
move FUNDING.yml to .github/
jesopo
2019-10-18
1
-0
/
+0
|
*
change !fedi "!" arg to still show CW but also show content of Note
jesopo
2019-10-18
1
-4
/
+7
|
*
add "!" arg to !fedi, to denote "dont show content warning"
jesopo
2019-10-18
1
-8
/
+17
|
*
v1.13.0-rc1 release
jesopo
2019-10-18
1
-1
/
+1
|
*
update CHANGELOG.md
jesopo
2019-10-18
1
-0
/
+1
|
*
put a permission restriction on !tcpup - it could be abused for port scanning
jesopo
2019-10-18
1
-0
/
+1
|
*
major security fix: adding api keys should be admin-only
jesopo
2019-10-18
1
-0
/
+1
|
*
if a nickname has no location set, assume it's a location
jesopo
2019-10-18
1
-9
/
+11
|
*
remove now-unused formatting params for urls
jesopo
2019-10-18
1
-2
/
+2
|
*
pass git_webhook urls up to __init__.py to be shortened
jesopo
2019-10-18
4
-47
/
+52
|
*
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
jesopo
2019-10-15
1
-5
/
+9
|
|
|
|
closes #177
*
fix type linting issues for `client` in Control.is_readable
jesopo
2019-10-14
1
-2
/
+2
|
[next]