Izalia Mae
|
8d17749a50
|
create Application class
|
2022-11-07 07:54:32 -05:00 |
|
Izalia Mae
|
70e4870ba9
|
remove run_in_loop function
|
2022-11-07 05:40:08 -05:00 |
|
Izalia Mae
|
c66f9d34b3
|
create Message class
|
2022-11-07 05:30:13 -05:00 |
|
Izalia Mae
|
3b85e2c2f2
|
move DotDict to misc
|
2022-11-06 01:11:54 -05:00 |
|
Izalia Mae
|
f713f54306
|
announce forwarded messages
|
2022-11-06 01:11:36 -05:00 |
|
Izalia Mae
|
dcb7980c50
|
prevent old unfollows from booting instances
|
2022-11-05 22:15:37 -04:00 |
|
Izalia Mae
|
4d121adaa2
|
forward all non-Follow undos
|
2022-11-05 20:15:40 -04:00 |
|
Izalia Mae
|
c0d55cebb0
|
cache activity id for forwards
|
2022-11-05 20:10:01 -04:00 |
|
Izalia Mae
|
8ca198b611
|
simplify misc.request
|
2022-11-05 20:07:44 -04:00 |
|
Izalia Mae
|
b6f311c42d
|
version bump
|
2022-08-12 16:38:33 -04:00 |
|
Izalia Mae
|
6fcaf47f39
|
fix debug logging for distill_object_id
|
2022-08-12 15:43:24 -04:00 |
|
Izalia Mae
|
59a05224ff
|
add LOG_FILE env var
|
2022-08-12 03:22:30 -04:00 |
|
Izalia Mae
|
fc7de1a3bc
|
use proper accept header for nodeinfo fetching
|
2022-08-12 02:36:08 -04:00 |
|
Izalia Mae
|
4fc5d692bf
|
exclude git hash if unavailable
|
2022-06-06 08:37:08 -04:00 |
|
Izalia Mae
|
4847c2bbc0
|
version bump
|
2022-06-06 08:29:06 -04:00 |
|
Izalia Mae
|
d005ff8f48
|
add/remove inbox on cli inbox (un)follow
|
2022-05-06 18:08:55 -04:00 |
|
Izalia Mae
|
c24a0ce6d5
|
fix actor unfollowing and simplify (un)following
|
2022-05-06 16:10:34 -04:00 |
|
Izalia Mae
|
30a3b92f26
|
fixes
|
2022-05-06 04:12:12 -04:00 |
|
Izalia Mae
|
b6494849b5
|
Reorganize codebase
|
2022-05-06 07:04:51 +00:00 |
|
Joel Beckmeyer
|
738e0a999f
|
fix DeprecationWarnings on 3.10
|
2021-10-16 08:58:49 -04:00 |
|
Joel Beckmeyer
|
e1498a8d6e
|
add parameter for config location
|
2021-10-15 08:24:57 -04:00 |
|
Izalia Mae
|
79276c245c
|
Sign headers when fetching actor
|
2021-09-15 02:17:27 +00:00 |
|
Sam Therapy
|
0456e4ca50
|
Add Misskey to the list of instances that can subscribe using /inbox
|
2021-08-12 20:13:10 +00:00 |
|
Izalia Mae
|
6cef5d8f38
|
Apply 1 suggestion(s) to 1 file(s)
|
2020-12-05 05:35:10 +00:00 |
|
Izalia Mae
|
63be7f2034
|
Apply 1 suggestion(s) to 1 file(s)
|
2020-12-05 05:34:58 +00:00 |
|
Izalia Mae
|
bc0914b5c1
|
make software blocklist configurable
|
2020-12-04 02:34:40 -05:00 |
|
Izalia Mae
|
f0e08f26b3
|
fetch well-known url for nodeinfo
|
2020-12-04 01:43:49 -05:00 |
|
Izalia Mae
|
1727425bec
|
add relay blocking option
|
2020-12-02 23:13:33 -05:00 |
|
Izalia Mae
|
c59cec0c31
|
cleanup load_config
|
2020-12-02 22:41:45 -05:00 |
|
Haelwenn
|
4d4bebd0be
|
Merge branch 'db-inbox-fix' into 'master'
properly create 'relay-list' in db
See merge request pleroma/relay!25
|
2020-11-23 07:06:50 +00:00 |
|
Izalia Mae
|
89990331d5
|
properly create 'relay-list' in db
|
2020-11-22 00:50:57 -05:00 |
|
Joel Beckmeyer
|
c2d53df85b
|
set content-type to application/activity+json for /actor
|
2020-11-19 21:13:24 -05:00 |
|
Haelwenn
|
a15d734218
|
Merge branch 'follows' into 'master'
remove unnecessary actor checking for (un)follows
See merge request pleroma/relay!22
|
2020-11-12 13:43:09 +00:00 |
|
Izalia Mae
|
193ea00996
|
Include the headers required by mastodon
|
2020-11-12 13:40:19 +00:00 |
|
Izalia Mae
|
436a57971c
|
remove unnecessary actor checking for (un)follows
|
2020-03-18 00:53:21 -04:00 |
|
Izalia Mae
|
544d790ef2
|
use pycryptodome instead of pycrypto
|
2019-11-19 22:08:14 -05:00 |
|
Izalia Mae
|
b4f0835106
|
Fix db wipe on json error and default config checking
|
2019-09-30 10:45:46 +00:00 |
|
kaniini
|
47e2eb6556
|
Merge branch 'feature/add_force_remove_relay' into 'master'
implement force-remove in manage.py, should only be used when relay is not running
See merge request pleroma/relay!15
|
2019-07-31 19:21:12 +00:00 |
|
kaniini
|
b3b33c9796
|
Merge branch 'feature/semaphore_in_push_to_actor' into 'master'
use global semaphore in push_to_actor to prevent overloading system with outbound connections
See merge request pleroma/relay!16
|
2019-07-31 19:20:46 +00:00 |
|
Thibaut Girka
|
e56d909fe2
|
Fix relay crashing on signed GET requests
|
2019-07-31 05:36:23 +00:00 |
|
kaniini
|
2eb17041b1
|
Merge branch 'feature-update' into 'master'
Handle "Update" event
See merge request pleroma/relay!14
|
2019-07-20 21:18:05 +00:00 |
|
gled
|
94e669cf7d
|
use global semaphore in push_to_actor to prevent overloading system with outbound connections
|
2019-06-11 10:54:05 -07:00 |
|
gled
|
06d9d4c19e
|
implement force-remove in manage.py, should only be used when relay is not running
|
2019-06-11 10:48:49 -07:00 |
|
kjwon15
|
9e5772855d
|
Handle "Update" event to forward update profile
|
2019-06-03 18:50:45 +09:00 |
|
Izalia Mae
|
1a922ecb29
|
add whitelist feature
|
2019-05-21 12:29:55 -04:00 |
|
kaniini
|
f34b42ae78
|
Merge branch 'feature-delete' into 'master'
Implement handle_delete to forward delete
Closes #2
See merge request pleroma/relay!12
|
2019-05-13 18:41:06 +00:00 |
|
kjwon15
|
08fe53bdbd
|
Implement handle_delete to forward delete
|
2019-05-08 17:27:01 +09:00 |
|
Izalia Mae
|
1065c5ff36
|
reject activities from instance not on relay-list
|
2019-05-08 02:54:57 -04:00 |
|
Thibaut Girka
|
eefef994e1
|
Fix wrong URI for the relay's followers collection
|
2019-03-28 17:21:53 +00:00 |
|
kaniini
|
44faf30162
|
Revert "Merge branch 'fix-html' into 'master'"
This reverts merge request !8
|
2019-01-17 23:04:07 +00:00 |
|