Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -3/+3 |
| | | | | Also avoided several NULL pointer dereferences. | ||||
* | Added room name, and window index to desktop message notifications | James Booth | 2013-05-23 | 1 | -4/+17 |
| | | | | closes #176 | ||||
* | Finished handle usage | James Booth | 2013-05-20 | 1 | -6/+6 |
| | |||||
* | Include open subscription requests in desktop reminder notifications | James Booth | 2013-04-27 | 1 | -1/+12 |
| | | | | closes #167 | ||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 1 | -0/+9 |
| | | | | closes #166 | ||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 1 | -5/+9 |
| | | | | Commands /invite, /invites, /decline and /join | ||||
* | Reminders for chat room invites - WIP | James Booth | 2013-04-23 | 1 | -4/+23 |
| | |||||
* | Added desktop notifications for chat room invites | James Booth | 2013-04-22 | 1 | -0/+13 |
| | | | | Use "/notify invite on|off" | ||||
* | Added windows include to notifier | James Booth | 2013-04-21 | 1 | -0/+3 |
| | |||||
* | Added notifier module | James Booth | 2013-04-21 | 1 | -0/+136 |