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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
2
-21
/
+23
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
5
-19
/
+19
*
Modernize codebase using clang-tidy
Jonah Brüchert
2019-09-08
11
-33
/
+33
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
16
-16
/
+16
*
Fix spelling errors
Boris Pek
2019-01-08
1
-1
/
+1
*
Fix QXmppSslServer::incomingConnection signature
Niels Ole Salscheider
2017-09-04
2
-2
/
+2
*
Drop support for Qt 4
Niels Ole Salscheider
2017-09-04
3
-14
/
+0
*
Initial CMake build system
Niels Ole Salscheider
2017-09-04
2
-20
/
+25
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
5
-5
/
+5
*
Added possibility to set local TLS certificate and private key as QSslCertifi...
servonic
2015-05-22
2
-0
/
+28
*
Remove trailing comma after last item in enums
Jeremy Lainé
2015-03-13
2
-3
/
+3
*
update project homepage
Jeremy Lainé
2014-03-28
15
-15
/
+15
*
update project homepage
Jeremy Lainé
2014-03-27
15
-15
/
+15
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
15
-15
/
+15
*
Fix QXmppServer incoming connections with Qt5 (issue 175).
Jeremy Lainé
2013-08-26
2
-0
/
+8
*
move from toAscii() to toLatin1()
Matt Broadstone
2012-11-16
3
-4
/
+4
*
improve QXmppServer::listenFor(Clients|Servers) debugging
Jeremy Lainé
2012-09-17
1
-2
/
+2
*
Enable multiple calls to QXmppServer::listenFor(Clients|Servers)
Jeremy Lainé
2012-09-17
1
-35
/
+83
*
[server] remove some not-so-interesting counters
Jeremy Lainé
2012-09-11
3
-7
/
+0
*
remove QXmppServerExtension::statistics()
Jeremy Lainé
2012-09-10
2
-19
/
+0
*
replace "incrementCounter" by "updateCounter"
Jeremy Lainé
2012-09-10
4
-16
/
+16
*
add counters
Jeremy Lainé
2012-09-10
1
-2
/
+16
*
add some counters
Jeremy Lainé
2012-09-10
3
-0
/
+8
*
more plumbing for stat counters
Jeremy Lainé
2012-09-10
2
-8
/
+22
*
[server] lay groundwork for client auth statistics
Jeremy Lainé
2012-09-10
1
-1
/
+8
*
With Qt >= 4.8, verify peer SSL certificate against domain name as specified ...
Jeremy Lainé
2012-09-06
1
-0
/
+5
*
If building with Qt 5, use Qt's QDnsLookup instead of our backport.
Jeremy Lainé
2012-09-04
1
-0
/
+4
*
move socket disconnect handling out of QXmppStream
Jeremy Lainé
2012-09-02
4
-0
/
+13
*
doc fixes
Jeremy Lainé
2012-07-21
2
-6
/
+3
*
doc fixes
Jeremy Lainé
2012-07-21
1
-0
/
+2
*
doc fixes
Jeremy Lainé
2012-07-21
3
-1
/
+7
*
documentation fixes
Jeremy Lainé
2012-07-21
1
-0
/
+3
*
add support for two-step PLAIN SASL
Jeremy Lainé
2012-07-20
1
-17
/
+27
*
make SASL code fully private
Jeremy Lainé
2012-07-20
1
-2
/
+1
*
guard against crash
Jeremy Lainé
2012-07-20
1
-0
/
+7
*
move server-side SASL code
Jeremy Lainé
2012-07-20
1
-70
/
+32
*
rework
Jeremy Lainé
2012-07-20
1
-3
/
+5
*
use QXmppSaslFailure
Jeremy Lainé
2012-07-20
1
-4
/
+4
*
rework
Jeremy Lainé
2012-07-20
1
-15
/
+16
*
refactor SASL stanza handling
Jeremy Lainé
2012-07-20
1
-16
/
+15
*
fix
Jeremy Lainé
2012-07-20
1
-1
/
+1
*
move towards server workflow
Jeremy Lainé
2012-07-20
1
-1
/
+0
*
more work on server-side SASL
Jeremy Lainé
2012-07-20
1
-9
/
+19
*
start refactoring server-side auth
Jeremy Lainé
2012-07-20
1
-14
/
+11
*
make QXmppStreamFeatures string-based to allow pluggable SASL
Jeremy Lainé
2012-07-18
1
-3
/
+3
*
update copyright year
Jeremy Lainé
2012-07-18
15
-15
/
+15
*
documentation fixes
Jeremy Lainé
2012-07-17
1
-1
/
+1
*
improve incoming server debugging
Jeremy Lainé
2012-06-07
2
-13
/
+44
*
protect against null socket
Jeremy Lainé
2012-06-07
1
-5
/
+11
*
improve server debugging
Jeremy Lainé
2012-06-07
2
-18
/
+45
[next]