Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Free account on pgp presence send | James Booth | 2015-06-24 | 1 | -0/+1 |
| | |||||
* | Merge pull request #583 from pasis/jid-memleak | James Booth | 2015-06-24 | 1 | -0/+1 |
|\ | | | | | Fixed memory leak in jid_create() | ||||
| * | jid: Fixed memory leak in jid_create() | Dmitry Podgorny | 2015-06-24 | 1 | -0/+1 |
| | | |||||
* | | Added messaage when account resource changed whilst connected | James Booth | 2015-06-24 | 1 | -1/+5 |
|/ | |||||
* | Merge remote-tracking branch 'pasis/stderr-log-handler' | James Booth | 2015-06-24 | 3 | -0/+110 |
|\ | |||||
| * | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 3 | -0/+110 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 6 | -1/+10 |
| | | |||||
* | | free account after account connect | James Booth | 2015-06-24 | 1 | -0/+1 |
| | | |||||
* | | free muc autocompleter result | James Booth | 2015-06-24 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'pasis/prefs-alloc' | James Booth | 2015-06-24 | 1 | -2/+2 |
|\ \ | |||||
| * | | prefs: Don't mix allocator types | Dmitry Podgorny | 2015-06-24 | 1 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'pasis/gpgme-h-check' | James Booth | 2015-06-24 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | pgp: Added include config.h | Dmitry Podgorny | 2015-06-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | gpgme.h checks _FILE_OFFSET_BITS macro and it's set at config.h | ||||
* | | | | Removed NULL checks when not required | James Booth | 2015-06-24 | 1 | -8/+4 |
|/ / / | |||||
* / / | Free prefs strings, check for NULLs when closing pgp module | James Booth | 2015-06-24 | 4 | -6/+17 |
|/ / | |||||
* | | Merge remote-tracking branch 'pasis/ui-log-fix' | James Booth | 2015-06-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | ui: decreased log level of the message on resizing | Dmitry Podgorny | 2015-06-23 | 1 | -1/+1 |
| |/ | | | | | | | | | Resizing of terminal window can produce many logs "Resizing UI". Also they are not so informative to be shown without -l DEBUG. | ||||
* | | Merge remote-tracking branch 'pasis/pgp-without-otr-fix' | James Booth | 2015-06-23 | 1 | -2/+1 |
|\ \ | |||||
| * | | pgp: Fixed compilation error when libotr is not supported | Dmitry Podgorny | 2015-06-23 | 1 | -2/+1 |
| |/ | |||||
* / | Added /pgp setkey command | James Booth | 2015-06-23 | 5 | -9/+206 |
|/ | |||||
* | Added PGP prefs | James Booth | 2015-06-22 | 4 | -0/+27 |
| | |||||
* | shutdown: Call prefs_close() after log_close() | Dmitry Podgorny | 2015-06-22 | 1 | -1/+1 |
| | | | | | | log_msg() uses prefs, so prefs_close() should be called after log_close(). It makes possible to use logs in other finalisation functions. | ||||
* | Fixed pgp help | James Booth | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Fixed /pgp help formatting | James Booth | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Added PGP logging preferences | James Booth | 2015-06-21 | 8 | -20/+98 |
| | |||||
* | 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 |
| | | |