Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
2ad2b0dc
Commit
2ad2b0dc
authored
10 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Fix rst formatting
parent
74f49b87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES.rst
+36
-36
36 additions, 36 deletions
CHANGES.rst
with
36 additions
and
36 deletions
CHANGES.rst
+
36
−
36
View file @
2ad2b0dc
Changes in develop
Changes in develop
==================
==================
* Add initial implementation of the `query auth` fedeartion API, allowing
* Add initial implementation of the `query auth` fedeartion API, allowing
servers to agree on whether an event should be allowed or rejected.
servers to agree on whether an event should be allowed or rejected.
* Persist events we have rejected from federation, fixing the bug where
* Persist events we have rejected from federation, fixing the bug where
servers would keep requesting the same events.
servers would keep requesting the same events.
* Various performance improvements, including:
* Various performance improvements, including:
- Caching common queries such as fetching events and current state.
- Caching common queries such as fetching events and current state.
- Upgraded JSON library.
- Upgraded JSON library.
* Add default avatars to new user accounts using pydenticon library.
* Add default avatars to new user accounts using pydenticon library.
* Correctly time out federation requests.
* Correctly time out federation requests.
* Retry federation requests against different servers.
* Retry federation requests against different servers.
Changes in synapse 0.6.1 (2015-01-07)
Changes in synapse 0.6.1 (2015-01-07)
=====================================
=====================================
* Major optimizations to improve performance of initial sync and event sending
* Major optimizations to improve performance of initial sync and event sending
in large rooms (by up to 10x)
in large rooms (by up to 10x)
* Media repository now includes a Content-Length header on media downloads.
* Media repository now includes a Content-Length header on media downloads.
* Improve quality of thumbnails by changing resizing algorithm.
* Improve quality of thumbnails by changing resizing algorithm.
Changes in synapse 0.6.0 (2014-12-16)
Changes in synapse 0.6.0 (2014-12-16)
=====================================
=====================================
* Add new API for media upload and download that supports thumbnailing.
* Add new API for media upload and download that supports thumbnailing.
* Replicate media uploads over multiple homeservers so media is always served
* Replicate media uploads over multiple homeservers so media is always served
to clients from their local homeserver. This obsoletes the
to clients from their local homeserver. This obsoletes the
--content-addr parameter and confusion over accessing content directly
--content-addr parameter and confusion over accessing content directly
from remote homeservers.
from remote homeservers.
* Implement exponential backoff when retrying federation requests when
* Implement exponential backoff when retrying federation requests when
sending to remote homeservers which are offline.
sending to remote homeservers which are offline.
* Implement typing notifications.
* Implement typing notifications.
* Fix bugs where we sent events with invalid signatures due to bugs where
* Fix bugs where we sent events with invalid signatures due to bugs where
we incorrectly persisted events.
we incorrectly persisted events.
* Improve performance of database queries involving retrieving events.
* Improve performance of database queries involving retrieving events.
Changes in synapse 0.5.4a (2014-12-13)
Changes in synapse 0.5.4a (2014-12-13)
======================================
======================================
* Fix bug while generating the error message when a file path specified in
* Fix bug while generating the error message when a file path specified in
the config doesn't exist.
the config doesn't exist.
Changes in synapse 0.5.4 (2014-12-03)
Changes in synapse 0.5.4 (2014-12-03)
=====================================
=====================================
* Fix presence bug where some rooms did not display presence updates for
* Fix presence bug where some rooms did not display presence updates for
remote users.
remote users.
* Do not log SQL timing log lines when started with "-v"
* Do not log SQL timing log lines when started with "-v"
* Fix potential memory leak.
* Fix potential memory leak.
Changes in synapse 0.5.3c (2014-12-02)
Changes in synapse 0.5.3c (2014-12-02)
======================================
======================================
* Change the default value for the `content_addr` option to use the HTTP
* Change the default value for the `content_addr` option to use the HTTP
listener, as by default the HTTPS listener will be using a self-signed
listener, as by default the HTTPS listener will be using a self-signed
certificate.
certificate.
Changes in synapse 0.5.3 (2014-11-27)
Changes in synapse 0.5.3 (2014-11-27)
=====================================
=====================================
* Fix bug that caused joining a remote room to fail if a single event was not
* Fix bug that caused joining a remote room to fail if a single event was not
signed correctly.
signed correctly.
* Fix bug which caused servers to continuously try and fetch events from other
* Fix bug which caused servers to continuously try and fetch events from other
servers.
servers.
Changes in synapse 0.5.2 (2014-11-26)
Changes in synapse 0.5.2 (2014-11-26)
=====================================
=====================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment