summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-14bugfix: properly handle content roaming errors when profile is broken (fdo #3...HEADmasterLouis-Francis Ratté-Boulianne6-15/+73
2011-08-06p2p: be more flexible when receiving broken TLPv1 chunks from libpurpleLouis-Francis Ratté-Boulianne2-2/+6
2011-05-29bugfix: don't close connection when receiving an IN event with empty bufferalexandernst2-5/+5
2011-05-29bugfix: Use the correct callback for rejected sessions (fdo #37098)Ken VanDine1-1/+1
2011-05-10Prevent strange server errors with http requests (see emesene#516). Thanks am...Riccardo (C10uD)1-1/+1
2011-05-02Remove duplicated method that prevents papyon from answering server's pings.Riccardo (C10uD)1-3/+0
2011-05-02Check for host being None when trying to retrieve the static tile photo. Fixe...Riccardo (C10uD)1-1/+2
2011-05-02Check for contact being client's profile before checking its memberships in a...Riccardo (C10uD)1-1/+2
2011-04-15Version 0.5.5papyon-0.5.5Louis-Francis Ratté-Boulianne3-2/+17
2011-04-15style: fixed typoLouis-Francis Ratté-Boulianne1-1/+1
2011-04-13bugfix: don't crash when an user join an external conversationLouis-Francis Ratté-Boulianne1-0/+1
2011-04-13package: don't add tests files to packageLouis-Francis Ratté-Boulianne1-1/+1
2011-04-13Timeout the switchboard after 60 seconds of inactivityRiccardo (C10uD)1-1/+16
2011-04-13__common_errback parameters error fixed4ndreaSt4gi1-2/+2
2011-03-27style: removed excessive debug messagesLouis-Francis Ratté-Boulianne1-1/+0
2011-03-26p2p: TLPv1 chunk size field might be 0 if chunk contains all blob dataLouis-Francis Ratté-Boulianne1-2/+6
2011-03-26Revert "p2p: TLPv1 chunk size field might be 0 if chunk contains all blob data"Louis-Francis Ratté-Boulianne20-1701/+2
2011-03-26p2p: TLPv1 chunk size field might be 0 if chunk contains all blob dataLouis-Francis Ratté-Boulianne20-2/+1701
2011-03-23Adding groups now works.4ndreaSt4gi2-3/+3
2011-03-23Send and receive preview during file transfer4ndreaSt4gi1-0/+6
2010-12-06Version 0.5.4papyon-0.5.4Louis-Francis Ratté-Boulianne2-1/+8
2010-12-06tests: add tests to the dist packageLouis-Francis Ratté-Boulianne2-10/+11
2010-12-04bugfix: remove bad imports in webcam moduleLouis-Francis Ratté-Boulianne1-2/+0
2010-12-03bugfix: fix bug introduced while squashing (set transaction_id)papyon-0.5.3Louis-Francis Ratté-Boulianne1-1/+1
2010-12-03Version 0.5.3Louis-Francis Ratté-Boulianne2-1/+19
2010-12-03tests: new tests for file transfer, MSN object and conversationLouis-Francis Ratté-Boulianne4-1/+340
2010-12-03text: better handling of callbacks in conversationLouis-Francis Ratté-Boulianne5-12/+32
2010-12-03sb: reset switchboards list when closing sb managerLouis-Francis Ratté-Boulianne1-4/+8
2010-12-03sb: disconnect switchboard signals when closing handlerLouis-Francis Ratté-Boulianne1-14/+29
2010-12-03style: better logging messagesLouis-Francis Ratté-Boulianne3-8/+7
2010-12-03p2p: correctly clean up everything on logoutLouis-Francis Ratté-Boulianne5-5/+30
2010-12-03p2p: add checks when parsing TLPv1 about size and offsetLouis-Francis Ratté-Boulianne1-1/+7
2010-12-03p2p: use "run" method for MSN object request resultLouis-Francis Ratté-Boulianne2-7/+17
2010-12-03p2p: improved API to make it easier to send and receive filesLouis-Francis Ratté-Boulianne2-6/+15
2010-12-03p2p: dispatch events the same way as other componentsLouis-Francis Ratté-Boulianne5-16/+79
2010-12-03gnet: don't call same callback when resolving hostname failedLouis-Francis Ratté-Boulianne3-32/+35
2010-12-03gnet: run an errback when sending an outgoing packet failedLouis-Francis Ratté-Boulianne7-55/+66
2010-12-03bugfix: fixed webcam event interfaceLouis-Francis Ratté-Boulianne1-1/+1
2010-12-03bugfix: ignore contacts whose passport name is hiddenLouis-Francis Ratté-Boulianne1-0/+3
2010-12-03bugfix: split conversation message in several parts if too bigLouis-Francis Ratté-Boulianne1-1/+27
2010-12-03bugfix: the UBX can contain string "0" as UserTileLocationLouis-Francis Ratté-Boulianne1-1/+1
2010-12-03msnp: only SwitchboardConversation have to know about ACK typeLouis-Francis Ratté-Boulianne4-42/+39
2010-12-03bugfix: handle all OpenSSL errors, not only some specific onesLouis-Francis Ratté-Boulianne1-3/+3
2010-12-03bugfix: decode offline message display name to utf-8 (fdo #30660)Louis-Francis Ratté-Boulianne1-2/+5
2010-12-03tests: refactored existing tests and add some testsLouis-Francis Ratté-Boulianne5-82/+412
2010-12-03turn: request relays before advertising new media streamsLouis-Francis Ratté-Boulianne3-4/+29
2010-12-03turn: make TURN client a singleton and improved message parsingLouis-Francis Ratté-Boulianne1-122/+213
2010-12-03sip: improved error messages while parsingLouis-Francis Ratté-Boulianne1-17/+35
2010-12-03http: encode HTTP body to utf-8 if charset is another oneLouis-Francis Ratté-Boulianne4-26/+33
2010-12-03http: make sure we don't process a response if we weren't waiting for itLouis-Francis Ratté-Boulianne1-2/+6