Marnanel Thurman
|
18d6c7e83c
|
First part of moving validation entirely to batch processing.
There's still a lot to do.
|
2019-05-06 00:59:19 +01:00 |
Marnanel Thurman
|
171d9b51d3
|
Partial checkin. Still busy on this.
|
2019-04-28 21:17:10 +01:00 |
Marnanel Thurman
|
696192daaa
|
CachedPublicKey renamed to CachedRemoteUser; its pk is the owner URL
and it gains the "inbox" and "outbox" user URLs.
|
2019-04-18 19:32:55 +01:00 |
Marnanel Thurman
|
c7564aabd6
|
First steps on getting test_inbox to pass.
IncomingMessage.waiting_for can be null.
d_k.views creates its own logger.
|
2019-04-10 20:43:37 +01:00 |
Marnanel Thurman
|
fb4bbe2c49
|
"actor" and "key_id" are now properties of CachedPublicKey, rather than methods.
|
2019-04-10 20:10:46 +01:00 |
Marnanel Thurman
|
35be80864c
|
Tests for incoming initial message validation all written and passing.
Still need to write tests for validation of incoming messages where
the key has had to be fetched by a batch process.
|
2019-04-10 17:41:46 +01:00 |
Marnanel Thurman
|
df491d602f
|
Validation tests for local actor and remote actor
|
2019-04-10 06:35:16 +01:00 |
Marnanel Thurman
|
988b27f9f0
|
Generate test messages for validation, instead of supplying literals
|
2019-04-09 20:23:29 +01:00 |
Marnanel Thurman
|
857f79585b
|
validation's use of the logging package was broken.
IncomingMessage.__str__() now returns a string!
|
2019-04-07 21:51:09 +01:00 |
Marnanel Thurman
|
0e7c89a03a
|
Bringing the new validation system into models. Many more tests needed.
|
2019-04-07 21:39:11 +01:00 |