aboutsummaryrefslogtreecommitdiff
path: root/cacheDatabase.go
AgeCommit message (Collapse)Author
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-15go fmtKushBlazingJudah
2021-07-13check post blacklist for caching other instances postsFChannel
2021-07-13added regex blacklist for posts in admin pageFChannel
2021-07-07fixed caching orderFChannel
2021-06-28added proxy wrapper with tor supportFChannel
2021-06-25expanded header signature support to known possible values at this timeFChannel
2021-06-24changed activitystream formating for objects to better align with pleromas ↵FChannel
actor field
2021-06-19added sensitive content checkbox for uploadFChannel
2021-06-06correct post ordering when following instanceFChannel
2021-06-03cleaned up file namesFChannel