- 01 Mar, 2010 12 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
Localization tweak: include doc comments marked as 'TRANS' in .po file output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints.
-
Brion Vibber authored
Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx
-
Brion Vibber authored
Add index on post_id for file_to_post, needed for efficient lookups of files/urls attached to a given post.
-
Siebrand Mazeland authored
-
- 27 Feb, 2010 6 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
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.
-
Evan Prodromou authored
-
Evan Prodromou authored
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.
-
Evan Prodromou authored
-
Sarven Capadisli authored
-
- 26 Feb, 2010 22 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
This reverts commit 21edb98a.
-
James Walker authored
-
Evan Prodromou authored
-
Zach Copley authored
* 'testing' of gitorious.org:statusnet/mainline: better return check in Magicsig::staticGet() blow cache on known replies
-
James Walker authored
-
Evan Prodromou authored
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
James Walker authored
-
James Walker authored
-
James Walker authored
-
James Walker authored
-
Zach Copley authored
-
James Walker authored
move salmon posting to send application/magic-envelope+xml per http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#RPF
-
James Walker authored
-
Brion Vibber authored
-
Christopher Vollick authored
The way we find groups changed with this new Local_group table. I had to update this too.
-
James Walker authored
-
James Walker authored
-
James Walker authored
-