176 Commits (99f0e73394dc9a5f5525af1256ead174b90f4463)

Author SHA1 Message Date
Ted Unangst 0faf2b0556 allow replying to private messages with private replies
5 years ago
Ted Unangst 233f80fa4a log excessive attachment separately
5 years ago
Ted Unangst dcc055ace1 cleanup images after 30 days if we don't need them
5 years ago
Ted Unangst 09b471b8de stop abusing rid for deletion, just use xid like normal
5 years ago
Ted Unangst fc4f13d9e0 the number of unreliable servers in the federation is too damn high!
5 years ago
Ted Unangst d8d439e596 consume activities in a goroutine other than the web handler
5 years ago
Ted Unangst d4d2483ee0 add better origin checks for all activities
5 years ago
Ted Unangst 18bb5dbd99 log reception of xonk
5 years ago
Ted Unangst 8fe575dcf3 reget bonks even when embedded
5 years ago
Ted Unangst 5e7ed058c1 user-agent for posts as well
5 years ago
Ted Unangst 24006757e0 rework honk to make local and remote about the same.
5 years ago
Ted Unangst 90c7001e15 rework honk schema to store more information.
5 years ago
Ted Unangst ed357653a8 some minor cleanup
5 years ago
Ted Unangst e10c9d801b support Page objects too
5 years ago
Ted Unangst 6be21e9f0b can cache fishing results in db
5 years ago
Ted Unangst f1b4c45088 try logging only unknown activities for a while
5 years ago
Ted Unangst adcc0a1339 don't leave attachment linkage in db after deletion in case id is reused
5 years ago
Ted Unangst af849f4371 switch image code to webs
5 years ago
Ted Unangst 996cd76baa the danger zone
5 years ago
Ted Unangst bf18145db8 zonking of bonking
5 years ago
Ted Unangst 90a6e0f7c3 people really want to believe that deletion can work.
5 years ago
Ted Unangst 64d9c67c35 more than 4 attachments seems execessive, leave the rest off.
5 years ago
Ted Unangst dee1eda34e pixelfed sends attachments as Image.
5 years ago
Ted Unangst 99c41825ed more context about xonks we're ignoring
5 years ago
Ted Unangst ef7880cadc rework xonk saving to avoid crawling threads we won't ever save
5 years ago
Ted Unangst 370268399d convert a few one off db queries to statements
5 years ago
Ted Unangst cd7626a515 save links to the external attachments we don't want to save
5 years ago
Ted Unangst 46cc488d19 set a user-agent
5 years ago
Ted Unangst b0b0ad21df bloaty pig posters and their images of unusual size
5 years ago
Ted Unangst 6ce45d2f23 expansive search of the federation did not reveal any signs of intelligent gifs
5 years ago
Ted Unangst 2a0c9e5082 take me off this list!!!
5 years ago
Ted Unangst 4da06786e9 clemency for the sinners. allow pardon of zonkers.
5 years ago
Ted Unangst 9e726bde40 few more improvements to blocking
5 years ago
Ted Unangst 5183a83124 if an emu doesn't have a type, make a png
5 years ago
Ted Unangst a1445cb118 crawl up reply chain looking for oneups
5 years ago
Ted Unangst bf634b8224 don't fetch bonks if we already have them
5 years ago
Ted Unangst 99d89bb62c sometimes the honk is inside the bonk!
5 years ago
Ted Unangst 23cea380b0 add empty follow collections
5 years ago
Ted Unangst d728004cad only delete honks for user that receives deletion
5 years ago
Ted Unangst e28d07968d requesting bonks with the old activity name may work better
5 years ago
Ted Unangst 4e9987abca if content doesn't start with <p>, make it so
5 years ago
Ted Unangst 30e1657d7a start saving boxes in the db
5 years ago
Ted Unangst 770e57797e @me page just for me
5 years ago
Ted Unangst e8c5a307ce sigh. need to defer mentionize to avoid collecting our own html
5 years ago
Ted Unangst d75cbe1c3d prefer the activitypub context name for conversation
5 years ago
Ted Unangst 7219332e0a a convoy is a whole fleet of honks, coming at ya
5 years ago
Ted Unangst b5249fd53d schema updates for future changes. xonkers, zonkers, and convoys, oh my.
5 years ago
Ted Unangst 1417812419 201 is an ok status too
5 years ago
Ted Unangst d542796944 i think we're ready to try delivery in parallel
5 years ago
Ted Unangst 3dfe29724a don't try looking up boxes concurrently
5 years ago
Ted Unangst 3d0cb6c737 refine delivery some more
5 years ago
Ted Unangst 28a39e7f23 the delete object may also be just the id string
5 years ago
Ted Unangst ca85e502d2 oops, sharedInbox is hiding under endpoints
5 years ago
Ted Unangst 6ec4352d69 use shared inbox for delivery
5 years ago
Ted Unangst 3a03baf1de allow zonking of anything, but be clear that disavow is not delete
5 years ago
Ted Unangst 1fb1523f54 change finger accept type to yet another mime
5 years ago
Ted Unangst 7b12715d1e allow plaintext attachments
5 years ago
Ted Unangst efbd541381 small logging fix
5 years ago
Ted Unangst 7152549c99 add a null summary to please plemora
5 years ago
Ted Unangst b24f484a84 further prep for retries
5 years ago
Ted Unangst 8bb2a31118 we always need to be eradicated xonks
5 years ago
Ted Unangst 2436a76b7e don't cache box lookup failure. don't hold lock for too long.
5 years ago
Ted Unangst 1acb85d047 we can ignore incoming xonks that originated as self
5 years ago
Ted Unangst 68c465c4ad reduce duplicate bonks received slightly
5 years ago
Ted Unangst 5d340cd1ab rework deliveration to prepare for retries
5 years ago
Ted Unangst a21eccc71c oops, want summary, not context x2
5 years ago
Ted Unangst 7f7f8390ff remove unused function
5 years ago
Ted Unangst d52111ca8e looks like we can just treat article as a long note
5 years ago
Ted Unangst c163c74499 aesthetic shuffling of the deck chairs
5 years ago
Ted Unangst df1f73f45e if the summary isn't blank, add it to the content
5 years ago
Ted Unangst 02da8c739a better herding of emus
5 years ago
Ted Unangst f472979b2d custom emus
5 years ago
Ted Unangst 9a0b9a90bf can improve efficiency of dedupe slightly without much complication
5 years ago
Ted Unangst 8d966a1d50 try to get original audience for remote replies
5 years ago
Ted Unangst 21024fcd56 sign the content-type instead of content-length
5 years ago
Ted Unangst 7420c88f84 maybe 0.1
5 years ago