summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
Commit message (Expand)AuthorAgeFilesLines
* Use PHP's built-in RFC 2822 date format, rather than trying to make our own.jim-p2012-02-201-1/+1
* Merge branch 'axscode-pfs'Bill Marquette2011-05-141-2/+2
|\
| * Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465)Albert S. Causing2011-03-161-1/+1
* | Do not send growl notices twiceScott Ullrich2011-04-121-0/+13
* | Notify via smtp as well as growlScott Ullrich2011-04-121-1/+1
|/
* Ticket #1141. Typo error, use ->user to enable authPierre POMES2011-01-021-1/+1
* Ticket #1141. Add necessary stuff for smtp auth using saslPierre POMES2011-01-021-1/+2
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* Hard-coded pfSense to product_name for Growl alert notifications.Warren Baker2010-10-111-2/+2
* Include hostname in growl noticeScott Ullrich2010-07-301-1/+2
* Allow setting the SMTP port for notifications. Fixes #677jim-p2010-07-141-1/+1
* Fix growl issues.Scott Ullrich2010-04-171-3/+10
* Use FQDN for HELLO SMTP command. Ticket #443pierrepomes2010-04-171-0/+1
* Add some more error checking to not have issues as reported on http://forum.p...Ermal Luçi2010-03-091-1/+1
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-311-0/+11
* Replace some occurrence of /tmp with the propper global variable in attempt t...Ermal Luçi2009-12-281-3/+5
* Turn off debuggingsullrich2009-12-031-1/+1
* Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xml...Scott Ullrich2009-11-061-1/+4
* Do not attempt to send notices when bootingScott Ullrich2009-10-171-1/+3
* Alert if there is a problem sending the test messageScott Ullrich2009-10-031-2/+5
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+5
* Add documentation headers for each functionScott Ullrich2009-09-041-11/+67
* Remove newlinesScott Ullrich2009-09-041-2/+2
* Do not echo out, use log_error()Scott Ullrich2009-09-041-2/+2
* Correct typo 'Could'Scott Ullrich2009-09-041-1/+1
* Ensure file existsScott Ullrich2009-09-041-3/+5
* Do not email the same message twiceScott Ullrich2009-09-041-0/+10
* Do not direct deliverScott Ullrich2009-08-261-1/+1
* s/growl/smtp/Scott Ullrich2009-08-251-1/+1
* Ensure both fields are present before sending emailScott Ullrich2009-08-251-1/+5
* Adding SMTP support. Ticket #59Scott Ullrich2009-08-251-0/+44
* Move growl related functions to notices.incScott Ullrich2009-08-231-0/+38
* Normalize the LEDs before alerting, in case the others are in the middle of s...jim-p2009-07-131-0/+1
* Switch notice LED alert to LED 1, and make it a little more eye-catching. Als...jim-p2009-07-131-6/+5
* Send alerts/notices to GrowlScott Ullrich2009-07-091-1/+1
* * Turn off led earlier in function to avoid returnScott Ullrich2007-01-291-7/+7
* Add support for both Soekris and WRAP led's for trigger an alert.Scott Ullrich2007-01-291-0/+10
* Woops, use /dev/led/errorScott Ullrich2007-01-291-4/+4
* Toggle the LED on wrap/soekris when an alert is filed if /dev/led1 exists.Scott Ullrich2007-01-291-0/+4
* Wrong value slipped inScott Ullrich2006-07-301-1/+1
* Return and log error when we cannot open a valid write streamScott Ullrich2006-07-301-8/+12
* Send alerts to syslog as well. Suggested-by: BillMScott Ullrich2006-07-241-1/+1
* Send alerts to syslog as well. Suggested-by: BillMScott Ullrich2006-07-241-0/+1
* Remove trailing newlineScott Ullrich2006-01-181-1/+1
* Fix close_notice().Colin Smith2005-07-261-3/+4
* If the notices array is empty, unlink our queue file. This fixes are_notices_...Colin Smith2005-07-161-3/+7
* * Restore are_notices_pending(). Getting the actual message is expensive on ...Scott Ullrich2005-07-151-1/+11
* Modify get_notices() to work with XMLRPC. This isn't ideal.Colin Smith2005-07-151-13/+3
* remove trailing spaceScott Ullrich2005-07-131-1/+1
* Make $url optional.Colin Smith2005-07-131-2/+2
OpenPOWER on IntegriCloud