Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first step to remove libmesode | Steffen Jaeckel | 2021-10-27 | 17 | -125/+4 |
* | Remove spec file | Michael Vetter | 2021-10-23 | 1 | -51/+0 |
* | readme: remove chat badge | Michael Vetter | 2021-10-22 | 1 | -1/+1 |
* | Merge pull request #1607 from profanity-im/utf8indicatorchar | Michael Vetter | 2021-10-22 | 8 | -230/+202 |
|\ | |||||
| * | ci: remove ubuntu | Michael Vetter | 2021-10-22 | 1 | -1/+1 |
| * | 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 |
* | | tests: Add win_get_last_sent_messag() stub | Michael Vetter | 2021-10-22 | 1 | -0/+5 |
* | | 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 |
* | | ci: debian test.. | Michael Vetter | 2021-10-16 | 1 | -0/+1 |
* | | ci: use new icons switch | Michael Vetter | 2021-10-16 | 1 | -6/+6 |
* | | Merge pull request #1604 from mdosch/themes-snikket | Michael Vetter | 2021-10-16 | 1 | -0/+82 |
|\ \ | |||||
| * | | Add (experimental) theme snikket. | Martin Dosch | 2021-10-16 | 1 | -0/+82 |
* | | | Update debian docker file | Michael Vetter | 2021-10-16 | 1 | -1/+1 |
|/ / | |||||
* | | Format new register code correctly | Michael Vetter | 2021-10-13 | 15 | -45/+36 |
* | | registration: add test stub | Michael Vetter | 2021-10-13 | 1 | -0/+12 |
* | | 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 |
| * | 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 | 9 | -210/+5 |
| * | REGISTRATION FIXED | Michael Vetter | 2021-08-17 | 1 | -8/+8 |
| * | progress on fixing registration | swirl | 2021-08-17 | 2 | -8/+6 |
| * | hacky fix(?) for register | swirl | 2021-08-17 | 4 | -20/+366 |
| * | fixed some bugs, added some more | swirl | 2021-08-17 | 9 | -15/+96 |
| * | /register: parameter updates | swirl | 2021-08-17 | 2 | -14/+24 |
| * | initial register command test | swirl | 2021-08-17 | 9 | -0/+274 |
* | | Format code correctly | Michael Vetter | 2021-10-05 | 28 | -97/+97 |
* | | Merge pull request #1600 from MarcoPolo-PasTonMolo/fix/history-timestamp | Michael Vetter | 2021-10-05 | 1 | -6/+6 |
|\ \ | |||||
| * | | Fix history timestamp | MarcoPolo-PasTonMolo | 2021-10-05 | 1 | -6/+6 |
* | | | Mention make spell and doublecheck in contributing.md | Michael Vetter | 2021-10-05 | 1 | -0/+4 |
* | | | Add makefile target for spell checking and all tests | Michael Vetter | 2021-10-05 | 1 | -0/+5 |
|/ / | |||||
* | | Add codespell info to contributing | Michael Vetter | 2021-10-01 | 1 | -0/+5 |
* | | Add codespell config | Michael Vetter | 2021-10-01 | 1 | -0/+2 |
* | | Fix typos in apidocs | Michael Vetter | 2021-10-01 | 4 | -6/+6 |
* | | Fix typo in profapi.h | Michael Vetter | 2021-10-01 | 1 | -2/+2 |
* | | Fix fromat string in statusbar | Michael Vetter | 2021-09-29 | 1 | -7/+7 |
* | | Fix wrong format string in titlebar | Michael Vetter | 2021-09-29 | 1 | -3/+3 |
* | | Merge pull request #1598 from profanity-im/feature/global-plugins | Michael Vetter | 2021-09-29 | 6 | -109/+84 |
|\ \ | |||||
| * | | Add more help about how to use plugins | Michael Vetter | 2021-09-29 | 2 | -4/+4 |
| * | | Fix `/plugins update ~/dir` | Michael Vetter | 2021-09-29 | 1 | -7/+2 |