Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-23 | Changelog for -t feature | louiz’ | |
2020-09-23 | Update the changelog for the private message changes | louiz’ | |
2020-09-23 | Start version 10.0 | louiz’ | |
2020-09-22 | Release version 9.09.0v9 | louiz’ | |
2020-08-12 | Document the SASL feature | louiz’ | |
2020-05-09 | Merge branch 'v8' | louiz’ | |
2020-05-09 | Release version 8.58.5v8 | louiz’ | |
2020-02-25 | Merge branch 'v8' | louiz’ | |
2020-02-25 | Release version 8.48.4 | louiz’ | |
2019-11-09 | Add a doc describing how to write e2e tests | louiz’ | |
2019-08-20 | XEP-0410: implement server-side optimisation for self-pings | Jonas 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-04 | Disable systemd’s watchdog by default | louiz’ | |
2018-08-23 | Create subsections in the CHANGELOG | louiz’ | |
fix #3374 | |||
2018-07-24 | Reflect messages to XMPP only when they are actually sent | louiz’ | |
2018-07-22 | Document verify_certificate_policyfeature/fix-adhoc-command-descriptions | louiz’ | |
2018-06-25 | Throttle all commands sent to IRC servers | louiz’ | |
fix #3354 | |||
2018-06-19 | Reject messages from unjoined resources, with an error | louiz’ | |
fix #3346 | |||
2018-06-01 | Merge branch 'v8' | louiz’ | |
2018-06-01 | Release version 8.3 | louiz’ | |
2018-06-01 | Make the global ad-hoc configure command available in fixed mode | louiz’ | |
fix #3360 | |||
2018-06-01 | Release version 8.38.3 | louiz’ | |
2018-06-01 | Make the global ad-hoc configure command available in fixed mode | louiz’ | |
2018-05-23 | Merge branch 'v8' | louiz’ | |
2018-05-23 | Release version 8.28.2 | louiz’ | |
2018-05-15 | Merge branch 'v8' | louiz’ | |
2018-05-15 | Release version 8.18.1 | louiz’ | |
2018-05-06 | Also handle SIGHUP to reload the configuration | louiz’ | |
Because that’s what is typically done on other deamons, and we don’t want to suprise users. | |||
2018-05-02 | Start version 9.0 | louiz’ | |
2018-05-02 | Release version 8.08.0 | louiz’ | |
2018-05-02 | Add a changelog entry for gcc 5.0 | louiz’ | |
2018-05-02 | Add a missing changelog entry | louiz’ | |
2018-04-29 | Next version will just be 8.0, not 7.3 | louiz’ | |
2018-04-29 | Missing fields in a data-form response are now interpreted as an empty value | louiz’ | |
2018-04-28 | Merge branch 'v7' | louiz’ | |
2018-04-28 | Fix a crash when botan policy does not allow any available ciphersuitev7 | louiz’ | |
2018-04-24 | Only use the ID to order archives | louiz’ | |
fix #3343 | |||
2018-04-24 | Revert "Use a different Date data type" | louiz’ | |
This reverts commit 857c7d3972a03cbeebf730d99b924d3710dee6a0. | |||
2018-04-16 | Add a note about multiple admins in the ChangeLog | Emmanuel Gil Peyrot | |
2018-04-11 | Use a different Date data type | louiz’ | |
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-19 | Add a nick field in the IRC server configuration form | louiz’ | |
fix #3317 | |||
2018-03-19 | Re-connect to postgresql when the connection is lost | louiz’ | |
fix #3336 | |||
2018-03-18 | Update the changelog with this latest feature | louiz’ | |
2018-03-12 | Allow to override the addresses used to connect to an IRC network | louiz’ | |
fix #3273 | |||
2018-03-12 | Remove the virtual channel feature altogether | louiz’ | |
2018-01-30 | Add the complete='true' attribute only when appropriate | louiz’ | |
2018-01-25 | Release version 7.27.2 | louiz’ | |
2018-01-22 | Release version 7.17.1 | louiz’ | |
2018-01-17 | Release version 7.07.0 | louiz’ | |
2018-01-12 | Follow log_level even when using journald output | louiz’ | |
fix #3328 | |||
2018-01-02 | Also tabs | louiz’ | |