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-19 | v0.1.0 | FChannel | |
2022-06-19 | admin page layout/css - truncate long new line posts | FChannel | |
2022-06-19 | first pass on federation working | 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 | removed all unneeded .go files from root directory | FChannel | |
2022-06-19 | cleaned up main | FChannel | |
2022-06-19 | fix for parsing reply link and showing images in static folder | FChannel | |
2022-06-19 | creating new post and replying to post working | FChannel | |
2022-06-19 | first steps in posting connected. can make reply with no quote or quote OP | FChannel | |
do not recommend working on this branch for the time being since things are being moved around a lot | |||
2022-06-19 | restructured code base to prevent circular dependicies | FChannel | |