summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-11Add stricter checks for '/' and '@' positions in JIDsdefanor
2021-02-11Allow to reupload OpenPGP keys, without stripping signaturesdefanor
2021-02-08Adjust and document XEP-0373 APIdefanor
2021-02-07Add dedicated functions for message signing and encryptiondefanor
2021-02-07Add rexmpp_openpgp_set_signers functiondefanor
2021-02-07Use gsasl_nonce for random paddingdefanor
2021-02-07Use gpgme_key_unref instead of gpgme_key_releasedefanor
2021-02-07Clear the list of signers before filling it againdefanor
2021-02-07Delete OpenPGP key node on key retractiondefanor
2021-02-07Add the rexmpp_openpgp_retract_key functiondefanor
2021-02-07Only attempt to sign messages with available secret keysdefanor
2021-02-07Add the rexmpp_openpgp_set_home_dir utility functiondefanor
2021-02-07Accept IQ replies without "from" attributedefanor
2021-01-19Add XEP-0373 (OpenPGP for XMPP) implementation notesdefanor
2021-01-06Print presence "show" and "status" in the consoledefanor
2020-12-02Set 'id' attributes for a few 'presence' stanzasdefanor
2020-11-30Add "leave" and "gtell" console commandsdefanor
2020-11-30Reconnect on "reset" and "system-shutdown" stream errorsdefanor
2020-11-29Assign random instead of sequential stanza IDsdefanor
2020-11-26Introduce rexmpp_strerrordefanor
2020-11-26Propagate more errors backdefanor
2020-11-25Show presences in roster listingdefanor
2020-11-25rexmpp_console: handle roster and subscription managementdefanor
2020-11-23Use stricter compiler checksdefanor
2020-11-23Add rexmpp_console_on_rundefanor
2020-11-22Add the console moduledefanor
2020-11-20Handle XEP-0402: PEP Native Bookmarksdefanor
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