aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2021-08-15default value argument for GetConfigValueKushBlazingJudah
2021-08-15go fmtKushBlazingJudah
2021-08-02unarchive when remote deleteFChannel
2021-08-01changed inactive time limit to 48hrs checks every 24FChannel
2021-08-01fix inactive instance check and archive bugFChannel
2021-07-31changed timeout time for requestsFChannel
2021-07-31added pop route for removing archived posts. removed seeing archive page ↵FChannel
when not archived posts.
2021-07-31added archive page and viewingFChannel
2021-07-30added removal of inactive instances from following/followers after 24hrsFChannel
2021-07-28added soft thread limits. they are not physically archived yetFChannel
2021-07-25showing post replies bug fixFChannel
2021-07-25added modification to media banFChannel
2021-07-25fixed auto follow logic as well as out of sync followingFChannel
2021-07-23added cross post support. could blow up if referencing a link that is not ↵FChannel
local to the database or cache.
2021-07-22added banning media by saving hash in databaseFChannel
2021-07-22regex escape hyphens in regex for quote and repliesFChannel
2021-07-22added actor information requests to cache resets on server restartFChannel
2021-07-22fixed quote bug and moved comment parsing server side without javascriptFChannel
2021-07-17routing correctionsFChannel
2021-07-17bug fix for auto follow errorsFChannel
2021-07-15when using /g/followers or /g/following also follow the board gFChannel
2021-07-15can follow other boards followers or following by passing in the url you ↵FChannel
want to follow eg https://fchan.xyz/b/following and your board will follow all the boards that board is following or https://fchan.xyz/b/followers to follow all that boards followers
2021-07-15added auto follow for boardsFChannel
2021-07-13replace dead remote linked media with not found pngFChannel
2021-07-13added regex blacklist for posts in admin pageFChannel
2021-07-07made delete objects as thread and fixed following non-valid actor linksFChannel
2021-07-07added media proxy for remote linksFChannel
2021-07-03added report reason to admin manage pageFChannel
2021-07-03add some styling to news pull requestFChannel
2021-07-03Merge pull request #35 from the-sageman/pem-failsafeFChannel0
In case the PEM key is missing, do not fail too hard.
2021-07-03In case the PEM key is missing, do not fail too hard.sageman_
Tell the administrator in a friendly matter that they are an idiot and they should seek assistance in generating a new keypair and telling everyone about it.
2021-07-02add deletion of news itemsknotteye
2021-07-02show only the last 3 news items on index, link to a page with all news itemsknotteye
2021-07-02Merge branch 'master' into masterAmelia
2021-07-02added anchor links for index.html and public instance indexing tweakFChannel
2021-07-02Merge branch 'FChannel0:master' into masterAmelia
2021-07-01Make news list links to full page news articlesknotteye
2021-07-01Add a list of local boards and server newsknotteye
2021-07-01flushed out version of tripcode with secure trips and instancesalt added to ↵FChannel
config
2021-06-30using FingerActor does not work for main instance had to fixFChannel
2021-06-30fixed federation bug with the TO field for sending activity streams. Added ↵FChannel
delay in indexing so the indexing inpoint cant be abused by non federated actors
2021-06-30return user to catalog when posting from catalogknotteye
2021-06-29check for nil pointer referenceFChannel
2021-06-29check that fails since server hasnt come online yet to check the actor need ↵FChannel
a better fix
2021-06-29added public instance tracking when instance is createdFChannel
2021-06-28removed creating client key fileFChannel
2021-06-28changed all time to UTC to sync better regardless of server timeformatFChannel
2021-06-28tor proxy, added server version in faq, increased verification timeFChannel
2021-06-28added proxy wrapper with tor supportFChannel
2021-06-28Merge with masterFChannel