You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-25Lines changed: 20 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,3 @@
1
-
# purple-signald-ttl
2
-
3
-
This is a forked version of the [signald plugin for pidgin (purple-signald)](https://github.com/hoehermann/libpurple-signald), by now for personal use. This fork offers the possibility to link with the master device and handles start and stop of the [signald daemon](https://git.callpipe.com/finn/signald) by itself.
4
-
5
-
Following software must be installed:
6
-
7
-
*[signald](https://git.callpipe.com/finn/signald), see its documentation for its installation
8
-
**Important:** The command `signald` has to available within the program directories listed in the `$PATH` variable.
9
-
**qrencode*, a tool for creating QR codes from strings. On Debian/Ubuntu, just use
10
-
`sudo apt install qrencode`
11
-
12
-
The plugin in this version is tested on Debian 10 (Buster).
13
-
14
-
15
-
##Readme of the original plugin
16
-
17
-
**This is the original readme file of the signald plugin.**
18
-
19
1
A libpurple/Pidgin plugin for [signald](https://git.callpipe.com/finn/signald) (signal, formerly textsecure).
20
2
21
3
signald is written by Finn Herzfeld.
@@ -30,14 +12,27 @@ There have been reports of incoming offline-messages getting lost. As far as I o
30
12
31
13
### Features
32
14
33
-
* Receive messages
34
-
* Send messages
35
-
* Receive files
36
-
* Receive images
37
-
* Send images
38
-
* Receive buddy list from server
15
+
* Core features:
16
+
17
+
* Receive messages
18
+
* Send messages
19
+
20
+
* Additional features contributed by [Hermann Kraus](https://github.com/herm/):
21
+
22
+
* Receive files
23
+
* Receive images
24
+
* Send images
25
+
* Receive buddy list from server
26
+
27
+
Note: When signald is being run as a system service, downloaded files may not be accessible directly to the user. Do not forget to add yourself to the `signald` group.
28
+
29
+
30
+
* Additional features contributed by [Torsten](https://bitbucket.org/ttl/):
39
31
40
-
Note: When signald is being run as a system service, downloaded files may not be accessible directly to the user. Do not forget to add yourself to the `signald` group.
32
+
* Link with the master device
33
+
Note: For linking with the master device, `qrencode` needs to be installed.
34
+
* Automatically start signald
35
+
Note: For automatically starting signald as a child proces, `signald` needs to be in `$PATH`.
0 commit comments