summary refs log tree commit diff
path: root/nuke-room-from-db.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-18SYN-149: Enable auth for events added during room creation since they should ...Mark Haines1-1/+1
2014-11-18Fix auth to correctly handle initial creation of roomsErik Johnston2-27/+58
2014-11-18SYN-149: Send join event immediately after the room create eventMark Haines3-26/+31
2014-11-18Include room members' presence in room initialSyncPaul "LeoNerd" Evans2-1/+36
2014-11-18Added ability to .get_state() from the PresenceHandler by returning a complet...Paul "LeoNerd" Evans1-2/+15
2014-11-18Don't expect all _user_cachemap entries to definitely contain a "last_active"...Paul "LeoNerd" Evans1-3/+3
2014-11-18Split out sending the room alias events from creating the alias so that we ca...Mark Haines4-27/+31
2014-11-18Include 'messages' snapshot in room initialSyncPaul "LeoNerd" Evans2-1/+24
2014-11-17warn about memoryMatthew Hodgson1-0/+7
2014-11-17update the README.rst to reflect the develop branchMatthew Hodgson1-73/+40
2014-11-17Stop before starting when restartingMark Haines1-1/+1
2014-11-17yet another installation gotchaMatthew Hodgson1-7/+13
2014-11-17clarify install instructions further stillMatthew Hodgson1-17/+38
2014-11-17SYN-148: Add the alias after creating the roomMark Haines1-9/+9
2014-11-17Mark synapse as not zip-safe since it needs to be able to read schema files f...Mark Haines1-0/+1
2014-11-17Remove syweb directory. pull in syweb as a dependency from githubMark Haines92-50658/+4
2014-11-17SYWEB-152: Remove room join logic from RoomController and put it in eventHand...Kegan Dougal2-145/+101
2014-11-17Add clearRooms() to wipe data when you logout.Kegan Dougal3-16/+29
2014-11-17These lines aren't doing anythingMark Haines1-5/+0
2014-11-17Move getLastMessage to modelService.Kegan Dougal5-31/+31
2014-11-17s/eventHandlerService.getUsersCountInRoom/modelService.getUserCountInRoom/gKegan Dougal5-65/+61
2014-11-15do *not* depend on external websites to host our JS - if nothing else, it mak...Matthew Hodgson2-6/+201
2014-11-15docMatthew Hodgson1-3/+3
2014-11-15merge in msg.__room_member usage to new message display templateMatthew Hodgson7-135/+182
2014-11-15improve notif setting textMatthew Hodgson1-1/+1
2014-11-15spell useCaptcha right...Matthew Hodgson1-1/+1
2014-11-15do not use captcha by defaultMatthew Hodgson1-11/+5
2014-11-14Merge PDUs and Events into one objectMark Haines10-212/+91
2014-11-14Fix PDU and event signaturesMark Haines4-6/+16
2014-11-14Validate signatures on incoming eventsMark Haines3-7/+52
2014-11-14Add event-stream-service unit tests.Kegan Dougal2-0/+84
2014-11-14Unbreak tab complete...Kegan Dougal1-5/+6
2014-11-14Add more modelService unit tests.Kegan Dougal1-0/+132
2014-11-14Move getUserPowerLevel to modelService.Kegan Dougal5-71/+58
2014-11-14Fix bug which caused notifications to appear for old messages.Kegan Dougal2-9/+9
2014-11-14Tidy up room.html member list to use member again, now that scope.members is ...Kegan Dougal1-6/+6
2014-11-14Add extra checks to duration filter.Kegan Dougal2-0/+8
2014-11-14Actually look for last_active_ago in the right place..Kegan Dougal3-70/+140
2014-11-14Remove scope.members from RoomController and use modelService instead. This m...Kegan Dougal5-225/+237
2014-11-14Be more helpful and tell the user how to generate a config too.David Baker1-1/+4
2014-11-14Adding --generate-config will not help if the user has not specified a config...David Baker1-1/+1
2014-11-14Use modelService for getting current presence state rather than RoomControlle...Kegan Dougal2-2/+23
2014-11-14Use modelService to access room member power levels rather than RoomController.Kegan Dougal