Conversation:
Notices
-
@verius The GS ones will probably be deprecated.
As far as the constants go, why do we need json? Just make an include file with variable bindings should do it no?
(Every time we have to parse json, there's a moderate memory load, because that part of the GS code, like many others, is not really compartmentalized into itself, so you end up pulling a lot of stuff into it)
-
@verius Yes but it wasn't when GNU social was written so you get all the wonderful crufty standin stuff the moment that you load a json file :D
This is on my list of things to fix but isn't a huge priority right now.