Project

General

Profile

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

4a2747e1 2010-04-04 16:01 Marc Dequènes

[debug] simplify debug with debug flags, added one to allow not removing mails in the mailbox (to replay them later)

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

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

6c6067dc 2010-04-04 02:48 Marc Dequènes

[fix] corrected Plural-Forms indication for fr translations

45139df9 2010-04-04 02:33 Marc Dequènes

[fix] fixed listing avalaible languages

dae7ca7d 2010-04-04 02:33 Marc Dequènes

[fix] don't translate command results in logs

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

08693845 2010-04-03 20:30 Marc Dequènes

[fix] set_language() must change locale for ALL domains

66128169 2010-03-07 19:10 Marc Dequènes

[fix] broken translation + refresh

7d701a64 2009-08-10 02:53 Marc Dequènes

[fix] simplify command result handling and fix result.cmd not properly set

2da8345d 2009-08-10 02:52 Marc Dequènes

[fix] catch problems when splitting the command line, and do not forget to include gettext support for the error messages

1b7ef95e 2009-08-10 01:53 Marc Dequènes

[evol] revised CyberError severities

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

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

50f6ab1c 2009-08-09 20:44 Marc Dequènes

[fix] updated the TMail extension

c99df77c 2009-08-09 19:07 Marc Dequènes

[fix] updated the TMail extension

c8996a8d 2009-08-09 15:10 Marc Dequènes

[fix] correct silly mistake and replace obsolete ActiveLdap::Base.establish_connection() call

a19040bb 2009-08-09 15:10 Marc Dequènes

[fix] correct silly mistakes

b21668b8 2009-08-09 15:09 Marc Dequènes

[fix] correct silly mistake

b8b8b4eb 2009-08-09 15:09 Marc Dequènes

[fix] handle case when prefered language string is unparsable

4583e4d9 2009-08-09 15:06 Marc Dequènes

[fix] adapt to new schema (until proper mapping objects are used)

b25e9035 2009-08-09 15:05 Marc Dequènes

[fix] Order: correct silly mistakes

f109c66a 2009-08-09 15:04 Marc Dequènes

[fix] HTTPHeaders: correct silly mistakes and broken regex for parsing

837fd85c 2009-08-08 10:29 Marc Dequènes

[evol] added changes requested by upstream author to be included in TMail 1.3

0d8713f2 2009-08-08 10:29 Marc Dequènes

[fix] minor installation instructions mistake

83a04d84 2009-04-19 21:23 Marc Dequènes

[evol] added language selection in the Person through a new I18n class providing the link between local available languages and user preferences in the database

128232cd 2009-04-19 21:20 Marc Dequènes

[evol] RFC2616 Accept-Language field support #3 (forgot to rename file)

cd8512d4 2009-04-19 20:13 Marc Dequènes

[fix] corrected typo

9d4e3881 2009-04-19 20:11 Marc Dequènes

[fix] add missing shebang option in INSTALL file, to ensure nothing is updated while developping

da98a035 2009-04-19 18:38 Marc Dequènes

[evol] RFC2616 Accept-Language field support #2 (moved out of cyborghood namespace btw)

54b7abb5 2009-03-12 02:54 Marc Dequènes

[evol] RFC2616 Accept-Language field support #1 (needed for RFC2798 'preferredLanguage' attribute type support)

cb674fb0 2009-03-10 09:10 Marc Dequènes

[fix] don't forget to sign/encrypt rejected order

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

42a7efdc 2009-03-09 15:33 Marc Dequènes

[RCS] added new git ignored directory

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)

6c7c4fde 2009-03-08 13:13 Marc Dequènes

[fix] the tmail gpgme addon was unquoting the body content by mistake

c75f6985 2009-03-08 13:01 Marc Dequènes

[evol] added replay email signature (textual, not gpg one), and made a few Postman methods private btw

ccab26de 2009-03-08 12:26 Marc Dequènes

[fix] gettext domains are binded correctly now (using a new PostmanHome submodule to separate domains easily)

5f013d0a 2009-03-08 02:58 Marc Dequènes

[fix] gettext is working now, nevertheless the domain selection is ugly

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

