Project

General

Profile

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

# Date Author Comment
44648f83 2010-04-04 16:39 Marc Dequènes

[cleanup] split 'lib/cyborghood/base.rb' and reorganized requires a bit

cd6a8ef9 2010-04-04 16:11 Marc Dequènes

[evol] allow setting the mail max drift time

ed09e1e5 2010-04-04 15:44 Marc Dequènes

[cleanup] better class/modules names for a few items

eb6e0359 2010-04-04 02:27 Marc Dequènes

[evol] translation rework: new mechanism to handle translated/untranslated strings, make use of translation parameters, moved I18n class, translations update

1edda628 2009-08-09 20:55 Marc Dequènes

[cleanup] remove commented debug and remove count information from Array pack (always one element)

cb0d68fd 2009-03-10 01:29 Marc Dequènes

[evol] commands management rework #2: moved command parsing out of the Mail class and created new classes to handle it

f0a75e9c 2009-03-09 15:39 Marc Dequènes

[evol] commands management rework #1: moved command parsing into the Mail class, so the CommandParser is now a CommandRunner, and does not have to understand mail parts at all

d4b5798a 2009-03-08 19:43 Marc Dequènes

[evol] added setup.rb installer, with hooks to generate locales and a 'lib/cyborghood/config.rb' file having a new CyborgHood::Config providing with installation paths, and created CyborgHood::Info to contain software general information (rakefile build-depends are then reduced to the minimum)

e9eb9974 2009-03-07 23:56 Marc Dequènes

[fix] corrected remaining mistakes with the references, and gettext-related code

f6757b37 2009-03-07 23:14 Marc Dequènes

[fix] order references were not always defined and caused crash when there was none

145e9993 2009-03-07 23:06 Marc Dequènes

[fix] setup max drift time to 1 hour

ebccdcc4 2009-03-07 23:04 Marc Dequènes

[fix] corrected mistakes introduced in the 4 previous blind commits

7cae0102 2009-03-07 21:58 Marc Dequènes

[evol] added gettext support using user prefered langage

5425b3f0 2009-03-07 18:45 Marc Dequènes

[evol] separate signed mail processing from commands extracting, and improved order

4311d63d 2009-03-07 16:44 Marc Dequènes

[evol] new Mail facility create_simple_reject_reply(msg)

d32ee48a 2009-02-23 23:51 Marc Dequènes

[evol] add missing licensing terms

861ef12d 2009-02-23 21:39 Marc Dequènes

[evol] check content-type protocol parameter when validating pgp mail content, and renamed tmail_extra library into tmail_gpg (as it is dedicated to gpg mails only)

c7904e2c 2009-02-23 15:41 Marc Dequènes

[evol] replay protection #2 (should be done), and moved 'run' directory in the new workdir (temporary code until real path configuration)

3d444084 2009-02-23 09:30 Marc Dequènes

[evol] check if signature timestamp is not too old or reject it (first part of the replay protection)

c0979b3e 2009-02-22 22:20 Marc Dequènes

[evol] moved signed/encrypted mail creation from original mail to TMail class, and removed mail object duplication in the process (references to inners objects caused original mail to be altered, copying original headers instead)

0a2010c8 2009-02-22 21:21 Marc Dequènes

[evol] set the 'micalg' parameter in signed mails

09b32d70 2009-02-22 18:39 Marc Dequènes

[evol] sign outgoing mails, and lot's of fixes and code improvement in mail handling (related to signing, crypting, and preparing/chaining the two)

960c259e 2009-02-22 15:21 Marc Dequènes

[evol] handle incoming encrypted messages

8ac6d200 2009-02-22 12:43 Marc Dequènes

[evol] activate outgoing mails

a051c3cd 2009-02-21 21:57 Marc Dequènes

[evol] ensure DEB_RAILS_PATH is not set twice (but activeldap should do the same)

7193ea94 2009-02-21 18:33 Marc Dequènes

[evol] send reply for properly signed message with bad content + ensure setting custom headers in all cases

30406d66 2009-02-21 15:36 Marc Dequènes

[evol] ensure sent mail is correctly formated (using Rails ActionMailer utility methods)

8551c132 2009-02-21 14:45 Marc Dequènes

[evol] finished work on crypting mail response

56793619 2009-02-20 13:34 Marc Dequènes

[evol] preliminary work on crypting mail response

4153cce4 2009-02-20 02:38 Marc Dequènes

[evol] new DNS class to manage zone files (only read zone file at the moment) + generate proper mail reply

275e20ec 2009-02-19 18:23 Marc Dequènes

[evol] create basic mail reply and send it using SMTP

bc4894ce 2009-02-19 02:36 Marc Dequènes

[evol] reorganized dependencies

c427bfc7 2009-02-19 01:04 Marc Dequènes

[evol] moved the mail processing into a new class returning proper orders