summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2008-10-04check for notification flags in FavCommandEvan Prodromou
2008-10-04FaveCommand -> FavCommandEvan Prodromou
2008-10-04common_client_error -> common_user_errorEvan Prodromou
2008-10-04typo in message commandEvan Prodromou
2008-10-04different message source per command channelEvan Prodromou
2008-10-04correctly refer to notice as a noticeEvan Prodromou
2008-10-04correct use of $user to $this->userEvan Prodromou
2008-10-04add channels and use command interpreter in different channelsEvan Prodromou
2008-10-04fill out commands, move to separate fileEvan Prodromou
2008-10-04move DB_DataObject ini files to more common name.Evan Prodromou
2008-10-03basics of the command interpreterEvan Prodromou
2008-10-03more specific profile-get is slightly more efficientEvan Prodromou
2008-10-02don't try to free faves in UserEvan Prodromou
2008-10-02incorrect function call in FaveEvan Prodromou
2008-10-02try to use caching functions where possible in UserEvan Prodromou
2008-10-02use pkeyGet for AvatarEvan Prodromou
2008-10-02add methods to Memcached_DataObject for caching compound keysEvan Prodromou
2008-10-02remove unused helper functionEvan Prodromou
2008-09-30don't encache on insert; misses timestampsEvan Prodromou
2008-09-29trying to fix up pages in tagsEvan Prodromou
2008-09-29blow cache in Notice for tagsEvan Prodromou
2008-09-28blow the cached streams for tags on a new noticeEvan Prodromou
2008-09-28add some whitespace to the qry for tagsEvan Prodromou
2008-09-28sync function namesEvan Prodromou
2008-09-28cache tag streams in Memcached, tooEvan Prodromou
2008-09-28remove debugging code for notice streamsEvan Prodromou
2008-09-28correct some SQL and add some spacesEvan Prodromou
2008-09-28exact check on memcached resultsEvan Prodromou
2008-09-28another debug noticeEvan Prodromou
2008-09-28remove noticewrapperEvan Prodromou
2008-09-28move noticewrapper to classesEvan Prodromou
2008-09-28add some debugging stuff to NoticeEvan Prodromou
2008-09-28lost paren in NoticeEvan Prodromou
2008-09-28change arguments to Notice::publicStreamEvan Prodromou
2008-09-28single function for important streams, with memcached supportEvan Prodromou
2008-09-27slightly better check on $orig in update()Evan Prodromou
2008-09-26move memcache connections to util.phpEvan Prodromou
2008-09-26handle multiple memcached serversEvan Prodromou
2008-09-26wasn't returning results of updateEvan Prodromou
2008-09-26add some more info on notice updateEvan Prodromou
2008-09-26log a db error for inserting the noticeEvan Prodromou
2008-09-26another false-for-errorEvan Prodromou
2008-09-26Memcache returns false on cache missEvan Prodromou
2008-09-26don't record null key valuesEvan Prodromou
2008-09-26hack to make keys workEvan Prodromou
2008-09-26handle one-argument calls to staticGetEvan Prodromou
2008-09-26better deletes and key namesEvan Prodromou
2008-09-26try to make some static/non-static stuff work rightEvan Prodromou
2008-09-26better handling of staticGetEvan Prodromou
2008-09-26path correct in require_once for memcachedEvan Prodromou