Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵ | friendica | 2013-04-14 | 1 | -1/+11 |
| | | | | privacy-is-more-important-than-ease-of-use folks. | ||||
* | set hidden flags on new directory entries, not just existing ones | friendica | 2013-03-26 | 1 | -2/+7 |
| | |||||
* | magic auth issue | friendica | 2013-03-26 | 1 | -3/+11 |
| | |||||
* | doco | friendica | 2013-03-25 | 1 | -8/+40 |
| | |||||
* | . | friendica | 2013-03-10 | 1 | -0/+1 |
| | |||||
* | moving on | friendica | 2013-02-18 | 1 | -0/+25 |
| | |||||
* | fix auto rmagic when visiting with zid | friendica | 2013-02-13 | 1 | -0/+6 |
| | |||||
* | recursion and typo in rmagic with zid | friendica | 2013-02-13 | 1 | -1/+2 |
| | |||||
* | turn down the log noise a bit | friendica | 2013-01-24 | 1 | -5/+14 |
| | |||||
* | plug potential hole in magic auth, add link to chanview to view in dedicated ↵ | friendica | 2013-01-23 | 1 | -25/+45 |
| | | | | window |