summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-04Print names and shorter timestamps in xmpp.eldefanor
2021-08-29Update to Debian 11 versions of dependenciesdefanor
2021-05-07Free events on their removaldefanor
2021-05-05Free memory after parsing SASL-decoded datadefanor
2021-03-10Allow to choose which OpenPGP keys to use for signingdefanor
2021-03-02Initiate connection from the rexmpp_run functiondefanor
2021-02-28Add the initial Emacs interfacedefanor
2021-02-13Don't try to reconnect on TCP errors while closing a streamdefanor
2021-02-13Add rexmpp_pubsub.h into include_HEADERSdefanor
2021-02-13Handle carbons-forwarded messages in the console moduledefanor
2021-02-12Add a few XEP-0060 (pubsub) helper functionsdefanor
2021-02-12Set log_function on initialisationdefanor
2021-02-11Group MUC and key management console commandsdefanor
2021-02-11Add initial JID checksdefanor
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