aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* get rid of facebook App Secret, it's not usedJeremy Lainé2011-09-262-20/+0
* add support for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-262-9/+49
* recognise X-FACEBOOK-PLATFORM in stream featuresJeremy Lainé2011-09-261-0/+5
* add configuration options for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-262-3/+69
* remove trailing whitespaceJeremy Lainé2011-09-2126-65/+65
* add support for XEP-0224: Attention (Fixes issue #109)Jeremy Lainé2011-09-205-3/+40
* fix typoJeremy Lainé2011-09-201-1/+1
* remove manual XEP formatting, let doxyfilter handle itJeremy Lainé2011-09-202-2/+2
* hide QXmppRosterManager internalsJeremy Lainé2011-09-202-110/+127
* make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120)Jeremy Lainé2011-09-201-2/+1
* prune some threading test codeJeremy Lainé2011-09-131-1/+0
* * hide some QXmppServer internalsJeremy Lainé2011-09-1323-435/+636
* trailing whitespace cleanupJeremy Lainé2011-09-071-9/+8
* get rid of QXmppPresence::Status::Invisible (issue #111), cleanup parsing / s...Jeremy Lainé2011-09-072-121/+40
* mark some methods as const() (see issue #114)Jeremy Lainé2011-09-076-10/+10
* Fix pkgconfig paths (fixes issue #113)Jeremy Lainé2011-09-071-4/+6
* fix compiler warningsJeremy Lainé2011-09-072-8/+18
* fix some compiler warningsJeremy Lainé2011-09-0710-28/+62
* Apply fix for issue #116Jeremy Lainé2011-09-061-0/+1
* Improve QXmppServer packet routing performance.Jeremy Lainé2011-09-067-96/+137
* assert signal connectionsJeremy Lainé2011-07-261-4/+12
* add support for vp8 video codecJeremy Lainé2011-07-267-76/+494
* QXmppTransferManager: assert all connectionsJeremy Lainé2011-07-262-74/+122
* fixJeremy Lainé2011-07-071-2/+2
* normalize Qt signal / slot signaturesJeremy Lainé2011-07-076-24/+24
* make logger accessible as a propertyJeremy Lainé2011-06-142-30/+44
* add documentation for State enumJeremy Lainé2011-06-131-3/+4
* make QXmppClient state accessible via "state" propertyJeremy Lainé2011-06-136-48/+85
* don't touch CA certificates unless asked toJeremy Lainé2011-06-121-1/+4
* fix for Issue 105: Initial presence is set before the roster requestManjeet Dahiya2011-06-121-2/+2
* removed old deprecated codeManjeet Dahiya2011-06-122-43/+0
* removed old deprecated codeManjeet Dahiya2011-06-122-21/+0
* Fix for : Issue 106: QXmppClient can't override Qt's set of trusted SSL CAsManjeet Dahiya2011-06-123-1/+25
* improve QXmppCallManager scripting supportJeremy Lainé2011-06-052-1/+49
* add some signalsJeremy Lainé2011-06-052-14/+29
* add some image formatsJeremy Lainé2011-06-051-0/+3
* * remove deprecated enum valuesJeremy Lainé2011-06-051-7/+5
* remove deprecated methods from QXmppClientJeremy Lainé2011-06-052-162/+0
* * add some properties to make MUC easier to scriptJeremy Lainé2011-06-052-4/+25
* add signals and slots for managing subscriptions (Closes: #92)Jeremy Lainé2011-05-182-50/+87
* do not install QXmppRoster.hJeremy Lainé2011-05-181-1/+0
* Remove deprecated QXmppRoster.h header.Jeremy Lainé2011-05-181-31/+0
* add some properties to QXmppTransferJob to make it easier to scriptJeremy Lainé2011-05-132-10/+74
* emit a signal when allowed MUC actions changeJeremy Lainé2011-05-042-17/+38
* make requestPermissions() generate a single permissionsReceived()Jeremy Lainé2011-05-031-9/+16
* fix audio state transitions for QXmppCallJeremy Lainé2011-05-031-14/+27
* be tolerant about MUC messages without "groupchat" typeJeremy Lainé2011-05-021-2/+1
* make it possible to specify MUC leave message (fixes: #90)Jeremy Lainé2011-05-022-2/+8
* improve code docJeremy Lainé2011-05-022-5/+5
* silence compiler warningJeremy Lainé2011-05-021-0/+1