aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-176-27/+87
|
* allow login by username and multiple unique email addresses on system - this ↵Mike Macgirvin2010-10-162-20/+7
| | | | will provide support for group/celebrity pages (coming soon).
* don't allow ignored contacts to post through the hub, change default pollMike Macgirvin2010-10-151-1/+1
| | | | for hub subscribers to once a day now that we can utilise multiple hubs.
* add recipient url to pubsub instrumentationMike Macgirvin2010-10-151-1/+1
|
* allow for multiple pubsub hubs so everything can still work when/if one goes ↵Mike Macgirvin2010-10-151-2/+6
| | | | | | | | flaky (Google's hub has been particularly unreliable recently and the symptoms are that you just stop receiving updates, and/or updates you send are silently dropped and never delivered). Also add more instrumentation to help debug pubsub issues.
* can no longer avoid recording the curl response codeMike Macgirvin2010-10-131-5/+4
|
* set correct content-type on feeds, status.net is fussy and ignores the one ↵Mike Macgirvin2010-10-131-0/+2
| | | | declared in the xrd
* mostly cosmeticMike Macgirvin2010-10-131-3/+3
|
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-124-14/+33
| | | | if/when any incompatible protocol changes are introduced.
* Provide the ability to subscribe to our user from other federated sites.Mike Macgirvin2010-10-121-107/+139
| | | | | This is a read-only relationship until the rest of the salmon magic-envelope stuff lands
* modularise webfinger and make it service agnosticMike Macgirvin2010-10-121-1/+1
|
* more comprehensive XRD linkagesMike Macgirvin2010-10-121-6/+8
|
* inline salmon magic keysMike Macgirvin2010-10-122-5/+12
|
* added 's' keys - salmon keys, small keys, stupid keys, whatever...Mike Macgirvin2010-10-112-4/+20
|
* if pubkey is encrypted, it will also be packaged for safe transportMike Macgirvin2010-10-111-5/+9
|
* protocol revision, send dfrn_confirm binary items as hexMike Macgirvin2010-10-111-5/+7
|
* A bit more telemetry of friend confirms and lots of extra docoMike Macgirvin2010-10-101-211/+270
| | | | to understand what is happening and why.
* further enhance the friend confirm reportingMike Macgirvin2010-10-101-4/+10
|
* make it much easier to debug friend acceptance issuesMike Macgirvin2010-10-101-98/+115
| | | | by reporting specific error conditions across the wire.
* allow leading/trailing whitespace in passwordsMike Macgirvin2010-10-091-2/+2
|
* ensure regmod redirects to itself after loginMike Macgirvin2010-10-091-0/+2
|
* salmon-magic-public-freaking-nasty-keysMike Macgirvin2010-10-062-1/+35
|
* infrastructure for salmonMike Macgirvin2010-10-063-2/+55
|
* more instrumentationMike Macgirvin2010-10-061-2/+2
|
* remove debugging statementMike Macgirvin2010-10-061-1/+0
|
* more docoMike Macgirvin2010-10-061-0/+14
|
* friend acceptance sets up lots of important stuff, so weMike Macgirvin2010-10-051-8/+25
| | | | need to be absolutely bulletproof when (not if) things go wrong.
* a bit more robust about loading external picsMike Macgirvin2010-10-044-42/+45
| | | | also friend confirm was getting wrong email
* xrd cannot be called before db is open to get languageMike Macgirvin2010-10-041-28/+22
|
* force lowercase nicknameMike Macgirvin2010-10-021-1/+2
|
* automatically subscribe to hub if conditions are rightMike Macgirvin2010-10-011-16/+1
|
* trialing pubsubhubbub - operational tweaksMike Macgirvin2010-10-012-6/+36
|
* the rest of pubsubhubbub except for the UI that actually turns it onMike Macgirvin2010-09-301-1/+2
|
* pubsubhubbub db refinementsMike Macgirvin2010-09-301-2/+2
|
* pubsubhubbub - discovery and notifierMike Macgirvin2010-09-301-1/+1
|
* pubsubhubbub endpointMike Macgirvin2010-09-302-2/+113
|
* implement rel alternate, some corresponding last minute touchups on display ↵Mike Macgirvin2010-09-302-9/+5
| | | | module
* add linebreak to invisibility noticeMike Macgirvin2010-09-301-1/+1
|
* notify people when they are invisibleMike Macgirvin2010-09-301-0/+6
|
* show members of locked conversationsMike Macgirvin2010-09-294-9/+70
|
* i18n string extraction utilMike Macgirvin2010-09-293-5/+5
|
* show lockstate on messages, sparkle failure on profile page,Mike Macgirvin2010-09-283-2/+26
| | | | comments on typo checker
* found yet another typo, so created a typo finderMike Macgirvin2010-09-281-1/+1
|
* animate the sparkler, author was getting sparkled on own pageMike Macgirvin2010-09-271-1/+1
|
* you and me babeMike Macgirvin2010-09-272-2/+2
|
* fixed photo comments, msg typo, and changed cursor when hoveringMike Macgirvin2010-09-276-30/+137
| | | | over "special friends" where SSO is allowed
* cleaned up ACL expansion to remove unwanted '0' elementsMike Macgirvin2010-09-261-1/+1
|
* stronger type checking on comparisonsMike Macgirvin2010-09-2613-44/+44
|
* preliminary network abstraction, configurable debugging.Mike Macgirvin2010-09-266-12/+23
|
* per design spec, hide global directory if update url not presentMike Macgirvin2010-09-231-1/+7
|