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
/
QXmppIncomingClient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move server code to "server" directory
Jeremy Lainé
2012-02-08
1
-445
/
+0
*
* hide some QXmppServer internals
Jeremy Lainé
2011-09-13
1
-14
/
+14
*
Improve QXmppServer packet routing performance.
Jeremy Lainé
2011-09-06
1
-21
/
+28
*
make password checking full asynchronous
Jeremy Lainé
2011-04-07
1
-108
/
+81
*
improve QXmppPasswordChecker return codes
Jeremy Lainé
2011-03-29
1
-13
/
+29
*
refactor SASL authentication to allow server-side password checkers which nat...
Jeremy Lainé
2011-03-29
1
-9
/
+41
*
copyright year update
Manjeet Dahiya
2011-01-21
1
-1
/
+1
*
* do not hardcoded QXmppIncomingClient inactivity timeout
Jeremy Lainé
2011-01-17
1
-9
/
+42
*
fix typo
Jeremy Lainé
2011-01-13
1
-1
/
+1
*
automatically assign a resource to incoming clients if none was specified
Jeremy Lainé
2011-01-12
1
-1
/
+3
*
slightly refactor SASL auth to make QXmppSaslDigestMd5 class more generic
Jeremy Lainé
2010-11-10
1
-1
/
+2
*
refactor stream features parsing
Jeremy Lainé
2010-08-29
1
-3
/
+3
*
move remaining SASL code out of QXmppUtils
Jeremy Lainé
2010-08-29
1
-3
/
+3
*
fix SASL authentication :
Jeremy Lainé
2010-08-29
1
-30
/
+47
*
update QXmppServer extensions API
Jeremy Lainé
2010-08-28
1
-2
/
+23
*
make sure incoming clients ask for the right domain
Jeremy Lainé
2010-08-28
1
-3
/
+15
*
rework elementReceived() arguments
Jeremy Lainé
2010-08-26
1
-13
/
+8
*
rework QXmppPasswordChecker
Jeremy Lainé
2010-08-26
1
-7
/
+5
*
move code to .cpp
Jeremy Lainé
2010-08-26
1
-0
/
+24
*
improve QXmppPasswordChecker class
Jeremy Lainé
2010-08-26
1
-4
/
+5
*
when an element is received from a client without a "to", set the "to" to the...
Jeremy Lainé
2010-08-24
1
-0
/
+6
*
rename QXmppBind to QXmppBindIq
Jeremy Lainé
2010-08-23
1
-7
/
+9
*
rename QXmppSession to QXmppSessionIq for consistency
Jeremy Lainé
2010-08-23
1
-1
/
+1
*
add isConnected() methods to all streams
Jeremy Lainé
2010-08-23
1
-2
/
+6
*
add code documentation for incoming client stream
Jeremy Lainé
2010-08-23
1
-2
/
+22
*
- add support for incoming C2S connections
Jeremy Lainé
2010-08-23
1
-0
/
+281