Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | visage tracking opt-in/opt-out | friendica | 2014-07-03 | 1 | -0/+8 |
| | |||||
* | session DNT - if you want it use it. | friendica | 2014-07-03 | 1 | -0/+4 |
| | |||||
* | cleanup dead directory entries. This was a real b#tch, so keep your eye out ↵ | friendica | 2014-05-28 | 1 | -0/+22 |
| | | | | for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain. | ||||
* | log pickups | friendica | 2014-05-05 | 1 | -0/+2 |
| | |||||
* | Include the entire original item when notifying other channels of deletions ↵ | friendica | 2014-04-10 | 1 | -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 thing | Thomas Willingham | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | json_return_and_dir is a typo | friendica | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | fix third-party zid's | friendica | 2014-03-04 | 1 | -0/+1 |
| | |||||
* | rev update and a minor fix (missing param) to force_refresh | friendica | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | implement a forced directory update mode where we unconditionally create a ↵ | friendica | 2014-02-11 | 1 | -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 logger | Michael Meer | 2014-01-30 | 1 | -5/+5 |
| | |||||
* | to make visible what I try, ping still won't work, but I'm confused about ↵ | Michael Meer | 2014-01-28 | 1 | -0/+2 |
| | | | | get_channel | ||||
* | add a temporary logger command at remote server side | Michael Meer | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | add account_level, is_foreigner and is_member functions; convert all e2ee ↵ | friendica | 2013-12-23 | 1 | -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 indication | friendica | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | couple of additional checks | friendica | 2013-12-05 | 1 | -1/+12 |
| | |||||
* | mod_authtest --- magic-auth diagnostic for those that are too freaking ↵ | friendica | 2013-12-05 | 1 | -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 ↵ | friendica | 2013-12-04 | 1 | -2/+4 |
| | | | | essentially simultaneous deliveries. | ||||
* | include re-organisation and more doco, post_to_red fix ampersands in categories | friendica | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | on successful magic-auth, put remote_service_class and remote_hub into the ↵ | friendica | 2013-12-03 | 1 | -4/+21 |
| | | | | session | ||||
* | more work on magic-auth | friendica | 2013-12-02 | 1 | -2/+15 |
| | |||||
* | magic-auth re-factor | friendica | 2013-12-02 | 1 | -112/+105 |
| | |||||
* | refactor magic-auth | friendica | 2013-12-02 | 1 | -17/+5 |
| | |||||
* | file corruption | friendica | 2013-12-01 | 1 | -122/+0 |
| | |||||
* | document the ping packet - and remove the ancient rusty brown square default ↵ | friendica | 2013-12-01 | 1 | -10/+165 |
| | | | | profile photos. | ||||
* | don't magic-auth against a deleted channel | friendica | 2013-12-01 | 1 | -9/+14 |
| | |||||
* | magic auth fix plus doco | friendica | 2013-12-01 | 1 | -2/+75 |
| | |||||
* | zot documentation inline in the code where we need it most. | friendica | 2013-12-01 | 1 | -0/+120 |
| | |||||
* | mark hublocs with incorrect sitekeys deleted | friendica | 2013-11-21 | 1 | -0/+14 |
| | |||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 1 | -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. | friendica | 2013-11-18 | 1 | -0/+2 |
| | |||||
* | to clarify the fact, we'll remove the line we no longer need instead of ↵ | friendica | 2013-11-18 | 1 | -1/+0 |
| | | | | commenting it | ||||
* | change the way magic-auth works - we rarely need a destination channel and ↵ | friendica | 2013-11-18 | 1 | -106/+105 |
| | | | | | | if that channel has problems it shouldn't mess up authentication to the hub. | ||||
* | magic auth issues | friendica | 2013-11-17 | 1 | -3/+3 |
| | |||||
* | document extra features | friendica | 2013-11-17 | 1 | -2/+2 |
| | |||||
* | Fix name of Bleichenbacher | Olaf Conradi | 2013-09-24 | 1 | -2/+2 |
| | |||||
* | reduce susceptibility to bleichenberger attack | friendica | 2013-09-24 | 1 | -6/+18 |
| | |||||
* | more remote error reporting for zot | friendica | 2013-09-12 | 1 | -0/+11 |
| | |||||
* | implement tip from Mike, corrected the sql statement | Michael Meer | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | flag failed auth attempts in DB table hubloc | Michael Meer | 2013-09-11 | 1 | -0/+6 |
| | |||||
* | implement a 'ping' message type to respond if we're still here and whether ↵ | friendica | 2013-08-29 | 1 | -0/+13 |
| | | | | our URL or keys have changed. | ||||
* | start timestamping hubloc connections so we can eventually remove dead ones | friendica | 2013-08-24 | 1 | -1/+11 |
| | |||||
* | progress on unfriending | friendica | 2013-08-04 | 1 | -6/+15 |
| | |||||
* | fix for multiple hublocs and incoming magic auth | friendica | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | we don't need every hubloc for the site, only those that have different keys | friendica | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | allow multiple hublocs | friendica | 2013-05-16 | 1 | -2/+2 |
| | |||||
* | workarounds for people that re-install and end up polluting everybody's ↵ | friendica | 2013-05-16 | 1 | -5/+24 |
| | | | | databases with stale entries | ||||
* | tweaks | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | add magic_auth_complete hook | friendica | 2013-05-15 | 1 | -0/+3 |
| | |||||
* | turn naked links in posts into zrl's if we've got a hubloc for the site | friendica | 2013-04-18 | 1 | -1/+1 |
| |