about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
|
* Added HAVE_LIBMESODE check before setting cert pathJames Booth2015-09-241-0/+2
|
* Added TLS trusted certificate path preferenceJames Booth2015-09-231-0/+5
|
* Added conditionals for libmesode cert verificationJames Booth2015-09-221-0/+7
|
* Added TLS cert fail callbackJames Booth2015-09-221-1/+11
|
* Check for libmesode, fall back to libstropheJames Booth2015-09-2113-3/+99
|
* Added conference and receipts features to caps query responseJames Booth2015-09-091-0/+12
|
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-10/+6
|
* Tidied pgp memory allocationsJames Booth2015-08-111-1/+3
|
* Free timestamp and id for receiptsJames Booth2015-08-091-1/+2
|
* Free software version result propertiesJames Booth2015-08-091-0/+9
|
* Free error message in carbons handlersJames Booth2015-08-091-0/+2
|
* Free timestamps and carbons stanzasJames Booth2015-08-091-0/+2
|
* Show software version result in current windowJames Booth2015-08-061-1/+1
|
* Handle resource not found on sofware version requestJames Booth2015-08-051-0/+4
|
* Use original JID in software version request in MUCJames Booth2015-08-051-6/+5
|
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-051-2/+8
|
* Use id handler for software version requests, handle errorsJames Booth2015-08-052-7/+32
|
* Handle private messages that include muc#user namespaceJames Booth2015-08-021-3/+10
|
* Added id attributes to roster queriesJames Booth2015-07-222-4/+11
| | | | fixes #596
* Add no-copy and no-store hints to OTR messagesSam Whited2015-07-013-0/+29
|
* Use reference counts for GDateTimes #516James Booth2015-06-302-0/+5
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-293-22/+23
|
* Fixed various jid and account mem leaksJames Booth2015-06-243-0/+5
|
* Encryption modes for sv_ev_incoming_messageJames Booth2015-06-211-16/+5
|
* Extracted chat session code from message sendersJames Booth2015-06-211-49/+40
|
* Added pgp checks for message sendingJames Booth2015-06-212-2/+47
|
* Merge branch 'master' into openpgpJames Booth2015-06-052-5/+6
|\ | | | | | | | | Conflicts: .travis.yml
| * Added initial stabber testJames Booth2015-05-172-5/+6
| |
* | Removed libgpg include from presence.cJames Booth2015-05-101-4/+1
| |
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-082-23/+12
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-1/+2
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-071-1/+2
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-073-11/+6
|\|
| * Renamed presence_update -> presence_sendJames Booth2015-05-073-11/+6
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-32/+30
|\|
| * Tidied _roster_result_handlerJames Booth2015-05-071-32/+30
| |
* | Moved pgp signature verification to sv_ev_contact_onlineJames Booth2015-05-071-11/+8
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-061-0/+6
|\|
| * Set ui nonblocking on presence updatesJames Booth2015-05-061-0/+6
| | | | | | | | Speeds up joining rooms, and connecting.
* | Merge branch 'master' into pgpJames Booth2015-05-048-151/+151
|\|
| * Use null check convention in stanza.cJames Booth2015-05-041-32/+32
| |
| * Use null check convention in roster.cJames Booth2015-05-041-11/+11
| |
| * Use null check convention in presence.cJames Booth2015-05-041-21/+21
| |
| * Use null check convention in iq.cJames Booth2015-05-041-48/+48
| |
| * Use null check convention in form.cJames Booth2015-05-041-1/+1
| |
| * Use null check convention in connection.cJames Booth2015-05-041-12/+12
| |
| * Use null check convention in capabilities.cJames Booth2015-05-041-15/+15
| |
| * Use null check convention in bookmark.cJames Booth2015-05-041-11/+11
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-40/+54
|\|