index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Commit message (
Collapse
)
Author
Age
Files
Lines
*
change version in pkgconfig file to 0.1.91
Jeremy Lainé
2010-08-10
1
-1
/
+1
|
*
remove "documentation" target, it does not work as expected
Jeremy Lainé
2010-08-10
1
-5
/
+1
|
*
fix path to HTML output
Jeremy Lainé
2010-08-10
1
-1
/
+1
|
*
distribute API documentation
Jeremy Lainé
2010-08-10
2
-2
/
+6
|
*
cleanup licensing
Jeremy Lainé
2010-08-10
6
-6
/
+6
|
*
reassign copyright to "The QXmpp developers"
Jeremy Lainé
2010-08-10
80
-80
/
+80
|
*
improve documentation of setClientPresence
Jeremy Lainé
2010-08-10
1
-1
/
+6
|
*
move deprecated functions to end and strip documentation
Jeremy Lainé
2010-08-10
1
-56
/
+41
|
*
deprecate convenience setClientPresence() methods
Jeremy Lainé
2010-08-10
1
-7
/
+6
|
*
touchup doxygen documentation
Jeremy Lainé
2010-08-10
1
-1
/
+1
|
*
touchup doxygen documentation
Jeremy Lainé
2010-08-10
2
-3
/
+3
|
*
document the QXmppVersionIq class
Jeremy Lainé
2010-08-10
1
-0
/
+21
|
*
deprecate QXmppClient::getClientPresence
Jeremy Lainé
2010-08-10
3
-17
/
+25
|
*
RPC: splitting methodName should not be done at the QXmppRpcIq level,
Jeremy Lainé
2010-08-10
4
-26
/
+20
|
|
|
|
|
|
it is perfectly legitimate to not use the INTERFACE.METHOD convention in a Jabber-RPC IQ
*
fix copyright statement
Jeremy Lainé
2010-08-10
1
-15
/
+19
|
*
unify copyright / license headers
Jeremy Lainé
2010-08-10
4
-38
/
+92
|
*
hide internals from doxygen
Jeremy Lainé
2010-08-10
1
-0
/
+4
|
*
parse/serialise XML-RPC faults
Jeremy Lainé
2010-08-10
2
-12
/
+88
|
*
merge xmlrpc.cpp into QXmppRpcIq.cpp
Jeremy Lainé
2010-08-10
5
-430
/
+239
|
*
test XML-RPC invoke/response IQs
Jeremy Lainé
2010-08-10
2
-3
/
+54
|
*
add a pkg-config file for qxmpp
Jeremy Lainé
2010-08-10
2
-3
/
+17
|
*
add code documentation for QXmppArchiveManager
Jeremy Lainé
2010-08-10
2
-1
/
+17
|
*
add explicit copyright to QXmppNonSASLAuth
Jeremy Lainé
2010-08-09
2
-0
/
+46
|
*
add explicity copyright for QXmppIbbIq
Jeremy Lainé
2010-08-09
2
-1
/
+48
|
*
add rules for installation of library and headers
Jeremy Lainé
2010-08-09
1
-0
/
+6
|
*
add support for parsing additional STUN attributes
Jeremy Lainé
2010-08-09
2
-75
/
+229
|
*
deprecated QXmppClient::getConfiguration
Jeremy Lainé
2010-08-09
4
-14
/
+16
|
*
rename library from "QXmppClient" to "qxmpp"
Jeremy Lainé
2010-08-09
1
-2
/
+2
|
*
XML RPC spec we should encode booleans as "1" or "0", not "true" or "false"
Jeremy Lainé
2010-08-09
1
-2
/
+2
|
*
add support for "nil" in XML-RPC
Jeremy Lainé
2010-08-09
1
-2
/
+8
|
*
fix and test QDateTime representation in XML-RPC
Jeremy Lainé
2010-08-09
1
-1
/
+1
|
*
allow XML-RPC to be tested
Jeremy Lainé
2010-08-09
2
-5
/
+9
|
*
tighten XML RPC parsing
Jeremy Lainé
2010-08-09
1
-6
/
+6
|
*
only expect a single reply value
Jeremy Lainé
2010-08-09
1
-1
/
+2
|
*
rework internal XML RPC APIs
Jeremy Lainé
2010-08-09
6
-60
/
+70
|
*
further cleanup of XMP RPC code
Jeremy Lainé
2010-08-09
4
-17
/
+18
|
*
simplify XML RPC code
Jeremy Lainé
2010-08-09
3
-109
/
+68
|
*
simplify XML RPC code
Jeremy Lainé
2010-08-09
3
-114
/
+78
|
*
prune more dead XML RPC code
Jeremy Lainé
2010-08-09
2
-87
/
+38
|
*
prune dead XML RPC code
Jeremy Lainé
2010-08-09
2
-100
/
+2
|
*
whitespace cleanup
Jeremy Lainé
2010-08-09
2
-317
/
+320
|
*
convert tabs to spaces
Jeremy Lainé
2010-08-09
2
-304
/
+304
|
*
remove XMLRPC::FaultMessage, it is not used
Jeremy Lainé
2010-08-09
2
-36
/
+0
|
*
rename RPC IQ accessors starting with "get"
Jeremy Lainé
2010-08-09
4
-20
/
+19
|
*
move Jabber-RPC handling alongside other extensions
Jeremy Lainé
2010-08-09
1
-19
/
+21
|
*
start moving some code to QXmppStreamPrivate
Jeremy Lainé
2010-08-09
2
-26
/
+35
|
*
whitespace cleanup
Jeremy Lainé
2010-08-09
1
-1
/
+1
|
*
check SSL is available before enabling TLS
Jeremy Lainé
2010-08-09
1
-5
/
+13
|
*
clarify StartTls code
Jeremy Lainé
2010-08-09
2
-34
/
+26
|
*
inline sendAuthPlain and sendAuthMd5, they don't really help readability
Jeremy Lainé
2010-08-09
2
-21
/
+10
|
[next]