Age | Commit message (Collapse) | Author |
|
|
|
|
|
See CMP0037
|
|
Was causing the event to not be removed in case of connection failure, which
lead to a dangling timed event named “timeout-1”, which was called later, by
some other SocketHandler for which even the socket creation failed (so, its
socket is -1), with a pointer to the previous SocketHandler which has
disappeared for a long time: segmentation fault etc.
|
|
|
|
ref #2455
|
|
|
|
A result or an error, depending on the type of message
|
|
|
|
|
|
This actually makes the session_manager be useful, and saves a few octets of
memory for the other ones
|
|
|
|
For example, both JID #chan%server@biboumi/Toto and toto!server@biboumi are
equivalent, except that if you send a message to the first one, subsequent
messages coming from the user toto will come from that same JID. This is
done to be consistent for the XMPP user, and respond from the same JID than
the 'to' of the first message.
fix #2468
|
|
|
|
|
|
|
|
IRC users and channels are now distinguished by the separator used in the
IID (% or !).
ref #2468
|
|
|
|
ref #2521
|
|
ref #2521
|
|
fix #2541
|
|
|
|
|
|
|
|
fix #2539
|
|
|
|
|
|
For now, it tries two TLS ports and then connects to the non-tls port. In
the future we would like the user to be able to configure that.
fix #2435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #2452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have two basic example commands. But it’s not entirely finished because
there are some error checks that we don’t do.
ref #2521
|
|
|
|
|
|
fix #2469
|
|
|
|
|