Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wait for discovery end to publish omemo devicelist and bundle | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | | | | Add sv_ev_connection_features_received for that purpose | ||||
* | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza. | ||||
* | Ensure encrypted carbon of own message are marked as encrypted | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Log and print outgoing encrypted message | Paul Fariello | 2019-04-10 | 1 | -2/+2 |
| | |||||
* | Add support for encrypted carbon | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | | | | Fix {signed,}_pre_key store | ||||
* | Follow normal workflow for OMEMO message reception | Paul Fariello | 2019-04-10 | 1 | -1/+1 |
| | | | | | | We try to decrypt all messages, if it's successful we use sv_ev_incoming_message even for OMEMO messages. We pass an OMEMO boolean to let UI be aware that message were encrypted. | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Add sv_ev_bookmark_autojoin | James Booth | 2016-08-28 | 1 | -0/+1 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types. | ||||
* | Add PGP decryption for incoming/outgoing carbons | James Booth | 2016-03-22 | 1 | -2/+2 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Show current TLS certificate | James Booth | 2015-11-10 | 1 | -2/+1 |
| | |||||
* | Applied coding style to src/event/ | James Booth | 2015-10-25 | 1 | -36/+35 |
| | |||||
* | Title bar TLS indicator | James Booth | 2015-10-14 | 1 | -1/+1 |
| | | | | Issue #616 | ||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -0/+1 |
| | |||||
* | Save trusted certificates to tlscerts file with more information | James Booth | 2015-09-24 | 1 | -1/+0 |
| | |||||
* | Added TLS cert fail callback | James Booth | 2015-09-22 | 1 | -0/+3 |
| | |||||
* | Pass delay timestamp to all incoming chat events | James Booth | 2015-09-08 | 1 | -2/+1 |
| | |||||
* | Renamed enc_message parameter for incoming messages | James Booth | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -3/+3 |
| | |||||
* | Encryption modes for sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -2/+3 |
| | |||||
* | Moved pgp signature verification to sv_ev_contact_online | James Booth | 2015-05-07 | 1 | -2/+1 |
| | |||||
* | Extract private message hanlding in message.c | James Booth | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | Removed server event delegation functions | James Booth | 2015-05-01 | 1 | -38/+0 |
| | |||||
* | Renamed event functions | James Booth | 2015-04-28 | 1 | -65/+65 |
| | |||||
* | Renamed server event functions | James Booth | 2015-04-19 | 1 | -65/+65 |
| | |||||
* | Moved server_events to event/ | James Booth | 2015-04-19 | 1 | -0/+129 |