about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMichael Vetter2022-05-091-1/+1
* clean-up connection (act I)Steffen Jaeckel2022-03-301-152/+63
* also store PEM in `TLSCertificate`Steffen Jaeckel2022-03-221-1/+2
* prevent segfaultSteffen Jaeckel2022-03-131-4/+8
* Set libstrophe log verbosityMichael Vetter2022-02-211-0/+1
* Fix off-by-oneSteffen Jaeckel2022-02-011-2/+2
* add missing IPv6 handlingSteffen Jaeckel2022-02-011-5/+22
* add fall-back for older GLib versionsSteffen Jaeckel2022-02-011-18/+54
* handle `see-other-host` XMPP stream errorSteffen Jaeckel2022-02-011-0/+72
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* use new libstrophe APISteffen Jaeckel2021-10-271-43/+23
* first step to remove libmesodeSteffen Jaeckel2021-10-271-6/+0
* Format new register code correctlyMichael Vetter2021-10-131-30/+33
* Merge pull request #1574 from binex-dsk/masterMichael Vetter2021-10-131-1/+356
|\
| * registration: memory leaks, error checkingswirl2021-10-131-4/+5
| * fixed crashes when server doesn't support registrationswirl2021-10-101-1/+1
| * registration: remove auth param and excess functionsswirl2021-08-171-114/+1
| * REGISTRATION FIXEDMichael Vetter2021-08-171-8/+8
| * progress on fixing registrationswirl2021-08-171-4/+5
| * hacky fix(?) for registerswirl2021-08-171-1/+346
| * fixed some bugs, added some moreswirl2021-08-171-1/+16
| * initial register command testswirl2021-08-171-0/+106
* | Format code correctlyMichael Vetter2021-10-051-3/+3
|/
* Goodbye beautiful IDsMichael Vetter2021-04-141-22/+10
* Add command to change password of logged in userThorben Günther2021-03-111-0/+13
* Logging [CONNECTION]Stefan2021-03-091-0/+1
* Require libstrophe/libmesode 0.10.0Michael Vetter2020-09-301-8/+0
* Apply coding styleMichael Vetter2020-07-071-88/+114
* Revert "Apply coding style"Michael Vetter2020-07-071-118/+92
* Apply coding styleMichael Vetter2020-07-071-92/+118
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Make legacy auth optionalDmitry Podgorny2020-06-111-0/+9
* Add option for legacy authenticationDmitry Podgorny2020-06-051-6/+28
* Add and use connection_get_barejid()Michael Vetter2020-05-251-0/+12
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Display ownership of connection_get_profanity_identifierMichael Vetter2019-10-221-1/+1
* Use UUID in origin-id and idMichael Vetter2019-10-221-5/+5
* Set prof_ident to NULL after freeMichael Vetter2019-10-211-1/+2
* Rename _calculate_identifier to _compute_identifierMichael Vetter2019-10-201-3/+3
* Rename random_bytes to profanity_instance_idMichael Vetter2019-10-191-6/+6
* Free hmac and msgidMichael Vetter2019-10-191-0/+3
* Free prof_identifier in case of reconnectMichael Vetter2019-10-191-0/+3
* Change origin-id/id algoMichael Vetter2019-10-181-10/+10
* Log incoming MUC messages if origin-id sais they dont come from usMichael Vetter2019-10-181-10/+7
* Remove prefix from stanza idMichael Vetter2019-10-171-1/+1
* Change algo for connection_create_stanza_id()Michael Vetter2019-10-171-7/+11
* Change connection_create_stanza_id()Michael Vetter2019-10-171-11/+11
* Calculate identifier upon connectMichael Vetter2019-10-161-5/+28
* Rename identification fileMichael Vetter2019-10-161-1/+2
* Use random string for random-bytes identifierMichael Vetter2019-10-161-4/+5