Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-24 | Change to https for ID server communication | David Baker | 1 | -3/+2 | |
2015-04-24 | More underscores | David Baker | 2 | -4/+4 | |
2015-04-24 | Use underscores instead of camelcase for id server stuff | David Baker | 3 | -14/+14 | |
2015-04-24 | pep8 | David Baker | 1 | -2/+2 | |
2015-04-24 | No commas here, otherwise our error string constants become tuples. | David Baker | 1 | -2/+2 | |
2015-04-23 | Remove users from the remote_offline_serials list (and clean up empty ↵ | Paul "LeoNerd" Evans | 2 | -1/+38 | |
elements) when they go online again | |||||
2015-04-23 | Don't let the remote offline serial list grow arbitrarily large | Paul "LeoNerd" Evans | 1 | -0/+5 | |
2015-04-23 | Store a list of the presence serial number at which remote users went ↵ | Paul "LeoNerd" Evans | 2 | -0/+59 | |
offline, so that when we delete them from the cachemap, we can still synthesize OFFLINE events for them (SYN-261) | |||||
2015-04-23 | Generate presence event-stream JSON structures directly | Paul "LeoNerd" Evans | 1 | -8/+9 | |
2015-04-23 | Dedicated error code for failed 3pid auth verification | David Baker | 2 | -1/+4 | |
2015-04-23 |