summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Version 0.4.10papyon-0.4.10papyon-0.4Louis-Francis Ratté-Boulianne2-1/+7
2010-10-21bugfix: don't send invalid ADL when a contact is on both Allow and Block listLouis-Francis Ratté-Boulianne1-1/+8
2010-10-21bugfix: fix Contacts security token policy (fdo #31004)Louis-Francis Ratté-Boulianne1-1/+1
2010-10-21bugfix: use newer version of AppID for address book serviceLouis-Francis Ratté-Boulianne2-2/+2
2010-07-09Version 0.4.9.papyon-0.4.9Jonny Lamb2-1/+11
2010-07-06XMLResponse: add some checks whether self.tree is None before accessing itJonny Lamb1-5/+17
2010-07-06SocketClient: deal with broken pipe from the socketJonny Lamb1-1/+8
2010-07-06HTTPPollConnection: disconnect if we get a bad commandJonny Lamb1-1/+8
2010-07-06mailbox: only signal a change in unread mail count if it's positiveJonny Lamb1-3/+4
2010-07-06GIOChannelClient: EBADFD is an error bad enough to claim connection failedJonny Lamb1-1/+1
2010-07-06GIOChannelClient: handle socket.connect_ex actually raising an exceptionJonny Lamb1-1/+8
2010-07-06HTTPMessage: \x00 is not a real message so don't try and split itJonny Lamb1-1/+1
2010-07-06p2p: deal with Location and Friendly being missing from MSNObjectsJonny Lamb1-2/+11
2010-07-06p2p: don't raise ParseError on invalid MSNObjectJonny Lamb1-1/+2
2010-06-10ft: ignore data preparation chunks so they are not appended to the file bufferLouis-Francis Ratté-Boulianne3-4/+9
2010-06-10ft: wait for message ACK before emitting 'chunk-sent' signal (SB bridge)Louis-Francis Ratté-Boulianne3-11/+28
2010-06-09ft: fix compatibility with libpurpleLouis-Francis Ratté-Boulianne1-1/+1
2010-06-03ft: added file transfer support (switchboard only)Louis-Francis Ratté-Boulianne5-9/+168
2010-05-27Papyon 0.4.8 releasepapyon-0.4.8Louis-Francis Ratté-Boulianne2-1/+9
2010-05-27Fix contact not displaying (fd.o #28278)Olivier Le Thanh Duong1-4/+4
2010-05-20Papyon 0.4.7 releasepapyon-0.4.7Olivier Le Thanh Duong2-2/+4
2010-04-18p2p: work around invalid SHA1D attributes appearing in msn objectsJonny Lamb2-5/+26
2010-04-16allow receiving gzip-encoded soap responsesRiccardo (C10uD)3-2/+21
2010-04-14conversation: don't choke on trailing semicolonsWilliam Grant2-0/+3
2010-04-14Content Roaming fix (fd.o #26447)Riccardo (C10uD)3-5/+6
2010-04-13NEWS: updateJonny Lamb1-0/+1
2010-04-12gnet.resolver: deal with getaddrinfo failingJonny Lamb1-1/+5
2010-04-09sso: use python-crypto instead of an embedded copy of pyDesLaurent Bigonville3-863/+11
2010-04-09When deleting a contact, allow the contact structure to be passed to the exte...Luca Dariz1-1/+1
2010-04-09NEWS: updateJonny Lamb1-0/+6
2010-04-09Merge branch 'b64decode'Jonny Lamb1-2/+7
2010-04-09p2p: use the invalid SHA1{C,D} in the warning messageJonny Lamb1-2/+2
2010-04-09p2p: reset SHA1C and SHA1D to None if they are invalidJonny Lamb1-0/+2
2010-04-09p2p: don't raise a TypeError on an invalid SHA1D on the MSNObjectLaurent Bigonville1-1/+4
2010-04-08Prepare for papyon 0.4.6papyon-0.4.6Olivier Le Thanh Duong2-1/+11
2010-04-08HTTP client: don't continue to try and connect if an error occursJonny Lamb1-1/+8
2010-04-01SLPMessageBody parse : effectively remove trailing "\x00" (fd.o #22553)Olivier Le Thanh Duong1-1/+1
2010-03-10NLN handler: MSN online messenger NLN arguments can't be parsed for the objectJonny Lamb1-1/+1
2010-03-10Prepare for papyon 0.4.5papyon-0.4.5Olivier Le Thanh Duong2-2/+4
2010-02-01Don't display the password in the logs anymore (fd.o #25014)Olivier Le Thanh Duong2-1/+14
2010-01-21correct version numberOlivier Le Thanh Duong1-1/+1
2010-01-19Prepare for papyon 0.4.4papyon-0.4.4Olivier Le Thanh Duong1-0/+9
2009-12-29Fix crash in base64decode (fd.o #24138)Brad Misik1-1/+4
2009-10-26add some robustness check and a TODO item.. still needs proper improvementsYouness Alaoui1-4/+7
2009-10-09Prepare for papyon 0.4.3papyon-0.4.3Olivier Le Thanh Duong3-1/+13
2009-10-09Add missing import in group_contact_delete (fd.o #24236)Olivier Le Thanh Duong1-0/+1
2009-10-05Work even if the static codecs dont have an explicit mapOlivier Crête1-0/+17
2009-10-05Return the right value with the items in the items() method of odictOlivier Crête1-1/+1
2009-09-30Fix crash when printing unicode char in message headers (fd.o #24223)Olivier Le Thanh Duong1-1/+1
2009-09-22Added incoming property to webcam callLouis-Francis Ratté-Boulianne2-0/+14