about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Profani-tty has rebornDaniel Santos2023-07-011-12/+12
* Revert "Merge pull request #1821 from mdosch/use-proper-ellipsis-char"Daniel Santos2023-07-011-1/+1
* fix memory leaksSteffen Jaeckel2023-05-101-0/+2
* Add sessions_alarmJohn Hernandez2023-04-181-0/+6
* User proper ellipsis charMartin Dosch2023-04-091-1/+1
* simplify some codeSteffen Jaeckel2023-03-111-5/+1
* remove compat codeSteffen Jaeckel2023-03-111-15/+0
* prevent setting invalid combination of libstrophe flagsSteffen Jaeckel2023-01-271-2/+10
* add `/strophe` command to modify libstrophe-specific settingsSteffen Jaeckel2023-01-181-7/+17
* Update copyright yearMichael Vetter2023-01-101-1/+1
* fixup 11f52ad5474c7adb7f11df5b0c318597e4150312Steffen Jaeckel2022-08-081-3/+6
* integrate XEP-0198 Stream-ManagementSteffen Jaeckel2022-08-081-0/+25
* 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