aboutsummaryrefslogtreecommitdiff
path: root/client.go
AgeCommit message (Collapse)Author
2022-06-19restructured code base to prevent circular dependiciesFChannel
2022-06-19board/thread view; images don't workKushBlazingJudah
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-19restructuring, part 4 of manyKushBlazingJudah
2022-06-19goimportsKushBlazingJudah
2022-06-19restructuring, part 3 of manyKushBlazingJudah
2022-06-19restructuring, part 1 of manyKushBlazingJudah
2022-06-19gofiber conversion, index, board posts, board post hooked upFChannel
2022-06-19added slash for correct href routingFChannel
2022-06-19last time with version conflicts on merge.....FChannel
2022-06-19apply theme on load using a cookieKushBlazingJudah
2021-10-04fix for aref link slash to correct pathFChannel
2021-10-03Merge branch 'master' into developmentFChannel
2021-10-03Allow instances to work without fchan.xyzanomalous69
2021-08-20fix a couple problemsKushBlazingJudah
2021-08-19retard can't into time.FormatKushBlazingJudah
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
idk what i was doing before this but i wanted to use time.Time to get something similar to how 4chan's timestamps work, it would've also been easier for scripts to interface with it, since we have data we can work with much easier than a string i am not sure what this means for federation yet, so i'll test it out before i do anything.
2021-08-18it worksKushBlazingJudah
2021-08-18rudimentary theme switchingKushBlazingJudah
2021-08-16devchan why the hell did you use style attributesKushBlazingJudah
2021-08-15go fmtKushBlazingJudah
2021-08-01fix inactive instance check and archive bugFChannel
2021-07-31added pop route for removing archived posts. removed seeing archive page ↵FChannel
when not archived posts.
2021-07-31removed javascript causing errors and updated readme with xmpp roomFChannel
2021-07-31added archive page and viewingFChannel
2021-07-30removed shortImg and convertSize javascript to serversideFChannel
2021-07-30moved parseContent to template to cut down on unnecessary loopsFChannel
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-25fixed bug with escaping html less than symbol for parsing contentFChannel
2021-07-25fixed quote parsing bugFChannel
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-22removed media javascript parsing it on serverFChannel
2021-07-22fixed quote bug and moved comment parsing server side without javascriptFChannel
2021-07-15added auto follow for boardsFChannel
2021-07-13added regex blacklist for posts in admin pageFChannel
2021-07-07check if onion link for media proxyFChannel
2021-07-07added media proxy for remote linksFChannel
2021-07-04Oops, forgot that the description was relocatedsageman_
On another note, it would be nice if the description was in one place
2021-07-04Merge branch 'development' of https://github.com/FChannel0/FChannel-Server ↵sageman_
into faq-and-rules # Conflicts: # client.go # static/faq.html
2021-07-03added report reason to admin manage pageFChannel