CHANGES.rst 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325
  1. Changes in synapse v0.17.0 (2016-08-08)
  2. =======================================
  3. This release contains significant security bug fixes regarding authenticating
  4. events received over federation. PLEASE UPGRADE.
  5. This release changes the LDAP configuration format in a backwards incompatible
  6. way, see PR #843 for details.
  7. Changes:
  8. * Add federation /version API (PR #990)
  9. * Make psutil dependency optional (PR #992)
  10. Bug fixes:
  11. * Fix URL preview API to exclude HTML comments in description (PR #988)
  12. * Fix error handling of remote joins (PR #991)
  13. Changes in synapse v0.17.0-rc4 (2016-08-05)
  14. ===========================================
  15. Changes:
  16. * Change the way we summarize URLs when previewing (PR #973)
  17. * Add new ``/state_ids/`` federation API (PR #979)
  18. * Speed up processing of ``/state/`` response (PR #986)
  19. Bug fixes:
  20. * Fix event persistence when event has already been partially persisted
  21. (PR #975, #983, #985)
  22. * Fix port script to also copy across backfilled events (PR #982)
  23. Changes in synapse v0.17.0-rc3 (2016-08-02)
  24. ===========================================
  25. Changes:
  26. * Forbid non-ASes from registering users whose names begin with '_' (PR #958)
  27. * Add some basic admin API docs (PR #963)
  28. Bug fixes:
  29. * Send the correct host header when fetching keys (PR #941)
  30. * Fix joining a room that has missing auth events (PR #964)
  31. * Fix various push bugs (PR #966, #970)
  32. * Fix adding emails on registration (PR #968)
  33. Changes in synapse v0.17.0-rc2 (2016-08-02)
  34. ===========================================
  35. (This release did not include the changes advertised and was identical to RC1)
  36. Changes in synapse v0.17.0-rc1 (2016-07-28)
  37. ===========================================
  38. This release changes the LDAP configuration format in a backwards incompatible
  39. way, see PR #843 for details.
  40. Features:
  41. * Add purge_media_cache admin API (PR #902)
  42. * Add deactivate account admin API (PR #903)
  43. * Add optional pepper to password hashing (PR #907, #910 by KentShikama)
  44. * Add an admin option to shared secret registration (breaks backwards compat)
  45. (PR #909)
  46. * Add purge local room history API (PR #911, #923, #924)
  47. * Add requestToken endpoints (PR #915)
  48. * Add an /account/deactivate endpoint (PR #921)
  49. * Add filter param to /messages. Add 'contains_url' to filter. (PR #922)
  50. * Add device_id support to /login (PR #929)
  51. * Add device_id support to /v2/register flow. (PR #937, #942)
  52. * Add GET /devices endpoint (PR #939, #944)
  53. * Add GET /device/{deviceId} (PR #943)
  54. * Add update and delete APIs for devices (PR #949)
  55. Changes:
  56. * Rewrite LDAP Authentication against ldap3 (PR #843 by mweinelt)
  57. * Linearize some federation endpoints based on (origin, room_id) (PR #879)
  58. * Remove the legacy v0 content upload API. (PR #888)
  59. * Use similar naming we use in email notifs for push (PR #894)
  60. * Optionally include password hash in createUser endpoint (PR #905 by
  61. KentShikama)
  62. * Use a query that postgresql optimises better for get_events_around (PR #906)
  63. * Fall back to 'username' if 'user' is not given for appservice registration.
  64. (PR #927 by Half-Shot)
  65. * Add metrics for psutil derived memory usage (PR #936)
  66. * Record device_id in client_ips (PR #938)
  67. * Send the correct host header when fetching keys (PR #941)
  68. * Log the hostname the reCAPTCHA was completed on (PR #946)
  69. * Make the device id on e2e key upload optional (PR #956)
  70. * Add r0.2.0 to the "supported versions" list (PR #960)
  71. * Don't include name of room for invites in push (PR #961)
  72. Bug fixes:
  73. * Fix substitution failure in mail template (PR #887)
  74. * Put most recent 20 messages in email notif (PR #892)
  75. * Ensure that the guest user is in the database when upgrading accounts
  76. (PR #914)
  77. * Fix various edge cases in auth handling (PR #919)
  78. * Fix 500 ISE when sending alias event without a state_key (PR #925)
  79. * Fix bug where we stored rejections in the state_group, persist all
  80. rejections (PR #948)
  81. * Fix lack of check of if the user is banned when handling 3pid invites
  82. (PR #952)
  83. * Fix a couple of bugs in the transaction and keyring code (PR #954, #955)
  84. Changes in synapse v0.16.1-r1 (2016-07-08)
  85. ==========================================
  86. THIS IS A CRITICAL SECURITY UPDATE.
  87. This fixes a bug which allowed users' accounts to be accessed by unauthorised
  88. users.
  89. Changes in synapse v0.16.1 (2016-06-20)
  90. =======================================
  91. Bug fixes:
  92. * Fix assorted bugs in ``/preview_url`` (PR #872)
  93. * Fix TypeError when setting unicode passwords (PR #873)
  94. Performance improvements:
  95. * Turn ``use_frozen_events`` off by default (PR #877)
  96. * Disable responding with canonical json for federation (PR #878)
  97. Changes in synapse v0.16.1-rc1 (2016-06-15)
  98. ===========================================
  99. Features: None
  100. Changes:
  101. * Log requester for ``/publicRoom`` endpoints when possible (PR #856)
  102. * 502 on ``/thumbnail`` when can't connect to remote server (PR #862)
  103. * Linearize fetching of gaps on incoming events (PR #871)
  104. Bugs fixes:
  105. * Fix bug where rooms where marked as published by default (PR #857)
  106. * Fix bug where joining room with an event with invalid sender (PR #868)
  107. * Fix bug where backfilled events were sent down sync streams (PR #869)
  108. * Fix bug where outgoing connections could wedge indefinitely, causing push
  109. notifications to be unreliable (PR #870)
  110. Performance improvements:
  111. * Improve ``/publicRooms`` performance(PR #859)
  112. Changes in synapse v0.16.0 (2016-06-09)
  113. =======================================
  114. NB: As of v0.14 all AS config files must have an ID field.
  115. Bug fixes:
  116. * Don't make rooms published by default (PR #857)
  117. Changes in synapse v0.16.0-rc2 (2016-06-08)
  118. ===========================================
  119. Features:
  120. * Add configuration option for tuning GC via ``gc.set_threshold`` (PR #849)
  121. Changes:
  122. * Record metrics about GC (PR #771, #847, #852)
  123. * Add metric counter for number of persisted events (PR #841)
  124. Bug fixes:
  125. * Fix 'From' header in email notifications (PR #843)
  126. * Fix presence where timeouts were not being fired for the first 8h after
  127. restarts (PR #842)
  128. * Fix bug where synapse sent malformed transactions to AS's when retrying
  129. transactions (Commits 310197b, 8437906)
  130. Performance improvements:
  131. * Remove event fetching from DB threads (PR #835)
  132. * Change the way we cache events (PR #836)
  133. * Add events to cache when we persist them (PR #840)
  134. Changes in synapse v0.16.0-rc1 (2016-06-03)
  135. ===========================================
  136. Version 0.15 was not released. See v0.15.0-rc1 below for additional changes.
  137. Features:
  138. * Add email notifications for missed messages (PR #759, #786, #799, #810, #815,
  139. #821)
  140. * Add a ``url_preview_ip_range_whitelist`` config param (PR #760)
  141. * Add /report endpoint (PR #762)
  142. * Add basic ignore user API (PR #763)
  143. * Add an openidish mechanism for proving that you own a given user_id (PR #765)
  144. * Allow clients to specify a server_name to avoid 'No known servers' (PR #794)
  145. * Add secondary_directory_servers option to fetch room list from other servers
  146. (PR #808, #813)
  147. Changes:
  148. * Report per request metrics for all of the things using request_handler (PR
  149. #756)
  150. * Correctly handle ``NULL`` password hashes from the database (PR #775)
  151. * Allow receipts for events we haven't seen in the db (PR #784)
  152. * Make synctl read a cache factor from config file (PR #785)
  153. * Increment badge count per missed convo, not per msg (PR #793)
  154. * Special case m.room.third_party_invite event auth to match invites (PR #814)
  155. Bug fixes:
  156. * Fix typo in event_auth servlet path (PR #757)
  157. * Fix password reset (PR #758)
  158. Performance improvements:
  159. * Reduce database inserts when sending transactions (PR #767)
  160. * Queue events by room for persistence (PR #768)
  161. * Add cache to ``get_user_by_id`` (PR #772)
  162. * Add and use ``get_domain_from_id`` (PR #773)
  163. * Use tree cache for ``get_linearized_receipts_for_room`` (PR #779)
  164. * Remove unused indices (PR #782)
  165. * Add caches to ``bulk_get_push_rules*`` (PR #804)
  166. * Cache ``get_event_reference_hashes`` (PR #806)
  167. * Add ``get_users_with_read_receipts_in_room`` cache (PR #809)
  168. * Use state to calculate ``get_users_in_room`` (PR #811)
  169. * Load push rules in storage layer so that they get cached (PR #825)
  170. * Make ``get_joined_hosts_for_room`` use get_users_in_room (PR #828)
  171. * Poke notifier on next reactor tick (PR #829)
  172. * Change CacheMetrics to be quicker (PR #830)
  173. Changes in synapse v0.15.0-rc1 (2016-04-26)
  174. ===========================================
  175. Features:
  176. * Add login support for Javascript Web Tokens, thanks to Niklas Riekenbrauck
  177. (PR #671,#687)
  178. * Add URL previewing support (PR #688)
  179. * Add login support for LDAP, thanks to Christoph Witzany (PR #701)
  180. * Add GET endpoint for pushers (PR #716)
  181. Changes:
  182. * Never notify for member events (PR #667)
  183. * Deduplicate identical ``/sync`` requests (PR #668)
  184. * Require user to have left room to forget room (PR #673)
  185. * Use DNS cache if within TTL (PR #677)
  186. * Let users see their own leave events (PR #699)
  187. * Deduplicate membership changes (PR #700)
  188. * Increase performance of pusher code (PR #705)
  189. * Respond with error status 504 if failed to talk to remote server (PR #731)
  190. * Increase search performance on postgres (PR #745)
  191. Bug fixes:
  192. * Fix bug where disabling all notifications still resulted in push (PR #678)
  193. * Fix bug where users couldn't reject remote invites if remote refused (PR #691)
  194. * Fix bug where synapse attempted to backfill from itself (PR #693)
  195. * Fix bug where profile information was not correctly added when joining remote
  196. rooms (PR #703)
  197. * Fix bug where register API required incorrect key name for AS registration
  198. (PR #727)
  199. Changes in synapse v0.14.0 (2016-03-30)
  200. =======================================
  201. No changes from v0.14.0-rc2
  202. Changes in synapse v0.14.0-rc2 (2016-03-23)
  203. ===========================================
  204. Features:
  205. * Add published room list API (PR #657)
  206. Changes:
  207. * Change various caches to consume less memory (PR #656, #658, #660, #662,
  208. #663, #665)
  209. * Allow rooms to be published without requiring an alias (PR #664)
  210. * Intern common strings in caches to reduce memory footprint (#666)
  211. Bug fixes:
  212. * Fix reject invites over federation (PR #646)
  213. * Fix bug where registration was not idempotent (PR #649)
  214. * Update aliases event after deleting aliases (PR #652)
  215. * Fix unread notification count, which was sometimes wrong (PR #661)
  216. Changes in synapse v0.14.0-rc1 (2016-03-14)
  217. ===========================================
  218. Features:
  219. * Add event_id to response to state event PUT (PR #581)
  220. * Allow guest users access to messages in rooms they have joined (PR #587)
  221. * Add config for what state is included in a room invite (PR #598)
  222. * Send the inviter's member event in room invite state (PR #607)
  223. * Add error codes for malformed/bad JSON in /login (PR #608)
  224. * Add support for changing the actions for default rules (PR #609)
  225. * Add environment variable SYNAPSE_CACHE_FACTOR, default it to 0.1 (PR #612)
  226. * Add ability for alias creators to delete aliases (PR #614)
  227. * Add profile information to invites (PR #624)
  228. Changes:
  229. * Enforce user_id exclusivity for AS registrations (PR #572)
  230. * Make adding push rules idempotent (PR #587)
  231. * Improve presence performance (PR #582, #586)
  232. * Change presence semantics for ``last_active_ago`` (PR #582, #586)
  233. * Don't allow ``m.room.create`` to be changed (PR #596)
  234. * Add 800x600 to default list of valid thumbnail sizes (PR #616)
  235. * Always include kicks and bans in full /sync (PR #625)
  236. * Send history visibility on boundary changes (PR #626)
  237. * Register endpoint now returns a refresh_token (PR #637)
  238. Bug fixes:
  239. * Fix bug where we returned incorrect state in /sync (PR #573)
  240. * Always return a JSON object from push rule API (PR #606)
  241. * Fix bug where registering without a user id sometimes failed (PR #610)
  242. * Report size of ExpiringCache in cache size metrics (PR #611)
  243. * Fix rejection of invites to empty rooms (PR #615)
  244. * Fix usage of ``bcrypt`` to not use ``checkpw`` (PR #619)
  245. * Pin ``pysaml2`` dependency (PR #634)
  246. * Fix bug in ``/sync`` where timeline order was incorrect for backfilled events
  247. (PR #635)
  248. Changes in synapse v0.13.3 (2016-02-11)
  249. =======================================
  250. * Fix bug where ``/sync`` would occasionally return events in the wrong room.
  251. Changes in synapse v0.13.2 (2016-02-11)
  252. =======================================
  253. * Fix bug where ``/events`` would fail to skip some events if there had been
  254. more events than the limit specified since the last request (PR #570)
  255. Changes in synapse v0.13.1 (2016-02-10)
  256. =======================================
  257. * Bump matrix-angular-sdk (matrix web console) dependency to 0.6.8 to
  258. pull in the fix for SYWEB-361 so that the default client can display
  259. HTML messages again(!)
  260. Changes in synapse v0.13.0 (2016-02-10)
  261. =======================================
  262. This version includes an upgrade of the schema, specifically adding an index to
  263. the ``events`` table. This may cause synapse to pause for several minutes the
  264. first time it is started after the upgrade.
  265. Changes:
  266. * Improve general performance (PR #540, #543. #544, #54, #549, #567)
  267. * Change guest user ids to be incrementing integers (PR #550)
  268. * Improve performance of public room list API (PR #552)
  269. * Change profile API to omit keys rather than return null (PR #557)
  270. * Add ``/media/r0`` endpoint prefix, which is equivalent to ``/media/v1/``
  271. (PR #595)
  272. Bug fixes:
  273. * Fix bug with upgrading guest accounts where it would fail if you opened the
  274. registration email on a different device (PR #547)
  275. * Fix bug where unread count could be wrong (PR #568)
  276. Changes in synapse v0.12.1-rc1 (2016-01-29)
  277. ===========================================
  278. Features:
  279. * Add unread notification counts in ``/sync`` (PR #456)
  280. * Add support for inviting 3pids in ``/createRoom`` (PR #460)
  281. * Add ability for guest accounts to upgrade (PR #462)
  282. * Add ``/versions`` API (PR #468)
  283. * Add ``event`` to ``/context`` API (PR #492)
  284. * Add specific error code for invalid user names in ``/register`` (PR #499)
  285. * Add support for push badge counts (PR #507)
  286. * Add support for non-guest users to peek in rooms using ``/events`` (PR #510)
  287. Changes:
  288. * Change ``/sync`` so that guest users only get rooms they've joined (PR #469)
  289. * Change to require unbanning before other membership changes (PR #501)
  290. * Change default push rules to notify for all messages (PR #486)
  291. * Change default push rules to not notify on membership changes (PR #514)
  292. * Change default push rules in one to one rooms to only notify for events that
  293. are messages (PR #529)
  294. * Change ``/sync`` to reject requests with a ``from`` query param (PR #512)
  295. * Change server manhole to use SSH rather than telnet (PR #473)
  296. * Change server to require AS users to be registered before use (PR #487)
  297. * Change server not to start when ASes are invalidly configured (PR #494)
  298. * Change server to require ID and ``as_token`` to be unique for AS's (PR #496)
  299. * Change maximum pagination limit to 1000 (PR #497)
  300. Bug fixes:
  301. * Fix bug where ``/sync`` didn't return when something under the leave key
  302. changed (PR #461)
  303. * Fix bug where we returned smaller rather than larger than requested
  304. thumbnails when ``method=crop`` (PR #464)
  305. * Fix thumbnails API to only return cropped thumbnails when asking for a
  306. cropped thumbnail (PR #475)
  307. * Fix bug where we occasionally still logged access tokens (PR #477)
  308. * Fix bug where ``/events`` would always return immediately for guest users
  309. (PR #480)
  310. * Fix bug where ``/sync`` unexpectedly returned old left rooms (PR #481)
  311. * Fix enabling and disabling push rules (PR #498)
  312. * Fix bug where ``/register`` returned 500 when given unicode username
  313. (PR #513)
  314. Changes in synapse v0.12.0 (2016-01-04)
  315. =======================================
  316. * Expose ``/login`` under ``r0`` (PR #459)
  317. Changes in synapse v0.12.0-rc3 (2015-12-23)
  318. ===========================================
  319. * Allow guest accounts access to ``/sync`` (PR #455)
  320. * Allow filters to include/exclude rooms at the room level
  321. rather than just from the components of the sync for each
  322. room. (PR #454)
  323. * Include urls for room avatars in the response to ``/publicRooms`` (PR #453)
  324. * Don't set a identicon as the avatar for a user when they register (PR #450)
  325. * Add a ``display_name`` to third-party invites (PR #449)
  326. * Send more information to the identity server for third-party invites so that
  327. it can send richer messages to the invitee (PR #446)
  328. * Cache the responses to ``/initialSync`` for 5 minutes. If a client
  329. retries a request to ``/initialSync`` before the a response was computed
  330. to the first request then the same response is used for both requests
  331. (PR #457)
  332. * Fix a bug where synapse would always request the signing keys of
  333. remote servers even when the key was cached locally (PR #452)
  334. * Fix 500 when pagination search results (PR #447)
  335. * Fix a bug where synapse was leaking raw email address in third-party invites
  336. (PR #448)
  337. Changes in synapse v0.12.0-rc2 (2015-12-14)
  338. ===========================================
  339. * Add caches for whether rooms have been forgotten by a user (PR #434)
  340. * Remove instructions to use ``--process-dependency-link`` since all of the
  341. dependencies of synapse are on PyPI (PR #436)
  342. * Parallelise the processing of ``/sync`` requests (PR #437)
  343. * Fix race updating presence in ``/events`` (PR #444)
  344. * Fix bug back-populating search results (PR #441)
  345. * Fix bug calculating state in ``/sync`` requests (PR #442)
  346. Changes in synapse v0.12.0-rc1 (2015-12-10)
  347. ===========================================
  348. * Host the client APIs released as r0 by
  349. https://matrix.org/docs/spec/r0.0.0/client_server.html
  350. on paths prefixed by ``/_matrix/client/r0``. (PR #430, PR #415, PR #400)
  351. * Updates the client APIs to match r0 of the matrix specification.
  352. * All APIs return events in the new event format, old APIs also include
  353. the fields needed to parse the event using the old format for
  354. compatibility. (PR #402)
  355. * Search results are now given as a JSON array rather than
  356. a JSON object (PR #405)
  357. * Miscellaneous changes to search (PR #403, PR #406, PR #412)
  358. * Filter JSON objects may now be passed as query parameters to ``/sync``
  359. (PR #431)
  360. * Fix implementation of ``/admin/whois`` (PR #418)
  361. * Only include the rooms that user has left in ``/sync`` if the client
  362. requests them in the filter (PR #423)
  363. * Don't push for ``m.room.message`` by default (PR #411)
  364. * Add API for setting per account user data (PR #392)
  365. * Allow users to forget rooms (PR #385)
  366. * Performance improvements and monitoring:
  367. * Add per-request counters for CPU time spent on the main python thread.
  368. (PR #421, PR #420)
  369. * Add per-request counters for time spent in the database (PR #429)
  370. * Make state updates in the C+S API idempotent (PR #416)
  371. * Only fire ``user_joined_room`` if the user has actually joined. (PR #410)
  372. * Reuse a single http client, rather than creating new ones (PR #413)
  373. * Fixed a bug upgrading from older versions of synapse on postgresql (PR #417)
  374. Changes in synapse v0.11.1 (2015-11-20)
  375. =======================================
  376. * Add extra options to search API (PR #394)
  377. * Fix bug where we did not correctly cap federation retry timers. This meant it
  378. could take several hours for servers to start talking to ressurected servers,
  379. even when they were receiving traffic from them (PR #393)
  380. * Don't advertise login token flow unless CAS is enabled. This caused issues
  381. where some clients would always use the fallback API if they did not
  382. recognize all login flows (PR #391)
  383. * Change /v2 sync API to rename ``private_user_data`` to ``account_data``
  384. (PR #386)
  385. * Change /v2 sync API to remove the ``event_map`` and rename keys in ``rooms``
  386. object (PR #389)
  387. Changes in synapse v0.11.0-r2 (2015-11-19)
  388. ==========================================
  389. * Fix bug in database port script (PR #387)
  390. Changes in synapse v0.11.0-r1 (2015-11-18)
  391. ==========================================
  392. * Retry and fail federation requests more aggressively for requests that block
  393. client side requests (PR #384)
  394. Changes in synapse v0.11.0 (2015-11-17)
  395. =======================================
  396. * Change CAS login API (PR #349)
  397. Changes in synapse v0.11.0-rc2 (2015-11-13)
  398. ===========================================
  399. * Various changes to /sync API response format (PR #373)
  400. * Fix regression when setting display name in newly joined room over
  401. federation (PR #368)
  402. * Fix problem where /search was slow when using SQLite (PR #366)
  403. Changes in synapse v0.11.0-rc1 (2015-11-11)
  404. ===========================================
  405. * Add Search API (PR #307, #324, #327, #336, #350, #359)
  406. * Add 'archived' state to v2 /sync API (PR #316)
  407. * Add ability to reject invites (PR #317)
  408. * Add config option to disable password login (PR #322)
  409. * Add the login fallback API (PR #330)
  410. * Add room context API (PR #334)
  411. * Add room tagging support (PR #335)
  412. * Update v2 /sync API to match spec (PR #305, #316, #321, #332, #337, #341)
  413. * Change retry schedule for application services (PR #320)
  414. * Change retry schedule for remote servers (PR #340)
  415. * Fix bug where we hosted static content in the incorrect place (PR #329)
  416. * Fix bug where we didn't increment retry interval for remote servers (PR #343)
  417. Changes in synapse v0.10.1-rc1 (2015-10-15)
  418. ===========================================
  419. * Add support for CAS, thanks to Steven Hammerton (PR #295, #296)
  420. * Add support for using macaroons for ``access_token`` (PR #256, #229)
  421. * Add support for ``m.room.canonical_alias`` (PR #287)
  422. * Add support for viewing the history of rooms that they have left. (PR #276,
  423. #294)
  424. * Add support for refresh tokens (PR #240)
  425. * Add flag on creation which disables federation of the room (PR #279)
  426. * Add some room state to invites. (PR #275)
  427. * Atomically persist events when joining a room over federation (PR #283)
  428. * Change default history visibility for private rooms (PR #271)
  429. * Allow users to redact their own sent events (PR #262)
  430. * Use tox for tests (PR #247)
  431. * Split up syutil into separate libraries (PR #243)
  432. Changes in synapse v0.10.0-r2 (2015-09-16)
  433. ==========================================
  434. * Fix bug where we always fetched remote server signing keys instead of using
  435. ones in our cache.
  436. * Fix adding threepids to an existing account.
  437. * Fix bug with invinting over federation where remote server was already in
  438. the room. (PR #281, SYN-392)
  439. Changes in synapse v0.10.0-r1 (2015-09-08)
  440. ==========================================
  441. * Fix bug with python packaging
  442. Changes in synapse v0.10.0 (2015-09-03)
  443. =======================================
  444. No change from release candidate.
  445. Changes in synapse v0.10.0-rc6 (2015-09-02)
  446. ===========================================
  447. * Remove some of the old database upgrade scripts.
  448. * Fix database port script to work with newly created sqlite databases.
  449. Changes in synapse v0.10.0-rc5 (2015-08-27)
  450. ===========================================
  451. * Fix bug that broke downloading files with ascii filenames across federation.
  452. Changes in synapse v0.10.0-rc4 (2015-08-27)
  453. ===========================================
  454. * Allow UTF-8 filenames for upload. (PR #259)
  455. Changes in synapse v0.10.0-rc3 (2015-08-25)
  456. ===========================================
  457. * Add ``--keys-directory`` config option to specify where files such as
  458. certs and signing keys should be stored in, when using ``--generate-config``
  459. or ``--generate-keys``. (PR #250)
  460. * Allow ``--config-path`` to specify a directory, causing synapse to use all
  461. \*.yaml files in the directory as config files. (PR #249)
  462. * Add ``web_client_location`` config option to specify static files to be
  463. hosted by synapse under ``/_matrix/client``. (PR #245)
  464. * Add helper utility to synapse to read and parse the config files and extract
  465. the value of a given key. For example::
  466. $ python -m synapse.config read server_name -c homeserver.yaml
  467. localhost
  468. (PR #246)
  469. Changes in synapse v0.10.0-rc2 (2015-08-24)
  470. ===========================================
  471. * Fix bug where we incorrectly populated the ``event_forward_extremities``
  472. table, resulting in problems joining large remote rooms (e.g.
  473. ``#matrix:matrix.org``)
  474. * Reduce the number of times we wake up pushers by not listening for presence
  475. or typing events, reducing the CPU cost of each pusher.
  476. Changes in synapse v0.10.0-rc1 (2015-08-21)
  477. ===========================================
  478. Also see v0.9.4-rc1 changelog, which has been amalgamated into this release.
  479. General:
  480. * Upgrade to Twisted 15 (PR #173)
  481. * Add support for serving and fetching encryption keys over federation.
  482. (PR #208)
  483. * Add support for logging in with email address (PR #234)
  484. * Add support for new ``m.room.canonical_alias`` event. (PR #233)
  485. * Change synapse to treat user IDs case insensitively during registration and
  486. login. (If two users already exist with case insensitive matching user ids,
  487. synapse will continue to require them to specify their user ids exactly.)
  488. * Error if a user tries to register with an email already in use. (PR #211)
  489. * Add extra and improve existing caches (PR #212, #219, #226, #228)
  490. * Batch various storage request (PR #226, #228)
  491. * Fix bug where we didn't correctly log the entity that triggered the request
  492. if the request came in via an application service (PR #230)
  493. * Fix bug where we needlessly regenerated the full list of rooms an AS is
  494. interested in. (PR #232)
  495. * Add support for AS's to use v2_alpha registration API (PR #210)
  496. Configuration:
  497. * Add ``--generate-keys`` that will generate any missing cert and key files in
  498. the configuration files. This is equivalent to running ``--generate-config``
  499. on an existing configuration file. (PR #220)
  500. * ``--generate-config`` now no longer requires a ``--server-name`` parameter
  501. when used on existing configuration files. (PR #220)
  502. * Add ``--print-pidfile`` flag that controls the printing of the pid to stdout
  503. of the demonised process. (PR #213)
  504. Media Repository:
  505. * Fix bug where we picked a lower resolution image than requested. (PR #205)
  506. * Add support for specifying if a the media repository should dynamically
  507. thumbnail images or not. (PR #206)
  508. Metrics:
  509. * Add statistics from the reactor to the metrics API. (PR #224, #225)
  510. Demo Homeservers:
  511. * Fix starting the demo homeservers without rate-limiting enabled. (PR #182)
  512. * Fix enabling registration on demo homeservers (PR #223)
  513. Changes in synapse v0.9.4-rc1 (2015-07-21)
  514. ==========================================
  515. General:
  516. * Add basic implementation of receipts. (SPEC-99)
  517. * Add support for configuration presets in room creation API. (PR #203)
  518. * Add auth event that limits the visibility of history for new users.
  519. (SPEC-134)
  520. * Add SAML2 login/registration support. (PR #201. Thanks Muthu Subramanian!)
  521. * Add client side key management APIs for end to end encryption. (PR #198)
  522. * Change power level semantics so that you cannot kick, ban or change power
  523. levels of users that have equal or greater power level than you. (SYN-192)
  524. * Improve performance by bulk inserting events where possible. (PR #193)
  525. * Improve performance by bulk verifying signatures where possible. (PR #194)
  526. Configuration:
  527. * Add support for including TLS certificate chains.
  528. Media Repository:
  529. * Add Content-Disposition headers to content repository responses. (SYN-150)
  530. Changes in synapse v0.9.3 (2015-07-01)
  531. ======================================
  532. No changes from v0.9.3 Release Candidate 1.
  533. Changes in synapse v0.9.3-rc1 (2015-06-23)
  534. ==========================================
  535. General:
  536. * Fix a memory leak in the notifier. (SYN-412)
  537. * Improve performance of room initial sync. (SYN-418)
  538. * General improvements to logging.
  539. * Remove ``access_token`` query params from ``INFO`` level logging.
  540. Configuration:
  541. * Add support for specifying and configuring multiple listeners. (SYN-389)
  542. Application services:
  543. * Fix bug where synapse failed to send user queries to application services.
  544. Changes in synapse v0.9.2-r2 (2015-06-15)
  545. =========================================
  546. Fix packaging so that schema delta python files get included in the package.
  547. Changes in synapse v0.9.2 (2015-06-12)
  548. ======================================
  549. General:
  550. * Use ultrajson for json (de)serialisation when a canonical encoding is not
  551. required. Ultrajson is significantly faster than simplejson in certain
  552. circumstances.
  553. * Use connection pools for outgoing HTTP connections.
  554. * Process thumbnails on separate threads.
  555. Configuration:
  556. * Add option, ``gzip_responses``, to disable HTTP response compression.
  557. Federation:
  558. * Improve resilience of backfill by ensuring we fetch any missing auth events.
  559. * Improve performance of backfill and joining remote rooms by removing
  560. unnecessary computations. This included handling events we'd previously
  561. handled as well as attempting to compute the current state for outliers.
  562. Changes in synapse v0.9.1 (2015-05-26)
  563. ======================================
  564. General:
  565. * Add support for backfilling when a client paginates. This allows servers to
  566. request history for a room from remote servers when a client tries to
  567. paginate history the server does not have - SYN-36
  568. * Fix bug where you couldn't disable non-default pushrules - SYN-378
  569. * Fix ``register_new_user`` script - SYN-359
  570. * Improve performance of fetching events from the database, this improves both
  571. initialSync and sending of events.
  572. * Improve performance of event streams, allowing synapse to handle more
  573. simultaneous connected clients.
  574. Federation:
  575. * Fix bug with existing backfill implementation where it returned the wrong
  576. selection of events in some circumstances.
  577. * Improve performance of joining remote rooms.
  578. Configuration:
  579. * Add support for changing the bind host of the metrics listener via the
  580. ``metrics_bind_host`` option.
  581. Changes in synapse v0.9.0-r5 (2015-05-21)
  582. =========================================
  583. * Add more database caches to reduce amount of work done for each pusher. This
  584. radically reduces CPU usage when multiple pushers are set up in the same room.
  585. Changes in synapse v0.9.0 (2015-05-07)
  586. ======================================
  587. General:
  588. * Add support for using a PostgreSQL database instead of SQLite. See
  589. `docs/postgres.rst`_ for details.
  590. * Add password change and reset APIs. See `Registration`_ in the spec.
  591. * Fix memory leak due to not releasing stale notifiers - SYN-339.
  592. * Fix race in caches that occasionally caused some presence updates to be
  593. dropped - SYN-369.
  594. * Check server name has not changed on restart.
  595. * Add a sample systemd unit file and a logger configuration in
  596. contrib/systemd. Contributed Ivan Shapovalov.
  597. Federation:
  598. * Add key distribution mechanisms for fetching public keys of unavailable
  599. remote home servers. See `Retrieving Server Keys`_ in the spec.
  600. Configuration:
  601. * Add support for multiple config files.
  602. * Add support for dictionaries in config files.
  603. * Remove support for specifying config options on the command line, except
  604. for:
  605. * ``--daemonize`` - Daemonize the home server.
  606. * ``--manhole`` - Turn on the twisted telnet manhole service on the given
  607. port.
  608. * ``--database-path`` - The path to a sqlite database to use.
  609. * ``--verbose`` - The verbosity level.
  610. * ``--log-file`` - File to log to.
  611. * ``--log-config`` - Python logging config file.
  612. * ``--enable-registration`` - Enable registration for new users.
  613. Application services:
  614. * Reliably retry sending of events from Synapse to application services, as per
  615. `Application Services`_ spec.
  616. * Application services can no longer register via the ``/register`` API,
  617. instead their configuration should be saved to a file and listed in the
  618. synapse ``app_service_config_files`` config option. The AS configuration file
  619. has the same format as the old ``/register`` request.
  620. See `docs/application_services.rst`_ for more information.
  621. .. _`docs/postgres.rst`: docs/postgres.rst
  622. .. _`docs/application_services.rst`: docs/application_services.rst
  623. .. _`Registration`: https://github.com/matrix-org/matrix-doc/blob/master/specification/10_client_server_api.rst#registration
  624. .. _`Retrieving Server Keys`: https://github.com/matrix-org/matrix-doc/blob/6f2698/specification/30_server_server_api.rst#retrieving-server-keys
  625. .. _`Application Services`: https://github.com/matrix-org/matrix-doc/blob/0c6bd9/specification/25_application_service_api.rst#home-server---application-service-api
  626. Changes in synapse v0.8.1 (2015-03-18)
  627. ======================================
  628. * Disable registration by default. New users can be added using the command
  629. ``register_new_matrix_user`` or by enabling registration in the config.
  630. * Add metrics to synapse. To enable metrics use config options
  631. ``enable_metrics`` and ``metrics_port``.
  632. * Fix bug where banning only kicked the user.
  633. Changes in synapse v0.8.0 (2015-03-06)
  634. ======================================
  635. General:
  636. * Add support for registration fallback. This is a page hosted on the server
  637. which allows a user to register for an account, regardless of what client
  638. they are using (e.g. mobile devices).
  639. * Added new default push rules and made them configurable by clients:
  640. * Suppress all notice messages.
  641. * Notify when invited to a new room.
  642. * Notify for messages that don't match any rule.
  643. * Notify on incoming call.
  644. Federation:
  645. * Added per host server side rate-limiting of incoming federation requests.
  646. * Added a ``/get_missing_events/`` API to federation to reduce number of
  647. ``/events/`` requests.
  648. Configuration:
  649. * Added configuration option to disable registration:
  650. ``disable_registration``.
  651. * Added configuration option to change soft limit of number of open file
  652. descriptors: ``soft_file_limit``.
  653. * Make ``tls_private_key_path`` optional when running with ``no_tls``.
  654. Application services:
  655. * Application services can now poll on the CS API ``/events`` for their events,
  656. by providing their application service ``access_token``.
  657. * Added exclusive namespace support to application services API.
  658. Changes in synapse v0.7.1 (2015-02-19)
  659. ======================================
  660. * Initial alpha implementation of parts of the Application Services API.
  661. Including:
  662. - AS Registration / Unregistration
  663. - User Query API
  664. - Room Alias Query API
  665. - Push transport for receiving events.
  666. - User/Alias namespace admin control
  667. * Add cache when fetching events from remote servers to stop repeatedly
  668. fetching events with bad signatures.
  669. * Respect the per remote server retry scheme when fetching both events and
  670. server keys to reduce the number of times we send requests to dead servers.
  671. * Inform remote servers when the local server fails to handle a received event.
  672. * Turn off python bytecode generation due to problems experienced when
  673. upgrading from previous versions.
  674. Changes in synapse v0.7.0 (2015-02-12)
  675. ======================================
  676. * Add initial implementation of the query auth federation API, allowing
  677. servers to agree on whether an event should be allowed or rejected.
  678. * Persist events we have rejected from federation, fixing the bug where
  679. servers would keep requesting the same events.
  680. * Various federation performance improvements, including:
  681. - Add in memory caches on queries such as:
  682. * Computing the state of a room at a point in time, used for
  683. authorization on federation requests.
  684. * Fetching events from the database.
  685. * User's room membership, used for authorizing presence updates.
  686. - Upgraded JSON library to improve parsing and serialisation speeds.
  687. * Add default avatars to new user accounts using pydenticon library.
  688. * Correctly time out federation requests.
  689. * Retry federation requests against different servers.
  690. * Add support for push and push rules.
  691. * Add alpha versions of proposed new CSv2 APIs, including ``/sync`` API.
  692. Changes in synapse 0.6.1 (2015-01-07)
  693. =====================================
  694. * Major optimizations to improve performance of initial sync and event sending
  695. in large rooms (by up to 10x)
  696. * Media repository now includes a Content-Length header on media downloads.
  697. * Improve quality of thumbnails by changing resizing algorithm.
  698. Changes in synapse 0.6.0 (2014-12-16)
  699. =====================================
  700. * Add new API for media upload and download that supports thumbnailing.
  701. * Replicate media uploads over multiple homeservers so media is always served
  702. to clients from their local homeserver. This obsoletes the
  703. --content-addr parameter and confusion over accessing content directly
  704. from remote homeservers.
  705. * Implement exponential backoff when retrying federation requests when
  706. sending to remote homeservers which are offline.
  707. * Implement typing notifications.
  708. * Fix bugs where we sent events with invalid signatures due to bugs where
  709. we incorrectly persisted events.
  710. * Improve performance of database queries involving retrieving events.
  711. Changes in synapse 0.5.4a (2014-12-13)
  712. ======================================
  713. * Fix bug while generating the error message when a file path specified in
  714. the config doesn't exist.
  715. Changes in synapse 0.5.4 (2014-12-03)
  716. =====================================
  717. * Fix presence bug where some rooms did not display presence updates for
  718. remote users.
  719. * Do not log SQL timing log lines when started with "-v"
  720. * Fix potential memory leak.
  721. Changes in synapse 0.5.3c (2014-12-02)
  722. ======================================
  723. * Change the default value for the `content_addr` option to use the HTTP
  724. listener, as by default the HTTPS listener will be using a self-signed
  725. certificate.
  726. Changes in synapse 0.5.3 (2014-11-27)
  727. =====================================
  728. * Fix bug that caused joining a remote room to fail if a single event was not
  729. signed correctly.
  730. * Fix bug which caused servers to continuously try and fetch events from other
  731. servers.
  732. Changes in synapse 0.5.2 (2014-11-26)
  733. =====================================
  734. Fix major bug that caused rooms to disappear from peoples initial sync.
  735. Changes in synapse 0.5.1 (2014-11-26)
  736. =====================================
  737. See UPGRADES.rst for specific instructions on how to upgrade.
  738. * Fix bug where we served up an Event that did not match its signatures.
  739. * Fix regression where we no longer correctly handled the case where a
  740. homeserver receives an event for a room it doesn't recognise (but is in.)
  741. Changes in synapse 0.5.0 (2014-11-19)
  742. =====================================
  743. This release includes changes to the federation protocol and client-server API
  744. that is not backwards compatible.
  745. This release also changes the internal database schemas and so requires servers to
  746. drop their current history. See UPGRADES.rst for details.
  747. Homeserver:
  748. * Add authentication and authorization to the federation protocol. Events are
  749. now signed by their originating homeservers.
  750. * Implement the new authorization model for rooms.
  751. * Split out web client into a seperate repository: matrix-angular-sdk.
  752. * Change the structure of PDUs.
  753. * Fix bug where user could not join rooms via an alias containing 4-byte
  754. UTF-8 characters.
  755. * Merge concept of PDUs and Events internally.
  756. * Improve logging by adding request ids to log lines.
  757. * Implement a very basic room initial sync API.
  758. * Implement the new invite/join federation APIs.
  759. Webclient:
  760. * The webclient has been moved to a seperate repository.
  761. Changes in synapse 0.4.2 (2014-10-31)
  762. =====================================
  763. Homeserver:
  764. * Fix bugs where we did not notify users of correct presence updates.
  765. * Fix bug where we did not handle sub second event stream timeouts.
  766. Webclient:
  767. * Add ability to click on messages to see JSON.
  768. * Add ability to redact messages.
  769. * Add ability to view and edit all room state JSON.
  770. * Handle incoming redactions.
  771. * Improve feedback on errors.
  772. * Fix bugs in mobile CSS.
  773. * Fix bugs with desktop notifications.
  774. Changes in synapse 0.4.1 (2014-10-17)
  775. =====================================
  776. Webclient:
  777. * Fix bug with display of timestamps.
  778. Changes in synpase 0.4.0 (2014-10-17)
  779. =====================================
  780. This release includes changes to the federation protocol and client-server API
  781. that is not backwards compatible.
  782. The Matrix specification has been moved to a separate git repository:
  783. http://github.com/matrix-org/matrix-doc
  784. You will also need an updated syutil and config. See UPGRADES.rst.
  785. Homeserver:
  786. * Sign federation transactions to assert strong identity over federation.
  787. * Rename timestamp keys in PDUs and events from 'ts' and 'hsob_ts' to 'origin_server_ts'.
  788. Changes in synapse 0.3.4 (2014-09-25)
  789. =====================================
  790. This version adds support for using a TURN server. See docs/turn-howto.rst on
  791. how to set one up.
  792. Homeserver:
  793. * Add support for redaction of messages.
  794. * Fix bug where inviting a user on a remote home server could take up to
  795. 20-30s.
  796. * Implement a get current room state API.
  797. * Add support specifying and retrieving turn server configuration.
  798. Webclient:
  799. * Add button to send messages to users from the home page.
  800. * Add support for using TURN for VoIP calls.
  801. * Show display name change messages.
  802. * Fix bug where the client didn't get the state of a newly joined room
  803. until after it has been refreshed.
  804. * Fix bugs with tab complete.
  805. * Fix bug where holding down the down arrow caused chrome to chew 100% CPU.
  806. * Fix bug where desktop notifications occasionally used "Undefined" as the
  807. display name.
  808. * Fix more places where we sometimes saw room IDs incorrectly.
  809. * Fix bug which caused lag when entering text in the text box.
  810. Changes in synapse 0.3.3 (2014-09-22)
  811. =====================================
  812. Homeserver:
  813. * Fix bug where you continued to get events for rooms you had left.
  814. Webclient:
  815. * Add support for video calls with basic UI.
  816. * Fix bug where one to one chats were named after your display name rather
  817. than the other person's.
  818. * Fix bug which caused lag when typing in the textarea.
  819. * Refuse to run on browsers we know won't work.
  820. * Trigger pagination when joining new rooms.
  821. * Fix bug where we sometimes didn't display invitations in recents.
  822. * Automatically join room when accepting a VoIP call.
  823. * Disable outgoing and reject incoming calls on browsers we don't support
  824. VoIP in.
  825. * Don't display desktop notifications for messages in the room you are
  826. non-idle and speaking in.
  827. Changes in synapse 0.3.2 (2014-09-18)
  828. =====================================
  829. Webclient:
  830. * Fix bug where an empty "bing words" list in old accounts didn't send
  831. notifications when it should have done.
  832. Changes in synapse 0.3.1 (2014-09-18)
  833. =====================================
  834. This is a release to hotfix v0.3.0 to fix two regressions.
  835. Webclient:
  836. * Fix a regression where we sometimes displayed duplicate events.
  837. * Fix a regression where we didn't immediately remove rooms you were
  838. banned in from the recents list.
  839. Changes in synapse 0.3.0 (2014-09-18)
  840. =====================================
  841. See UPGRADE for information about changes to the client server API, including
  842. breaking backwards compatibility with VoIP calls and registration API.
  843. Homeserver:
  844. * When a user changes their displayname or avatar the server will now update
  845. all their join states to reflect this.
  846. * The server now adds "age" key to events to indicate how old they are. This
  847. is clock independent, so at no point does any server or webclient have to
  848. assume their clock is in sync with everyone else.
  849. * Fix bug where we didn't correctly pull in missing PDUs.
  850. * Fix bug where prev_content key wasn't always returned.
  851. * Add support for password resets.
  852. Webclient:
  853. * Improve page content loading.
  854. * Join/parts now trigger desktop notifications.
  855. * Always show room aliases in the UI if one is present.
  856. * No longer show user-count in the recents side panel.
  857. * Add up & down arrow support to the text box for message sending to step
  858. through your sent history.
  859. * Don't display notifications for our own messages.
  860. * Emotes are now formatted correctly in desktop notifications.
  861. * The recents list now differentiates between public & private rooms.
  862. * Fix bug where when switching between rooms the pagination flickered before
  863. the view jumped to the bottom of the screen.
  864. * Add bing word support.
  865. Registration API:
  866. * The registration API has been overhauled to function like the login API. In
  867. practice, this means registration requests must now include the following:
  868. 'type':'m.login.password'. See UPGRADE for more information on this.
  869. * The 'user_id' key has been renamed to 'user' to better match the login API.
  870. * There is an additional login type: 'm.login.email.identity'.
  871. * The command client and web client have been updated to reflect these changes.
  872. Changes in synapse 0.2.3 (2014-09-12)
  873. =====================================
  874. Homeserver:
  875. * Fix bug where we stopped sending events to remote home servers if a
  876. user from that home server left, even if there were some still in the
  877. room.
  878. * Fix bugs in the state conflict resolution where it was incorrectly
  879. rejecting events.
  880. Webclient:
  881. * Display room names and topics.
  882. * Allow setting/editing of room names and topics.
  883. * Display information about rooms on the main page.
  884. * Handle ban and kick events in real time.
  885. * VoIP UI and reliability improvements.
  886. * Add glare support for VoIP.
  887. * Improvements to initial startup speed.
  888. * Don't display duplicate join events.
  889. * Local echo of messages.
  890. * Differentiate sending and sent of local echo.
  891. * Various minor bug fixes.
  892. Changes in synapse 0.2.2 (2014-09-06)
  893. =====================================
  894. Homeserver:
  895. * When the server returns state events it now also includes the previous
  896. content.
  897. * Add support for inviting people when creating a new room.
  898. * Make the homeserver inform the room via `m.room.aliases` when a new alias
  899. is added for a room.
  900. * Validate `m.room.power_level` events.
  901. Webclient:
  902. * Add support for captchas on registration.
  903. * Handle `m.room.aliases` events.
  904. * Asynchronously send messages and show a local echo.
  905. * Inform the UI when a message failed to send.
  906. * Only autoscroll on receiving a new message if the user was already at the
  907. bottom of the screen.
  908. * Add support for ban/kick reasons.
  909. Changes in synapse 0.2.1 (2014-09-03)
  910. =====================================
  911. Homeserver:
  912. * Added support for signing up with a third party id.
  913. * Add synctl scripts.
  914. * Added rate limiting.
  915. * Add option to change the external address the content repo uses.
  916. * Presence bug fixes.
  917. Webclient:
  918. * Added support for signing up with a third party id.
  919. * Added support for banning and kicking users.
  920. * Added support for displaying and setting ops.
  921. * Added support for room names.
  922. * Fix bugs with room membership event display.
  923. Changes in synapse 0.2.0 (2014-09-02)
  924. =====================================
  925. This update changes many configuration options, updates the
  926. database schema and mandates SSL for server-server connections.
  927. Homeserver:
  928. * Require SSL for server-server connections.
  929. * Add SSL listener for client-server connections.
  930. * Add ability to use config files.
  931. * Add support for kicking/banning and power levels.
  932. * Allow setting of room names and topics on creation.
  933. * Change presence to include last seen time of the user.
  934. * Change url path prefix to /_matrix/...
  935. * Bug fixes to presence.
  936. Webclient:
  937. * Reskin the CSS for registration and login.
  938. * Various improvements to rooms CSS.
  939. * Support changes in client-server API.
  940. * Bug fixes to VOIP UI.
  941. * Various bug fixes to handling of changes to room member list.
  942. Changes in synapse 0.1.2 (2014-08-29)
  943. =====================================
  944. Webclient:
  945. * Add basic call state UI for VoIP calls.
  946. Changes in synapse 0.1.1 (2014-08-29)
  947. =====================================
  948. Homeserver:
  949. * Fix bug that caused the event stream to not notify some clients about
  950. changes.
  951. Changes in synapse 0.1.0 (2014-08-29)
  952. =====================================
  953. Presence has been reenabled in this release.
  954. Homeserver:
  955. * Update client to server API, including:
  956. - Use a more consistent url scheme.
  957. - Provide more useful information in the initial sync api.
  958. * Change the presence handling to be much more efficient.
  959. * Change the presence server to server API to not require explicit polling of
  960. all users who share a room with a user.
  961. * Fix races in the event streaming logic.
  962. Webclient:
  963. * Update to use new client to server API.
  964. * Add basic VOIP support.
  965. * Add idle timers that change your status to away.
  966. * Add recent rooms column when viewing a room.
  967. * Various network efficiency improvements.
  968. * Add basic mobile browser support.
  969. * Add a settings page.
  970. Changes in synapse 0.0.1 (2014-08-22)
  971. =====================================
  972. Presence has been disabled in this release due to a bug that caused the
  973. homeserver to spam other remote homeservers.
  974. Homeserver:
  975. * Completely change the database schema to support generic event types.
  976. * Improve presence reliability.
  977. * Improve reliability of joining remote rooms.
  978. * Fix bug where room join events were duplicated.
  979. * Improve initial sync API to return more information to the client.
  980. * Stop generating fake messages for room membership events.
  981. Webclient:
  982. * Add tab completion of names.
  983. * Add ability to upload and send images.
  984. * Add profile pages.
  985. * Improve CSS layout of room.
  986. * Disambiguate identical display names.
  987. * Don't get remote users display names and avatars individually.
  988. * Use the new initial sync API to reduce number of round trips to the homeserver.
  989. * Change url scheme to use room aliases instead of room ids where known.
  990. * Increase longpoll timeout.
  991. Changes in synapse 0.0.0 (2014-08-13)
  992. =====================================
  993. * Initial alpha release