- 03 Jun, 2019 1 commit
-
-
Richard Bayerle authored
-
- 26 May, 2019 1 commit
-
-
Richard Bayerle authored
-
- 19 May, 2019 1 commit
-
-
Richard Bayerle authored
Also remove the now superfluous 'id show' command And clean up the 'status' output a bit
-
- 18 May, 2019 1 commit
-
-
Richard Bayerle authored
-
- 14 May, 2019 1 commit
-
-
Richard Bayerle authored
-
- 10 May, 2019 1 commit
-
-
Richard Bayerle authored
-
- 06 May, 2019 1 commit
-
-
Richard Bayerle authored
-
- 01 May, 2019 2 commits
-
-
Richard Bayerle authored
-
Richard Bayerle authored
In libpurple-speak, 'IM' is a conversation just between two people.
-
- 28 Apr, 2019 1 commit
-
-
Richard Bayerle authored
-
- 21 Apr, 2019 1 commit
-
-
Richard Bayerle authored
Will contain all functions currently available through the command UI and make them available through signals. Also started a new command UI which will work through the API. Started pulling things out of the one source file.
-
- 21 Mar, 2019 2 commits
-
-
Richard Bayerle authored
-
Richard Bayerle authored
-
- 30 Dec, 2018 3 commits
-
-
Richard Bayerle authored
-
Richard Bayerle authored
Version to use in directory and file name can be specified in env This fixes #94
-
Richard Bayerle authored
-
- 24 Dec, 2018 1 commit
-
-
Richard Bayerle authored
This fixes #107.
-
- 09 Dec, 2018 2 commits
-
-
Richard Bayerle authored
-
Richard Bayerle authored
This fixes #127.
-
- 13 Nov, 2018 1 commit
-
-
Richard Bayerle authored
-
- 11 Nov, 2018 1 commit
-
-
Richard Bayerle authored
-
- 10 Nov, 2018 1 commit
-
-
Richard Bayerle authored
This fixes #113.
-
- 23 Oct, 2018 4 commits
-
-
Richard Bayerle authored
-
Richard Bayerle authored
-
Richard Bayerle authored
-
Richard Bayerle authored
-
- 20 Oct, 2018 1 commit
-
-
Richard Bayerle authored
-
- 02 Oct, 2018 1 commit
-
-
Alexander Tsoy authored
-
- 06 Jul, 2018 1 commit
-
-
Lunar authored
If build-essential isn't installed on the system it complains about "No CMAKE_CXX_COMPILER could be found"
-
- 06 Jun, 2018 1 commit
-
-
Richard Bayerle authored
So far turning logging from axc on works. Log level still ignored.
-
- 04 Jun, 2018 1 commit
-
-
defanor authored
Rebuilding used to happen when it shouldn't, for instance on `make install` after `make`. The "Types of Prerequisites" section of GNU make manual describes this situation.
-
- 13 May, 2018 1 commit
-
-
Richard Bayerle authored
The fix in the last commit uncovered that such messages do not always have a "to" attribute (at least they do not with Prosody). "Uncovered" means this was completely broken. Additionally, lurch now ignores a decryption failure under specific circumstances: If both sender and recipient are the own account, and the error code is libsignal's "duplicate message", a warning is written to the debug log and the message itself ignored, as it was probably a carbon-copy.
-
- 09 May, 2018 1 commit
-
-
Daniel Hornung authored
Should be fully backwards compatible, future further cleanup is possible, but not mandatory.
-
- 05 May, 2018 3 commits
-
-
Steffen Sledz authored
Like Redhat SuSE uses libxmpp instead of libjabber. Fixes issue #98 Signed-off-by:
Steffen Sledz <sledz@dresearch-fe.de>
-
Richard Bayerle authored
Previously, the message was written to the sender's conversation. In this case this is always the own account, which was probably handled intelligently by libpurple in many, but not all, cases. Might help with #52.
-
Richard Bayerle authored
-
- 21 Apr, 2018 3 commits
-
-
Richard Bayerle authored
And update README.
-
Richard Bayerle authored
This closes #40.
-
Richard Bayerle authored
I think sending encrypted messages was leaking memory this whole time...
-
- 20 Apr, 2018 1 commit
-
-
Richard Bayerle authored
Found that the data I need is not in PurpleConv, but in JabberConv. Replaced that and removed my own hashtables and presence parsing.
-