Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 1 | -5/+7 |
| | | | | | | | | | 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. | ||||
* | Add support for disconnect in OMEMO | Paul Fariello | 2019-04-10 | 1 | -0/+3 |
| | |||||
* | Log and print outgoing encrypted message | Paul Fariello | 2019-04-10 | 1 | -5/+24 |
| | |||||
* | Add support for sending encrypted message in MUC | Paul Fariello | 2019-04-10 | 1 | -4/+19 |
| | |||||
* | Add support for OMEMO, OTR, PGP built together | Paul Fariello | 2019-04-10 | 1 | -4/+93 |
| | |||||
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+19 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Add /rooms service autocompletion | James Booth | 2018-02-05 | 1 | -0/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Add pre chat and room message blocking | James Booth | 2017-01-22 | 1 | -0/+6 |
| | |||||
* | Fix compile | James Booth | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -2/+3 |
| | | | | fixes #888 | ||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -4/+10 |
| | | | | issue #880 | ||||
* | Fix missing params | James Booth | 2016-09-03 | 1 | -2/+2 |
| | |||||
* | Add missed argument | Dmitry Podgorny | 2016-09-02 | 1 | -7/+7 |
| | |||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -5/+22 |
| | | | | issue #829 | ||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+4 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -5/+5 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -9/+9 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -13/+13 |
| | |||||
* | Fix call to plugins_post_chat_message_send | James Booth | 2016-02-16 | 1 | -3/+12 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -36/+51 |
|/ | |||||
* | Handle self leaving room in private wins | James Booth | 2016-02-03 | 1 | -0/+2 |
| | |||||
* | Show message in private windows when user offline | James Booth | 2016-02-02 | 1 | -2/+6 |
| | |||||
* | Merge branch 'master' into roster-struct | James Booth | 2016-01-05 | 1 | -2/+2 |
|\ | |||||
| * | Call UI disconnect functions before disconnecting with /disconnect | James Booth | 2016-01-05 | 1 | -2/+2 |
| | | | | | | | | fixes #703 | ||||
* | | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -1/+1 |
|/ | |||||
* | Add cl_ev_disconnect | James Booth | 2016-01-03 | 1 | -0/+20 |
| | |||||
* | Renamed MUC private window functions | James Booth | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Added missing config.h includes | James Booth | 2015-10-31 | 1 | -1/+2 |
| | |||||
* | Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msg | James Booth | 2015-10-27 | 1 | -6/+6 |
| | |||||
* | Applied coding style to src/event/ | James Booth | 2015-10-25 | 1 | -5/+5 |
| | |||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | Include last activity in initial presence | James Booth | 2015-09-27 | 1 | -2/+2 |
| | |||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -18/+16 |
| | |||||
* | Fixed compile when no OTR or PGP support | James Booth | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Display special char for encrypted messages | James Booth | 2015-08-26 | 1 | -6/+6 |
| | |||||
* | Free account on pgp presence send | James Booth | 2015-06-24 | 1 | -0/+1 |
| | |||||
* | Added PGP logging preferences | James Booth | 2015-06-21 | 1 | -4/+2 |
| | |||||
* | Tidied OTR and PGP combinations in client_events.c | James Booth | 2015-06-21 | 1 | -19/+39 |
| | |||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 1 | -3/+42 |
| | |||||
* | Merge branch 'master' into openpgp | James Booth | 2015-06-19 | 1 | -0/+1 |
|\ |