Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-28 | use @wraps to set the __name__ __module__ and __doc__ correctly for logged ↵ | Mark Haines | 1 | -0/+2 | |
functions | |||||
2014-08-28 | When opening this page, do not join a room already joined | Emmanuel ROHEE | 1 | -26/+51 | |
2014-08-28 | Added waitForInitialSyncCompletion so that clients can know when they can ↵ | Emmanuel ROHEE | 2 | -9/+24 | |
access to the data retrieved by the initialSync Request | |||||
2014-08-28 | BF: Made member events parsing work (handleEvents expects an array of events) | Emmanuel ROHEE | 1 | -8/+4 | |
2014-08-28 | Cleaned up deps | Emmanuel ROHEE | 3 | -6/+6 | |
2014-08-28 | Support multiple login flows when deciding how to login. Updated cmdclient ↵ | Kegan Dougal | 3 | -16/+23 | |
and spec. Webclient doesn't need updating for this. | |||||
2014-08-28 | Fleshed out login spec. | Kegan Dougal | 1 | -158/+164 | |
2014-08-28 | Fix pyflakes warnings | Mark Haines | 4 | -10/+4 | |
2014-08-28 | Merge backfill_ and backfill in federation handler | Mark Haines | 1 | -18/+5 | |
2014-08-28 |