Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 10 | -43/+41 | |
| | | | ||||||
* | | | Show message when contact ends PGP | James Booth | 2015-06-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | Added /pgp end command | James Booth | 2015-06-21 | 2 | -0/+25 | |
| | | | ||||||
* | | | Added enc_mode check when starting OTR | James Booth | 2015-06-21 | 1 | -0/+10 | |
| | | | ||||||
* | | | Encryption modes for sv_ev_incoming_message | James Booth | 2015-06-21 | 3 | -21/+101 | |
| | | | ||||||
* | | | Tidied OTR and PGP combinations in client_events.c | James Booth | 2015-06-21 | 2 | -21/+39 | |
| | | | ||||||
* | | | Moved window creation to sv_ev_incoming_message | James Booth | 2015-06-21 | 3 | -25/+27 | |
| | | | ||||||
* | | | Moved message display logic to sv_ev_incoming_message | James Booth | 2015-06-21 | 3 | -15/+15 | |
| | | | ||||||
* | | | Extracted chat session code from message senders | James Booth | 2015-06-21 | 1 | -49/+40 | |
| | | | ||||||
* | | | Added pgp checks for message sending | James Booth | 2015-06-21 | 6 | -25/+112 | |
| | | | ||||||
* | | | Added window encyption mode for PGP | James Booth | 2015-06-20 | 6 | -88/+198 | |
| | | | ||||||
* | | | Merge branch 'master' into openpgp | James Booth | 2015-06-20 | 2 | -0/+19 | |
|\ \ \ | ||||||
| * | | | Added /roster empty command | James Booth | 2015-06-20 | 2 | -0/+19 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-19 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | Added missing include client_events.c | James Booth | 2015-06-19 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Added initial /pgp start checks | James Booth | 2015-06-18 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Added cmd_pgp tests | James Booth | 2015-06-18 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Merge remote-tracking branch 'quite/#513' | James Booth | 2015-06-17 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Let's only strip trailing whitespace when parsing command | Daniel | 2015-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows for "quoting" a command--doing nothing but sending the string: SPC/command As we're used to from for example irc clients. Fixes boothj5/profanity#513 | |||||
* | | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 6 | -122/+102 | |
|\| | | | | ||||||
| * | | | | Removed wins_get_current_* functions | James Booth | 2015-06-17 | 6 | -122/+102 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 12 | -503/+496 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h | |||||
| * | | | | Removed unused function prototype | James Booth | 2015-06-17 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Added current window reference to command functions | James Booth | 2015-06-17 | 11 | -395/+387 | |
| | | | | | ||||||
| * | | | | Pass current window to autocompleters | James Booth | 2015-06-16 | 6 | -104/+107 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 3 | -93/+118 | |
|\| | | | ||||||
| * | | | Tidied cmd_otr, added check-unit target to Makefile | James Booth | 2015-06-15 | 3 | -93/+118 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 3 | -10/+2 | |
|\| | | | ||||||
| * | | | Removed ui_get_current_chat() | James Booth | 2015-06-15 | 3 | -10/+2 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 25 | -268/+252 | |
|\| | | | ||||||
| * | | | Moved UI interfaces to ui.h | James Booth | 2015-06-15 | 9 | -135/+151 | |
| | | | | ||||||
| * | | | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 15 | -22/+22 | |
| | | | | ||||||
| * | | | Moved refresh subwin logic to window.c | James Booth | 2015-06-15 | 3 | -21/+36 | |
| | | | | ||||||
| * | | | Added win_resize() function | James Booth | 2015-06-15 | 3 | -29/+35 | |
| | | | | ||||||
| * | | | Added win_clear() function | James Booth | 2015-06-15 | 8 | -18/+13 | |
| | | | | ||||||
| * | | | Removed unused variable | James Booth | 2015-06-15 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | I removed ncurses header dependencies, removed unused code | James Booth | 2015-06-15 | 8 | -52/+6 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-14 | 1 | -15/+54 | |
|\| | | | ||||||
| * | | | Set columns when running functional tests | James Booth | 2015-06-13 | 1 | -15/+54 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-13 | 4 | -7/+7 | |
|\| | | | ||||||
| * | | | Renamed otr trusted window property | James Booth | 2015-06-13 | 4 | -7/+7 | |
| | | | | ||||||
* | | | | Show message when offline for /pgp fps | James Booth | 2015-06-13 | 1 | -13/+18 | |
| | | | | ||||||
* | | | | Removed TODO in gpg.c | James Booth | 2015-06-13 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-08 | 1 | -0/+1 | |
|\| | | | ||||||
| * | | | Set default autoaway mode to off | James Booth | 2015-06-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | fixes #555 | |||||
* | | | | Merge branch 'master' into openpgp | James Booth | 2015-06-05 | 10 | -13/+31 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml | |||||
| * | | | Merge branch 'master' into stabber-tests | James Booth | 2015-06-02 | 9 | -12/+53 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into stabber-tests | James Booth | 2015-05-25 | 1 | -1/+1 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Added more connect tests | James Booth | 2015-05-24 | 2 | -1/+9 | |
| | | | | |