Commit Graph

51 Commits

Author SHA1 Message Date
friendica 8f236771c6 mark hublocs with incorrect sitekeys deleted 2013-11-21 14:42:48 -08:00
friendica d7ee552c57 Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable. 2013-11-20 15:20:12 -08:00
friendica b1a4dc7d7e set a default value for $webbie - it's the right thing to do. 2013-11-18 01:00:04 -08:00
friendica 718f69c6fc to clarify the fact, we'll remove the line we no longer need instead of commenting it 2013-11-18 00:57:56 -08:00
friendica fa8f26c544 change the way magic-auth works - we rarely need a destination channel and if that channel has problems
it shouldn't mess up authentication to the hub.
2013-11-18 00:55:41 -08:00
friendica dd6c64f95a magic auth issues 2013-11-17 23:12:34 -08:00
friendica 92f37fd0d5 document extra features 2013-11-17 01:10:46 -08:00
Olaf Conradi 66d2fe2289 Fix name of Bleichenbacher 2013-09-24 21:04:01 +02:00
friendica d4ea56a77e reduce susceptibility to bleichenberger attack 2013-09-24 05:20:29 -07:00
friendica 037fd43fbd more remote error reporting for zot 2013-09-12 16:52:58 -07:00
Michael Meer 2c06a2c163 implement tip from Mike, corrected the sql statement 2013-09-11 15:24:26 +02:00
Michael Meer 2228264772 flag failed auth attempts in DB table hubloc 2013-09-11 13:59:45 +02:00
friendica be289a96ad implement a 'ping' message type to respond if we're still here and whether our URL or keys have changed. 2013-08-29 17:48:31 -07:00
friendica 1c17d1b69c start timestamping hubloc connections so we can eventually remove dead ones 2013-08-24 18:55:07 -07:00
friendica ad36ccdbc8 progress on unfriending 2013-08-04 19:09:53 -07:00
friendica 7073200e53 fix for multiple hublocs and incoming magic auth 2013-05-29 20:55:49 -07:00
friendica 9b66f16a01 we don't need every hubloc for the site, only those that have different keys 2013-05-16 21:06:01 -07:00
friendica c1c2ba7b4e allow multiple hublocs 2013-05-16 20:27:50 -07:00
friendica deedac6ae5 workarounds for people that re-install and end up polluting everybody's databases with stale entries 2013-05-16 20:21:12 -07:00
friendica f8f2591eb9 tweaks 2013-05-15 02:41:35 -07:00
friendica 427b9787d0 add magic_auth_complete hook 2013-05-15 02:20:46 -07:00
friendica db038c5654 turn naked links in posts into zrl's if we've got a hubloc for the site 2013-04-18 17:55:35 -07:00
friendica e411a4bdc2 IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the privacy-is-more-important-than-ease-of-use folks. 2013-04-14 20:41:58 -07:00
friendica abd58bce68 set hidden flags on new directory entries, not just existing ones 2013-03-26 19:37:33 -07:00
friendica 63c6427dc4 magic auth issue 2013-03-26 16:20:44 -07:00
friendica 884812bcba doco 2013-03-25 21:32:12 -07:00
friendica 952b2ef2ab . 2013-03-10 18:45:58 -07:00
friendica 65912ec0bf moving on 2013-02-18 15:15:55 -08:00
friendica 942adadec6 fix auto rmagic when visiting with zid 2013-02-13 02:33:13 -08:00
friendica d1e5337c72 recursion and typo in rmagic with zid 2013-02-13 00:14:01 -08:00
friendica 566dd55146 turn down the log noise a bit 2013-01-24 19:45:08 -08:00
friendica f63997f618 plug potential hole in magic auth, add link to chanview to view in dedicated window 2013-01-23 16:06:01 -08:00
friendica fb76675a28 now we're into the minor nitty fixes 2013-01-21 19:56:39 -08:00
friendica 4119e1f9cc testing begins 2013-01-21 19:40:25 -08:00
friendica 5949607d17 magic auth - it's mostly done or at least all the code bits are written and it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated. 2013-01-21 19:16:21 -08:00
friendica debf7f5f26 more work on magic auth 2013-01-21 15:39:05 -08:00
friendica f2a4ea7254 add individual message delivery reporting 2012-12-31 21:33:11 -08:00
friendica cb329b9fb4 no hub - well doh, no wonder; we were looking for array['hub'] and it's actually array['url']. 2012-12-29 23:45:06 -08:00
friendica 941c554031 You've got mail! (actually a post, mail is for another day) 2012-11-26 21:20:16 -08:00
friendica cd4e381aa1 "heavy lifting" - zot messages flowing, now just need to be parsed and stored at the other end. 2012-11-19 20:45:12 -08:00
friendica 194ef02c28 DATABASE: outq additions, delivery now getting the notify across to the other side 2012-11-19 16:51:15 -08:00
friendica 5bf3ddfcf6 got zot 2012-11-12 20:59:18 -08:00
friendica b4c603cdac one could say we've sort of got zot - at least there are two-way communications for channel meta info, don't yet know if it's working 2012-11-12 16:16:37 -08:00
friendica 093ab7177a rework a couple of zot basics 2012-11-10 23:26:12 -08:00
friendica dd00fcc7bb starting to get into the hairy parts of zot - identity, location, and permission synchronisation. After this, messaging should be a piece of cake. 2012-11-10 20:08:07 -08:00
friendica 2140c2ea37 basic hub registration 2012-08-21 23:11:27 -07:00
friendica 26e29d7f88 zot basic comm structure (real basic) 2012-08-09 20:31:06 -07:00
friendica 9a39d4ade2 moving forward again 2012-08-08 18:50:04 -07:00
Alexander Kampmann 355c42cb30 Merge branch 'master' of https://github.com/friendica/friendica
Conflicts:
	include/config.php
	update.php
2012-04-05 13:39:15 +02:00
friendica 8aa2552372 add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00