Project

General

Profile

Download (9.97 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
addbcae7 04/18/2010 01:56 AM Scott Ullrich

Fix growl issues.

Ticket #518
Ticket #519

Submibtted-by: Blake Skinner

1467b79f 04/18/2010 12:27 AM Pierre POMES

Use FQDN for HELLO SMTP command. Ticket #443

575a42f5 03/09/2010 12:45 PM Ermal Luçi

Add some more error checking to not have issues as reported on http://forum.pfsense.org/index.php/topic,23435.0.html

72306d5a 12/31/2009 11:00 PM Scott Ullrich

Adding smtp auth support for notifications. Requested-by:

6955830f 12/28/2009 09:42 AM Ermal Luçi

Replace some occurrence of /tmp with the propper global variable in attempt to minimize the search for what changes /tmp permissions.

f602d493 12/03/2009 10:27 PM Scott Ullrich

Turn off debugging

093bcebc 11/07/2009 03:33 AM Scott Ullrich

Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many).

8273ea35 10/17/2009 05:45 AM Scott Ullrich

Do not attempt to send notices when booting

f9fb2569 10/03/2009 04:38 AM Scott Ullrich

Alert if there is a problem sending the test message

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

91cae49d 09/05/2009 01:13 AM Scott Ullrich

Add documentation headers for each function

a183dd4d 09/05/2009 01:03 AM Scott Ullrich

Remove newlines

06287a5f 09/05/2009 01:02 AM Scott Ullrich

Do not echo out, use log_error()

f11527de 09/05/2009 01:00 AM Scott Ullrich

Correct typo 'Could'

2c7ac8dc 09/05/2009 12:57 AM Scott Ullrich

Ensure file exists

743c30df 09/05/2009 12:56 AM Scott Ullrich

Do not email the same message twice

96c52992 08/26/2009 04:17 PM Scott Ullrich

Do not direct deliver

7bb30b16 08/25/2009 06:41 PM Scott Ullrich

s/growl/smtp/

4bbb3155 08/25/2009 06:38 PM Scott Ullrich

Ensure both fields are present before sending email

b19369b7 08/25/2009 06:37 PM Scott Ullrich

Adding SMTP support. Ticket #59

b21fc797 08/23/2009 06:30 PM Scott Ullrich

Move growl related functions to notices.inc

1c9512f2 07/14/2009 12:13 AM Jim Pingle

Normalize the LEDs before alerting, in case the others are in the middle of some activity at the time.

0c884086 07/14/2009 12:02 AM Jim Pingle

Switch notice LED alert to LED 1, and make it a little more eye-catching. Also default the LED to on when notice is ACK'd.
Part of feature #17.
Also leaves LEDs 2 and 3 free for blinkled to use.

3b3a7338 07/10/2009 02:51 AM Scott Ullrich

Send alerts/notices to Growl

5f9bcd7a 01/29/2007 09:27 PM Scott Ullrich
  • Turn off led earlier in function to avoid return
  • Use consistent /bin/echo
a0a125b9 01/29/2007 09:15 PM Scott Ullrich

Add support for both Soekris and WRAP led's for trigger an alert.

385b3413 01/29/2007 09:11 PM Scott Ullrich

Woops, use /dev/led/error

d0d32c1b 01/29/2007 09:07 PM Scott Ullrich

Toggle the LED on wrap/soekris when an alert is filed if /dev/led1 exists.

9d5b2674 07/30/2006 01:49 AM Scott Ullrich

Wrong value slipped in

34e1ff97 07/30/2006 01:47 AM Scott Ullrich

Return and log error when we cannot open a valid write stream

371d45a2 07/24/2006 06:22 PM Scott Ullrich

Send alerts to syslog as well.

Suggested-by: BillM

6909a836 07/24/2006 06:19 PM Scott Ullrich

Send alerts to syslog as well.

Suggested-by: BillM

ff074bf9 01/18/2006 09:05 PM Scott Ullrich

Remove trailing newline

fab14377 07/26/2005 06:58 PM Colin Smith

Fix close_notice().

cebc42e6 07/16/2005 02:34 AM Colin Smith

If the notices array is empty, unlink our queue file. This fixes are_notices_pending().

6e2ec568 07/15/2005 10:22 PM Scott Ullrich
  • Restore are_notices_pending(). Getting the actual message is expensive on smaller devices if none are pending.
  • Remove trailing file space.
9e0b3dce 07/15/2005 10:04 PM Colin Smith

Modify get_notices() to work with XMLRPC. This isn't ideal.

d09f5292 07/13/2005 02:55 AM Scott Ullrich

remove trailing space

c6e2b163 07/13/2005 02:02 AM Colin Smith

Make $url optional.

73ef871b 07/11/2005 08:53 PM Scott Ullrich
  • Add are_notices_pending()
  • Remove trailing space
e2c48999 07/10/2005 05:58 PM Colin Smith

file_notice(): Return the notice's unique timestamp for future reference.

20d4d05e 07/10/2005 04:52 AM Colin Smith
  • Fix close_notice().
  • Add print_notice_box.
  • get_notices(): Return false if $notices is null.
6f10078a 07/10/2005 04:26 AM Colin Smith

Make $url optional.

669e1adb 07/04/2005 09:00 PM Bill Marquette

Various code cleanups and a few actual bugfixes courtesy of Zend

08421c0d 06/15/2005 03:51 AM Colin Smith

Use strtolower when comparing categories.

9774f564 06/15/2005 03:47 AM Colin Smith

Add notices facility. You may now: * File a new notice. * Dump notices to an XML file. * Close notices by timestamp or ID. * Get all notices or those in certain categories. * Print a list of notices (for print_info_box()).