summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
AgeCommit message (Collapse)Author
2020-09-23Changelog for -t featurelouiz’
2020-09-23Update the changelog for the private message changeslouiz’
2020-09-23Start version 10.0louiz’
2020-09-22Release version 9.09.0v9louiz’
2020-08-12Document the SASL featurelouiz’
2020-05-09Merge branch 'v8'louiz’
2020-05-09Release version 8.58.5v8louiz’
2020-02-25Merge branch 'v8'louiz’
2020-02-25Release version 8.48.4louiz’
2019-11-09Add a doc describing how to write e2e testslouiz’
2019-08-20XEP-0410: implement server-side optimisation for self-pingsJonas Schäfer
This prevents the ping from round-tripping through IRC and possibly a random other client of the user. Please see XEP-0410 for the rationale. Fixes #3385.
2019-08-04Disable systemd’s watchdog by defaultlouiz’
2018-08-23Create subsections in the CHANGELOGlouiz’
fix #3374
2018-07-24Reflect messages to XMPP only when they are actually sentlouiz’
2018-07-22Document verify_certificate_policyfeature/fix-adhoc-command-descriptionslouiz’
2018-06-25Throttle all commands sent to IRC serverslouiz’
fix #3354
2018-06-19Reject messages from unjoined resources, with an errorlouiz’
fix #3346
2018-06-01Merge branch 'v8'louiz’
2018-06-01Release version 8.3louiz’
2018-06-01Make the global ad-hoc configure command available in fixed modelouiz’
fix #3360
2018-06-01Release version 8.38.3louiz’
2018-06-01Make the global ad-hoc configure command available in fixed modelouiz’
2018-05-23Merge branch 'v8'louiz’
2018-05-23Release version 8.28.2louiz’
2018-05-15Merge branch 'v8'louiz’
2018-05-15Release version 8.18.1louiz’
2018-05-06Also handle SIGHUP to reload the configurationlouiz’
Because that’s what is typically done on other deamons, and we don’t want to suprise users.
2018-05-02Start version 9.0louiz’
2018-05-02Release version 8.08.0louiz’
2018-05-02Add a changelog entry for gcc 5.0louiz’
2018-05-02Add a missing changelog entrylouiz’
2018-04-29Next version will just be 8.0, not 7.3louiz’
2018-04-29Missing fields in a data-form response are now interpreted as an empty valuelouiz’
2018-04-28Merge branch 'v7'louiz’
2018-04-28Fix a crash when botan policy does not allow any available ciphersuitev7louiz’
2018-04-24Only use the ID to order archiveslouiz’
fix #3343
2018-04-24Revert "Use a different Date data type"louiz’
This reverts commit 857c7d3972a03cbeebf730d99b924d3710dee6a0.
2018-04-16Add a note about multiple admins in the ChangeLogEmmanuel Gil Peyrot
2018-04-11Use a different Date data typelouiz’
PLEASE backup your database before testing this commit, and report any migration issue. In postgresql, we use timestamp with timezone. In sqlite3 we use REAL (the date is expressed as julianday) This requires a migration of the muclogline_ table: In postgresql it’s pretty simple, we convert all the integer into timestamps With sqlite3, we actually rename the table, create the new one with the correct type, then copy everything to the new table, with a conversion function for the Date_ column, and then we delete the old table. fix #3343
2018-03-19Add a nick field in the IRC server configuration formlouiz’
fix #3317
2018-03-19Re-connect to postgresql when the connection is lostlouiz’
fix #3336
2018-03-18Update the changelog with this latest featurelouiz’
2018-03-12Allow to override the addresses used to connect to an IRC networklouiz’
fix #3273
2018-03-12Remove the virtual channel feature altogetherlouiz’
2018-01-30Add the complete='true' attribute only when appropriatelouiz’
2018-01-25Release version 7.27.2louiz’
2018-01-22Release version 7.17.1louiz’
2018-01-17Release version 7.07.0louiz’
2018-01-12Follow log_level even when using journald outputlouiz’
fix #3328
2018-01-02Also tabslouiz’