index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
check sendFile is actually given a full JID
Jeremy Lainé
2015-08-15
1
-6
/
+10
*
add a note that QXmppTransferManager::sendFile requires a full JID
Jeremy Lainé
2015-08-15
1
-0
/
+6
*
Make QXmppClient::connectToServer(config, presence) a slot (closes #63)
Jeremy Lainé
2015-07-31
1
-3
/
+3
*
Remove trailing comma after last item in enums
Jeremy Lainé
2015-03-13
4
-9
/
+9
*
rename 'error' to 'errors' in socketSslErrors slot
Jeremy Lainé
2015-03-12
1
-4
/
+4
*
emit sslErrors in a way they can be ignored on demand
Jeremy Lainé
2015-03-12
3
-1
/
+9
*
Add a QXmppClient::sslErrors signal to report SSL errors.
Jeremy Lainé
2015-03-11
2
-0
/
+10
*
clean up support for 'bad-auth' replies, see #36
Jeremy Lainé
2015-02-25
1
-3
/
+4
*
Handle `bad-auth` auth replies, closes #36.
0xd34df00d
2015-01-28
1
-0
/
+2
*
move documentation mainpage to doc/index.doc
Jeremy Lainé
2014-08-21
1
-41
/
+0
*
Merge pull request #8 from trulabs/feature/XEP-0333
Jeremy Lainé
2014-06-23
1
-1
/
+2
|
\
|
*
Advertise support for XEP-0333
Juan Aragon
2014-05-21
1
-1
/
+2
*
|
Added ability to retrieve socket error string for client
Nikita Krupenko
2014-06-04
2
-0
/
+9
|
/
*
add support for legacy SSL
Jeremy Lainé
2014-04-06
2
-5
/
+15
*
Use QString() instead of "" for default methods arguments
Jeremy Lainé
2014-03-28
2
-3
/
+3
*
update project homepage
Jeremy Lainé
2014-03-28
37
-42
/
+42
*
update project homepage
Jeremy Lainé
2014-03-27
37
-42
/
+42
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
37
-37
/
+37
*
re-order member initialization (silences GCC warning)
Jeremy Lainé
2013-08-28
1
-2
/
+2
*
Fixed possible memory leak in QXmppTransferManager
Nikita Krupenko
2013-08-28
1
-1
/
+1
*
Fixed C-style pointer cast
Nikita Krupenko
2013-08-28
1
-2
/
+2
*
Fixed uninitialized pointers in QXmppOutgoingClientPrivate
Nikita Krupenko
2013-08-28
1
-0
/
+2
*
Fixed uninitialized pointer in QXmppCallPrivate
Nikita Krupenko
2013-08-28
1
-0
/
+1
*
Fixed uninitialized member in QXmppOutgoingClient
Nikita Krupenko
2013-08-28
1
-0
/
+1
*
Update self nick only if the nick change is successful.
0xd34df00d
2013-03-12
1
-6
/
+12
*
Disable Facebook / Google / Facebook specific mechanisms if we do not
Jeremy Lainé
2013-03-09
1
-0
/
+6
*
cosmetic: re-order methods alphabetically
Jeremy Lainé
2013-02-05
2
-11
/
+11
*
Add QXmppClient::insertExtension()
Oskari Timperi
2013-02-05
2
-2
/
+13
*
Remove managers from QXmppClientPrivate, use the extensions list instead
Oskari Timperi
2013-02-05
1
-22
/
+6
*
convert QMetaType::construct to QMetaType::create for qt >= 5
Matt Broadstone
2012-11-16
1
-0
/
+5
*
move from toAscii() to toLatin1()
Matt Broadstone
2012-11-16
1
-2
/
+2
*
move IPv6 specifics inside QXmppSocksServer
Jeremy Lainé
2012-09-18
1
-19
/
+4
*
enable IPv6 file transfers
Jeremy Lainé
2012-09-17
1
-29
/
+25
*
bring QXmppTransferManager back to 3 arguments
Jeremy Lainé
2012-09-17
2
-3
/
+3
*
Allow StreamHost::host to contain a host name
Jeremy Lainé
2012-09-17
1
-9
/
+9
*
Use room jid instead of user jid in invitations.
0xd34df00d
2012-09-12
1
-1
/
+1
*
fix
Jeremy Lainé
2012-09-12
1
-1
/
+1
*
test stream initiation IQ serialisation / parsing
Jeremy Lainé
2012-09-12
2
-32
/
+13
*
add/test QXmppTransferFileInfo parsing/serialisation
Jeremy Lainé
2012-09-12
2
-0
/
+31
*
QXmppTransferManager: use actual data forms instead of manually parsing them
Jeremy Lainé
2012-09-12
1
-98
/
+38
*
Add XEP-0045: Multi-User Chat attributes to QXmppPresence.
Jeremy Lainé
2012-09-12
1
-19
/
+7
*
prune dead code
Jeremy Lainé
2012-09-12
1
-6
/
+0
*
explicitly parse XEP-0249: Direct MUC Invitations message attributes
Jeremy Lainé
2012-09-12
1
-10
/
+5
*
Added description field to file transfers.
0xd34df00d
2012-09-10
2
-2
/
+25
*
replace "incrementCounter" by "updateCounter"
Jeremy Lainé
2012-09-10
1
-4
/
+4
*
add counters
Jeremy Lainé
2012-09-10
1
-0
/
+4
*
more plumbing for stat counters
Jeremy Lainé
2012-09-10
1
-0
/
+4
*
Fix QXmppMucRoom::name(), only consider discovery IQs from the room.
Jeremy Lainé
2012-09-06
1
-9
/
+11
*
clarify discovery IQ handling
Jeremy Lainé
2012-09-06
1
-23
/
+31
*
With Qt >= 4.8, verify peer SSL certificate against domain name as specified ...
Jeremy Lainé
2012-09-06
1
-0
/
+5
[next]