close
Warning:
Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
2017-01-30T18:24:59Z (9 years ago)
- Author:
-
dx
- Comment:
-
Added attachment links, fixed code block formatting.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
41 | 41 | |
42 | 42 | * 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] |
45 | 44 | |
46 | 45 | * 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] |
49 | 47 | |
50 | 48 | * For earlier versions upgrading is strongly recommended because of |
… |
… |
|
53 | 51 | incoming file transfers: |
54 | 52 | |
55 | | purple_xfers_set_ui_ops(&bee_xfer_uiops); |
| 53 | {{{ |
| 54 | purple_xfers_set_ui_ops(&bee_xfer_uiops); |
| 55 | }}} |
56 | 56 | |
57 | 57 | == Discussion == |
… |
… |
|
64 | 64 | by the targeted user. File transfer requests look like this: |
65 | 65 | |
66 | | <@root> [account] - File transfer request from [username] for |
| 66 | {{{ |
| 67 | <@root> [account] - File transfer request from [username] for |
67 | 68 | [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 |
69 | 70 | don't, issue the 'transfer reject' command. |
| 71 | }}} |
70 | 72 | |
71 | 73 | Cancelling the file transfer request using the "transfer reject" |