about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Free account on pgp presence sendJames Booth2015-06-241-0/+1
* Merge pull request #583 from pasis/jid-memleakJames Booth2015-06-241-0/+1
|\
| * jid: Fixed memory leak in jid_create()Dmitry Podgorny2015-06-241-0/+1
* | Added messaage when account resource changed whilst connectedJames Booth2015-06-241-1/+5
|/
* Merge remote-tracking branch 'pasis/stderr-log-handler'James Booth2015-06-243-0/+110
|\
| * log: Introduced stderr log handlerDmitry Podgorny2015-06-233-0/+110
* | Fixed various jid and account mem leaksJames Booth2015-06-246-1/+10
* | free account after account connectJames Booth2015-06-241-0/+1
* | free muc autocompleter resultJames Booth2015-06-241-0/+1
* | Merge remote-tracking branch 'pasis/prefs-alloc'James Booth2015-06-241-2/+2
|\ \
| * | prefs: Don't mix allocator typesDmitry Podgorny2015-06-241-2/+2
* | | Merge remote-tracking branch 'pasis/gpgme-h-check'James Booth2015-06-241-0/+2
|\ \ \
| * | | pgp: Added include config.hDmitry Podgorny2015-06-241-0/+2
* | | | Removed NULL checks when not requiredJames Booth2015-06-241-8/+4
|/ / /
* / / Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-244-6/+17
|/ /
* | Merge remote-tracking branch 'pasis/ui-log-fix'James Booth2015-06-231-1/+1
|\ \
| * | ui: decreased log level of the message on resizingDmitry Podgorny2015-06-231-1/+1
| |/
* | Merge remote-tracking branch 'pasis/pgp-without-otr-fix'James Booth2015-06-231-2/+1
|\ \
| * | pgp: Fixed compilation error when libotr is not supportedDmitry Podgorny2015-06-231-2/+1
| |/
* / Added /pgp setkey commandJames Booth2015-06-235-9/+206
|/
* Added PGP prefsJames Booth2015-06-224-0/+27
* shutdown: Call prefs_close() after log_close()Dmitry Podgorny2015-06-221-1/+1
* Fixed pgp helpJames Booth2015-06-211-1/+1
* Fixed /pgp help formattingJames Booth2015-06-211-1/+1
* Added PGP logging preferencesJames Booth2015-06-218-20/+98
* Moved setting otr.warn -> enc.warnJames Booth2015-06-2110-43/+41
* Show message when contact ends PGPJames Booth2015-06-211-0/+4
* Added /pgp end commandJames Booth2015-06-212-0/+25
* Added enc_mode check when starting OTRJames Booth2015-06-211-0/+10
* 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
* | | 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
|\| |
| * | Removed unused function prototypeJames Booth2015-06-171-2/+0
| * | Added current window reference to command functionsJames Booth2015-06-1711-395/+387