summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-09debug: only print to stderr when BUTTERFLY_DEBUG is setdebugJonny Lamb1-0/+17
2010-07-09NEWS: updatedJonny Lamb1-0/+11
2010-07-09Merge remote branch 'lfrb/file-transfer'Jonny Lamb6-24/+446
2010-07-09telepathy-butterfly: depend on papyon 0.4.9Jonny Lamb2-2/+13
2010-07-06connection: don't try and get details of an oim if we aren't given the senderJonny Lamb1-0/+2
2010-07-06connection_manager: ensure the list of connections isn't altered during itera...Jonny Lamb1-1/+2
2010-07-06connection: only try and logout if the client isn't already closedJonny Lamb1-2/+4
2010-06-08Start 0.5.12 development.Jonny Lamb1-1/+1
2010-06-08Version 0.5.11.telepathy-butterfly-0.5.11Jonny Lamb2-1/+16
2010-06-08im/text channels: replace \r\n with \n with incoming messagesJonny Lamb2-2/+7
2010-06-08text channel: make sure the correct type gets returned when getting PendingMe...Jonny Lamb1-12/+12
2010-06-08text channel: don't always remove pending messages when ListPendingMessages i...Jonny Lamb1-3/+5
2010-06-07file transfer: add file transfer capabilities to all contacts by defaultLouis-Francis Ratté-Boulianne1-23/+53
2010-06-03file transfer: steal salut's logic for when to emit TransferredBytesChangedJonny Lamb1-1/+39
2010-06-03file transfer: cleanup after changing status when done so we don't cancel the...Jonny Lamb1-1/+1
2010-06-03file transfer: use a valid and appropriate mime-type as the content typeJonny Lamb1-1/+1
2010-06-03file transfer: misc style changesJonny Lamb1-30/+28
2010-06-03file transfer: call ChannelTypeFileTransfer.__init__ firstJonny Lamb1-3/+3
2010-06-03file transfer: move to file_transfer.py to be more consistentJonny Lamb3-1/+2
2010-06-03file transfer channel: make the object path prettierJonny Lamb2-3/+9
2010-06-03file transfer: use mkdtemp to get the temporary directory and clean up afterw...Jonny Lamb1-3/+27
2010-06-03file transfer: move mandatory property checking to FT channelJonny Lamb2-16/+17
2010-06-03file transfer: add more debug messagesJonny Lamb1-0/+3
2010-06-03file transfer: set self._receiving in __init__Jonny Lamb1-2/+2
2010-06-03file transfer: remove duplicate completed callbackJonny Lamb1-4/+0
2010-06-03file transfer: remove on_conversation_user_left methodJonny Lamb1-6/+0
2010-06-03file transfer: raise NotImplemented if called with unknown socket typeJonny Lamb1-0/+8
2010-06-03channel manager: raise InvalidArgument if Filename or Size is missingJonny Lamb1-0/+6
2010-06-03channel manager: update RCC for file transferJonny Lamb1-4/+13
2010-06-03file transfer: fix copyrightJonny Lamb1-2/+1
2010-06-03filetransfer: stop implementing the group interfaceJonny Lamb1-18/+1
2010-06-03Fixed file-transfer support (NOT async)Louis-Francis Ratté-Boulianne1-14/+19
2010-06-03Add Filename and Size as immutable property of FTChannelOlivier Le Thanh Duong1-0/+7
2010-06-03Change FT socket nameOlivier Le Thanh Duong1-1/+1
2010-06-03Small fix on ft receptionOlivier Le Thanh Duong1-10/+19
2010-06-03Always create a new channel (rely on tp-python git) for incoming FTOlivier Le Thanh Duong1-1/+2
2010-06-03Added cancelling supportLouis-Francis Ratté-Boulianne1-0/+13
2010-06-03Added close loggin'Louis-Francis Ratté-Boulianne1-0/+1
2010-06-03Removed on_chunk_receivedLouis-Francis Ratté-Boulianne1-4/+0
2010-06-03Initialize threads so GUPnP IGD can be used in papyonLouis-Francis Ratte-Boulianne1-0/+1
2010-06-03Receive data directly from the socket (no buffering)Louis-Francis Ratte-Boulianne1-3/+5
2010-06-03Added a class to hide the streaming behind a file-like interfaceLouis-Francis Ratté-Boulianne1-16/+51
2010-06-03Added FileTransfer channelLouis-Francis Ratte-Boulianne3-1/+257
2010-06-02text channel: don't assume message-type is setJonny Lamb1-1/+1
2010-05-20Version 0.5.10telepathy-butterfly-0.5.10Olivier Le Thanh Duong2-2/+15
2010-05-20channel: fix typoJonny Lamb1-1/+1
2010-05-20channel: set Initiator props in all channel types, not just mediaJonny Lamb3-20/+9
2010-05-20channel: add ButterflyChannel class to deal with Initiator propsJonny Lamb1-1/+45
2010-05-20text channel: append a 'sender-nickname' header on messages with a sender nic...Jonny Lamb2-4/+6
2010-05-20handle: stop passing args to object.__new__ if __init__ is overriddenJonny Lamb1-1/+1