In this household crypto means cryptography
Recalculate font metrics when DPI changes
Fixes: #2296
Signed-off-by: Matt Arnold <matt@thegnuguru.org>
Merge a 2018 patch from Marius Kittler applying font changes to server lists
Signed-off-by: Matt Arnold <matt@thegnuguru.org>
Change text to pokemon inspired wording
Add all of Debian's Patches as they are good and needed
Add's a context menu item to close the channel
Fix an issue with scrollback and colors
Automatic reconnect on TLS error
The only patch with a proper attribution header came from Paul Wise
Signed-off-by: Matt Arnold <matt@thegnuguru.org>
Replace hexchat.net links
appdata: Fix release date
Change various types to the correct signedness to avoid warnings.
Also cast the check of "inet_addr" to guint32. The POSIX declaration
of this function returns in_addr_t which is the same as uint32_t.
Windows does not define this type and instead uses unsigned long.
SASL SCRAM: create_nonce: changed data type
SASL SCRAM: create_nonce: changed data type
SASL SCRAM: renamed scram_free_session to scram_session_free
SASL SCRAM: Apply changes from code review
Added support for SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512