/[notice-sender]/trunk/t
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/t

View Directory Listing Directory Listing


Sticky Revision:

Revision 93 - Directory Listing
Modified Tue Dec 19 15:04:05 2006 UTC (17 years, 3 months ago) by dpavlin
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 - Directory Listing
Modified Mon Dec 18 19:35:04 2006 UTC (17 years, 3 months ago) by dpavlin
final touches on code, template for send test which sadly
doesn't work with Class::DBI

Revision 89 - Directory Listing
Modified Mon Dec 18 18:55:43 2006 UTC (17 years, 3 months ago) by dpavlin
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 - Directory Listing
Modified Mon Dec 18 16:25:28 2006 UTC (17 years, 3 months ago) by dpavlin
require current Email::Send, fixed test (not complete yet)

Revision 81 - Directory Listing
Modified Fri Aug 26 06:13:44 2005 UTC (18 years, 7 months ago) by dpavlin
fix ordering by date, fix tests and notice about dates beeing inclusive


Revision 80 - Directory Listing
Modified Fri Aug 26 05:38:00 2005 UTC (18 years, 7 months ago) by dpavlin
implemented date rangers and whole message content for received_messages,
need to fix tests


Revision 78 - Directory Listing
Modified Thu Aug 25 00:56:06 2005 UTC (18 years, 7 months ago) by dpavlin
added SOAP method MessagesReceived, documentation improvements


Revision 77 - Directory Listing
Modified Thu Aug 25 00:37:48 2005 UTC (18 years, 7 months ago) by dpavlin
implemented arguments email and list to received_messages using
SQL::Abstract, small improvements of tests


Revision 76 - Directory Listing
Modified Wed Aug 24 22:11:00 2005 UTC (18 years, 7 months ago) by dpavlin
100 tests and counting :-) Added test for each sent message and generating
replies and partly tested that


Revision 75 - Directory Listing
Modified Wed Aug 24 21:27:40 2005 UTC (18 years, 7 months ago) by dpavlin
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 72 - Directory Listing
Modified Mon Aug 22 20:24:04 2005 UTC (18 years, 7 months ago) by dpavlin
great API change: list options are now create_list and drop_list


Revision 70 - Directory Listing
Modified Tue Aug 2 19:41:28 2005 UTC (18 years, 7 months ago) by dpavlin
added _remove_alias and use it when deleting list


Revision 68 - Directory Listing
Modified Mon Aug 1 08:59:36 2005 UTC (18 years, 8 months ago) by dpavlin
_add_aliases now updates alias if it allready exists, added debug flag to SAOP tests


Revision 67 - Directory Listing
Modified Fri Jul 8 17:00:20 2005 UTC (18 years, 8 months ago) by dpavlin
more fixes for SOAP, still not working


Revision 66 - Directory Listing
Modified Fri Jul 8 11:46:35 2005 UTC (18 years, 8 months ago) by dpavlin
first cut at implementing aliases file handling (SOAP doesn't work)

Revision 63 - Directory Listing
Modified Wed Jun 22 16:42:06 2005 UTC (18 years, 9 months ago) by dpavlin
added delete_list and DeleteList SOAP call. No brainer. Tests now clean up
after them.


Revision 62 - Directory Listing
Modified Wed Jun 22 12:31:45 2005 UTC (18 years, 9 months ago) by dpavlin
added DeleteMemberFromList SOAP method, fixed delete_member_from_list,
improved soap-client.pl example


Revision 59 - Directory Listing
Modified Tue Jun 21 20:49:27 2005 UTC (18 years, 9 months ago) by dpavlin
added delete_member_from_list and tests for delete


Revision 58 - Directory Listing
Modified Tue Jun 21 09:41:43 2005 UTC (18 years, 9 months ago) by dpavlin
added ext_id to AddMemberToList SOAP call


Revision 56 - Directory Listing
Modified Tue Jun 21 09:14:54 2005 UTC (18 years, 9 months ago) by dpavlin
added from address to SOAP method NewList, added ext_id to add_member_to_list


Revision 45 - Directory Listing
Modified Wed May 18 13:12:54 2005 UTC (18 years, 10 months ago) by dpavlin
added delete_member


Revision 44 - Directory Listing
Modified Wed May 18 12:32:56 2005 UTC (18 years, 10 months ago) by dpavlin
more tests


Revision 43 - Directory Listing
Modified Wed May 18 12:29:35 2005 UTC (18 years, 10 months ago) by dpavlin
added list_members


Revision 41 - Directory Listing
Modified Wed May 18 08:31:52 2005 UTC (18 years, 10 months ago) by dpavlin
test positional API


Revision 40 - Directory Listing
Modified Tue May 17 22:27:09 2005 UTC (18 years, 10 months ago) by dpavlin
fix segfault


Revision 39 - Directory Listing
Modified Tue May 17 22:23:40 2005 UTC (18 years, 10 months ago) by dpavlin
moved Nos::SOAP package to Nos.pm, added SOAP tests


Revision 38 - Directory Listing
Modified Tue May 17 21:37:06 2005 UTC (18 years, 10 months ago) by dpavlin
documentation and other misc improvements


Revision 37 - Directory Listing
Modified Tue May 17 19:15:27 2005 UTC (18 years, 10 months ago) by dpavlin
check for bounces


Revision 36 - Directory Listing
Modified Tue May 17 17:49:14 2005 UTC (18 years, 10 months ago) by dpavlin
work on inbox option


Revision 33 - Directory Listing
Modified Tue May 17 11:09:08 2005 UTC (18 years, 10 months ago) by dpavlin
added new_list method, cleanus, e-mail is now unique for user, adding user with different full name will just update full name for that record.


Revision 32 - Directory Listing
Modified Mon May 16 22:32:58 2005 UTC (18 years, 10 months ago) by dpavlin
uniqe hashes are now really unique for each list-user-message pair


Revision 31 - Directory Listing
Modified Mon May 16 22:04:40 2005 UTC (18 years, 10 months ago) by dpavlin
make tests pass


Revision 30 - Directory Listing
Modified Mon May 16 21:54:41 2005 UTC (18 years, 10 months ago) by dpavlin
added new method, more strict checking for lists in structure, refactored code a bit


Revision 29 - Directory Listing
Modified Mon May 16 20:58:44 2005 UTC (18 years, 10 months ago) by dpavlin
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 25 - Directory Listing
Modified Mon May 16 13:52:43 2005 UTC (18 years, 10 months ago) by dpavlin
added SOAP server and example (non-working) client


Revision 24 - Directory Listing
Modified Sun May 15 22:30:54 2005 UTC (18 years, 10 months ago) by dpavlin
added add_message_to_queue


Revision 20 - Directory Listing
Added Sun May 15 21:19:26 2005 UTC (18 years, 10 months ago) by dpavlin
begin refactoring to Nos module and utility script


  ViewVC Help
Powered by ViewVC 1.1.26