Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-09 | Run transaction queue on reactor | Erik Johnston | 1 | -0/+3 | |
This ensures that any CPU work that happens doesn't block message sending. | |||||
2016-05-09 | Add cache to get_user_by_id | Erik Johnston | 1 | -0/+3 | |
2016-05-06 | Remove unused import | Erik Johnston | 1 | -1/+1 | |
2016-05-06 | Pull loop one level up | Erik Johnston | 1 | -36/+41 | |
2016-05-06 | Queue events for persistence | Erik Johnston | 1 | -11/+144 | |
2016-05-06 | Pull prev txn from in memory | Erik Johnston | 1 | -5/+13 | |
2016-05-06 | Don't needlessly enter transaction | Erik Johnston | 1 | -9/+9 | |
2016-05-06 | Reduce database inserts when sending transactions | Erik Johnston | 2 | -45/+114 | |
2016-05-05 | Rename openid/token to openid/request_token | Mark Haines | 1 | -2/+2 | |
2016-05-05 | Don't warn | Erik Johnston | 1 | -2/+0 | |
2016-05-05 | Add an openidish mechanism for proving to third parties that you own a given ↵ | Mark Haines | 7 |