fix ancient changelog to be MD

This commit is contained in:
Matthew Hodgson 2020-11-22 00:29:05 +00:00
parent 79bfe966e0
commit 1091bcea3e
1 changed files with 146 additions and 150 deletions

View File

@ -6322,8 +6322,8 @@ Changes in synapse 0.5.1 (2014-11-26)
See UPGRADES.rst for specific instructions on how to upgrade. See UPGRADES.rst for specific instructions on how to upgrade.
> - Fix bug where we served up an Event that did not match its signatures. - Fix bug where we served up an Event that did not match its signatures.
> - Fix regression where we no longer correctly handled the case where a homeserver receives an event for a room it doesn\'t recognise (but is in.) - Fix regression where we no longer correctly handled the case where a homeserver receives an event for a room it doesn\'t recognise (but is in.)
Changes in synapse 0.5.0 (2014-11-19) Changes in synapse 0.5.0 (2014-11-19)
===================================== =====================================
@ -6334,7 +6334,7 @@ This release also changes the internal database schemas and so requires servers
Homeserver: Homeserver:
: - Add authentication and authorization to the federation protocol. Events are now signed by their originating homeservers. - Add authentication and authorization to the federation protocol. Events are now signed by their originating homeservers.
- Implement the new authorization model for rooms. - Implement the new authorization model for rooms.
- Split out web client into a seperate repository: matrix-angular-sdk. - Split out web client into a seperate repository: matrix-angular-sdk.
- Change the structure of PDUs. - Change the structure of PDUs.
@ -6346,19 +6346,19 @@ Homeserver:
Webclient: Webclient:
: - The webclient has been moved to a seperate repository. - The webclient has been moved to a seperate repository.
Changes in synapse 0.4.2 (2014-10-31) Changes in synapse 0.4.2 (2014-10-31)
===================================== =====================================
Homeserver: Homeserver:
: - Fix bugs where we did not notify users of correct presence updates. - Fix bugs where we did not notify users of correct presence updates.
- Fix bug where we did not handle sub second event stream timeouts. - Fix bug where we did not handle sub second event stream timeouts.
Webclient: Webclient:
: - Add ability to click on messages to see JSON. - Add ability to click on messages to see JSON.
- Add ability to redact messages. - Add ability to redact messages.
- Add ability to view and edit all room state JSON. - Add ability to view and edit all room state JSON.
- Handle incoming redactions. - Handle incoming redactions.
@ -6371,7 +6371,7 @@ Changes in synapse 0.4.1 (2014-10-17)
Webclient: Webclient:
: - Fix bug with display of timestamps. - Fix bug with display of timestamps.
Changes in synpase 0.4.0 (2014-10-17) Changes in synpase 0.4.0 (2014-10-17)
===================================== =====================================
@ -6384,7 +6384,7 @@ You will also need an updated syutil and config. See UPGRADES.rst.
Homeserver: Homeserver:
: - Sign federation transactions to assert strong identity over federation. - Sign federation transactions to assert strong identity over federation.
- Rename timestamp keys in PDUs and events from \'ts\' and \'hsob\_ts\' to \'origin\_server\_ts\'. - Rename timestamp keys in PDUs and events from \'ts\' and \'hsob\_ts\' to \'origin\_server\_ts\'.
Changes in synapse 0.3.4 (2014-09-25) Changes in synapse 0.3.4 (2014-09-25)
@ -6394,14 +6394,14 @@ This version adds support for using a TURN server. See docs/turn-howto.rst on ho
Homeserver: Homeserver:
: - Add support for redaction of messages. - Add support for redaction of messages.
- Fix bug where inviting a user on a remote home server could take up to 20-30s. - Fix bug where inviting a user on a remote home server could take up to 20-30s.
- Implement a get current room state API. - Implement a get current room state API.
- Add support specifying and retrieving turn server configuration. - Add support specifying and retrieving turn server configuration.
Webclient: Webclient:
: - Add button to send messages to users from the home page. - Add button to send messages to users from the home page.
- Add support for using TURN for VoIP calls. - Add support for using TURN for VoIP calls.
- Show display name change messages. - Show display name change messages.
- Fix bug where the client didn\'t get the state of a newly joined room until after it has been refreshed. - Fix bug where the client didn\'t get the state of a newly joined room until after it has been refreshed.
@ -6416,11 +6416,11 @@ Changes in synapse 0.3.3 (2014-09-22)
Homeserver: Homeserver:
: - Fix bug where you continued to get events for rooms you had left. - Fix bug where you continued to get events for rooms you had left.
Webclient: Webclient:
: - Add support for video calls with basic UI. - Add support for video calls with basic UI.
- Fix bug where one to one chats were named after your display name rather than the other person\'s. - Fix bug where one to one chats were named after your display name rather than the other person\'s.
- Fix bug which caused lag when typing in the textarea. - Fix bug which caused lag when typing in the textarea.
- Refuse to run on browsers we know won\'t work. - Refuse to run on browsers we know won\'t work.
@ -6435,7 +6435,7 @@ Changes in synapse 0.3.2 (2014-09-18)
Webclient: Webclient:
: - Fix bug where an empty \"bing words\" list in old accounts didn\'t send notifications when it should have done. - Fix bug where an empty \"bing words\" list in old accounts didn\'t send notifications when it should have done.
Changes in synapse 0.3.1 (2014-09-18) Changes in synapse 0.3.1 (2014-09-18)
===================================== =====================================
@ -6444,7 +6444,7 @@ This is a release to hotfix v0.3.0 to fix two regressions.
Webclient: Webclient:
: - Fix a regression where we sometimes displayed duplicate events. - Fix a regression where we sometimes displayed duplicate events.
- Fix a regression where we didn\'t immediately remove rooms you were banned in from the recents list. - Fix a regression where we didn\'t immediately remove rooms you were banned in from the recents list.
Changes in synapse 0.3.0 (2014-09-18) Changes in synapse 0.3.0 (2014-09-18)
@ -6454,7 +6454,7 @@ See UPGRADE for information about changes to the client server API, including br
Homeserver: Homeserver:
: - When a user changes their displayname or avatar the server will now update all their join states to reflect this. - When a user changes their displayname or avatar the server will now update all their join states to reflect this.
- The server now adds \"age\" key to events to indicate how old they are. This is clock independent, so at no point does any server or webclient have to assume their clock is in sync with everyone else. - The server now adds \"age\" key to events to indicate how old they are. This is clock independent, so at no point does any server or webclient have to assume their clock is in sync with everyone else.
- Fix bug where we didn\'t correctly pull in missing PDUs. - Fix bug where we didn\'t correctly pull in missing PDUs.
- Fix bug where prev\_content key wasn\'t always returned. - Fix bug where prev\_content key wasn\'t always returned.
@ -6462,7 +6462,7 @@ Homeserver:
Webclient: Webclient:
: - Improve page content loading. - Improve page content loading.
- Join/parts now trigger desktop notifications. - Join/parts now trigger desktop notifications.
- Always show room aliases in the UI if one is present. - Always show room aliases in the UI if one is present.
- No longer show user-count in the recents side panel. - No longer show user-count in the recents side panel.
@ -6475,7 +6475,7 @@ Webclient:
Registration API: Registration API:
: - The registration API has been overhauled to function like the login API. In practice, this means registration requests must now include the following: \'type\':\'m.login.password\'. See UPGRADE for more information on this. - The registration API has been overhauled to function like the login API. In practice, this means registration requests must now include the following: \'type\':\'m.login.password\'. See UPGRADE for more information on this.
- The \'user\_id\' key has been renamed to \'user\' to better match the login API. - The \'user\_id\' key has been renamed to \'user\' to better match the login API.
- There is an additional login type: \'m.login.email.identity\'. - There is an additional login type: \'m.login.email.identity\'.
- The command client and web client have been updated to reflect these changes. - The command client and web client have been updated to reflect these changes.
@ -6485,12 +6485,12 @@ Changes in synapse 0.2.3 (2014-09-12)
Homeserver: Homeserver:
: - Fix bug where we stopped sending events to remote home servers if a user from that home server left, even if there were some still in the room. - Fix bug where we stopped sending events to remote home servers if a user from that home server left, even if there were some still in the room.
- Fix bugs in the state conflict resolution where it was incorrectly rejecting events. - Fix bugs in the state conflict resolution where it was incorrectly rejecting events.
Webclient: Webclient:
: - Display room names and topics. - Display room names and topics.
- Allow setting/editing of room names and topics. - Allow setting/editing of room names and topics.
- Display information about rooms on the main page. - Display information about rooms on the main page.
- Handle ban and kick events in real time. - Handle ban and kick events in real time.
@ -6507,14 +6507,14 @@ Changes in synapse 0.2.2 (2014-09-06)
Homeserver: Homeserver:
: - When the server returns state events it now also includes the previous content. - When the server returns state events it now also includes the previous content.
- Add support for inviting people when creating a new room. - Add support for inviting people when creating a new room.
- Make the homeserver inform the room via m.room.aliases when a new alias is added for a room. - Make the homeserver inform the room via m.room.aliases when a new alias is added for a room.
- Validate m.room.power\_level events. - Validate m.room.power\_level events.
Webclient: Webclient:
: - Add support for captchas on registration. - Add support for captchas on registration.
- Handle m.room.aliases events. - Handle m.room.aliases events.
- Asynchronously send messages and show a local echo. - Asynchronously send messages and show a local echo.
- Inform the UI when a message failed to send. - Inform the UI when a message failed to send.
@ -6526,7 +6526,7 @@ Changes in synapse 0.2.1 (2014-09-03)
Homeserver: Homeserver:
: - Added support for signing up with a third party id. - Added support for signing up with a third party id.
- Add synctl scripts. - Add synctl scripts.
- Added rate limiting. - Added rate limiting.
- Add option to change the external address the content repo uses. - Add option to change the external address the content repo uses.
@ -6534,7 +6534,7 @@ Homeserver:
Webclient: Webclient:
: - Added support for signing up with a third party id. - Added support for signing up with a third party id.
- Added support for banning and kicking users. - Added support for banning and kicking users.
- Added support for displaying and setting ops. - Added support for displaying and setting ops.
- Added support for room names. - Added support for room names.
@ -6547,7 +6547,7 @@ This update changes many configuration options, updates the database schema and
Homeserver: Homeserver:
: - Require SSL for server-server connections. - Require SSL for server-server connections.
- Add SSL listener for client-server connections. - Add SSL listener for client-server connections.
- Add ability to use config files. - Add ability to use config files.
- Add support for kicking/banning and power levels. - Add support for kicking/banning and power levels.
@ -6558,7 +6558,7 @@ Homeserver:
Webclient: Webclient:
: - Reskin the CSS for registration and login. - Reskin the CSS for registration and login.
- Various improvements to rooms CSS. - Various improvements to rooms CSS.
- Support changes in client-server API. - Support changes in client-server API.
- Bug fixes to VOIP UI. - Bug fixes to VOIP UI.
@ -6569,14 +6569,14 @@ Changes in synapse 0.1.2 (2014-08-29)
Webclient: Webclient:
: - Add basic call state UI for VoIP calls. - Add basic call state UI for VoIP calls.
Changes in synapse 0.1.1 (2014-08-29) Changes in synapse 0.1.1 (2014-08-29)
===================================== =====================================
Homeserver: Homeserver:
: - Fix bug that caused the event stream to not notify some clients about changes. - Fix bug that caused the event stream to not notify some clients about changes.
Changes in synapse 0.1.0 (2014-08-29) Changes in synapse 0.1.0 (2014-08-29)
===================================== =====================================
@ -6585,20 +6585,16 @@ Presence has been reenabled in this release.
Homeserver: Homeserver:
: - - Update client to server API, including:
- Use a more consistent url scheme.
Update client to server API, including:
: - Use a more consistent url scheme.
- Provide more useful information in the initial sync api. - Provide more useful information in the initial sync api.
- Change the presence handling to be much more efficient. - Change the presence handling to be much more efficient.
- Change the presence server to server API to not require explicit polling of all users who share a room with a user. - Change the presence server to server API to not require explicit polling of all users who share a room with a user.
- Fix races in the event streaming logic. - Fix races in the event streaming logic.
Webclient: Webclient:
: - Update to use new client to server API. - Update to use new client to server API.
- Add basic VOIP support. - Add basic VOIP support.
- Add idle timers that change your status to away. - Add idle timers that change your status to away.
- Add recent rooms column when viewing a room. - Add recent rooms column when viewing a room.
@ -6613,7 +6609,7 @@ Presence has been disabled in this release due to a bug that caused the homeserv
Homeserver: Homeserver:
: - Completely change the database schema to support generic event types. - Completely change the database schema to support generic event types.
- Improve presence reliability. - Improve presence reliability.
- Improve reliability of joining remote rooms. - Improve reliability of joining remote rooms.
- Fix bug where room join events were duplicated. - Fix bug where room join events were duplicated.
@ -6622,7 +6618,7 @@ Homeserver:
Webclient: Webclient:
: - Add tab completion of names. - Add tab completion of names.
- Add ability to upload and send images. - Add ability to upload and send images.
- Add profile pages. - Add profile pages.
- Improve CSS layout of room. - Improve CSS layout of room.
@ -6635,4 +6631,4 @@ Webclient:
Changes in synapse 0.0.0 (2014-08-13) Changes in synapse 0.0.0 (2014-08-13)
===================================== =====================================
> - Initial alpha release - Initial alpha release