Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first step to remove libmesode | Steffen Jaeckel | 2021-10-27 | 1 | -5/+0 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | Mention clipboard in version output | Michael Vetter | 2021-04-16 | 1 | -2/+2 |
| | |||||
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -2/+2 |
| | |||||
* | Adapt profanity --help output | Michael Vetter | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | Create cmd to generate man pages for prof commands | Michael Vetter | 2020-12-04 | 1 | -3/+8 |
| | | | | | | | | | `profanity mangen` will create for each command (`/account`, `/roster`) an own manpage (`profanity-account.1`, `profanity-roster.1`) See https://github.com/profanity-im/profanity/issues/1444 Needs some polishing formatting wise. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -13/+12 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -15/+16 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -16/+15 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Rework logging | Stefan Kropp | 2020-07-03 | 1 | -2/+3 |
| | | | | | | Changed default logging from INFO to WARN. Issue: #1353 | ||||
* | Add -t theme option | Michael Vetter | 2020-03-24 | 1 | -1/+4 |
| | | | | | | `profanity -t bios` loads the bios theme now. Fix https://github.com/profanity-im/profanity/issues/1286 | ||||
* | Dont check before freeing | Michael Vetter | 2020-02-27 | 1 | -8/+4 |
| | | | | Regards d18ec23d0a38bd538d48f7e827fec0fceb9f230d | ||||
* | Fix few memory leaks | Dmitry Podgorny | 2020-02-27 | 1 | -2/+12 |
| | |||||
* | Allow setting custom log file via -f FILENAME | Michael Vetter | 2020-02-21 | 1 | -3/+5 |
| | | | | | `profanity -f TEST` will use `~/.local/share/profanity/logs/TEST.log` as the log file. | ||||
* | Update my Copyright to 2020 | Michael Vetter | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Use fixed email instead of PACKAGE_BUGREPORT | Michael Vetter | 2019-08-23 | 1 | -1/+2 |
| | |||||
* | Possibility to specify alternative config file | Michael Vetter | 2019-08-02 | 1 | -1/+3 |
| | | | | Introduce `profanity -c` to specify an alternative config file. | ||||
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+2 |
| | | | | Like discussed with James. | ||||
* | Update copyright years | kaffeekanne | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Add OMEMO status in build information | Paul Fariello | 2019-04-10 | 1 | -0/+6 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -2/+2 |
| | |||||
* | Show libotr and libgpgme versions on --version | James Booth | 2017-08-10 | 1 | -2/+12 |
| | | | | issue #956 | ||||
* | Show Python version on --version | James Booth | 2017-08-10 | 1 | -1/+7 |
| | | | | issue #956 | ||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Updated GPL URL | Pete Maynard | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 1 | -0/+6 |
|\ | | | | | | | | | | | Conflicts: Makefile.am install-all.sh | ||||
| * | Re-introduce gtk_use boolean | David | 2016-04-10 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | This param is still actual, in case the environemnt does not support gtk initialization. Fix a GTK assert on the way (GTKStatusIcon is not a Widget, but a plain GObject). | ||||
| * | libgtk is now optional | David | 2016-03-30 | 1 | -4/+12 |
| | | | | | | | | Having the lib is no more needed. | ||||
| * | fix no gtk init | David | 2016-03-13 | 1 | -3/+6 |
| | | |||||
| * | Merge branch 'tray_icon' into HEAD | David | 2016-03-12 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy! | ||||
| | * | Introduce Tray Icon for Profanity | David | 2016-03-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages. | ||||
* | | | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -15/+15 |
|/ / | |||||
* | | Added python support to -v | James Booth | 2016-02-24 | 1 | -0/+6 |
| | | |||||
* | | Removed non c plugin code | James Booth | 2016-02-14 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -2/+2 |
|\| | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -2/+2 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -13/+13 |
|/ | |||||
* | Added missing config.h includes | James Booth | 2015-10-31 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 1 | -12/+2 |
|\ | |||||
| * | Create is_notify_enabled function | Michael Vetter | 2015-10-12 | 1 | -12/+2 |
| | | | | | | | | | | The same code was used on two different occasions. I put it into a function. | ||||
* | | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -3/+1 |
|/ | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 |
| | |||||
* | Added pgp key list command | James Booth | 2015-03-22 | 1 | -0/+6 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | Added code to generate HTML command reference for website | James Booth | 2015-02-08 | 1 | -7/+6 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -25/+0 |
| |