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
/
QXmppStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move files common to client/server into "base"
Jeremy Lainé
2012-02-08
1
-259
/
+0
*
get rid of unused QXmppStream::sendElement
Jeremy Lainé
2011-09-29
1
-16
/
+0
*
fix some compiler warnings
Jeremy Lainé
2011-09-07
1
-1
/
+4
*
Improve QXmppServer packet routing performance.
Jeremy Lainé
2011-09-06
1
-27
/
+29
*
make QXmppClient state accessible via "state" property
Jeremy Lainé
2011-06-13
1
-1
/
+1
*
copyright year update
Manjeet Dahiya
2011-01-21
1
-1
/
+1
*
remove some extraneous calls to QXmppStream::socket(), use d->socket instead
Jeremy Lainé
2011-01-18
1
-3
/
+3
*
avoid crash if stream socket is 0
Jeremy Lainé
2011-01-12
1
-0
/
+2
*
improve code documentation
Jeremy Lainé
2010-12-10
1
-0
/
+3
*
more logging unification
Jeremy Lainé
2010-11-16
1
-2
/
+2
*
make QXmppStream inherit QXmppLoggable
Jeremy Lainé
2010-11-16
1
-51
/
+2
*
remove local capabilitiesNode definitions and usages
Manjeet Dahiya
2010-09-13
1
-1
/
+0
*
improve code documentation
Jeremy Lainé
2010-09-01
1
-6
/
+18
*
we can receive both a stream start and stream end at once
Jeremy Lainé
2010-08-28
1
-10
/
+8
*
revert incorrect commit r688
Jeremy Lainé
2010-08-24
1
-5
/
+5
*
reply with an error for unhandled local IQs
Jeremy Lainé
2010-08-24
1
-5
/
+5
*
* make QXmppStream an abstract class
Jeremy Lainé
2010-08-23
1
-878
/
+139
*
move hex conversion to calculateDigestMd5
Jeremy Lainé
2010-08-20
1
-1
/
+1
*
use calculateDigestMd5
Jeremy Lainé
2010-08-20
1
-28
/
+13
*
use serializeDigestMd5 to ensure proper quoting
Jeremy Lainé
2010-08-20
1
-15
/
+14
*
replace Digest MD5 parsing code, the current code chokes on non-quoted parame...
Jeremy Lainé
2010-08-20
1
-41
/
+1
*
QXmppStream:
Jeremy Lainé
2010-08-19
1
-10
/
+10
*
cosmetics
Manjeet Dahiya
2010-08-17
1
-2
/
+2
*
delegate stream features parsing to QXmppStreamFeatures
Jeremy Lainé
2010-08-16
1
-44
/
+14
*
* don't initialise random number generator multiple times, breaks randomness
Jeremy Lainé
2010-08-13
1
-5
/
+10
*
instead of using a hard-coded stream start to make full XML stanzas,
Jeremy Lainé
2010-08-12
1
-3
/
+4
*
move roster-specific code out of QXmppStream
Jeremy Lainé
2010-08-12
1
-23
/
+0
*
rename "QXmppStream::sendToServer" to "QXmppStream::sendData"
Jeremy Lainé
2010-08-12
1
-10
/
+10
*
reindent QXmppStream
Jeremy Lainé
2010-08-12
1
-408
/
+409
*
make it possible to specify the QSslSocket that a stream operates on
Jeremy Lainé
2010-08-12
1
-2
/
+2
*
split stream parser
Jeremy Lainé
2010-08-12
1
-23
/
+30
*
rework non-sasl auth
Jeremy Lainé
2010-08-12
1
-20
/
+27
*
make QXmppNonSASLAuthIq parsing/serialisation symetric
Jeremy Lainé
2010-08-12
1
-6
/
+7
*
start refactoring and testing non-SASL auth
Jeremy Lainé
2010-08-12
1
-9
/
+10
*
only enable TLS if supported by BOTH parties
Jeremy Lainé
2010-08-11
1
-4
/
+3
*
store a pointer to a QSslSocket instead a QSslSocket
Jeremy Lainé
2010-08-11
1
-22
/
+24
*
clarify QXmppStream::parser by exiting earlier
Jeremy Lainé
2010-08-11
1
-465
/
+448
*
hide QXmppStream's member variables
Jeremy Lainé
2010-08-11
1
-56
/
+82
*
rename "source" directory to "src"
Jeremy Lainé
2010-08-11
1
-0
/
+1120