Age | Commit message (Expand) | Author |
2008-09-30 | use two-arg constructor for confirmation code | Evan Prodromou |
2008-09-30 | log a warning on recovery of old recovery codes | Evan Prodromou |
2008-09-29 | trying to fix up pages in tags | Evan Prodromou |
2008-09-29 | blow cache in Notice for tags | Evan Prodromou |
2008-09-29 | guarded call to conn method in xmppqueuehandler | Evan Prodromou |
2008-09-28 | note about stream_select() bug in PHP 5.2.x | Evan Prodromou |
2008-09-28 | blow the cached streams for tags on a new notice | Evan Prodromou |
2008-09-28 | fixup tag display code | Evan Prodromou |
2008-09-28 | pass tag parameter along to stream query | Evan Prodromou |
2008-09-28 | add some whitespace to the qry for tags | Evan Prodromou |
2008-09-28 | sync function names | Evan Prodromou |
2008-09-28 | cache tag streams in Memcached, too | Evan Prodromou |
2008-09-28 | add favoritesrss | Evan Prodromou |
2008-09-28 | fancy url for favorites rss | Evan Prodromou |
2008-09-28 | remove unneeded find() in userrss.php | Evan Prodromou |
2008-09-28 | remove debugging code for notice streams | Evan Prodromou |
2008-09-28 | correct some SQL and add some spaces | Evan Prodromou |
2008-09-28 | exact check on memcached results | Evan Prodromou |
2008-09-28 | another debug notice | Evan Prodromou |
2008-09-28 | remove noticewrapper | Evan Prodromou |
2008-09-28 | move noticewrapper to classes | Evan Prodromou |
2008-09-28 | add some debugging stuff to Notice | Evan Prodromou |
2008-09-28 | lost paren in Notice | Evan Prodromou |
2008-09-28 | change arguments to Notice::publicStream | Evan Prodromou |
2008-09-28 | shownotices takes user rather than profile in showstream | Evan Prodromou |
2008-09-28 | single function for important streams, with memcached support | Evan Prodromou |
2008-09-27 | slightly better check on $orig in update() | Evan Prodromou |
2008-09-26 | move memcache connections to util.php | Evan Prodromou |
2008-09-26 | handle multiple memcached servers | Evan Prodromou |
2008-09-26 | wasn't returning results of update | Evan Prodromou |
2008-09-26 | add some more info on notice update | Evan Prodromou |
2008-09-26 | log a db error for inserting the notice | Evan Prodromou |
2008-09-26 | another false-for-error | Evan Prodromou |
2008-09-26 | Memcache returns false on cache miss | Evan Prodromou |
2008-09-26 | don't record null key values | Evan Prodromou |
2008-09-26 | hack to make keys work | Evan Prodromou |
2008-09-26 | handle one-argument calls to staticGet | Evan Prodromou |
2008-09-26 | better deletes and key names | Evan Prodromou |
2008-09-26 | try to make some static/non-static stuff work right | Evan Prodromou |
2008-09-26 | better handling of staticGet | Evan Prodromou |
2008-09-26 | path correct in require_once for memcached | Evan Prodromou |
2008-09-26 | rename cached object file | Evan Prodromou |
2008-09-26 | prepend Memcached_DataObject require with INSTALLDIR | Evan Prodromou |
2008-09-26 | caching layer for DB/DataObject | Evan Prodromou |
2008-09-26 | try to clean up user-without-profile errors | Evan Prodromou |
2008-09-24 | better redirect to outbox | Evan Prodromou |
2008-09-24 | redirect to outbox after posting | Evan Prodromou |
2008-09-24 | correct url for new message form | Evan Prodromou |
2008-09-24 | put message form on inbox and outbox | Evan Prodromou |
2008-09-24 | change handle() to use message-getting helper | Evan Prodromou |