about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-8/+26
* Removed --disable-tls command line optionJames Booth2015-10-182-7/+2
* Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-181-1/+1
* Add ability to script commands after connectJames Booth2015-10-151-2/+2
* Send service-unavailable when lastactivity disabledJames Booth2015-10-141-2/+30
* Use lastactivity preference for presence updatesJames Booth2015-10-141-1/+6
* Moved idle time check for last activityJames Booth2015-10-142-11/+11
* Title bar TLS indicatorJames Booth2015-10-141-2/+3
* Use libstrophe/libmesode uuid generatorJames Booth2015-10-122-0/+16
* Added jabber:iq:last to capabilitiesJames Booth2015-09-293-11/+17
* Fix last active queryJames Booth2015-09-291-10/+3
* WIP: Added last activity request and responseJames Booth2015-09-294-1/+141
* Include last activity in initial presenceJames Booth2015-09-271-2/+24
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-1/+3
* Fixed spelling mistakeJames Booth2015-09-271-2/+2
* 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
* 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
|\
| * 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