about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Format new register code correctlyMichael Vetter2021-10-137-37/+34
* Merge pull request #1574 from binex-dsk/masterMichael Vetter2021-10-137-2/+408
|\
| * registration: memory leaks, error checkingswirl2021-10-132-6/+6
| * fixed crashes when server doesn't support registrationswirl2021-10-101-1/+1
| * registration: remove auth param and excess functionsswirl2021-08-175-189/+2
| * REGISTRATION FIXEDMichael Vetter2021-08-171-8/+8
| * progress on fixing registrationswirl2021-08-171-4/+5
| * hacky fix(?) for registerswirl2021-08-173-2/+351
| * fixed some bugs, added some moreswirl2021-08-175-4/+67
| * initial register command testswirl2021-08-176-0/+180
* | Format code correctlyMichael Vetter2021-10-057-32/+26
* | Fix history timestampMarcoPolo-PasTonMolo2021-10-051-6/+6
* | Fix typosMichael Vetter2021-09-221-2/+2
* | Fix memleakPaul Fariello2021-08-201-0/+2
* | Log error received while publishing OMEMO device listPaul Fariello2021-08-201-1/+2
* | OMEMO: Fix precondition-not-met handlingPaul Fariello2021-08-192-6/+15
* | Create devicelist if it doesn't existsPaul Fariello2021-08-191-1/+18
* | OMEMO: try device list creation and reconfigure on precondition-not-metPaul Fariello2021-08-192-6/+25
* | Ensure devicelist access model is configured before updating itPaul Fariello2021-08-192-23/+93
|/
* XEP-0377: Add forgotten namespaceMichael Vetter2021-07-012-0/+2
* Merge pull request #1566 from DebXWoody/bugfixing/oxMichael Vetter2021-07-012-42/+51
|\
| * OX bug fixDebXWoody2021-07-011-18/+17
| * OX bug fixingDebXWoody2021-06-291-6/+7
| * Bugfixes for OX implementationDebXWoody2021-06-282-33/+42
* | Add option to only allow messages from jids in rosterMichael Vetter2021-07-011-0/+22
* | Merge pull request #1569 from profanity-im/feature/1434-spam-reportingMichael Vetter2021-07-014-4/+40
|\ \
| * | Mention feature details when not supportedMichael Vetter2021-07-011-2/+2
| * | Add XEP-0377: Spam ReportingMichael Vetter2021-07-013-2/+38
* | | Merge pull request #1529 from dustinlagoy/access-roster-from-pluginsMichael Vetter2021-07-012-0/+25
|\ \ \ | |/ / |/| |
| * | Add plugin prof_get_nick_from_roster functionDustin Lagoy2021-04-282-0/+25
* | | XEP-0157: Print all available addressesMichael Vetter2021-06-301-5/+18
* | | XEP-0157: Print contact addressesMichael Vetter2021-06-303-20/+14
* | | XEP-0157: Parse contact address stanzaMichael Vetter2021-06-293-4/+56
| |/ |/|
* | XEP-0353: Display a notice when receiving a callMichael Vetter2021-06-092-0/+26
* | Add command to show single bookmark detailsMichael Vetter2021-06-092-0/+8
* | Message received without body error logDebXWoody2021-06-031-2/+2
* | OMEMO - Unable to publish own device listDebXWoody2021-06-011-0/+16
* | Improved OMEMO loggingDebXWoody2021-05-282-8/+17
* | message: correct type checkingMichael Vetter2021-05-141-1/+1
|/
* Goodbye beautiful IDsMichael Vetter2021-04-143-30/+18
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-5/+3
* Add config.h in files were it was missingMichael Vetter2021-03-2611-0/+22
* iq: use define for 'cancel'Michael Vetter2021-03-261-2/+2
* message: parse stanzaid in MUC caseMichael Vetter2021-03-251-1/+9
* ox: fix memleak in ox_announce_public_keyMichael Vetter2021-03-251-1/+3
* message: make _handle_error saferMichael Vetter2021-03-251-2/+4
* avatar: make _avatar_request_item_result_handler saferMichael Vetter2021-03-251-0/+4
* avatar: make _avatar_metadata_handler saferMichael Vetter2021-03-251-11/+20
* ox: make _ox_public_key_result saferMichael Vetter2021-03-251-5/+15
* ox: guard printing of fingerprintMichael Vetter2021-03-251-1/+3