summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-05Bringing users/show in line with Twitter as far as specifying user.Dan Moore
2009-05-30Use mysql_set_charset for connection instead of SET NAMESEvan Prodromou
PHP doesn't get the info about the charset of the connection if you use SET NAMES. So, we use the appropriate PHP function instead.
2009-05-30use mysqli_set_charset instead of set namesEvan Prodromou
2009-05-30take a max and min argument for fixup_utf8Evan Prodromou
2009-05-30Removing inbox and memcached daemon handlingEvan Prodromou
2009-05-30take debug code out of omb.phpEvan Prodromou
2009-05-30remove debug code from repliesEvan Prodromou
2009-05-30add get2gnowEvan Prodromou
2009-05-30check for since=0 in Notice::stream()Evan Prodromou
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