Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix handling of connection errors | Steffen Jaeckel | 2022-02-08 | 1 | -3/+2 |
* | Remove banned muc member from member list | Michael Vetter | 2022-02-02 | 1 | -0/+4 |
* | 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 | 20 | -132/+134 |
* | session: combine internal free-functions | Steffen Jaeckel | 2022-02-01 | 1 | -12/+8 |
* | command: change user mood clearing message | Michael Vetter | 2022-02-01 | 1 | -1/+1 |
* | command: rename /mood clean to /mood clear | Michael Vetter | 2022-02-01 | 3 | -5/+5 |
* | command: adapt mood description | Michael Vetter | 2022-01-30 | 1 | -3/+3 |
* | XEP-0107: User Mood - Clean mood | Stefan Kropp | 2022-01-30 | 4 | -14/+22 |
* | presence: guard against invalid input | Michael Vetter | 2022-01-27 | 1 | -3/+12 |
* | database.c: fix inserting messages to chat logs if archive_id is empty | Juraj Mlich | 2021-12-31 | 1 | -1/+1 |
* | 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 | 5 | -9/+23 |
|\ | |||||
| * | Merge pull request #1610 from nandesu-utils/master | Michael Vetter | 2021-11-30 | 1 | -4/+10 |
| |\ | |||||
| | * | Refined sender device acquirement | nandesu-utils | 2021-10-29 | 1 | -5/+7 |
| | * | Acquire sender's device list on connection | nandesu-utils | 2021-10-28 | 1 | -4/+8 |
| * | | Merge pull request #1616 from trofi/master | Michael Vetter | 2021-11-26 | 2 | -3/+3 |
| |\ \ | |||||
| | * | | python_api.c: enlarge `c_arguments` array to avoid OOB write | Sergei Trofimovich | 2021-11-26 | 1 | -1/+1 |
| | * | | src/plugins/python_api.c: drop redundant NULL pointer check | Sergei Trofimovich | 2021-11-18 | 1 | -1/+1 |
| | * | | src/plugins/callbacks.c: drop redundant NULL pointer check | Sergei Trofimovich | 2021-11-18 | 1 | -1/+1 |
| * | | | 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: adjust help | Michael Vetter | 2021-12-06 | 1 | -5/+5 |
* | | | xep-0107: code review | DebXWoody | 2021-12-06 | 6 | -33/+33 |
* | | | Add xep-0107: User Mood support | DebXWoody | 2021-12-06 | 8 | -1/+240 |
|/ / | |||||
* | | Cleanup _get_message_from_editor a bit | Michael Vetter | 2021-11-01 | 1 | -5/+12 |
* | | Fix OMEMO /sendfile on non-glibc systems | nlfx | 2021-11-01 | 1 | -1/+1 |
* | | auto-format | Steffen Jaeckel | 2021-10-27 | 2 | -3/+2 |
* | | use new libstrophe API | Steffen Jaeckel | 2021-10-27 | 2 | -45/+23 |
* | | first step to remove libmesode | Steffen Jaeckel | 2021-10-27 | 16 | -114/+0 |
|/ | |||||
* | Merge pull request #1607 from profanity-im/utf8indicatorchar | Michael Vetter | 2021-10-22 | 7 | -229/+201 |
|\ | |||||
| * | Allow utf8 in occupants header char | Michael Vetter | 2021-10-22 | 6 | -29/+24 |
| * | Allow utf8 in occupants char | Michael Vetter | 2021-10-22 | 6 | -29/+25 |
| * | Allow utf8 in roster room private char | Michael Vetter | 2021-10-22 | 6 | -27/+22 |
| * | Allow utf8 in roster rooms char | Michael Vetter | 2021-10-22 | 6 | -29/+24 |
| * | Allow utf8 in roster private char | Michael Vetter | 2021-10-22 | 6 | -27/+22 |
| * | Allow utf8 in roster resource char | Michael Vetter | 2021-10-22 | 6 | -30/+28 |
| * | Allow utf8 in roster contact char | Michael Vetter | 2021-10-22 | 6 | -33/+28 |
| * | Allow utf8 in roster header char | Michael Vetter | 2021-10-21 | 6 | -29/+32 |
* | | Merge pull request #1601 from MarcoPolo-PasTonMolo/master | Michael Vetter | 2021-10-22 | 6 | -55/+145 |
|\ \ | |/ |/| | |||||
| * | Move declaration and definition of win_get_last_sent_message to the correct p... | MarcoPolo-PasTonMolo | 2021-10-22 | 5 | -32/+33 |
| * | Remove autocomplete for /correct-editor | MarcoPolo-PasTonMolo | 2021-10-21 | 4 | -31/+18 |
| * | Export common code to helper functions | MarcoPolo-PasTonMolo | 2021-10-17 | 1 | -122/+72 |
| * | Add /correct-editor command | MarcoPolo-PasTonMolo | 2021-10-07 | 4 | -1/+153 |
* | | Format new register code correctly | Michael Vetter | 2021-10-13 | 13 | -43/+34 |
* | | Merge pull request #1574 from binex-dsk/master | Michael Vetter | 2021-10-13 | 13 | -2/+506 |
|\ \ | |/ |/| | |||||
| * | registration: memory leaks, error checking | swirl | 2021-10-13 | 2 | -6/+6 |