aboutsummaryrefslogtreecommitdiffstats
path: root/journal-notify.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01update copyright for 2024HEADmainGravatar Christian Hesse1-1/+1
2023-01-03update copyright for 2023Gravatar Christian Hesse1-1/+1
2022-01-03update copyright for 2022Gravatar Christian Hesse1-1/+1
2021-01-01update copyright for 2021Gravatar Christian Hesse1-1/+1
2020-11-25clearly state the licenseGravatar Christian Hesse1-2/+13
2020-02-08update copyright for 2020Gravatar Christian Hesse1-1/+1
2019-01-01update copyright for 2019Gravatar Christian Hesse1-1/+1
2018-01-02update copyright for 2018Gravatar Christian Hesse1-1/+1
2017-01-05update copyright for 2017Gravatar Christian Hesse1-1/+1
2016-11-24actually use the escaped text...Gravatar Christian Hesse1-2/+2
2016-01-04update copyright for 2016Gravatar Christian Hesse1-1/+1
2015-07-13add runtime configuration for throttle thresholdGravatar Christian Hesse1-4/+13
2015-07-03add --version optionGravatar Christian Hesse1-4/+17
2015-06-30unbreak default timeoutGravatar Christian Hesse1-1/+2
2015-06-23use NOTIFICATION_TIMEOUT from config.hGravatar Christian Hesse1-1/+1
2015-06-23introduce config.hGravatar Christian Hesse1-3/+3
2015-06-23throttle matched entries onlyGravatar Christian Hesse1-13/+14
2015-06-19show a notification when throttling takes effectGravatar Christian Hesse1-3/+9
2015-06-19initial support for throttlingGravatar Christian Hesse1-3/+20
2015-06-19use NOTIFY_EXPIRES_DEFAULTGravatar Christian Hesse1-1/+1
2015-05-19add support for executing external commandsGravatar Christian Hesse1-23/+82
close #1
2015-05-19move markup and urgency handling to notify()Gravatar Christian Hesse1-27/+36
2015-05-19keep integer value of priorityGravatar Christian Hesse1-2/+3
2015-05-19update string handlingGravatar Christian Hesse1-4/+13
2015-05-19use more generic variable namesGravatar Christian Hesse1-8/+8
2015-05-19make sure not to show old entriesGravatar Christian Hesse1-0/+10
2015-03-20set urgency for notificationsGravatar Christian Hesse1-2/+26
2015-03-20allow to specify notification display timeoutGravatar Christian Hesse1-4/+16
2015-01-04update copyright for 2015Gravatar Christian Hesse1-1/+1
2014-10-14fix cleanupGravatar Christian Hesse1-6/+6
2014-10-14move reinitialization of getopt() downGravatar Christian Hesse1-3/+3
2014-10-14call sd_journal_{seek_tail,previous}() before adding matchesGravatar Christian Hesse1-12/+12
I had some trouble with the code jumping to older entries. Possibly this was caused by adding matches too early.
2014-10-14add some more verbose outputGravatar Christian Hesse1-0/+5
2014-08-09allow to give long argumentsGravatar Christian Hesse1-2/+17
2014-07-26introduce journal-notify.hGravatar Christian Hesse1-13/+3
2014-07-21allow to add logical AND and OR to matchesGravatar Christian Hesse1-2/+22
2014-07-03add version and verbose outputGravatar Christian Hesse1-2/+21
2014-07-03reinitialize libnotify on failure, give it three triesGravatar Christian Hesse1-3/+13
2014-07-03simplify logicGravatar Christian Hesse1-9/+1
2014-07-03add error handling to notify()Gravatar Christian Hesse1-5/+30
2014-07-02make sure text is escapedGravatar Christian Hesse1-8/+6
2014-07-02initial commitGravatar Christian Hesse1-0/+175