Also handle SIGHUP to reload the configuration
Because that’s what is typically done on other deamons, and we don’t want to
suprise users.
Add a changelog entry for gcc 5.0
Add a missing changelog entry
Next version will just be 8.0, not 7.3
Missing fields in a data-form response are now interpreted as an empty value
Fix a crash when botan policy does not allow any available ciphersuite
Only use the ID to order archives
fix #3343
Add a note about multiple admins in the ChangeLog
Use a different Date data type
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
Add a nick field in the IRC server configuration form
fix #3317
Re-connect to postgresql when the connection is lost
fix #3336
Update the changelog with this latest feature
Allow to override the addresses used to connect to an IRC network
fix #3273
Remove the virtual channel feature altogether
Add the complete='true' attribute only when appropriate