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
*
Remove Qt < 5.15 compat code
Linus Jahn
2023-01-31
1
-4
/
+0
*
Disable Qt keywords completely
Linus Jahn
2022-12-26
5
-28
/
+28
*
Reformat code
Linus Jahn
2022-09-06
7
-53
/
+100
*
Server: Avoid creating temporary for iteration on two containers
Linus Jahn
2022-03-13
1
-6
/
+29
*
server: Add missing emit on signals
Linus Jahn
2022-03-13
2
-12
/
+12
*
Use qDeleteAll()
Linus Jahn
2022-03-13
1
-1
/
+2
*
Remove unused non-trivial variables
Linus Jahn
2022-03-13
2
-4
/
+0
*
Fix possibly detaching containers
Linus Jahn
2022-03-13
1
-5
/
+10
*
Convert copyright headers to REUSE
Linus Jahn
2022-01-14
16
-352
/
+48
*
Update copyright years (2022 edition)
Linus Jahn
2022-01-09
16
-16
/
+16
*
Replace qAsConst by std::as_const
Linus Jahn
2021-03-17
2
-3
/
+3
*
Update copyright headers to 2021
Linus Jahn
2021-02-19
16
-16
/
+16
*
server: Add 'to' and 'from' attributes to dialback init stream header (#324)
Alexander Akulich
2021-01-02
1
-2
/
+5
*
Port remaining Qt-6-removed APIs
Linus Jahn
2020-10-10
2
-2
/
+5
*
Replace deprecated QSslSocket::error signal
Linus Jahn
2020-07-03
1
-0
/
+4
*
Add \since tags for QXmpp 0.9 everywhere
Linus Jahn
2020-04-06
1
-2
/
+8
*
Make QXmpp work with projects using QT_NO_KEYWORDS
Linus Jahn
2020-02-11
5
-13
/
+13
*
doc: Use XEP links everywhere
Linus Jahn
2020-02-11
1
-1
/
+1
*
Fix undocumented Q_PROPERTies
Linus Jahn
2020-02-04
2
-3
/
+3
*
Run clang-format also on all cpp files
Linus Jahn
2020-02-03
8
-150
/
+106
*
clang-format: Enable regrouping and sorting of includes
Linus Jahn
2020-02-03
12
-47
/
+52
*
Replace manual xmlns writing by writeDefaultNamespace()
Linus Jahn
2020-01-29
1
-1
/
+1
*
server: Replace manual checks and hard-coded XML by QXmppStartTlsPacket
Linus Jahn
2020-01-20
3
-33
/
+19
*
Port majority of old-style connects (#237)
JBB
2020-01-20
5
-83
/
+49
*
Bump copyright year to 2020
Linus Jahn
2020-01-06
16
-16
/
+16
*
Add a .clang-format somewhat close to the current style
0xd34df00d
2019-12-23
6
-11
/
+11
*
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
[next]