server will query the nickname if someone needs it (client)
a bit later.
+ * Sort the ID Cache in client library when the ID Cache data
+ has changed (needs sorting).
+
Tue Feb 13 19:55:59 EET 2001 Pekka Riikonen <priikone@poseidon.pspt.fi>
* Added --with-gmp configuration option. If set the GMP
client_entry->realname = strdup(realname);
id_cache->data = client_entry->nickname;
+ silc_idcache_sort_by_data(conn->client_cache);
silc_free(client_id);
}
client_entry->username = strdup(username);
id_cache->data = client_entry->nickname;
-
+ silc_idcache_sort_by_data(conn->client_cache);
+
silc_free(client_id);
}
}