Projects/Snorenotify: Difference between revisions
TheOneRing (talk | contribs) No edit summary |
TheOneRing (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= Backends = | |||
- [[Projects/Snorenotify/Windows-Toast-Notification|Windows Toast Notification]] | |||
- [[Projects/Snorenotify/Windows-Toast-Notification | Windows Toast Notification]] | |||
- OSX Notification Center | - OSX Notification Center | ||
Line 10: | Line 11: | ||
- Snarl | - Snarl | ||
- [[Projects/Snorenotify/Integrated-Notification-Backend|Integrated Notification Backend]] | - [[Projects/Snorenotify/Integrated-Notification-Backend | Integrated Notification Backend]] | ||
- System Tray | - System Tray | ||
= Secondary Backends = | |||
- Windows Phone - Toasty | - Windows Phone - Toasty | ||
Line 21: | Line 22: | ||
- Playback of sound filles | - Playback of sound filles | ||
= Screenshots = | |||
== Windows Toast Notifications == | |||
=== Windows 10 === | |||
[![Windows 10](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png) | [![Windows 10](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png) | ||
== Integrated notifications backend == | |||
[![Integrated notifications backend](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png) | [![Integrated notifications backend](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png) | ||
= Security = | |||
== Backends == | |||
Basically all backends when used locally (some support forwarding) should be relatively safe. | Basically all backends when used locally (some support forwarding) should be relatively safe. | ||
Line 37: | Line 38: | ||
- Freedesktop, local inter process communication (dbus) is used. | - Freedesktop, local inter process communication (dbus) is used. | ||
- Snarl, local inter process communication is used. | - Snarl, local inter process communication is used. | ||
- Growl, local network communication, [ | - Growl, local network communication, [http://www.growlforwindows.com/gfw/help/gntp.aspx#security MD5 encryption is supported]. | ||
== Secondary Backends == | |||
- Toasty is **UNSAFE**, it is using http to communicate with a server. | - Toasty is **UNSAFE**, it is using http to communicate with a server. | ||
- Notify My Android is using https to communicate. [ | - Notify My Android is using https to communicate. [http://notifymyandroid.com/privacy.jsp Notify My Android Privacy] | ||
- Pushover is using https to communicate. [ | - Pushover is using https to communicate. [https://pushover.net/faq#security Pushover Security ] |
Revision as of 13:57, 24 August 2015
Backends
- OSX Notification Center
- Free Desktop Notifications
- Growl
- Snarl
- Integrated Notification Backend
- System Tray
Secondary Backends
- Windows Phone - Toasty - Android - Notify my Android - Android and IOS - Pushover - Playback of sound filles
Screenshots
Windows Toast Notifications
Windows 10
[![Windows 10](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/windows-toast-win10.png)
Integrated notifications backend
[![Integrated notifications backend](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png)](http://patrick.von-reth.de/other/snore/wiki/screenshots/snore-win10.png)
Security
Backends
Basically all backends when used locally (some support forwarding) should be relatively safe.
- Snore is build in and no information is passed to outside applications. - Windows Toast, SnoreToast is a command line application and the information is passed as arguments. - Freedesktop, local inter process communication (dbus) is used. - Snarl, local inter process communication is used. - Growl, local network communication, MD5 encryption is supported.
Secondary Backends
- Toasty is **UNSAFE**, it is using http to communicate with a server.
- Notify My Android is using https to communicate. Notify My Android Privacy
- Pushover is using https to communicate. Pushover Security