Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Rejected |
6 | Rejected |
5 | Active |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
This version updates to allow gnome-shell 3.4. It now supports CRAM-MD5 authentication and is a bit less spammy in the debug log.
Just for curiosity, what's the problem with Glib's support for base64 and md5 (GChecksum)? Approved anyway.
gnome-introspection does not seem to like converting between JavaScript strings and guchar* (gchar* is fine). And the gnome-shell JavaScript implementation does not support Uint8Array.
GChecksum uses gchar * (g_checksum_get_string()), and so does g_base64_encode. g_base64_encode is properly annotated and will return an array. Turn into a string with ByteArray.fromArray().toString().
Some documentation for this would be much appreciated.