Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1481 from StefanKropp/titlebar-empty-roomname | Michael Vetter | 2021-02-14 | 1 | -1/+1 |
|\ | |||||
| * | Bugfix: Titlebar show name without room name | Stefan | 2021-02-14 | 1 | -1/+1 |
|/ | |||||
* | Correct command synopsis for mam | Michael Vetter | 2021-02-09 | 1 | -1/+1 |
* | Use correct time for MAM messages | Michael Vetter | 2021-02-04 | 1 | -8/+17 |
* | Update sponsors | Michael Vetter | 2021-01-28 | 1 | -0/+4 |
* | Add mam test stub | Michael Vetter | 2021-01-28 | 1 | -0/+4 |
* | Add /mam command | Michael Vetter | 2021-01-28 | 6 | -3/+38 |
* | Merge pull request #1417 from profanity-im/feature/mam-rsm | Michael Vetter | 2021-01-28 | 3 | -9/+87 |
|\ | |||||
| * | Enable error logging on MAM RSM | Michael Vetter | 2021-01-28 | 1 | -4/+1 |
| * | Get MAM from last 7 days | Michael Vetter | 2021-01-28 | 1 | -1/+1 |
| * | MAM: Request more pages via RSM | Michael Vetter | 2021-01-28 | 1 | -6/+22 |
| * | Adapt MAM RSM code to latest functions | Michael Vetter | 2021-01-28 | 1 | -3/+3 |
| * | wip: add rsm after we get the first couple of mam messages | Michael Vetter | 2021-01-28 | 3 | -5/+46 |
| * | mam: Use correct ID in rsm handler | Michael Vetter | 2021-01-28 | 1 | -3/+1 |
| * | mam: fix logging message | Michael Vetter | 2021-01-28 | 1 | -1/+1 |
| * | Start working on MAM RSM to get more pages | Michael Vetter | 2021-01-28 | 2 | -1/+27 |
|/ | |||||
* | Dont reload theme when disconnecting on purpose | Michael Vetter | 2021-01-22 | 1 | -21/+0 |
* | Simplify console notification code | Michael Vetter | 2021-01-21 | 1 | -29/+15 |
* | Fix color typo in headache and whiteness theme | Michael Vetter | 2021-01-18 | 2 | -2/+2 |
* | Fix old chlog reference in help | Michael Vetter | 2021-01-17 | 2 | -9/+9 |
* | Mention manpages in release guide | Michael Vetter | 2021-01-09 | 1 | -0/+4 |
* | Start new cycle | Michael Vetter | 2021-01-09 | 95 | -5222/+1 |
* | Release 0.10.0 | Michael Vetter | 2021-01-09 | 97 | -7/+5228 |
* | Update copyright | Michael Vetter | 2021-01-08 | 33 | -35/+35 |
* | Add 0.10.0 changelog | Michael Vetter | 2021-01-07 | 1 | -0/+59 |
* | Merge pull request #1465 from wstrm/fix-print-logs-in-ci | Michael Vetter | 2020-12-21 | 1 | -4/+11 |
|\ | |||||
| * | Print logs on error in CI | William Wennerström | 2020-12-21 | 1 | -4/+11 |
|/ | |||||
* | Merge pull request #1463 from wstrm/executable-migrations | Michael Vetter | 2020-12-18 | 3 | -10/+36 |
|\ | |||||
| * | Add `/executable (urlsave|urlopen)` migrations | William Wennerström | 2020-12-18 | 3 | -10/+36 |
|/ | |||||
* | Use GH Badge not Travis badge | Michael Vetter | 2020-12-17 | 1 | -1/+1 |
* | Merge pull request #1462 from wstrm/github-actions | Michael Vetter | 2020-12-17 | 3 | -58/+36 |
|\ | |||||
| * | Switch from Travis CI to GitHub Actions | William Wennerström | 2020-12-17 | 3 | -58/+36 |
|/ | |||||
* | Remove not needed include | Michael Vetter | 2020-12-16 | 1 | -1/+0 |
* | Merge pull request #1459 from wstrm/issue-1359 | Michael Vetter | 2020-12-15 | 3 | -91/+57 |
|\ | |||||
| * | Do not inherit stdin of main process | William Wennerström | 2020-12-15 | 1 | -1/+1 |
| * | Use popen for eval_password (reintroduce old behavior) | William Wennerström | 2020-12-15 | 1 | -20/+35 |
| * | Refactor call_external | William Wennerström | 2020-12-11 | 3 | -91/+42 |
* | | travis: disable osx | Michael Vetter | 2020-12-15 | 1 | -8/+8 |
* | | Merge pull request #1461 from kaffeekanne/fix-inputwindow | Michael Vetter | 2020-12-12 | 1 | -2/+2 |
|\ \ | |||||
| * | | Set input window size to max window size | kaffeekanne | 2020-12-11 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1460 from kaffeekanne/master | Michael Vetter | 2020-12-11 | 1 | -2/+0 |
|\ \ | |||||
| * | | Remove blank line after trackbar | kaffeekanne | 2020-12-11 | 1 | -2/+0 |
|/ / | |||||
* | | Merge pull request #1456 from profanity-im/fix/1441-thememe | Michael Vetter | 2020-12-11 | 1 | -2/+1 |
|\ \ | |/ |/| | |||||
| * | Remove old TODO | Michael Vetter | 2020-12-11 | 1 | -1/+0 |
| * | Fix color for win_print_outgoing() | Michael Vetter | 2020-12-11 | 1 | -1/+1 |
|/ | |||||
* | Adapt profanity --help output | Michael Vetter | 2020-12-11 | 1 | -1/+1 |
* | Merge pull request #1455 from profanity-im/fix/1442-logging | Michael Vetter | 2020-12-11 | 6 | -31/+24 |
|\ | |||||
| * | Only rotate logs if user didn't specify a log file | Michael Vetter | 2020-12-11 | 2 | -2/+8 |
| * | Remove log_reinit() | Michael Vetter | 2020-12-11 | 3 | -19/+0 |
| * | Shared log file needs a restart | Michael Vetter | 2020-12-11 | 2 | -2/+2 |