index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
OStatus
/
classes
Age
Commit message (
Expand
)
Author
2010-02-23
OStatus group delivery initial implementation.
Brion Vibber
2010-02-22
OStatus: initial hookup of remote group membership (notice delivery not yet w...
Brion Vibber
2010-02-22
handle poco nicknames in Ostatus_profile
Evan Prodromou
2010-02-21
OStatus: record source profile & saving method in ostatus_source table; this ...
Brion Vibber
2010-02-21
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou
2010-02-21
work harder to preserve info when creating new Ostatus_profile
Evan Prodromou
2010-02-21
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
Brion Vibber
2010-02-21
OStatus PuSH fixes:
Brion Vibber
2010-02-21
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou
2010-02-21
Add OStatus_profile::ensureWebfinger()
Evan Prodromou
2010-02-21
OStatus PuSH fixlets:
Brion Vibber
2010-02-21
OStatus feedsub fixlets:
Brion Vibber
2010-02-21
include namespaces in posted activities in notifyActivity()
Evan Prodromou
2010-02-21
slightly more robust remote profile creation
Evan Prodromou
2010-02-21
correct call to time() in Ostatus_profile::notify()
Evan Prodromou
2010-02-21
try different ways to get a profile from a feed
Evan Prodromou
2010-02-21
activity notification in Ostatus_profile
Evan Prodromou
2010-02-20
OStatus: fix regressions from merge
Brion Vibber
2010-02-20
Add support for favor and disfavor notification
Evan Prodromou
2010-02-20
adjust URI, URL, and location in Ostatus_profile::processPost
Evan Prodromou
2010-02-20
Cool bug! Technically good PHP syntax
Evan Prodromou
2010-02-19
OStatus: Salmon notifications now being generated moderately correctly. :) Ne...
Brion Vibber
2010-02-19
OStatus: sub/unsub notifications working again. Fixed up autodetection of fee...
Brion Vibber
2010-02-19
OStatus: hooked up follow/unfollow events on Salmon endpoint to create/destro...
Brion Vibber
2010-02-19
OStatus: fix up Salmon endpoint detection/saving, timestamp fixes.
Brion Vibber
2010-02-18
add ActivityContext class and test it
Evan Prodromou
2010-02-18
OStatus refactoring to clean up profile vs feed and fix up subscription issues.
Brion Vibber
2010-02-18
OStatus sub/unsub updates:
Brion Vibber
2010-02-17
OStatus: moving parts of profile processing to Activity from feedmunger. Paus...
Brion Vibber
2010-02-16
OStatus: migrated notice parsing to use Activity helper classes; on the way t...
Brion Vibber
2010-02-16
OStatus: fix up some recent regressions in subscription setup; fix state chec...
Brion Vibber
2010-02-16
OStatus: fix for low-level remote subscribe
Brion Vibber
2010-02-16
change find() to staticGet() to use cache
Evan Prodromou
2010-02-12
OStatus: prep work for sending notifications on sub/unsub/join/leave/favorite...
Brion Vibber
2010-02-12
OStatus sub setup code cleanup and partial group fixes (needs more work after...
Brion Vibber
2010-02-12
OStatus: renamed feedinfo table to ostatus_profile -- will cover remote ostat...
Brion Vibber
2010-02-11
OStatus: save Salmon postback URI in feed subscription info, if provided. Wil...
Brion Vibber
2010-02-11
OStatus fix: include feed profile at notice text processing time, fixes replies
Brion Vibber
2010-02-11
OStatus: garbage collect unused PuSH subscriptions when the last local subscr...
Brion Vibber
2010-02-10
OStatus PuSH fixes:
Brion Vibber
2010-02-10
OStatus update: now using standard save/delivery for incoming ostatus message...
Brion Vibber
2010-02-09
OStatus partial support for group subscriptions:
Brion Vibber
2010-02-08
OStatus cleanup...
Brion Vibber
2010-02-08
First steps on converting FeedSub into the pub/sub basis for OStatus communic...
Brion Vibber