about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Encryption modes for sv_ev_incoming_messageJames Booth2015-06-213-21/+101
| | |
* | | Tidied OTR and PGP combinations in client_events.cJames Booth2015-06-212-21/+39
| | |
* | | Moved window creation to sv_ev_incoming_messageJames Booth2015-06-213-25/+27
| | |
* | | Moved message display logic to sv_ev_incoming_messageJames Booth2015-06-213-15/+15
| | |
* | | Extracted chat session code from message sendersJames Booth2015-06-211-49/+40
| | |
* | | Added pgp checks for message sendingJames Booth2015-06-216-25/+112
| | |
* | | Added window encyption mode for PGPJames Booth2015-06-206-88/+198
| | |
* | | Merge branch 'master' into openpgpJames Booth2015-06-202-0/+19
|\ \ \
| * | | Added /roster empty commandJames Booth2015-06-202-0/+19
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-191-0/+1
|\| | |
| * | | Added missing include client_events.cJames Booth2015-06-191-0/+1
| | | |
* | | | Added initial /pgp start checksJames Booth2015-06-181-0/+7
| | | |
* | | | Added cmd_pgp testsJames Booth2015-06-181-1/+4
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-171-1/+1
|\| | |
| * | | Merge remote-tracking branch 'quite/#513'James Booth2015-06-171-1/+1
| |\ \ \
| | * | | Let's only strip trailing whitespace when parsing commandDaniel2015-06-161-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 openpgpJames Booth2015-06-176-122/+102
|\| | | |
| * | | | Removed wins_get_current_* functionsJames Booth2015-06-176-122/+102
| | | | |
* | | | | Merge branch 'master' into openpgpJames Booth2015-06-1712-503/+496
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h
| * | | | Removed unused function prototypeJames Booth2015-06-171-2/+0
| | | | |
| * | | | Added current window reference to command functionsJames Booth2015-06-1711-395/+387
| | | | |
| * | | | Pass current window to autocompletersJames Booth2015-06-166-104/+107
| |/ / /
* | | | Merge branch 'master' into openpgpJames Booth2015-06-153-93/+118
|\| | |
| * | | Tidied cmd_otr, added check-unit target to MakefileJames Booth2015-06-153-93/+118
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-153-10/+2
|\| | |
| * | | Removed ui_get_current_chat()James Booth2015-06-153-10/+2
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-1525-268/+252
|\| | |
| * | | Moved UI interfaces to ui.hJames Booth2015-06-159-135/+151
| | | |
| * | | Moved ui/windows -> window_listJames Booth2015-06-1515-22/+22
| | | |
| * | | Moved refresh subwin logic to window.cJames Booth2015-06-153-21/+36
| | | |
| * | | Added win_resize() functionJames Booth2015-06-153-29/+35
| | | |
| * | | Added win_clear() functionJames Booth2015-06-158-18/+13
| | | |
| * | | Removed unused variableJames Booth2015-06-151-2/+0
| | | |
| * | | I removed ncurses header dependencies, removed unused codeJames Booth2015-06-158-52/+6
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-141-15/+54
|\| | |
| * | | Set columns when running functional testsJames Booth2015-06-131-15/+54
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-134-7/+7
|\| | |
| * | | Renamed otr trusted window propertyJames Booth2015-06-134-7/+7
| | | |
* | | | Show message when offline for /pgp fpsJames Booth2015-06-131-13/+18
| | | |
* | | | Removed TODO in gpg.cJames Booth2015-06-131-1/+0
| | | |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-081-0/+1
|\| | |
| * | | Set default autoaway mode to offJames Booth2015-06-081-0/+1
| | | | | | | | | | | | | | | | fixes #555
* | | | Merge branch 'master' into openpgpJames Booth2015-06-0510-13/+31
|\| | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml
| * | | Merge branch 'master' into stabber-testsJames Booth2015-06-029-12/+53
| |\ \ \
| * \ \ \ Merge branch 'master' into stabber-testsJames Booth2015-05-251-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Added more connect testsJames Booth2015-05-242-1/+9
| | | | |
| * | | | Added rooms iq testJames Booth2015-05-243-2/+5
| | | | |
| * | | | Added bad password testJames Booth2015-05-241-1/+4
| | | | |
| * | | | Merge branch 'master' into stabber-testsJames Booth2015-05-171-14/+12
| |\ \ \ \
| * | | | | Added initial stabber testJames Booth2015-05-175-9/+13
| | | | | |