Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | User proper ellipsis char | Martin Dosch | 2023-04-09 | 1 | -1/+1 |
* | simplify some code | Steffen Jaeckel | 2023-03-11 | 1 | -5/+1 |
* | remove compat code | Steffen Jaeckel | 2023-03-11 | 1 | -15/+0 |
* | prevent setting invalid combination of libstrophe flags | Steffen Jaeckel | 2023-01-27 | 1 | -2/+10 |
* | add `/strophe` command to modify libstrophe-specific settings | Steffen Jaeckel | 2023-01-18 | 1 | -7/+17 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 1 | -1/+1 |
* | fixup 11f52ad5474c7adb7f11df5b0c318597e4150312 | Steffen Jaeckel | 2022-08-08 | 1 | -3/+6 |
* | integrate XEP-0198 Stream-Management | Steffen Jaeckel | 2022-08-08 | 1 | -0/+25 |
* | Update copyright year | Michael Vetter | 2022-05-09 | 1 | -1/+1 |
* | clean-up connection (act I) | Steffen Jaeckel | 2022-03-30 | 1 | -152/+63 |
* | also store PEM in `TLSCertificate` | Steffen Jaeckel | 2022-03-22 | 1 | -1/+2 |
* | prevent segfault | Steffen Jaeckel | 2022-03-13 | 1 | -4/+8 |
* | Set libstrophe log verbosity | Michael Vetter | 2022-02-21 | 1 | -0/+1 |
* | Fix off-by-one | Steffen Jaeckel | 2022-02-01 | 1 | -2/+2 |
* | add missing IPv6 handling | Steffen Jaeckel | 2022-02-01 | 1 | -5/+22 |
* | add fall-back for older GLib versions | Steffen Jaeckel | 2022-02-01 | 1 | -18/+54 |
* | handle `see-other-host` XMPP stream error | Steffen Jaeckel | 2022-02-01 | 1 | -0/+72 |
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -1/+1 |
* | use new libstrophe API | Steffen Jaeckel | 2021-10-27 | 1 | -43/+23 |
* | first step to remove libmesode | Steffen Jaeckel | 2021-10-27 | 1 | -6/+0 |
* | Format new register code correctly | Michael Vetter | 2021-10-13 | 1 | -30/+33 |
* | Merge pull request #1574 from binex-dsk/master | Michael Vetter | 2021-10-13 | 1 | -1/+356 |
|\ | |||||
| * | registration: memory leaks, error checking | swirl | 2021-10-13 | 1 | -4/+5 |
| * | fixed crashes when server doesn't support registration | swirl | 2021-10-10 | 1 | -1/+1 |
| * | registration: remove auth param and excess functions | swirl | 2021-08-17 | 1 | -114/+1 |
| * | REGISTRATION FIXED | Michael Vetter | 2021-08-17 | 1 | -8/+8 |
| * | progress on fixing registration | swirl | 2021-08-17 | 1 | -4/+5 |
| * | hacky fix(?) for register | swirl | 2021-08-17 | 1 | -1/+346 |
| * | fixed some bugs, added some more | swirl | 2021-08-17 | 1 | -1/+16 |
| * | initial register command test | swirl | 2021-08-17 | 1 | -0/+106 |
* | | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -3/+3 |
|/ | |||||
* | Goodbye beautiful IDs | Michael Vetter | 2021-04-14 | 1 | -22/+10 |
* | Add command to change password of logged in user | Thorben Günther | 2021-03-11 | 1 | -0/+13 |
* | Logging [CONNECTION] | Stefan | 2021-03-09 | 1 | -0/+1 |
* | Require libstrophe/libmesode 0.10.0 | Michael Vetter | 2020-09-30 | 1 | -8/+0 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -88/+114 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -118/+92 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -92/+118 |
* | Fix reading/writing linked files | Michael Vetter | 2020-06-13 | 1 | -1/+1 |
* | Make legacy auth optional | Dmitry Podgorny | 2020-06-11 | 1 | -0/+9 |
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 1 | -6/+28 |
* | Add and use connection_get_barejid() | Michael Vetter | 2020-05-25 | 1 | -0/+12 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | Display ownership of connection_get_profanity_identifier | Michael Vetter | 2019-10-22 | 1 | -1/+1 |
* | Use UUID in origin-id and id | Michael Vetter | 2019-10-22 | 1 | -5/+5 |
* | Set prof_ident to NULL after free | Michael Vetter | 2019-10-21 | 1 | -1/+2 |
* | Rename _calculate_identifier to _compute_identifier | Michael Vetter | 2019-10-20 | 1 | -3/+3 |
* | Rename random_bytes to profanity_instance_id | Michael Vetter | 2019-10-19 | 1 | -6/+6 |
* | Free hmac and msgid | Michael Vetter | 2019-10-19 | 1 | -0/+3 |
* | Free prof_identifier in case of reconnect | Michael Vetter | 2019-10-19 | 1 | -0/+3 |