File: ChangeLog

package info (click to toggle)
couriergrey 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,996 kB
  • sloc: sh: 11,994; ansic: 10,591; cpp: 790; makefile: 496; yacc: 289; sed: 16
file content (59 lines) | stat: -rw-r--r-- 1,782 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2012-04-10  Matthias Wimmer  <m@tthias.eu>

    * database.cc: gcc 4.7 fix (patch by Cyril Brulebois <kibi@debian.org>)

2012-01-30  Matthias Wimmer  <m@tthias.eu>

    * couriergrey.cc: detecting thread problems, flagging accepted database
	entries

2012-01-26  Matthias Wimmer  <m@tthias.eu>

    * couriergrey.cc: expire old entries in the database
    * database.cc: same
    * database.h: same
    * timestore.cc: same
    * timestore.h: same
    * man/Makefile.am: fix problem in man generation

2011-11-03  Matthias Wimmer  <m@tthias.eu>

    * database.cc: adding missing include

2011-10-30  Matthias Wimmer  <m@tthias.eu>

    * timestore.cc: encapsulate parsing of database values
    * timestore.h: same

2011-10-28  Matthias Wimmer  <m@tthias.eu>

    * couriergrey.cc: separate database access to its own class
    * couriergrey.h: same
    * database.cc: added class to access gdbm database
    * database.h: same
    * mail_procesor.cc: separated class mail_processor to its own file
    * mail_processor.h: same
    * message_processor.cc: separated class message_processor to its own file
    * message_processor.h: same
    * whitelist.cc: moved whitelist class to its own file
    * whitelist.h: same
    * man/couriergrey.8.in: added man file

2011-10-20  Matthias Wimmer  <m@tthias.eu>

    * configure.ac: minor updates in the build environment

2007-09-30  Matthias Wimmer  <m@tthias.eu>

    * couriergrey.cc: whitelisting support
    * couriergrey.h: same

2007-09-26  Matthias Wimmer  <m@tthias.eu>

    * couriergrey.cc: use SMTP code 451 instead of 450, it is said some
	servers will handle that better

2007-09-21  Matthias Wimmer  <m@tthias.eu>

    * couriergrey.h: detect mail that has been received by authenticated SMTP
    * couriergrey.cc: same