summary refs log tree commit diff
path: root/docs/implementation-notes (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-08Added /join descriptionEmmanuel ROHEE1-0/+1
2014-09-08matrixService.rooms must be renamed matrixService.initialSync nowEmmanuel ROHEE2-3/+4
2014-09-08App startup improvements:Emmanuel ROHEE3-39/+39
2014-09-08add sounds to the calling interfaceDavid Baker11-14/+75
2014-09-08fix embarassing bug where in-progress messages get vaped when the previous on...Matthew Hodgson1-1/+3
2014-09-08fix desktop notifs, which were broken in eab463fdMatthew Hodgson2-3/+3
2014-09-08Center recaptcha dialog.Kegan Dougal1-0/+4
2014-09-08Remove disabled change from CHANGESErik Johnston1-1/+0
2014-09-08disable broken event dup suppression, and fix echo for /meMatthew Hodgson2-16/+25
2014-09-08Set the room_alias field when we encounter a new one, rather than only from l...Kegan Dougal1-2/+1
2014-09-08Use the room_display_name when presenting on the home page, and not the room_...Kegan Dougal1-1/+1
2014-09-08https when loading recaptcha jsKegan Dougal1-1/+1
2014-09-08Fix race in presence handler where we evicted things from cache while handlin...Erik Johnston1-2/+3
2014-09-08Bump version and changelogErik Johnston3-2/+23
2014-09-08Minor spec tweaks.Kegan Dougal1-3/+5
2014-09-08Revert "BF: Made notification work again (forgot to renamed "offline" to "una...Emmanuel ROHEE1-1/+1
2014-09-08BF: Made notification work again (forgot to renamed "offline" to "unavailable")Emmanuel ROHEE1-1/+1
2014-09-06fix desktop notifs, which were broken in eab463fdMatthew Hodgson2-3/+3
2014-09-06Center recaptcha dialog.Kegan Dougal1-0/+4
2014-09-06Remove disabled change from CHANGESErik Johnston1-1/+0
2014-09-06disable broken event dup suppression, and fix echo for /meMatthew Hodgson2-16/+25
2014-09-06Set the room_alias field when we encounter a new one, rather than only from l...Kegan Dougal1-2/+1
2014-09-06Use the room_display_name when presenting on the home page, and not the room_...Kegan Dougal1-1/+1
2014-09-06https when loading recaptcha jsKegan Dougal1-1/+1
2014-09-06Fix race in presence handler where we evicted things from cache while handlin...Erik Johnston1-2/+3
2014-09-06Bump version and changelogErik Johnston3-2/+23
2014-09-06dedup all eventsMatthew Hodgson1-31/+42
2014-09-06handle m.room.aliases for id<->alias mapping; remove local_storage map; stop ...Matthew Hodgson4-10/+85
2014-09-06add todoMatthew Hodgson1-0/+4
2014-09-06Fix state unit testErik Johnston1-0/+1
2014-09-06Fix bug where we used an event_id as a pdu_idErik Johnston1-3/+5
2014-09-05Unit tests do not need captchas.Kegan Dougal1-0/+1
2014-09-05Added instructions for setting up captcha in an obviously named file.Kegan Dougal3-11/+54
2014-09-05Reload captchas when they fail. Cleanup on success.Kegan Dougal2-2/+11
2014-09-0580 chars pleaseKegan Dougal2-11/+23
2014-09-05Add config opion for XFF headers when performing ReCaptcha auth.Kegan Dougal3-2/+12
2014-09-05Captchas now work on registration. Missing x-forwarded-for config arg support...Kegan Dougal4-7/+115
2014-09-06Fix generation of event ids so that they are consistent between local and rem...Erik Johnston1-1/+4
2014-09-06When getting a state event also include the previous contentErik Johnston5-13/+43
2014-09-05Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal5-3/+44
2014-09-05Added webclient config.js for storing recaptcha public key.Kegan Dougal4-5/+31
2014-09-06Document new invite key added to createRoom apiErik Johnston1-0/+10
2014-09-06Add support for inviting people when you create a roomErik Johnston1-0/+26
2014-09-06Better call bar (visually: still lacks ring[back] tones).David Baker7-18/+112
2014-09-05Add m.roo.aliasesErik Johnston1-0/+16
2014-09-05Modified matrixService.register to specify if captcha results should be sent ...Kegan Dougal2-6/+28
2014-09-05Validate power levels event changes. Change error messages to be more helpful...Erik Johnston1-10/+37
2014-09-05Generate m.room.aliases event when the HS creates a room aliasErik Johnston10-18/+94
2014-09-05Added basic captcha, not hooked upKegan Dougal3-3/+20
2014-09-05BF: tab completion did not work with commands. $scope.input contained only th...Emmanuel ROHEE1-1/+10
2014-09-05Empty string is not a valid JSON object, so don't return them in HTTP responses.Erik Johnston3-7/+7
2014-09-05AUth the contents of power level eventsErik Johnston1-1/+72
2014-09-05Change the default power levels to be 0, 50 and 100Erik Johnston2-10/+10
2014-09-05BF: Update the members list on banned & kicked "events"Emmanuel ROHEE1-4/+13
2014-09-05autoscroll down(if the scroller was already at the bottom) when receiving mem...Emmanuel ROHEE1-13/+18
2014-09-05doc: kick can take a reason argEmmanuel ROHEE1-1/+1
2014-09-05Created kick & unban methods in matrixService. Made some factorisation.Emmanuel ROHEE2-23/+24
2014-09-05Added sanity checks in commandsEmmanuel ROHEE1-34/+55
2014-09-05BF: Make /unban work againEmmanuel ROHEE2-2/+2
2014-09-05Display ban & kick reasonEmmanuel ROHEE2-1/+14
2014-09-05Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE1-1/+3
2014-09-05Revert "Fixed empty display name (content.displayname in a room member can be...Emmanuel ROHEE1-6/+0
2014-09-05Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE1-0/+6
2014-09-05Add demo/etc to .gitignoreMark Haines1-0/+1
2014-09-05BF: Fixed members list layout when the scrollbar appearsEmmanuel ROHEE1-1/+3
2014-09-05BF: Show "Bob invited you" in recents when Bob invites the userEmmanuel ROHEE1-1/+5
2014-09-05hide the forgot password link until it worksDavid Baker1-2/+2
2014-09-05Fixed duplicated messages sending in slow network condition.Emmanuel ROHEE3-5/+55
2014-09-05Cleaned all sending references as it not usedEmmanuel ROHEE1-22/+4
2014-09-05Do not systematically scroll to the bottom on new events in the roomEmmanuel ROHEE1-2/+8
2014-09-04merge spec changesMatthew Hodgson1-13/+27
2014-09-04switch IRC-style command parser to use regexps rather than split(" ") so that...Matthew Hodgson2-55/+96
2014-09-04Add version 0 of the VoIP specification.David Baker1-11/+97
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ev...Emmanuel ROHEE1-1/+1
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ev...Emmanuel ROHEE1-1/+1
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Added mUserDisplayName, a filter to resolve a user display name from a user_idEmmanuel ROHEE2-9/+42
2014-09-04Moved mRoomName filter into matrix-filter.js, a place for all generic filters...Emmanuel ROHEE7-86/+106
2014-09-04Re-apply fixes to the link-email screen to make it work again (in a somewhat ...David Baker2-27/+54
2014-09-04BF: Do not filter incoming member events. Before, only invitations to the cur...Emmanuel ROHEE1-7/+2
2014-09-04Report ban/unban messages to recents listsEmmanuel ROHEE1<