Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |