Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-26 | fix fail with posting to a down instance's thread | KushBlazingJudah | |
in a couple of scenarios, fchannel may fail to contact a server and due to faulty error handling, activities that are supposed to send never do. this commit corrects said error handling. | |||
2022-06-21 | checking for empty replyto, checking if already cached object already db | FChannel | |
need to format all query strings to be easier to read and modify | |||
2022-06-19 | changes for better failed delivery attempts | FChannel | |
2022-06-19 | set retry on fail POST req. might be pointless though | FChannel | |
since other parts require requests that cannont be delayed | |||
2022-06-19 | send to correct actors incase not following directly | FChannel | |
2022-06-19 | first pass on federation working | FChannel | |
2022-06-19 | following pass through | FChannel | |
2022-06-19 | more cleanup, logging and error logging everywhere | FChannel | |
things are mostly in place can work on "features" and polish | |||
2022-06-19 | added error func and general cleanup/organization | FChannel | |
2022-06-19 | more organizing structs to have object functions | FChannel | |
need to fully test to be sure nothing broke with changes | |||
2022-06-19 | converting functions to activitypub object functions | FChannel | |
2022-06-19 | creating new post and replying to post working | FChannel | |
2022-06-19 | restructured code base to prevent circular dependicies | FChannel | |