|
|
|
@683
|
[683]
|
12/05/08 19:25:45 |
jajcus |
- Python 2.6 update: use 'hashlib' module instead of 'md5' and 'sha' when … |
|
|
|
@682
|
[682]
|
12/05/08 18:09:07 |
jajcus |
- Python 2.6 update: usage of deprecated BaseException?.message dropped |
|
|
|
@681
|
[681]
|
12/05/08 08:18:41 |
jajcus |
- small TLS improvements from Ron Frederick |
|
|
|
@680
|
[680]
|
08/21/08 08:24:42 |
jajcus |
- login after registration fix by andrew.p.Hahn (fixes #26) |
|
|
|
@679
|
[679]
|
08/08/08 13:34:52 |
jajcus |
- allow spaces between challenge and response parameters (RFC 2831, … |
|
|
|
@678
|
[678]
|
08/08/08 13:22:14 |
jajcus |
- GSSAPI SASL support by Jelmer Vernooij |
|
|
|
@677
|
[677]
|
05/06/08 09:49:00 |
jajcus |
- dataforms API and tests fixes |
|
|
|
@676
|
[676]
|
08/30/07 09:29:20 |
jajcus |
- .get_to() and get_from() documentation fix (correct return type)
- … |
|
|
|
@675
|
[675]
|
06/28/07 10:36:17 |
jajcus |
- last fix applied to two other occurences of the buf (closes #13, again) |
|
|
|
@674
|
[674]
|
06/27/07 09:49:47 |
svn |
- missing tag for 1.0.0 release added |
|
|
|
@673
|
[673]
|
06/27/07 09:20:48 |
jajcus |
- RFC2425 parsing of VCardImage and attribute initialization fix (closes … |
|
|
|
@672
|
[672]
|
06/26/07 09:26:35 |
jajcus |
- fixed #12 |
|
|
|
@671
|
[671]
|
05/09/07 14:05:52 |
jajcus |
- make 'deny', not 'accept' response in make_deny_response |
|
|
|
@670
|
[670]
|
02/21/07 10:18:13 |
jajcus |
- as_xml() already adds content to the stanza ('if' changed to 'elif') |
|
|
|
@669
|
[669]
|
02/03/07 20:31:43 |
jajcus |
- interfaces API improvements |
|
|
|
@668
|
[668]
|
01/05/07 17:24:08 |
jajcus |
- return feature-not-implemented error if no handler is found for … |
|
|
|
@667
|
[667]
|
12/11/06 17:48:59 |
jajcus |
- typo |
|
|
|
@666
|
[666]
|
12/03/06 16:40:54 |
jajcus |
- set_identities() fix |
|
|
|
@665
|
[665]
|
12/03/06 08:56:29 |
jajcus |
- XMPP-IM, not XHTML-IM, of course. Thanks machekku. |
|
|
|
@664
|
[664]
|
11/03/06 14:53:52 |
jajcus |
- docstring for JIDMalformedProtocolError fixed |
|
|
|
@663
|
[663]
|
10/25/06 08:48:08 |
jajcus |
- include serialized stanza in the 'stanza has no error' exception |
|
|
|
@662
|
[662]
|
10/24/06 10:36:43 |
jajcus |
- do not try to print M2Crypto version if M2Crypto is not available |
|
|
|
@661
|
[661]
|
09/29/06 08:16:35 |
jajcus |
- hopefuly fixed processing of 'additional data with success' |
|
|
|
@660
|
[660]
|
09/28/06 13:43:39 |
jajcus |
- do not put serv-name in digest-uri if it is same as host |
|
|
|
@659
|
[659]
|
09/06/06 20:46:49 |
jajcus |
- Stream.tls_is_certificate_valid() method added to check certificate … |
|
|
|
@658
|
[658]
|
09/01/06 23:08:25 |
jajcus |
- M2Crypto 0.16 support added, support for older M2Crypto version dropped |
|
|
|
@657
|
[657]
|
09/01/06 23:08:06 |
jajcus |
- exception handling unification (more ProtocolErrors? raised) |
|
|
|
@656
|
[656]
|
08/31/06 22:13:46 |
jajcus |
- interface based API created to easily add various stanza handlers in … |
|
|
|
@655
|
[655]
|
08/31/06 12:17:59 |
jajcus |
- missing files added: build.cfg and configure.py |
|
|
|
@654
|
[654]
|
08/29/06 22:12:23 |
jajcus |
- Zope Interface API infrastructure added with very simplified fallback … |
|
|
|
@653
|
[653]
|
08/27/06 22:49:18 |
jajcus |
- now stanza handlers may return stanzas which should be send as the … |
|
|
|
@652
|
[652]
|
08/27/06 21:41:15 |
jajcus |
- "owner" attribute added to stream classes. May be used to get right … |
|
|
|
@651
|
[651]
|
08/27/06 21:26:45 |
jajcus |
- stream attribute added to Stanza objects |
|
|
|
@650
|
[650]
|
08/26/06 22:32:02 |
jajcus |
- a little docstring improvement |
|
|
|
@649
|
[649]
|
08/26/06 22:29:49 |
jajcus |
- automatic handling of ProtocolError? exceptions (catching them generating … |
|
|
|
@648
|
[648]
|
08/26/06 22:09:37 |
jajcus |
- exception handling improvements, part one |
|
|
|
@647
|
[647]
|
08/26/06 20:27:39 |
jajcus |
- copyright headers updated |
|
|
|
@646
|
[646]
|
08/26/06 20:18:31 |
jajcus |
- CachedPropertyObject? class and its usage in pyxmpp.jabber.disco removed |
|
|
|
@645
|
[645]
|
08/18/06 15:54:07 |
jajcus |
- cmp implementation fixed for Delay objects |
|
|
|
@644
|
[644]
|
08/18/06 14:14:28 |
jajcus |
- fix error occuring when executing via 'python configure.py' |
|
|
|
@643
|
[643]
|
07/23/06 23:26:12 |
jajcus |
- simple configure.py script (fixes #2) |
|
|
|
@642
|
[642]
|
07/23/06 23:02:08 |
jajcus |
- docstings about iter, contains and getitem usage |
|
|
|
@641
|
[641]
|
07/23/06 22:26:03 |
jajcus |
- mapping interface for Roster object (getitem gets item by jid) |
|
|
|
@640
|
[640]
|
07/18/06 19:22:57 |
jajcus |
- fixed problem with non-ascii characters in JID during resource-binding |
|
|
|
@639
|
[639]
|
07/13/06 21:16:05 |
jajcus |
- generate <bad-request/> error for <iq/> stanzas with invalid type, as … |
|
|
|
@638
|
[638]
|
07/12/06 17:43:08 |
jajcus |
- catch all socket.errors (patch by Winfried Tilanus) |
|
|
|
@637
|
[637]
|
07/10/06 08:12:22 |
jajcus |
- typos |
|
|
|
@636
|
[636]
|
06/04/06 22:38:13 |
jajcus |
- s/pyxmpp.jabberstudio.org/pyxmpp.jajcus.net/ |
|
|
|
@635
|
[635]
|
06/04/06 22:28:02 |
jajcus |
- address updated |
|
|
|
@634
|
[634]
|
06/03/06 21:40:05 |
jajcus |
- www template fixed
- doc Makefile updated for docutils-0.4 (which … |
|
|
|
@633
|
[633]
|
05/31/06 22:31:23 |
jajcus |
- updated after migration to the new site (pyxmpp.jajcus.net) |
|
|
|
@632
|
[632]
|
05/29/06 13:57:20 |
jajcus |
- notification test done (closes #1) |
|
|
|
@631
|
[631]
|
05/29/06 13:56:36 |
jajcus |
- notification test (refs #1) |
|
|
|
@630
|
[630]
|
05/28/06 22:55:28 |
jajcus |
- not needed here (in the new repository) |
|
|
|
@629
|
[629]
|
05/28/06 22:35:13 |
jajcus |
- an important notice |
|
|
|
@628
|
[628]
|
04/09/06 15:55:59 |
jajcus |
- Roster.contains() for useful 'in' operator |
|
|
|
@627
|
[627]
|
04/09/06 15:41:17 |
jajcus |
- Roster.items property and an iteration iterface |
|
|
|
@626
|
[626]
|
03/27/06 12:06:32 |
jajcus |
- ugly typo |
|
|
|
@625
|
[625]
|
03/27/06 09:53:17 |
jajcus |
- request roster before sending the initial presence |
|
|
|
@624
|
[624]
|
03/26/06 19:46:07 |
jajcus |
- handle 'unavailable' presence and don't use 'available' presence type … |
|
|
|
@623
|
[623]
|
03/24/06 20:36:09 |
jajcus |
- vCard query element name is 'vCard', not 'query'! (thanks to Winfried … |
|
|
|
@622
|
[622]
|
01/01/06 20:28:05 |
jajcus |
- compatibility fixes for older libxml2 (xmlNode.ns() fails there when … |
|
|
|
@621
|
[621]
|
01/01/06 20:23:56 |
jajcus |
- convert 'from' from UTF-8 to Unicode before passing to JID constructor |
|
|
|
@620
|
[620]
|
12/26/05 17:54:20 |
jajcus |
*** Version: 1.0.0 *** |
|
|
|
@619
|
[619]
|
12/26/05 17:49:27 |
jajcus |
- two more files |
|
|
|
@618
|
[618]
|
12/26/05 16:41:36 |
jajcus |
- updated |
|
|
|
@617
|
[617]
|
12/26/05 16:35:13 |
jajcus |
- updated |
|
|
|
@616
|
[616]
|
12/26/05 16:28:56 |
jajcus |
- cosmetics |
|
|
|
@615
|
[615]
|
12/26/05 16:24:40 |
jajcus |
- some files added to distribution tarball |
|
|
|
@614
|
[614]
|
12/26/05 16:18:58 |
jajcus |
- this file, when not updated regulary, does not make much sense |
|
|
|
@613
|
[613]
|
12/26/05 12:26:57 |
jajcus |
- updated |
|
|
|
@612
|
[612]
|
12/26/05 12:11:32 |
jajcus |
- some cosmetic and documentation fixes |
|
|
|
@611
|
[611]
|
12/26/05 11:02:59 |
jajcus |
- several nasty bugs fixed (this code could not work\!) |
|
|
|
@610
|
[610]
|
12/25/05 20:20:05 |
jajcus |
- do not make up stanza id for <iq/> stanzas of type 'result' or 'error' … |
|
|
|
@609
|
[609]
|
12/25/05 19:11:47 |
jajcus |
- Register class aded |
|
|
|
@608
|
[608]
|
12/25/05 19:11:30 |
jajcus |
- fix for get_form() returning string bug |
|
|
|
@607
|
[607]
|
11/27/05 22:31:51 |
jajcus |
- MUC history settings fixes (by Patrick Dreker) |
|
|
|
@606
|
[606]
|
11/23/05 22:45:52 |
jajcus |
- fixed handling of non-ascii JIDs in roster (thanks to Andrew Diederich) |
|
|
|
@605
|
[605]
|
10/14/05 18:23:31 |
jajcus |
- removed a lot of code for handling non-unicode strings |
|
|
|
@604
|
[604]
|
10/14/05 18:07:53 |
jajcus |
- too strict deprecation warning removed -- sometimes strings (ASCII) are … |
|
|
|
@603
|
[603]
|
10/14/05 18:06:24 |
jajcus |
- deprecate non-unicode string usage with PyXMPP API |
|
|
|
@602
|
[602]
|
10/14/05 17:27:22 |
jajcus |
- README file and setup.py improvements for Windows builds, thanks to … |
|
|
|
@601
|
[601]
|
08/31/05 19:31:42 |
jajcus |
- return values for process_stanza(), telling if the stanza was actually … |
|
|
|
@600
|
[600]
|
08/19/05 12:45:03 |
jajcus |
- do not use self[] in _expire_item or infinite recursion may occur |
|
|
|
@599
|
[599]
|
08/19/05 08:57:57 |
jajcus |
- allow true/false for boolean values |
|
|
|
@598
|
[598]
|
08/18/05 22:09:03 |
jajcus |
- do not try to call certificate verification callback if it is None |
|
|
|
@597
|
[597]
|
07/19/05 21:21:17 |
jajcus |
- SVN instructions updated |
|
|
|
@596
|
[596]
|
07/08/05 22:42:55 |
jajcus |
- fixes, API improvements and documentation for password and history … |
|
|
|
@595
|
[595]
|
07/08/05 22:35:24 |
jajcus |
- MUC passwords and history management by [pdreker] (to be heavily … |
|
|
|
@594
|
[594]
|
07/08/05 21:58:02 |
jajcus |
- code cleanup |
|
|
|
@593
|
[593]
|
07/08/05 21:57:48 |
jajcus |
- s/fill_in_registration_form/process_registration_form/
- … |
|
|
|
@592
|
[592]
|
07/01/05 22:58:05 |
jajcus |
- s/EXTADR/EXTADD/ in the vcard XML representation. EXTADR will still be … |
|
|
|
@591
|
[591]
|
06/30/05 21:08:37 |
jajcus |
- workaround for vCards with all fields empty in the <N/> element |
|
|
|
@590
|
[590]
|
06/29/05 10:52:45 |
jajcus |
- rst2html path parametrized |
|
|
|
@589
|
[589]
|
06/29/05 10:46:19 |
jajcus |
- PyRSS URL fixed |
|
|
|
@588
|
[588]
|
06/27/05 22:05:04 |
jajcus |
- registration improvements |
|
|
|
@587
|
[587]
|
06/27/05 21:45:04 |
jajcus |
- asynchronous API for registration form filling-in |
|
|
|
@586
|
[586]
|
06/27/05 21:17:29 |
jajcus |
- registration support for JabberClient? |
|
|
|
@585
|
[585]
|
06/26/05 18:57:17 |
jajcus |
- jabber:iq:register basics. NFY |
|
|
|
@584
|
[584]
|
06/26/05 18:56:58 |
jajcus |
- workaround for strange replace_ns() behaviour (it seems libxml2 … |