summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-29Ticket #1572 - Implement Twitter's account/rate_limit_status API method0.7.4pre1Zach Copley
We don't have a rate limit (yet) but some clients check this method. This dummy implementation always says the auth user has 100 requests left.
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-05-29Ticket #1567 - Change max_id to return notices <= ID instead of < IDZach Copley
2009-05-29Ticket #1567 - API: Change before_id parameter to max_idZach Copley
2009-05-29Update version number to 0.7.4Evan Prodromou
Updated the version number to 0.7.4, added the new song title, and documented the changes since 0.7.3.
2009-05-29Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.xEvan Prodromou
2009-05-28Added Afficheur to notice sourcesZach Copley
2009-05-28Warning log msg when http basic auth failsZach Copley
2009-05-28Only enqueue inbox-dependent transports after inboxes have been filledEvan Prodromou
2009-05-28Add any.io to sourcesEvan Prodromou
2009-05-28take an argument for fixup_utf8Evan Prodromou
2009-05-28document utf8 problems and solutionsEvan Prodromou
2009-05-27Add fixup_utf8 to fixup problems with UTF-8 in a databaseEvan Prodromou
Fixes up an old database to store strings in UTF-8. Hopefully works!
2009-05-27optionally use SET NAMES for utf8 to DBEvan Prodromou
2009-05-27Merge branch '0.7.x' into utf8Evan Prodromou
2009-05-27Merge branch '0.7.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.7.x
2009-05-27Better err handling when trying to get Facebook clientZach Copley
2009-05-26Removed silly "dented:" status prefix from Facebook AppZach Copley
2009-05-26Added AgentSolo.comEvan Prodromou
2009-05-26Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-26added qtwitterEvan Prodromou
2009-05-26Ticket #1196 - Fixed: Warning on invite tab in Facebook AppZach Copley
2009-05-25Add EventBox to notice sourcesZach Copley
2009-05-22Add Gravity to notice sourcesEvan Prodromou
2009-05-19Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-18Increase entity_profile fn, nickname font-size slightly. GaveSarven Capadisli
entity_profile more width.
2009-05-17remove debugging callsEvan Prodromou
2009-05-17Merge branch 'master' into 0.7.xEvan Prodromou
2009-05-15License link, no titleEvan Prodromou
2009-05-15License link, no titleEvan Prodromou
2009-05-15add WikiHashtagsPluginEvan Prodromou
2009-05-15add WikiHashtagsPluginEvan Prodromou
2009-05-15add a hook for the page noticeEvan Prodromou
2009-05-15add a hook to muck around with the arguments array after it's initializedEvan Prodromou
2009-05-15add hooks for subgroupnav showingEvan Prodromou
2009-05-15reformat action.phpEvan Prodromou
2009-05-08PostgreSQL - added dirty dates to Foreign_link - see ↵CiaranG
3e7b1e69e3e97ac007465376b62084f10bcf97ca
2009-05-07Twitter friends sync now does 25 users at a time and uses last_friendsync ↵Zach Copley
field to prioritize
2009-05-07Added dirty dates to Foreign_linkZach Copley
2009-05-04Merge branch 'querybyid' into 0.7.xEvan Prodromou
2009-05-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-03add pingvine notice sourceEvan Prodromou
2009-05-01make faves work with idsEvan Prodromou
2009-05-01Make user group stream use IDsEvan Prodromou
2009-05-01make profile notice getting use idsEvan Prodromou
2009-05-01Merge branch '0.7.x' into querybyidEvan Prodromou
2009-05-0160 seconds hard timeout for XHR notice posting. JavaScript throws anSarven Capadisli
alert message to the client if the server doesn't respond back in any way.
2009-05-01optionally add a username/password on server side for CometEvan Prodromou
2009-05-01add in_reply_to link and make HTML in source work correctlyEvan Prodromou
2009-05-01Merge branch '0.7.x' into cometpluginEvan Prodromou