maddy/module
fox.cpp 009c735756
Make CheckState objects hashable
Changes made in 2d64bf17f9 require
hashability to provide call deduplication. As it turned out, not all
state objects are hashable, this includes dkimCheckState. This leads to
a runtime panic.

This commit fixes existing types to be hashable and adds a note about
hashability to the Check interface documentation to prevent future
problems.
2019-11-19 00:02:09 +03:00
..
auth.go Add initial set of interfaces for modules 2019-03-30 17:34:19 +02:00
check.go Make CheckState objects hashable 2019-11-19 00:02:09 +03:00
delivery_target.go module: Define PartialDelivery interface for use by LMTP and queue 2019-09-28 11:55:25 +03:00
instances.go Make endpoint modules special 2019-10-26 21:28:07 +03:00
modifier.go Rename dispatcher to "msgpipeline" 2019-10-13 18:42:51 +03:00
module.go Make endpoint modules special 2019-10-26 21:28:07 +03:00
msgmetadata.go Rename dispatcher to "msgpipeline" 2019-10-13 18:42:51 +03:00
partial_delivery.go remote, queue, module: Make StatusCollector goroutine-safe 2019-09-28 11:55:26 +03:00
registry.go Make endpoint modules special 2019-10-26 21:28:07 +03:00
storage.go sql: Use (new) GetOrcreateUser function 2019-05-29 21:23:37 +03:00