summaryrefslogtreecommitdiff
path: root/classes/Status_network.php
AgeCommit message (Collapse)Author
2009-06-28bad string compare in Status_networkEvan Prodromou
2009-06-28fallback for www. addressesEvan Prodromou
2009-06-15forgot to disinherit Memcached_DataObject in Status_networkEvan Prodromou
2009-06-15Add some basic memcached handling to status_networkEvan 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-15a little better query handling in redirect codeEvan Prodromou
2009-06-15a little better query handling in redirect codeEvan Prodromou
2009-06-15forgot some functions aren't available at status timeEvan Prodromou
2009-06-15redirect on non-canonical server nameEvan Prodromou
2009-06-15strncmp -> strcasecmpEvan Prodromou
2009-06-15Return network from network setup functionEvan 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-15updates to Status_networkEvan Prodromou
2009-05-22some class files had x bit setEvan Prodromou
2009-04-07Host multiple sites with the same codebaseEvan 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.