mathieui
|
9be30e5291
|
fix a typo in the invalidjid exception name case
|
2019-08-25 01:42:00 +02:00 |
|
|
47968963b1
|
Revert part of previous commit. Return NotImplemented when object is not a valid JID
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2019-05-07 11:56:39 +01:00 |
|
|
4e8800f954
|
jid: return not equal if value can't be converted to JID
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2019-05-07 10:08:46 +01:00 |
|
|
af246dcfe1
|
slixmpp/jid: add types
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2019-04-07 23:14:44 +01:00 |
|
Emmanuel Gil Peyrot
|
7c3b3827b4
|
jid: Make property aliases proper aliases.
|
2018-08-20 00:23:21 +01:00 |
|
mathieui
|
cf3f36ac52
|
Set unset part of a JID to empty string instead of None
it breaks assumptions on the type of the value
|
2016-10-04 19:42:05 +02:00 |
|
Emmanuel Gil Peyrot
|
1e4a301c6e
|
Replace _format_jid with a JID method updating both bare and full at the same time.
|
2016-08-26 22:25:58 +01:00 |
|
Emmanuel Gil Peyrot
|
ab6df235d7
|
Pre-compute JID bare and full forms, and store that in each JID.
This wins about 4s over a 54s real-world benchmark.
|
2016-08-22 23:43:16 +01:00 |
|
Emmanuel Gil Peyrot
|
e28318c271
|
Micro-optimise _format_jid.
|
2016-08-21 20:26:51 +01:00 |
|
Emmanuel Gil Peyrot
|
75ba283572
|
Store None instead of '' for unset parts of a JID.
|
2015-06-22 01:12:56 +01:00 |
|
Emmanuel Gil Peyrot
|
4afbb0322b
|
Rework slixmpp.jid’s JID classes to make them more efficient.
|
2015-06-20 01:49:48 +01:00 |
|
Emmanuel Gil Peyrot
|
bbce16d526
|
Move stringprep and idna support in a different module than slixmpp.jid.
|
2015-06-20 01:14:46 +01:00 |
|
Emmanuel Gil Peyrot
|
c29fc39ef1
|
Remove JID cache, to better test for performance.
|
2015-06-20 01:12:03 +01:00 |
|
Emmanuel Gil Peyrot
|
f3e31baf04
|
Properly consider malformed IPv6 domains as invalid.
|
2015-06-12 11:52:48 +01:00 |
|
Emmanuel Gil Peyrot
|
ed37174a2b
|
Always use OrderedDict from collections, and remove its implementation in slixmpp.thirdparty.
|
2014-09-01 02:47:15 +02:00 |
|
Florent Le Coz
|
5ab77c7452
|
Rename to slixmpp
|
2014-07-17 14:19:04 +02:00 |
|