about summary refs log tree commit diff stats
path: root/src/ui/notifier.c
Commit message (Collapse)AuthorAgeFilesLines
* User proper ellipsis charMartin Dosch2023-04-091-1/+1
| | | | | | | As stated in https://github.com/profanity-im/profanity/pull/1820#issuecomment-1498083383 profanity uses "..." (three dots) in a lot of places instead the proper ellipsis char "…".
* Fix typosMichael Vetter2023-04-031-1/+1
|
* auto-formatSteffen Jaeckel2022-02-011-2/+2
| | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* Format code correctlyMichael Vetter2021-10-051-1/+1
|
* notifier: Use glib functionMichael Vetter2021-09-091-3/+2
|
* Simplify notify()Michael Vetter2020-12-091-2/+2
|
* Apply coding styleMichael Vetter2020-07-071-21/+20
|
* Revert "Apply coding style"Michael Vetter2020-07-071-23/+24
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-24/+23
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Fix gcc warnings for cygwinDmitry Podgorny2020-06-241-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 objectsDmitry Podgorny2020-04-141-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 modelineMichael Vetter2019-11-131-0/+1
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Correct minor spelling errorsJack Henschel2016-09-271-1/+1
|
* Tidy headersJames Booth2016-07-241-3/+5
|
* Moved muc.cJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Fix OSX compileJames Booth2016-04-261-0/+1
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-7/+7
|
* Fixed PLATFORM_CYGWIN referencesJames Booth2016-03-101-2/+2
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-19/+16
|/
* Tidy notify_room_message()James Booth2016-02-041-3/+8
|
* Tidy notify_message()James Booth2016-02-041-3/+8
|
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
|
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-2/+3
|
* Tidy regular chat and room notificationsJames Booth2015-11-241-22/+13
|
* Removed ui_unreadJames Booth2015-11-021-1/+1
|
* Applied coding style to src/ui/James Booth2015-10-251-9/+8
|
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
|
* Moved logic to notify_messageJames Booth2015-05-101-9/+17
|
* Use null check convention in notifier.cJames Booth2015-05-041-4/+4
|
* Use single quotes for terminal notifier notifications to avoid variable ↵James Booth2015-02-141-6/+4
| | | | expansion
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Moved remimder notification code out of main loopJames Booth2015-01-151-31/+47
|
* Removed function pointersJames Booth2014-12-221-28/+15
|
* Tidied muc moduleJames Booth2014-09-281-1/+1
|
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Escape open bracket at start of OSX notification messagesJames Booth2014-08-041-1/+17
| | | | fixes #391
* Escape backtick in mac terminal notificationsJames Booth2014-08-041-3/+5
|
* Fixed tabsJames Booth2014-06-291-5/+5
|
* Reinitialise libnotify per notificationJames Booth2014-06-291-11/+13
| | | | | Fixes issue on Xfce4 where notification are not being sent after a period of time. Issue #370
* Escape strings passed to terminal-notifierJames Booth2014-05-241-3/+6
|
* Added settings to show message text in notificationsJames Booth2014-05-241-12/+17
|
* Removed strcpy callsJames Booth2014-04-021-3/+3
|
* Updated copyrightJames Booth2014-03-091-1/+1
|