5
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 19 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- another implicit encoding removed (jid.as_string() -> unicode(jid).encode(...) ) More... over 18 years ago
- copyright years updated More... over 18 years ago
- fixed handling of 'list-single' fields in data forms More... over 18 years ago
- registrations at services More... over 18 years ago
- fix for non-unicode prompts More... over 18 years ago
- query for password when no password is set in the configuration More... over 18 years ago
- more complete vcard display More... over 18 years ago
- one more JID-as-string usage fixed More... over 18 years ago
- some unicode usage cleanup More... over 18 years ago
- decode edited message back to unicode, otherwise it would work with ASCII or patched Python only More... over 18 years ago
- include error stanza source in error messages More... over 18 years ago
- fixed binding commands in specific keytables. This is hack, the keybinding/keyfunction code needs rewrite (no extra object argument needs to be passed with the binding) More... over 18 years ago
- very ugly bug ('query' instead of 'vCard') not noticed earlier as most server implementations are broken... vCard query on GG Transport should work now More... almost 19 years ago
- FO_STYLESHEET fixed More... almost 19 years ago
- registration code updated and registration canceling added More... almost 19 years ago
- registration improvements More... almost 19 years ago
- basic in-band registration support (/register command for creating Jabber accounts) More... almost 19 years ago
- typo More... almost 19 years ago
- s/Plugin.cjc.error/Plugin.error/ More... almost 19 years ago
- /reorder fixed not to mess displayed buffer numbers More... almost 19 years ago
- /reorder command More... almost 19 years ago
- simple meta-contacts: multiple JIDs with the same name are treated as one meta-contact. For /message and /chat commands "the best JID" is chosen (JIDs are assigned weights based on their presence and domain name (JIDs in local domain are prefered)). For most of other commands all JIDs for the given rostername will be used. More... almost 19 years ago
- added configurable scrollback buffer length More... about 19 years ago
- '#21: 'unable to verify the first certificate'' is not fatal More... about 19 years ago
- keepalives fixed More... about 19 years ago
- disconnect stream on any stream error - format strings for recent tls.py changes More... about 19 years ago
- only some certificate verification errors should be automatically ignored when the cerificate is known to be trustworthy. E.g. expired certificates will not be automatically accepted any more More... about 19 years ago
- fixed get_users() for users with '@' in roster names More... about 19 years ago
- immutable local variable is not good as context holder for a callback -- TLS questions should work now More... about 19 years ago
- a few more ask_question() updates More... about 19 years ago