b696db6e 2009-03-07 22:01 Marc Dequènes

[doc] added depends/build-depends info

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)

44c8c705 2009-03-04 14:04 Marc Dequènes

[RM] let's move to next devel stuff

9f3e1573 2009-03-04 13:34 Marc Dequènes

[RM] let's update the version

dfc48308 2009-02-24 02:17 Marc Dequènes

[evol] reorganized CommandParser, and improved messages and error handling

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)

fa86d77a 2009-02-23 15:42 Marc Dequènes

[evol] todolist update

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)

abf4f28f 2009-02-23 09:29 Marc Dequènes

[evol] crypt rejection mail if user has been identified

2f325370 2009-02-23 02:56 Marc Dequènes

[evol] postman can now be daemonized

960373b7 2009-02-23 02:31 Marc Dequènes

[evol] check new mails at a selectable minimum interval, and handle stop requests gracefully

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

1b31b4e1 2009-02-22 18:41 Marc Dequènes

[evol] updated todolist

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

2e0f8e7f 2009-02-22 12:44 Marc Dequènes

[fix] silly typo

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

[evol] activate outgoing mails

d5a19360 2009-02-22 12:36 Marc Dequènes

[evol] improved IMAP message handling, and properly delete ignored or processed messages

fba691ae 2009-02-21 22:22 Marc Dequènes

[evol] backup zone before replacing, reload zone, and rollback zone if reload failed

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

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

43dd8a57 2009-02-21 21:55 Marc Dequènes

[evol] set a nice filename in replies attachments

157c68c9 2009-02-21 21:48 Marc Dequènes

[evol] implement changing a zone

a1384f1c 2009-02-21 21:47 Marc Dequènes

[fix] now is the TODO

9462c2b1 2009-02-21 18:52 Marc Dequènes

[evol] moved notes in a clean TODO file

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

125a6103 2009-02-19 03:07 Marc Dequènes

[evol] implemented bot stop trigger

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

[evol] reorganized dependencies

945de171 2009-02-19 02:34 Marc Dequènes

[evol] move IMAP code into a new class

ec4a99c3 2009-02-19 02:30 Marc Dequènes

[fix] an exception reference in one object was not defined

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

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

323a6bb6 2009-02-19 00:57 Marc Dequènes

[evol] renamed custom exception and converted an old remaining exception

1575efa2 2009-02-18 23:37 Marc Dequènes

[evol] add backup files patterns to git ignore file

4b58d4fd 2009-02-18 23:29 Marc Dequènes

[evol] move new classes into CyborgHood module and add new exception handling

78a20655 2009-02-17 13:54 Marc Dequènes

[evol] split objects abstraction layer and ldap layer in libs

591ec1a2 2009-02-17 13:43 Marc Dequènes

[evol] add abstraction level above LDAP layer #2 + cleanup + indent

0af9cada 2009-02-16 15:07 Marc Dequènes

[evol] move LDAP settings out of code and use global logger

3f7a1eee 2009-02-16 14:39 Marc Dequènes

[evol] add abstraction level above LDAP layer #1

df41472b 2009-02-16 14:01 Marc Dequènes

[evol] handle case when signed content is multipart and propagate other parts as refs for CommandParser

3189d183 2009-02-16 13:59 Marc Dequènes

[fix] remove logger usage in tmail extension

2891e0c2 2009-02-16 13:44 Marc Dequènes

[evol] properly moved tmail signature handling out of postman in a library (which i should probably suggest upstream)

55a68712 2009-02-16 01:44 Marc Dequènes

[evol] added postman bot (not fully cyborgified yet)

18d73e66 2009-02-16 01:42 Marc Dequènes

[RM] add proper git-ignored list of files

b28fbd1e 2009-02-16 01:41 Marc Dequènes

[fix] don't fail to merge bot-specific config if it is empty

790f61f9 2009-02-16 01:39 Marc Dequènes

[evol] Logger can handle setting a permanent prefix (until reset)

d31869c4 2009-02-15 21:40 Marc Dequènes

[evol] split test file into libs

3b07cbbc 2008-09-15 01:01 Marc Dequènes

Initial version