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

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,44 +6334,44 @@ 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.
- Fix bug where user could not join rooms via an alias containing 4-byte UTF-8 characters. - Fix bug where user could not join rooms via an alias containing 4-byte UTF-8 characters.
- Merge concept of PDUs and Events internally. - Merge concept of PDUs and Events internally.
- Improve logging by adding request ids to log lines. - Improve logging by adding request ids to log lines.
- Implement a very basic room initial sync API. - Implement a very basic room initial sync API.
- Implement the new invite/join federation APIs. - Implement the new invite/join federation APIs.
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.
- Improve feedback on errors. - Improve feedback on errors.
- Fix bugs in mobile CSS. - Fix bugs in mobile CSS.
- Fix bugs with desktop notifications. - Fix bugs with desktop notifications.
Changes in synapse 0.4.1 (2014-10-17) 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,8 +6384,8 @@ 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,48 +6394,48 @@ 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.
- Fix bugs with tab complete. - Fix bugs with tab complete.
- Fix bug where holding down the down arrow caused chrome to chew 100% CPU. - Fix bug where holding down the down arrow caused chrome to chew 100% CPU.
- Fix bug where desktop notifications occasionally used \"Undefined\" as the display name. - Fix bug where desktop notifications occasionally used \"Undefined\" as the display name.
- Fix more places where we sometimes saw room IDs incorrectly. - Fix more places where we sometimes saw room IDs incorrectly.
- Fix bug which caused lag when entering text in the text box. - Fix bug which caused lag when entering text in the text box.
Changes in synapse 0.3.3 (2014-09-22) 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.
- Trigger pagination when joining new rooms. - Trigger pagination when joining new rooms.
- Fix bug where we sometimes didn\'t display invitations in recents. - Fix bug where we sometimes didn\'t display invitations in recents.
- Automatically join room when accepting a VoIP call. - Automatically join room when accepting a VoIP call.
- Disable outgoing and reject incoming calls on browsers we don\'t support VoIP in. - Disable outgoing and reject incoming calls on browsers we don\'t support VoIP in.
- Don\'t display desktop notifications for messages in the room you are non-idle and speaking in. - Don\'t display desktop notifications for messages in the room you are non-idle and speaking in.
Changes in synapse 0.3.2 (2014-09-18) 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,8 +6444,8 @@ 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,91 +6454,91 @@ 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.
- Add support for password resets. - Add support for password resets.
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.
- Add up & down arrow support to the text box for message sending to step through your sent history. - Add up & down arrow support to the text box for message sending to step through your sent history.
- Don\'t display notifications for our own messages. - Don\'t display notifications for our own messages.
- Emotes are now formatted correctly in desktop notifications. - Emotes are now formatted correctly in desktop notifications.
- The recents list now differentiates between public & private rooms. - The recents list now differentiates between public & private rooms.
- Fix bug where when switching between rooms the pagination flickered before the view jumped to the bottom of the screen. - Fix bug where when switching between rooms the pagination flickered before the view jumped to the bottom of the screen.
- Add bing word support. - Add bing word support.
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.
Changes in synapse 0.2.3 (2014-09-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.
- VoIP UI and reliability improvements. - VoIP UI and reliability improvements.
- Add glare support for VoIP. - Add glare support for VoIP.
- Improvements to initial startup speed. - Improvements to initial startup speed.
- Don\'t display duplicate join events. - Don\'t display duplicate join events.
- Local echo of messages. - Local echo of messages.
- Differentiate sending and sent of local echo. - Differentiate sending and sent of local echo.
- Various minor bug fixes. - Various minor bug fixes.
Changes in synapse 0.2.2 (2014-09-06) 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.
- Only autoscroll on receiving a new message if the user was already at the bottom of the screen. - Only autoscroll on receiving a new message if the user was already at the bottom of the screen.
- Add support for ban/kick reasons. - Add support for ban/kick reasons.
Changes in synapse 0.2.1 (2014-09-03) 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.
- Presence bug fixes. - Presence bug fixes.
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.
- Fix bugs with room membership event display. - Fix bugs with room membership event display.
Changes in synapse 0.2.0 (2014-09-02) Changes in synapse 0.2.0 (2014-09-02)
===================================== =====================================
@ -6547,36 +6547,36 @@ 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.
- Allow setting of room names and topics on creation. - Allow setting of room names and topics on creation.
- Change presence to include last seen time of the user. - Change presence to include last seen time of the user.
- Change url path prefix to /\_matrix/\... - Change url path prefix to /\_matrix/\...
- Bug fixes to presence. - Bug fixes to presence.
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.
- Various bug fixes to handling of changes to room member list. - Various bug fixes to handling of changes to room member list.
Changes in synapse 0.1.2 (2014-08-29) 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,26 +6585,22 @@ 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.
- Various network efficiency improvements. - Various network efficiency improvements.
- Add basic mobile browser support. - Add basic mobile browser support.
- Add a settings page. - Add a settings page.
Changes in synapse 0.0.1 (2014-08-22) Changes in synapse 0.0.1 (2014-08-22)
===================================== =====================================
@ -6613,26 +6609,26 @@ 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.
- Improve initial sync API to return more information to the client. - Improve initial sync API to return more information to the client.
- Stop generating fake messages for room membership events. - Stop generating fake messages for room membership events.
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.
- Disambiguate identical display names. - Disambiguate identical display names.
- Don\'t get remote users display names and avatars individually. - Don\'t get remote users display names and avatars individually.
- Use the new initial sync API to reduce number of round trips to the homeserver. - Use the new initial sync API to reduce number of round trips to the homeserver.
- Change url scheme to use room aliases instead of room ids where known. - Change url scheme to use room aliases instead of room ids where known.
- Increase longpoll timeout. - Increase longpoll timeout.
Changes in synapse 0.0.0 (2014-08-13) Changes in synapse 0.0.0 (2014-08-13)
===================================== =====================================
> - Initial alpha release - Initial alpha release