Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify notify() | Michael Vetter | 2020-12-09 | 1 | -2/+2 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -21/+20 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -23/+24 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -24/+23 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Fix gcc warnings for cygwin | Dmitry Podgorny | 2020-06-24 | 1 | -3/+4 |
| | | | | | | | | | | | | | strncpy(3) is not so safe function and can lead to mistakes. For example, strncpy(dest, "Profanity", 10); is redundant and leads to problems when someone changes the source string. Different example is when 3rd argument equals to length of the destination buffer. strncpy(3) doesn't terminate string with '\0' when it truncates. Therefore, the destination string becomes corrupted. Zeroize storage for 'nid', so the last byte remains '\0' in case of truncate. | ||||
* | Free GError objects | Dmitry Podgorny | 2020-04-14 | 1 | -2/+3 |
| | | | | | | | | | | glib functions can allocate a GError object that must be freed with g_error_free(). Otherwise a memory leak happens. There are similar unfixed places in omemo, check: grep "&error" src/omemo/omemo.c Fixes #1304. | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Correct minor spelling errors | Jack Henschel | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -3/+5 |
| | |||||
* | Moved muc.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Fix OSX compile | James Booth | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -7/+7 |
| | |||||
* | Fixed PLATFORM_CYGWIN references | James Booth | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -19/+16 |
|/ | |||||
* | Tidy notify_room_message() | James Booth | 2016-02-04 | 1 | -3/+8 |
| | |||||
* | Tidy notify_message() | James Booth | 2016-02-04 | 1 | -3/+8 |
| | |||||
* | Removed unused arg: prefs_do_chat_notify() | James Booth | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Only show reminder notifications when notifications are enabled | James Booth | 2015-11-25 | 1 | -2/+3 |
| | |||||
* | Tidy regular chat and room notifications | James Booth | 2015-11-24 | 1 | -22/+13 |
| | |||||
* | Removed ui_unread | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 1 | -9/+8 |
| | |||||
* | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Moved logic to notify_message | James Booth | 2015-05-10 | 1 | -9/+17 |
| | |||||
* | Use null check convention in notifier.c | James Booth | 2015-05-04 | 1 | -4/+4 |
| | |||||
* | Use single quotes for terminal notifier notifications to avoid variable ↵ | James Booth | 2015-02-14 | 1 | -6/+4 |
| | | | | expansion | ||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Moved remimder notification code out of main loop | James Booth | 2015-01-15 | 1 | -31/+47 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -28/+15 |
| | |||||
* | Tidied muc module | James Booth | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Escape open bracket at start of OSX notification messages | James Booth | 2014-08-04 | 1 | -1/+17 |
| | | | | fixes #391 | ||||
* | Escape backtick in mac terminal notifications | James Booth | 2014-08-04 | 1 | -3/+5 |
| | |||||
* | Fixed tabs | James Booth | 2014-06-29 | 1 | -5/+5 |
| | |||||
* | Reinitialise libnotify per notification | James Booth | 2014-06-29 | 1 | -11/+13 |
| | | | | | Fixes issue on Xfce4 where notification are not being sent after a period of time. Issue #370 | ||||
* | Escape strings passed to terminal-notifier | James Booth | 2014-05-24 | 1 | -3/+6 |
| | |||||
* | Added settings to show message text in notifications | James Booth | 2014-05-24 | 1 | -12/+17 |
| | |||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -3/+3 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Added configure checks to enable desktop notifications on OSX | James Booth | 2014-03-04 | 1 | -0/+2 |
| | |||||
* | Log message when cannot send desktop nofication | James Booth | 2014-03-04 | 1 | -1/+5 |
| | |||||
* | Added OSX desktop notifications using terminal-notifier | James Booth | 2014-03-04 | 1 | -0/+20 |
| | | | | | Requires Xcode WIP - No configure.ac changes | ||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 1 | -10/+14 |
| | |||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 1 | -16/+26 |
| |