Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo Annonuce -> Announce | Michael Vetter | 2022-04-14 | 1 | -4/+4 |
* | Fix typo: paylod -> payload | Michael Vetter | 2022-04-12 | 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 |
* | Merge pull request #1644 from profanity-im/ox-polish | Michael Vetter | 2022-03-21 | 1 | -43/+44 |
|\ | |||||
| * | ox: remove else case | Michael Vetter | 2022-02-24 | 1 | -43/+44 |
* | | prevent segfault | Steffen Jaeckel | 2022-03-13 | 1 | -4/+8 |
|/ | |||||
* | Set libstrophe log verbosity | Michael Vetter | 2022-02-21 | 1 | -0/+1 |
* | Fix typos in comments | Michael Vetter | 2022-02-18 | 1 | -1/+1 |
* | fix handling of connection errors | Steffen Jaeckel | 2022-02-08 | 1 | -3/+2 |
* | 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 | 5 | -2/+110 |
* | auto-format | Steffen Jaeckel | 2022-02-01 | 7 | -11/+11 |
* | session: combine internal free-functions | Steffen Jaeckel | 2022-02-01 | 1 | -12/+8 |
* | XEP-0107: User Mood - Clean mood | Stefan Kropp | 2022-01-30 | 1 | -8/+9 |
* | presence: guard against invalid input | Michael Vetter | 2022-01-27 | 1 | -3/+12 |
* | omemo: log when no pubsub | Michael Vetter | 2021-12-13 | 1 | -0/+4 |
* | Merge branch 'master' into xep/xep0107-user-mood | Michael Vetter | 2021-12-06 | 2 | -2/+10 |
|\ | |||||
| * | Fix carbons criteria | Michael Vetter | 2021-11-25 | 2 | -2/+10 |
* | | xep-0107: adapting the pubsub/headline code | Michael Vetter | 2021-12-06 | 1 | -2/+3 |
* | | xep-0107: code review | DebXWoody | 2021-12-06 | 3 | -17/+19 |
* | | Add xep-0107: User Mood support | DebXWoody | 2021-12-06 | 4 | -1/+97 |
|/ | |||||
* | use new libstrophe API | Steffen Jaeckel | 2021-10-27 | 2 | -45/+23 |
* | first step to remove libmesode | Steffen Jaeckel | 2021-10-27 | 14 | -84/+0 |
* | Format new register code correctly | Michael Vetter | 2021-10-13 | 7 | -37/+34 |
* | Merge pull request #1574 from binex-dsk/master | Michael Vetter | 2021-10-13 | 7 | -2/+408 |
|\ | |||||
| * | registration: memory leaks, error checking | swirl | 2021-10-13 | 2 | -6/+6 |
| * | 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 | 5 | -189/+2 |
| * | 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 | 3 | -2/+351 |
| * | fixed some bugs, added some more | swirl | 2021-08-17 | 5 | -4/+67 |
| * | initial register command test | swirl | 2021-08-17 | 6 | -0/+180 |
* | | Format code correctly | Michael Vetter | 2021-10-05 | 7 | -32/+26 |
* | | Fix history timestamp | MarcoPolo-PasTonMolo | 2021-10-05 | 1 | -6/+6 |
* | | Fix typos | Michael Vetter | 2021-09-22 | 1 | -2/+2 |
* | | Fix memleak | Paul Fariello | 2021-08-20 | 1 | -0/+2 |
* | | Log error received while publishing OMEMO device list | Paul Fariello | 2021-08-20 | 1 | -1/+2 |
* | | OMEMO: Fix precondition-not-met handling | Paul Fariello | 2021-08-19 | 2 | -6/+15 |
* | | Create devicelist if it doesn't exists | Paul Fariello | 2021-08-19 | 1 | -1/+18 |
* | | OMEMO: try device list creation and reconfigure on precondition-not-met | Paul Fariello | 2021-08-19 | 2 | -6/+25 |
* | | Ensure devicelist access model is configured before updating it | Paul Fariello | 2021-08-19 | 2 | -23/+93 |
|/ | |||||
* | XEP-0377: Add forgotten namespace | Michael Vetter | 2021-07-01 | 2 | -0/+2 |
* | Merge pull request #1566 from DebXWoody/bugfixing/ox | Michael Vetter | 2021-07-01 | 2 | -42/+51 |
|\ | |||||
| * | OX bug fix | DebXWoody | 2021-07-01 | 1 | -18/+17 |
| * | OX bug fixing | DebXWoody | 2021-06-29 | 1 | -6/+7 |
| * | Bugfixes for OX implementation | DebXWoody | 2021-06-28 | 2 | -33/+42 |