Changes between Version 1 and Version 2 of Ticket #1281


Ignore:
Timestamp:
2017-01-30T18:24:59Z (7 years ago)
Author:
dx
Comment:

Added attachment links, fixed code block formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1281 – Description

    v1 v2  
    4141
    4242* For 3.4.2 see the attached
    43 0001-purple-fix-file-transfer-memory-management-3.4.2.patch [not
    44 included in this email]
     43[https://bugs.bitlbee.org/raw-attachment/ticket/1281/0001-purple-fix-file-transfer-memory-management-3.4.2.patch 0001-purple-fix-file-transfer-memory-management-3.4.2.patch]
    4544
    4645* For 3.4.1 and 3.4 see the attached
    47 0001-purple-fix-file-transfer-memory-management-3.4-3.4.1.patch [not
    48 included in this email]
     46[https://bugs.bitlbee.org/raw-attachment/ticket/1281/0001-purple-fix-file-transfer-memory-management-3.4-3.4.1.patch 0001-purple-fix-file-transfer-memory-management-3.4-3.4.1.patch]
    4947
    5048* For earlier versions upgrading is strongly recommended because of
     
    5351incoming file transfers:
    5452
    55     purple_xfers_set_ui_ops(&bee_xfer_uiops);
     53{{{
     54purple_xfers_set_ui_ops(&bee_xfer_uiops);
     55}}}
    5656
    5757== Discussion ==
     
    6464by the targeted user. File transfer requests look like this:
    6565
    66     <@root> [account] - File transfer request from [username] for
     66{{{
     67<@root> [account] - File transfer request from [username] for
    6768[filename] (0 kb).
    68     <@root> Accept the file transfer if you'd like the file. If you
     69<@root> Accept the file transfer if you'd like the file. If you
    6970don't, issue the 'transfer reject' command.
     71}}}
    7072
    7173Cancelling the file transfer request using the "transfer reject"