summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-20Add rexmpp_xml_parsedefanor
2020-11-20Add XEP-0373 message verificationdefanor
2020-11-20Use gmtime_r instead of gmtimedefanor
2020-11-20Fix signcrypt's random padding's length, check for errorsdefanor
2020-11-20Don't include own JID into <signcrypt/>, always encrypt for selfdefanor
2020-11-19Sign messages with appropriate keysdefanor
2020-11-19Implement XEP-0373: OpenPGP for XMPPdefanor
2020-11-18Fill disco_info just before usedefanor
2020-11-17Support XEP-0163 (PEP) and XEP-0172 (User Nickname)defanor
2020-11-17Add initial JID parsingdefanor
2020-11-16Update headersdefanor
2020-11-14Remove the c-ares dependencydefanor
2020-11-13Switch from c-ares to libunbounddefanor
2020-11-12Check server certificates using DANE (TLSA)defanor
2020-09-30Fix stanza queue cleanupdefanor
2020-09-28Adjust rexmpp_send return valuesdefanor
2020-09-18Close saving context on XML serializationdefanor
2020-09-18Introduce XML input queuedefanor
2020-08-31Don't shift reconnect timeout by attempt number if it's too highdefanor
2020-08-23Add a log record for running out of candidate hostsdefanor
2020-07-19Document a few functions and the weechat plugindefanor
2020-07-05Add presence trackingdefanor
2020-07-04Fill weechat nicklistsdefanor
2020-06-24Don't deinit gnutls session on REXMPP_TLS_AWAITING_DIRECTdefanor
2020-06-04Implement XEP-0199: XMPP Pingdefanor
2020-06-04Allow gnutls_session_set_data to faildefanor
2020-06-01Add a crude WeeChat plugindefanor
2020-05-30Remove callback functions from rexmpp_init argumentsdefanor
2020-05-26Fix conditions in rexmpp_tcp_conn_timeout and rexmpp_tcp_conn_fdsdefanor
2020-05-09Wrap the SASL property callbackdefanor
2020-04-06Check node in incoming disco requestsdefanor
2020-04-02Check JIDs in IQ repliesdefanor
2020-03-29Send "unavailable" presence before disconnectdefanor
2020-03-29Add initial Entity Capabilities supportdefanor
2020-03-28Handle service discovery requestsdefanor
2020-03-28Check "from" on roster pushdefanor
2020-03-27Move roster functions into a separate filedefanor
2020-03-27Add optional roster cachingdefanor
2020-03-25Add initial roster management functionalitydefanor
2020-03-12Add feature configurationdefanor
2020-03-05Annotate a few rexmpp.h enumsdefanor
2020-03-03Elaborate rexmpp_run state checksdefanor
2020-03-03Adjust the recv loop conditiondefanor
2020-03-02Add rexmpp_process_socks_errdefanor
2020-03-02Schedule a reconnect on TLS failuredefanor
2020-03-02Improve reconnect timingsdefanor
2020-03-02Verify X.509 certificatesdefanor
2020-03-01Allow manual (non-SRV) server configurationdefanor
2020-03-01Annotate IQ-related thingsdefanor
2020-03-01Annotate the SOCKS moduledefanor