aboutsummaryrefslogtreecommitdiffstats
path: root/mod/post.php
Commit message (Collapse)AuthorAgeFilesLines
* log pickupsfriendica2014-05-051-0/+2
|
* Include the entire original item when notifying other channels of deletions ↵friendica2014-04-101-1/+1
| | | | as it contains important routing and scope information. Previously we were only sending a couple of critical fields like the message-id, flags, and creation date. The thinking was that it is deleted, let's not resend the deleted contents anywhere. But in order to route this through the same path the original post took we really need the entire original post with all of its baggage attached.
* json_return_and_dir isn't a thingThomas Willingham2014-03-131-1/+1
|
* json_return_and_dir is a typofriendica2014-03-121-1/+1
|
* fix third-party zid'sfriendica2014-03-041-0/+1
|
* rev update and a minor fix (missing param) to force_refreshfriendica2014-02-141-1/+1
|
* implement a forced directory update mode where we unconditionally create a ↵friendica2014-02-111-4/+7
| | | | directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
* started analysis of ping response and clean up more loggerMichael Meer2014-01-301-5/+5
|
* to make visible what I try, ping still won't work, but I'm confused about ↵Michael Meer2014-01-281-0/+2
| | | | get_channel
* add a temporary logger command at remote server sideMichael Meer2014-01-271-0/+1
|
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-0/+5
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* authtest: do a better job of success/failure indicationfriendica2013-12-171-1/+1
|
* couple of additional checksfriendica2013-12-051-1/+12
|
* mod_authtest --- magic-auth diagnostic for those that are too freaking ↵friendica2013-12-051-2/+62
| | | | important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why.
* generate a small amount of entropy to avoid duplicate notifications from ↵friendica2013-12-041-2/+4
| | | | essentially simultaneous deliveries.
* include re-organisation and more doco, post_to_red fix ampersands in categoriesfriendica2013-12-041-2/+2
|
* on successful magic-auth, put remote_service_class and remote_hub into the ↵friendica2013-12-031-4/+21
| | | | session
* more work on magic-authfriendica2013-12-021-2/+15
|
* magic-auth re-factorfriendica2013-12-021-112/+105
|
* refactor magic-authfriendica2013-12-021-17/+5
|
* file corruptionfriendica2013-12-011-122/+0
|
* document the ping packet - and remove the ancient rusty brown square default ↵friendica2013-12-011-10/+165
| | | | profile photos.
* don't magic-auth against a deleted channelfriendica2013-12-011-9/+14
|
* magic auth fix plus docofriendica2013-12-011-2/+75
|
* zot documentation inline in the code where we need it most.friendica2013-12-011-0/+120
|
* mark hublocs with incorrect sitekeys deletedfriendica2013-11-211-0/+14
|
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵friendica2013-11-201-2/+2
| | | | we can more easily retire 'aes256cbc' once it is no longer viable.
* set a default value for $webbie - it's the right thing to do.friendica2013-11-181-0/+2
|
* to clarify the fact, we'll remove the line we no longer need instead of ↵friendica2013-11-181-1/+0
| | | | commenting it
* change the way magic-auth works - we rarely need a destination channel and ↵friendica2013-11-181-106/+105
| | | | | | if that channel has problems it shouldn't mess up authentication to the hub.
* magic auth issuesfriendica2013-11-171-3/+3
|
* document extra featuresfriendica2013-11-171-2/+2
|
* Fix name of BleichenbacherOlaf Conradi2013-09-241-2/+2
|
* reduce susceptibility to bleichenberger attackfriendica2013-09-241-6/+18
|
* more remote error reporting for zotfriendica2013-09-121-0/+11
|
* implement tip from Mike, corrected the sql statementMichael Meer2013-09-111-1/+1
|
* flag failed auth attempts in DB table hublocMichael Meer2013-09-111-0/+6
|
* implement a 'ping' message type to respond if we're still here and whether ↵friendica2013-08-291-0/+13
| | | | our URL or keys have changed.
* start timestamping hubloc connections so we can eventually remove dead onesfriendica2013-08-241-1/+11
|
* progress on unfriendingfriendica2013-08-041-6/+15
|
* fix for multiple hublocs and incoming magic authfriendica2013-05-291-2/+2
|
* we don't need every hubloc for the site, only those that have different keysfriendica2013-05-161-1/+1
|
* allow multiple hublocsfriendica2013-05-161-2/+2
|
* workarounds for people that re-install and end up polluting everybody's ↵friendica2013-05-161-5/+24
| | | | databases with stale entries
* tweaksfriendica2013-05-151-1/+1
|
* add magic_auth_complete hookfriendica2013-05-151-0/+3
|
* turn naked links in posts into zrl's if we've got a hubloc for the sitefriendica2013-04-181-1/+1
|
* IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵friendica2013-04-141-1/+11
| | | | privacy-is-more-important-than-ease-of-use folks.
* set hidden flags on new directory entries, not just existing onesfriendica2013-03-261-2/+7
|
* magic auth issuefriendica2013-03-261-3/+11
|