* Added support for Discord using Webhooks
* Bumped version
* Fixed broken upgrade
* Moved discord below Jabber
* Fixed broken comment
* Added missing translation
* Updated version
* Typo
* Moved Discord under Jabber
* Fixed icons
* Moved Webhook and discord after Jabber
Co-authored-by: Tim <TimZ99@users.noreply.github.com>
Fixes#765
* // PATCH Arkhee : fix/last-online-stuck-on-never-if-webpage-too-large
// The update un "servers" table does not work
// Symptom : "Last online" stays stuck on "never"
// Reason: last_output contains the full webpage, too long for the query
// _This may depend on mysql configuration on the server_, explaining why some have the problem or not
// Field is 255 Chars, and request does not work anyway is loaded web page is too large in last_output
// So force truncate to 250 or less before query
* Spelling
* Update varchar to text
* Update tot 3.4.1
* Update tot 3.4.1
* Update README.rst
* Updated to 5000 characters