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
/
QXmppOutgoingServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Qt < 5.15 compat code
Linus Jahn
2023-01-31
1
-4
/
+0
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
1
-4
/
+4
*
Reformat code
Linus Jahn
2022-09-06
1
-4
/
+7
*
Remove unused non-trivial variables
Linus Jahn
2022-03-13
1
-2
/
+0
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
1
-22
/
+3
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
1
-1
/
+1
*
Replace qAsConst by std::as_const
Linus Jahn
2021-03-17
1
-1
/
+1
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
1
-1
/
+1
*
server: Add 'to' and 'from' attributes to dialback init stream header (#324)
Alexander Akulich
2021-01-02
1
-2
/
+5
*
Replace deprecated QSslSocket::error signal
Linus Jahn
2020-07-03
1
-0
/
+4
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
1
-25
/
+16
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
1
-8
/
+9
*
server: Replace manual checks and hard-coded XML by QXmppStartTlsPacket
Linus Jahn
2020-01-20
1
-21
/
+11
*
Port majority of old-style connects (#237)
JBB
2020-01-20
1
-19
/
+7
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
1
-1
/
+1
*
Replace Q_FOREACH (foreach) by C++11 ranged for-loops
Linus Jahn
2019-10-23
1
-1
/
+1
*
Use raw literals, range based loops and auto
Jonah Brüchert
2019-10-22
1
-1
/
+1
*
Bump copyright year to 2019
Jeremy Lainé
2019-01-08
1
-1
/
+1
*
Drop support for Qt 4
Niels Ole Salscheider
2017-09-04
1
-6
/
+0
*
clarify the fact QXmppConstants_p.h is not API
Jeremy Lainé
2016-09-08
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-28
1
-1
/
+1
*
update project homepage
Jeremy Lainé
2014-03-27
1
-1
/
+1
*
update copyright notice to 2008-2014
Jeremy Lainé
2014-03-26
1
-1
/
+1
*
[server] remove some not-so-interesting counters
Jeremy Lainé
2012-09-11
1
-3
/
+0
*
replace "incrementCounter" by "updateCounter"
Jeremy Lainé
2012-09-10
1
-2
/
+2
*
add some counters
Jeremy Lainé
2012-09-10
1
-0
/
+3
*
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
1
-0
/
+10
*
doc fixes
Jeremy Lainé
2012-07-21
1
-0
/
+3
*
update copyright year
Jeremy Lainé
2012-07-18
1
-1
/
+1
*
move server code to "server" directory
Jeremy Lainé
2012-02-08
1
-0
/
+331