Block a user
Prevent crash in /caps with malformed JID input
fix(cmd_caps): Prevent crash in /caps with malformed JID input
Crash in /caps Command with Malformed JID Input
Add /force-encryption command
Reenable Fedora tests
Add /force-encryption command
Add asynchronous external editor support
Add asynchronous external editor support
Users appear online multiple times
Warn on server connection if autoping is disabled, but supported
Update: autoping defaults seems to be fine.
gint
prefs_get_autoping(void)
{
if (!g_key_file_has_key(prefs, PREF_GROUP_CONNECTION, "autoping", NULL)) {
return 60;
}…
Fix #14: Add features in `caps_init` to avoid redundant presence updates
Fix #14: Add features in
caps_init to avoid redundant presence updates
Users appear online multiple times