aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2022-06-19will deal with view laterKushBlazingJudah
2022-06-19i just wasted two hoursKushBlazingJudah
2022-06-19board/thread view; images don't workKushBlazingJudah
2022-06-19index is visibleKushBlazingJudah
2022-06-19slacking off is great; here's part 6KushBlazingJudah
2022-06-19last commit of the nightKushBlazingJudah
2022-06-19restructuring part 5KushBlazingJudah
2022-06-19down to the main package it seemsKushBlazingJudah
2022-06-19db package now compiles without error for nowKushBlazingJudah
2022-06-19restructuring, part 4 of manyKushBlazingJudah
2022-06-19restructuring, part 3 of manyKushBlazingJudah
2022-06-19restructuring, part 1 of manyKushBlazingJudah
2022-06-19move routes to subpackageKushBlazingJudah
2022-06-19gofiber conversion, index, board posts, board post hooked upFChannel
2022-06-19Trim strings before firing getactor requestsAmelia
2022-06-19fix for following tor instancesFChannel
2022-06-19last time with version conflicts on merge.....FChannel
2022-06-19apply theme on load using a cookieKushBlazingJudah
2021-10-04fix for instance index with empty actor idFChannel
2021-10-03Merge branch 'master' into developmentFChannel
2021-10-03fix for broken media urlsFChannel
2021-08-20fix a couple problemsKushBlazingJudah
2021-08-19go fmt, go vetKushBlazingJudah
2021-08-19hack fix mod pagesKushBlazingJudah
2021-08-19data-utcKushBlazingJudah
2021-08-18experimental type change for times: string to time.TimeKushBlazingJudah
2021-08-18rudimentary theme switchingKushBlazingJudah
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 when...FChannel
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 loc...FChannel
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 want...FChannel
2021-07-15added auto follow for boardsFChannel