aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
Commit message (Collapse)AuthorAgeFilesLines
* bug #198 - create activitystream 'friends with' message for Diaspora ↵Friendika2011-11-121-0/+1
| | | | confirmations
* part of bug #143Friendika2011-09-071-1/+6
|
* set writable (e.g. writeable) flag for Diaspora contactsFriendika2011-08-181-3/+12
|
* filename typoFriendika2011-08-151-2/+2
|
* set proper relation for diaspora in mod_followFriendika2011-08-151-1/+2
|
* diaspora friend approvalsFriendika2011-08-151-6/+19
|
* set network correctly - dfrn_confirmFriendika2011-08-141-1/+3
|
* add diaspora support to dfrn_confirm (friendship confirmation)Friendika2011-08-141-10/+14
|
* introduction fails if confirmation differs by http vs httpsFriendika2011-08-121-5/+15
|
* cleanupFriendika2011-08-071-10/+10
|
* some more zot changes migrating back to f9a mainlineFriendika2011-08-011-1/+1
|
* bug #95Friendika2011-06-231-1/+1
|
* bug #85Friendika2011-05-231-1/+3
|
* deprecate load_view_fileFriendika2011-05-111-2/+2
|
* keep space before t() for legacy string pullerFriendika2011-04-201-1/+1
|
* pull request #91 fabrixxm (manual merge)Friendika2011-04-201-3/+5
|
* set utf-8 on all emailsFriendika2011-04-141-1/+5
|
* [privacy] use owner's default permission settings on "is now friends ↵Friendika2011-04-101-0/+5
| | | | with..." msg
* better handling of troublesome feeds.Friendika2011-04-041-1/+1
|
* Fix spaces around t() and tt()fabrixxm2011-03-131-1/+1
|
* update source stringsfabrixxm2011-03-111-2/+2
|
* move php path setting inside proc_runFriendika2011-02-231-5/+2
|
* Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-2/+2
| | | | use proc_run()
* revised openid patch, added fix for Windows servers, make "is now friends ↵Friendika2010-12-231-0/+1
| | | | with" commentable, fix settings form hook to be inside form
* send new friend activity when appropriateFriendika2010-12-221-0/+56
|
* Raise network timeout during friend acceptance, becauseFriendika2010-12-091-1/+9
| | | | encryption/decryption might slow things down.
* more instrumentation on dfrn_confirm to help track down why it quietly gives ↵Friendika2010-12-081-62/+116
| | | | up on occasion with no helpful log messages.
* use sha1 keys for friends as wellFriendika2010-11-241-1/+1
|
* more dfrn_confirm loggingFriendika2010-11-181-2/+7
|
* add a bit more logging to friend acceptFriendika2010-11-181-0/+13
|
* enumerate required php modulesFriendika2010-11-161-2/+1
|
* if pre-existing relationship, don't set duplexFriendika2010-11-091-0/+6
|
* lintFriendika2010-11-071-1/+1
|
* issues with friendship againFriendika2010-11-061-4/+9
|
* add micro profile photoFriendika2010-11-041-2/+6
|
* de-duplicate photo importation logicMike Macgirvin2010-10-261-74/+13
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-241-164/+214
|
* duplex wasn't getting set correctly on group pagesMike Macgirvin2010-10-191-1/+1
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-181-1/+1
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-171-16/+44
|
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-121-1/+1
| | | | if/when any incompatible protocol changes are introduced.
* added 's' keys - salmon keys, small keys, stupid keys, whatever...Mike Macgirvin2010-10-111-2/+2
|
* 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.
* 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-041-7/+7
| | | | also friend confirm was getting wrong email
* pubsubhubbub endpointMike Macgirvin2010-09-301-2/+1
|