Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-28 | bad string compare in Status_network | Evan Prodromou | |
2009-06-28 | fallback for www. addresses | Evan Prodromou | |
2009-06-15 | forgot to disinherit Memcached_DataObject in Status_network | Evan Prodromou | |
2009-06-15 | Add some basic memcached handling to status_network | Evan Prodromou | |
Status_network can't be a subclass of Memcached_DataObject -- the latter is too entrenched in Laconica's memc handling functions, which aren't loaded when Status_network is running! But the importance of caching these values can't be overstated. So, a considerably slimmed-down version of the Memcached_DataObject code is transcribed into Status_network. | |||
2009-06-15 | a little better query handling in redirect code | Evan Prodromou | |
2009-06-15 | a little better query handling in redirect code | Evan Prodromou | |
2009-06-15 | forgot some functions aren't available at status time | Evan Prodromou | |
2009-06-15 | redirect on non-canonical server name | Evan Prodromou | |
2009-06-15 | strncmp -> strcasecmp | Evan Prodromou | |
2009-06-15 | Return network from network setup function | Evan Prodromou | |
Return the network from the network setup function. Also, special-case for when we get a server name the same as the wildcard. | |||
2009-06-15 | updates to Status_network | Evan Prodromou | |
2009-05-22 | some class files had x bit set | Evan Prodromou | |
2009-04-07 | Host multiple sites with the same codebase | Evan Prodromou | |
This is the beginning of the code for status.net and related status farms. It will read basic information about a site from a shared, central database and use the data stored there to switch on the hostname. |