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
*
open private key as a bytestring
jesopo
2019-09-15
1
-1
/
+1
|
*
why would we be getting the *filename* from security.private_key()?
jesopo
2019-09-15
1
-1
/
+1
|
*
url_for does not exist in _private_key()
jesopo
2019-09-15
1
-3
/
+4
|
*
missing json import
jesopo
2019-09-15
1
-1
/
+1
|
*
allow configuring REST API Host, have default public and local ports
jesopo
2019-09-15
1
-6
/
+17
|
*
_ap_self_url no longer takes a username param
jesopo
2019-09-15
1
-1
/
+1
|
*
'consts' -> 'ap_utils'
jesopo
2019-09-15
1
-4
/
+4
|
*
ap_server needs ap_utils import, pass bot instance to it too
jesopo
2019-09-15
2
-3
/
+4
|
*
temp remove commands from ap_server.py
jesopo
2019-09-15
1
-13
/
+0
|
*
move AP server event/exports to __init__.py
jesopo
2019-09-15
3
-66
/
+48
|
*
activities.py -> ap_activities.py
jesopo
2019-09-15
1
-0
/
+0
|
*
send_mode() args should be an array
jesopo
2019-09-15
1
-2
/
+2
|
*
re-merge fediverse an fediverse_server, so they can share utils
jesopo
2019-09-15
7
-185
/
+293
|
*
remove unneeded "`"s
jesopo
2019-09-13
1
-2
/
+2
|
*
absolutify link to nginx exaple url
jesopo
2019-09-13
1
-1
/
+1
|
*
fix markdown references to rest_api.md from git_webhooks.md
jesopo
2019-09-13
1
-1
/
+1
|
*
'<' -> '<'
jesopo
2019-09-13
1
-2
/
+2
|
*
space out ">" lines
jesopo
2019-09-13
1
-0
/
+2
|
*
add rest_api.md and git_webhook.md help documents
jesopo
2019-09-13
2
-0
/
+32
|
*
add rest_api example nginx config
jesopo
2019-09-13
1
-0
/
+13
|
*
default REST API port to 5001, not 5000
jesopo
2019-09-13
1
-1
/
+1
|
*
move fediverse_server to a directory module, add rough outline of toot
jesopo
2019-09-13
2
-9
/
+81
|
|
|
|
federation
*
update bot.conf.example to reflect localhost-only
jesopo
2019-09-13
1
-3
/
+1
|
*
remove TLS code from rest_api.py and force it to listen on localhost.
jesopo
2019-09-13
1
-8
/
+1
|
|
|
|
|
|
this is to force people to put something like nginx proxy_pass between the wider internet and bitbot's rest api as the python stdlib http.server is not production-secure.
*
_parse_flags() should always return 2 objects
jesopo
2019-09-12
1
-1
/
+1
|
*
only apply modes for !flags when the user doesn't have them already
jesopo
2019-09-12
1
-5
/
+12
|
*
_check_flags() when flags are changed
jesopo
2019-09-12
1
-0
/
+3
|
*
get_user_status() -> get_user_modes(), filter in format_activity.py
jesopo
2019-09-12
2
-2
/
+3
|
*
add !b as an alias of !ban
jesopo
2019-09-12
1
-0
/
+1
|
*
set a bitbot-specific useragent for fediverse requests
jesopo
2019-09-12
1
-8
/
+10
|
*
'resetkarme' -> 'resetkarma'
jesopo
2019-09-12
1
-1
/
+1
|
*
return command (in case resolved alias) from _find_command_hook()
jesopo
2019-09-12
1
-6
/
+6
|
*
limit !flags mode changes to 3-per-line, add comment as to why
jesopo
2019-09-12
1
-1
/
+3
|
*
remove debug prints
jesopo
2019-09-12
1
-2
/
+0
|
*
remove extra ")"
jesopo
2019-09-12
1
-1
/
+1
|
*
sort uppercase chars after lowercase chars for !flags
jesopo
2019-09-12
1
-1
/
+4
|
*
remove auto_mode.py, it has been superseded by !flags
jesopo
2019-09-12
1
-140
/
+0
|
*
check a user is authenticated before applying modes, catch login too
jesopo
2019-09-12
1
-19
/
+28
|
*
first draft of !flags system
jesopo
2019-09-12
1
-0
/
+73
|
*
use utils.SensitiveSetting in nickserv.py
jesopo
2019-09-12
1
-1
/
+1
|
*
add utils.SensitiveSetting, to .format() hide value
jesopo
2019-09-12
1
-0
/
+4
|
*
add utils.Setting.format() so subtypes can format differently
jesopo
2019-09-12
2
-1
/
+5
|
*
'karma-verbose' -> 'karma-pattern'. don't even parse when false
jesopo
2019-09-12
1
-12
/
+12
|
*
remove now-unneeded "--require-config tls-certificate" from fediverse.py
jesopo
2019-09-12
1
-2
/
+0
|
*
translate INVITE from [channel_name, target] to [target, channel_name]
jesopo
2019-09-12
2
-3
/
+3
|
*
Revert "INVITE should be [channel_name, target]"
jesopo
2019-09-12
2
-4
/
+4
|
|
|
|
This reverts commit f3d8ffad2c8dc9444e32f65e3c78373ec6ad0661.
*
INVITE should be [channel_name, target]
jesopo
2019-09-12
2
-4
/
+4
|
*
allow Requests to specify a useragent
jesopo
2019-09-12
1
-3
/
+4
|
*
add !invite
jesopo
2019-09-12
1
-0
/
+18
|
*
add IRCChannel.send_invite()
jesopo
2019-09-12
1
-0
/
+2
|
[next]