summary refs log tree commit diff
path: root/database-save.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-28Only poll remote users if they are in our presence list, rather than in a com...Erik Johnston1-53/+66
2014-08-28Don't query the rooms members table so much by using the new notifier api tha...Erik Johnston2-62/+46
2014-08-28Up timeout to 10 minutesErik Johnston1-1/+1
2014-08-28Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotesPaul "LeoNerd" Evans2-8/+47
2014-08-28Ability to assert a DeferredMockCallable has received no callsPaul "LeoNerd" Evans1-0/+15
2014-08-28Avoid AlreadyCalledError from EDU sending failuresPaul "LeoNerd" Evans1-1/+2
2014-08-28Re-enable presence, un-skip presence testsPaul "LeoNerd" Evans4-19/+0
2014-08-28And more logging.Erik Johnston2-1/+3
2014-08-28Do a smart update of the recents from the events stream rather than hammering...Emmanuel ROHEE1-7/+21
2014-08-28Flesh out m.room.message msgtypesKegan Dougal1-10/+102
2014-08-28Remove get_state_for_room function from federation handlerMark Haines3-17/+29
2014-08-28use @wraps to set the __name__ __module__ and __doc__ correctly for logged fu...Mark Haines1-0/+2
2014-08-28Add more logging. Up the event stream timer to 10sErik Johnston2-1/+4
2014-08-28When opening this page, do not join a room already joinedEmmanuel ROHEE1-26/+51
2014-08-28Added waitForInitialSyncCompletion so that clients can know when they can acc...Emmanuel ROHEE2-9/+24
2014-08-28BF: Made member events parsing work (handleEvents expects an array of events)Emmanuel ROHEE1-8/+4
2014-08-28Cleaned up depsEmmanuel ROHEE3-6/+6
2014-08-28Add logging to try and figure out what is going on with the presence stuffErik Johnston4-3/+66
2014-08-28Support multiple login flows when deciding how to login. Updated cmdclient an...Kegan Dougal3-16/+23
2014-08-28Fleshed out login spec.Kegan Dougal1-158/+164
2014-08-28Fix pyflakes warningsMark Haines4-10/+4
2014-08-28Merge backfill_ and backfill in federation handlerMark Haines1-18/+5
2014-08-28Fix bug where we used UserID objects instead of strignsErik Johnston1-1/+2