Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PGP: Format fingerprints | James Booth | 2015-08-30 | 1 | -0/+6 |
| | |||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -4/+10 |
| | |||||
* | Fixed OTR decryption check | James Booth | 2015-08-27 | 3 | -0/+10 |
| | |||||
* | Added str_contains_str to common | James Booth | 2015-08-26 | 3 | -0/+69 |
| | |||||
* | Fixed test stubs | James Booth | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Added PGP key autocompleter | James Booth | 2015-08-25 | 1 | -0/+7 |
| | |||||
* | PGP: Show key IDs for assigned public keys | James Booth | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Show public/private indicator when listing PGP keys | James Booth | 2015-08-25 | 1 | -3/+3 |
| | |||||
* | Removed unused barejid argument from PGP decryption | James Booth | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Added JID to log when failing to load PGP fingerprint | James Booth | 2015-08-23 | 1 | -0/+5 |
| | | | | Added PGP stub for tests | ||||
* | Tidied pgp memory allocations | James Booth | 2015-08-11 | 1 | -0/+2 |
| | |||||
* | Show software version result in current window | James Booth | 2015-08-06 | 4 | -9/+68 |
| | |||||
* | Handle software version requests for gateways that return from domainpart | James Booth | 2015-08-05 | 4 | -0/+31 |
| | |||||
* | Use id handler for software version requests, handle errors | James Booth | 2015-08-05 | 3 | -0/+27 |
| | |||||
* | Added software version request tests | James Booth | 2015-08-04 | 3 | -0/+66 |
| | |||||
* | Added test for missing resource on presence | James Booth | 2015-08-04 | 3 | -0/+21 |
| | |||||
* | Added cons_show_padded | James Booth | 2015-07-29 | 1 | -1/+3 |
| | |||||
* | Added indent padding | James Booth | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | Fixed tests for new command format | James Booth | 2015-07-27 | 14 | -833/+333 |
| | |||||
* | Moved help and about to new format | James Booth | 2015-07-23 | 1 | -0/+2 |
| | |||||
* | tests: prof_connect_with_roster takes items | James Booth | 2015-07-23 | 2 | -18/+17 |
| | |||||
* | Added id attributes to roster queries | James Booth | 2015-07-22 | 5 | -9/+148 |
| | | | | fixes #596 | ||||
* | Added reciept send functional test | James Booth | 2015-07-20 | 3 | -0/+23 |
| | |||||
* | Added receipt request functional test | James Booth | 2015-07-20 | 3 | -1/+35 |
| | |||||
* | Added functional test macro | James Booth | 2015-07-20 | 1 | -102/+36 |
| | |||||
* | Added carbon message tests | James Booth | 2015-07-20 | 3 | -0/+79 |
| | |||||
* | Added carbons enable/disable tests | James Booth | 2015-07-15 | 4 | -1/+35 |
| | |||||
* | Added carbons command functional test | James Booth | 2015-07-05 | 3 | -0/+30 |
| | |||||
* | Fixed segfault in unit tests | James Booth | 2015-07-02 | 1 | -0/+1 |
| | |||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 2 | -6/+6 |
| | |||||
* | Added messaage when account resource changed whilst connected | James Booth | 2015-06-24 | 3 | -0/+26 |
| | |||||
* | Merge remote-tracking branch 'pasis/stderr-log-handler' | James Booth | 2015-06-24 | 1 | -0/+4 |
|\ | |||||
| * | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | This handler redirects stderr output to a pipe and gathers logs from the read end. The handler is called from main loop, therefore, if a function prints logs to stderr they will be put to log file only after function returns. | ||||
* | | Added /pgp setkey command | James Booth | 2015-06-23 | 1 | -0/+9 |
|/ | |||||
* | Added PGP prefs | James Booth | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | Added PGP logging preferences | James Booth | 2015-06-21 | 1 | -0/+2 |
| | |||||
* | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 4 | -74/+1 |
| | |||||
* | Encryption modes for sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -1/+4 |
| | |||||
* | Moved window creation to sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Moved message display logic to sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -1/+4 |
| | |||||
* | Added pgp checks for message sending | James Booth | 2015-06-21 | 3 | -4/+12 |
| | |||||
* | Added window encyption mode for PGP | James Booth | 2015-06-20 | 1 | -0/+5 |
| | |||||
* | Added initial /pgp start checks | James Booth | 2015-06-18 | 3 | -0/+106 |
| | |||||
* | Added cmd_pgp tests | James Booth | 2015-06-18 | 4 | -3/+64 |
| | |||||
* | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -63/+37 |
|\ | |||||
| * | Removed wins_get_current_* functions | James Booth | 2015-06-17 | 1 | -63/+37 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 12 | -183/+194 |
|\| | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h | ||||
| * | Added current window reference to command functions | James Booth | 2015-06-17 | 12 | -183/+194 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 2 | -10/+36 |
|\| | |||||
| * | Tidied cmd_otr, added check-unit target to Makefile | James Booth | 2015-06-15 | 2 | -10/+36 |
| | |