/[notice-sender]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 93 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 15:04:05 2006 UTC (17 years, 3 months ago) by dpavlin
File length: 1846 byte(s)
Diff to previous 90 , to selected 29
added verbose to send_queued_messages so that SOAP call (SendTest, used for tests) doesn't
produce any output (and thus confuse SOAP CGI server)

Revision 90 - (view) (annotate) - [select for diffs]
Modified Mon Dec 18 19:35:04 2006 UTC (17 years, 3 months ago) by dpavlin
File length: 1842 byte(s)
Diff to previous 89 , to selected 29
final touches on code, template for send test which sadly
doesn't work with Class::DBI

Revision 89 - (view) (annotate) - [select for diffs]
Modified Mon Dec 18 18:55:43 2006 UTC (17 years, 3 months ago) by dpavlin
File length: 1818 byte(s)
Diff to previous 88 , to selected 29
added backward-compatibility option full_hostname_in_aliases which
is depriciated now because postalias isn't happy about it, but
tests require it, require explicit version of some modules

Revision 88 - (view) (annotate) - [select for diffs]
Modified Mon Dec 18 16:25:28 2006 UTC (17 years, 3 months ago) by dpavlin
File length: 1815 byte(s)
Diff to previous 77 , to selected 29
require current Email::Send, fixed test (not complete yet)

Revision 77 - (view) (annotate) - [select for diffs]
Modified Thu Aug 25 00:37:48 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1838 byte(s)
Diff to previous 75 , to selected 29
implemented arguments email and list to received_messages using
SQL::Abstract, small improvements of tests


Revision 75 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 21:27:40 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1812 byte(s)
Diff to previous 73 , to selected 29
beginning of received_messages, send_queued_messages now returns number of
messages succesfully sent, driver can now be any Email::Send driver (including
Email::Send::Test used for tests), documentation improvements


Revision 73 - (view) (annotate) - [select for diffs]
Modified Mon Aug 22 20:39:38 2005 UTC (18 years, 7 months ago) by dpavlin
File length: 1785 byte(s)
Diff to previous 66 , to selected 29
use Pod::Usage for documentation (and --help/--man options)


Revision 66 - (view) (annotate) - [select for diffs]
Modified Fri Jul 8 11:46:35 2005 UTC (18 years, 8 months ago) by dpavlin
File length: 1765 byte(s)
Diff to previous 64 , to selected 29
first cut at implementing aliases file handling (SOAP doesn't work)

Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jun 23 11:36:08 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 1731 byte(s)
Diff to previous 54 , to selected 29
added missing dependency


Revision 54 - (view) (annotate) - [select for diffs]
Modified Mon Jun 6 12:38:42 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 1695 byte(s)
Diff to previous 47 , to selected 29
create schema using postgresql_autodoc


Revision 47 - (view) (annotate) - [select for diffs]
Modified Tue May 24 14:02:05 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1564 byte(s)
Diff to previous 46 , to selected 29
added SMTP driver, dependency on IO::All, various fixes and improvements


Revision 46 - (view) (annotate) - [select for diffs]
Modified Mon May 23 15:59:45 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1547 byte(s)
Diff to previous 38 , to selected 29
depend on DBD::Pg 1.42 to prevent DBIx::ContextualFetch from failing


Revision 38 - (view) (annotate) - [select for diffs]
Modified Tue May 17 21:37:06 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1503 byte(s)
Diff to previous 37 , to selected 29
documentation and other misc improvements


Revision 37 - (view) (annotate) - [select for diffs]
Modified Tue May 17 19:15:27 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1453 byte(s)
Diff to previous 36 , to selected 29
check for bounces


Revision 36 - (view) (annotate) - [select for diffs]
Modified Tue May 17 17:49:14 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1414 byte(s)
Diff to previous 29
work on inbox option


Revision 29 - (view) (annotate) - [selected]
Modified Mon May 16 20:58:44 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1395 byte(s)
Diff to previous 28
attempt at validating queued mail messages, sending with unique hash,
documentation for inbox option (but not implementation),
renamed add_message_to_queue to add_message_to_list


Revision 28 - (view) (annotate) - [select for diffs]
Modified Mon May 16 16:25:38 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1348 byte(s)
Diff to previous 27 , to selected 29
added SOAP::Lite to dependency


Revision 27 - (view) (annotate) - [select for diffs]
Modified Mon May 16 16:25:14 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1333 byte(s)
Diff to previous 26 , to selected 29
SOAP now works, return member ID for add_member_to_list


Revision 26 - (view) (annotate) - [select for diffs]
Modified Mon May 16 14:01:55 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1215 byte(s)
Diff to previous 21 , to selected 29
make init works if database notices doesn't exist


Revision 21 - (view) (annotate) - [select for diffs]
Modified Sun May 15 21:35:15 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1207 byte(s)
Diff to previous 20 , to selected 29
more cleanup and restructuring


Revision 20 - (view) (annotate) - [select for diffs]
Added Sun May 15 21:19:26 2005 UTC (18 years, 10 months ago) by dpavlin
File length: 1215 byte(s)
Diff to selected 29
begin refactoring to Nos module and utility script


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26