0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Imported 0.3-rc1 version from Kristopher Tate <[email protected]> More... about 15 years ago
It runs and authorizes test:te...@localhost More... about 15 years ago
Incoming connection crashes on TLS init. More... about 15 years ago
More python3 changes. More... about 15 years ago
Whitespace cleanup More... about 15 years ago
Converted rest of code to python3. Now it kind of runs. Time to test. More... about 15 years ago
Converted xmpp/ imports to python3 More... about 15 years ago
Converted xmpp/ to python3 More... about 15 years ago
Converted to "#!/usr/bin/python2.6 -3". Whitespace cleanup. More... about 15 years ago
Added presence dispatching when changing state (roster helpers). More... over 19 years ago
Hopefully done with static roster More... over 19 years ago
session.send replaced with session.sendnow trusted flag moved from session to stanza More... over 19 years ago
session.send replaced with session.sendnow More... over 19 years ago
Static Roster and null-vCard More... over 19 years ago
Bugfix: python sometimes fails to treat str(Node) as Node.__str__ More... over 19 years ago
Added RFC numbers More... over 19 years ago
Notes corrections for 0.2 release More... over 19 years ago
Killed exceed users. More... over 19 years ago
Various error-conditions handling to comply with XMPP Core. More... over 19 years ago
Formatiing fix. More... over 19 years ago
feature_in_process mechanism added killed __str__ prior to send in preparation for <startpickle/> More... over 19 years ago
.lower() moved to xmpp module. Bugfix: traceback in probes handling. safeguard now handles only XMPP stanzas. NS_AUTH, NS_REGISTER etc hole now can be used only in NS_CLIENT namespace. Bugfix: S2S session should be started towards domain, not JID. More... over 19 years ago
.lower() moved to xmpp module More... over 19 years ago
Dialback class added More... over 19 years ago
session starts stream only full init now (at last). Session.feature_in_process flag added along with service methods. 'client' session grabs received ID (for S2S dialback). avoiding select.select because of 1024th fileno limit. Sockets debug now prints out socket number. xmlns:db namespace added in stream declaration. Server now generates secret key on start (for S2S dialback). sockets poll timeout incresed from 1ms to 1s. Various helpers for testing in pdb mode. More... over 19 years ago
Verified against jabberd-1.4.3 More... over 19 years ago
starttls changed for correct work on port 5223 Bugfix: 'write' method was used instead of 'send' xmppd symbols now imported into local namespace SASL PLAIN reworked More... over 19 years ago
'send' replaced with 'enqueue' where appropriate safeguard separated to standalone method Added support for pre-session stanzas (line JEP-0078 or BIND iq) S2S standholder replaced with real code More... over 19 years ago
Minor syntaxic changes. More... over 19 years ago
Port numbers handling moved from Session to Server Session have got new flags: _registered and trusted Session-level stanza queue completely reworked. sockets polling now timeout-based to prevent hangs after threads finish. S2S work in progress More... over 19 years ago