Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-27 | Use notice for context when deciding who @nickname refers to | Evan Prodromou | |
In a federated system, "@nickname" is insufficient to uniquely identify a user. However, it's a very convenient idiom. We need to guess from context who 'nickname' refers to. Previously, we were using the sender's profile (or what we knew about them) as the only context. So, we assumed that they'd be mentioning to someone they followed, or someone who followed them, or someone on their own server. Now, we include the notice information for context. We check to see if the notice is a reply to another notice, and if the author of the original notice has the nickname 'nickname', then the mention is probably for them. Alternately, if the original notice mentions someone with nickname 'nickname', then this notice is probably referring to _them_. Doing this kind of context sleuthing means we have to render the content very late in the notice-saving process. | |||
2010-02-27 | Merge branch 'master' into testing | Evan Prodromou | |
2010-02-27 | Plugin to restrict too many registrations from one IP | Evan Prodromou | |
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration. | |||
2010-02-27 | add bugfix to version number. | Evan Prodromou | |
2010-02-27 | Fixes entity_tags alignment | Sarven Capadisli | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Revert "change function name" | Evan Prodromou | |
This reverts commit 21edb98a32cf67b9f754c9a74414f113cb71cb37. | |||
2010-02-26 | renaming sha256 to prevent conflict | James Walker | |
2010-02-26 | change function name | Evan Prodromou | |
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: better return check in Magicsig::staticGet() blow cache on known replies | |||
2010-02-26 | better return check in Magicsig::staticGet() | James Walker | |
2010-02-26 | blow cache on known replies | Evan Prodromou | |
2010-02-26 | Pull conversation URL from Conversation instead of assuming it's local | Zach Copley | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | add a flag to impede adding sessions to URLs (for permanent stuff) | Evan Prodromou | |
2010-02-26 | MagicEnvelope::parse shouldn't be called statically | James Walker | |
2010-02-26 | should be sequenceKey (singular) | James Walker | |
2010-02-26 | adding sequenceKeys() to magicsig | James Walker | |
2010-02-26 | removing some extraneous debug logging | James Walker | |
2010-02-26 | Check for conversation with unique conversation ID | Zach Copley | |
2010-02-26 | move salmon posting to send application/magic-envelope+xml per ↵ | James Walker | |
http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#RPF | |||
2010-02-26 | Discovery::lookup now throws an exception | James Walker | |
2010-02-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-26 | Updated ShowGroup to Resolve Aliases Again. | Christopher Vollick | |
The way we find groups changed with this new Local_group table. I had to update this too. | |||
2010-02-26 | move signing to take a local actor profile and use local keys | James Walker | |
2010-02-26 | only put public keys in XRD | James Walker | |
2010-02-26 | updating to use latest salmon NS definitions | James Walker | |
2010-02-26 | Temp fix for mismatched newlines in Telugu; gettext sometimes refuses to ↵ | Brion Vibber | |
complete when such mismatches are present. (Needs to be fixed upstream in TranslateWiki separately so it doesn't revert.) | |||
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Merge branch 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-02-26 | Blacklist user nickname and password on delete | Evan Prodromou | |
2010-02-26 | 'on' is what checkboxes use for boolean true | Evan Prodromou | |
2010-02-26 | don't choke on dupelimit in createsim.php | Evan Prodromou | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Fixed object name | Michele | |
2010-02-26 | more cleanup | James Walker | |
2010-02-26 | bad merge.. cleaning up missing webfinger bits | James Walker | |
2010-02-26 | remove webfinger.php | James Walker | |
2010-02-26 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Get ApiAction autoloading properly | Zach Copley | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Get ApiAction autoloading properly | Zach Copley | |
2010-02-25 | Fix a few keys that got dropped from statusnet.ini by mistake | Brion Vibber | |
2010-02-25 | Fix for group timeline feeds by name | Brion Vibber | |
2010-02-25 | try/catch on omb profile pings | Brion Vibber | |
2010-02-25 | try/catch on omb profile pings | Brion Vibber | |
2010-02-25 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
Conflicts: plugins/OStatus/lib/webfinger.php |