summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-06increment the version0.6.1Evan Prodromou
2008-10-06update README with info about 0.6.1 plus some forgotten stuffEvan Prodromou
2008-10-05Added OnCommand and OffCommand to the list of cmds the Twitter APIzach
2008-10-04Twitter-compatible API - hooked in command interpreterzach
2008-10-05Another patch to fix up whitespace conflicts in User.phpZach Copley
2008-10-05Fixed up conflict (over white space) in User.phpZach Copley
2008-10-04change stoica.ini to laconica.ini in config.php.sampleEvan Prodromou
2008-10-04fix deleted function after synch from ZachEvan Prodromou
2008-09-30Twitter-compatible API - cleaned up sloppy control flow: exit() statements ev...zach
2008-09-30Twitter-compatible API - Added content-type checks to several methods. Callin...zach
2008-09-30Add support for since_id and before_id to Twitter API. Ticket #540.mac65
2008-09-30Twitter-compatible API - factored out redundant JSON printing functionszach
2008-09-30Twitter-compatible API - Favorites now working!zach
2008-09-30Twitter-compatible API - added source links to statuses/noticeszach
2008-09-29Twitter-compatible API: Direct messages work (everything but destroy())Zach Copley
2008-09-25Twitter-compatible API - rss and atom feeds for direct messagesZach Copley
2008-09-24Twitter-API: Viewing direct msgs in xml and json now workZach Copley
2008-09-26Twitter bridge -- more explicit checking of noticesync bitsZach Copley
2008-10-04Update q-value for completed pt_BR translationCiaranG
2008-10-04New pt_BR translation, 100% completeCiaranG
2008-10-04pt_BR translation now has a new file IDCiaranG
2008-10-02Combined language patches that got missed due to repo dependenciesCiaranG
2008-10-04correct output for Get commandEvan Prodromou
2008-10-04cleanup whitespace in lib/mail.phpEvan Prodromou
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-04text -> content in newnoticeEvan 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 fave notification to mail libraryEvan 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-02XMPP Direct Messaging / Last noticenick
2008-10-05explicitly load classes for queuehandlerEvan Prodromou
2008-10-04more output in daemon.phpEvan Prodromou
2008-10-04better instructions in the password recovery pageEvan Prodromou
2008-10-03only put notices that are local in the sitemapEvan 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-30Fix replies tab pagination issuesupport