Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ox: Use connection_create_stanza_id() instead of xmpp_uuid_gen() | Michael Vetter | 2022-05-03 | 1 | -4/+4 | |
* | ox: use iq_id_handler_add instead of xmpp_id_handler_add | Michael Vetter | 2022-05-03 | 1 | -6/+6 | |
* | ox: use iq_send_stanza instead of xmpp_send | Michael Vetter | 2022-05-03 | 1 | -4/+10 | |
* | ox: use pubsub acces model open when announce ox public key | Michael Vetter | 2022-05-03 | 1 | -0/+7 | |
* | Merge branch 'master' into add_stamp_settings | Michael Vetter | 2022-04-28 | 3 | -163/+74 | |
|\ | ||||||
| * | ox: dont print empty body message | Michael Vetter | 2022-04-27 | 1 | -3/+3 | |
| * | Merge pull request #1699 from profanity-im/1698-fixoxabrt | Michael Vetter | 2022-04-27 | 1 | -1/+5 | |
| |\ | ||||||
| | * | ox: print invalid fingerprint instead of aborting | Michael Vetter | 2022-04-27 | 1 | -1/+5 | |
| * | | ox: remove comment | Michael Vetter | 2022-04-27 | 1 | -4/+0 | |
| |/ | ||||||
| * | 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 | |
* | | Rename stamp preference variable | Michael Vetter | 2022-04-28 | 1 | -1/+1 | |
* | | add /stamp command | Artjom Vejsel | 2022-04-02 | 1 | -0/+6 | |
|/ | ||||||
* | 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 |