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
/
lib
/
salmonaction.php
Age
Commit message (
Expand
)
Author
2010-02-24
OStatus: handle update-profile Salmon pings
Brion Vibber
2010-02-24
OStatus: consolidate the low-level notice save code between Salmon and PuSH i...
Brion Vibber
2010-02-22
OStatus: initial hookup of remote group membership (notice delivery not yet w...
Brion Vibber
2010-02-22
wiring in magicsig
James Walker
2010-02-21
don't calculate replies for remote notices
Evan Prodromou
2010-02-21
change erroneous common_sql_time() to common_sql_date()
Evan Prodromou
2010-02-21
was using HTMLPurifier::purify() as a static method, which it is not
Evan Prodromou
2010-02-21
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou
2010-02-21
add HTMLPurifier config
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
use Ostatus_profile::ensureActivityObjectProfile() in SalmonAction::ensurePro...
Evan Prodromou
2010-02-21
OStatus: debug aid - log the received Salmon post when it can't be parsed pro...
Brion Vibber
2010-02-21
remove unused profile code from salmonaction
Evan Prodromou
2010-02-21
saving notices in salmon actions
Evan Prodromou
2010-02-20
OStatus: Salmon favorite & unfavorite events now handled
Brion Vibber
2010-02-20
Move some salmon processing to a superclass
Evan Prodromou