Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a3732b39 2010-06-19 17:33 Marc Dequènes

[evol] separate log for each bot (closes #34)

2fd36b40 2010-06-19 03:54 Marc Dequènes

[fix] repaired bot stop action

45cd6107 2010-06-19 01:45 Marc Dequènes

[fix] corrected crash introduced when working on body signature

958e72a0 2010-06-19 00:55 Marc Dequènes

[evol] Mail: use provided @user fingerprint unless overrided

c9bc5686 2010-06-19 00:48 Marc Dequènes

[fix] don't sign and crypt rejection message twice

6ed10f49 2010-06-19 00:44 Marc Dequènes

[evol] move default body signature in Mail class

6bc51624 2010-06-19 00:18 Marc Dequènes

[evol] reorganized imap processing

f1ca78f5 2010-06-15 01:39 Marc Dequènes

[fix/evol] added new Mail helper methods for headers and use them to display received mail info properly

32d2114b 2010-06-15 00:47 Marc Dequènes

[fix] handle program stop better

56947466 2010-04-05 02:29 Marc Dequènes

[evol] added to_multipart! method to remove such low level manipulations from postman

8ddd43db 2010-04-05 02:16 Marc Dequènes

[fix] ensure Postman multipart replies are sent without custom headers in the 'multipart/mixed' part, and add a quoted_body message

e7315259 2010-04-04 18:33 Marc Dequènes

[licence] updated copyright years and added missing headers

21ac0e48 2010-04-04 18:26 Marc Dequènes

[fix] forgot to adapt 'bin/postman_daemon'

7d9d434c 2010-04-04 17:36 Marc Dequènes

[cleanup] moved CommandRunner out of 'bin/postman' and associated L10N strings

44648f83 2010-04-04 16:39 Marc Dequènes

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

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

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

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

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

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

[evol] revised CyberError severities

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

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

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

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

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)