Commit Graph

14 Commits

Author SHA1 Message Date
Lefteris Chatzimparmpas 38f5f428c4 Rename some of the values of the ssl variable. 2013-06-08 11:06:28 +02:00
Lefteris Chatzimparmpas 594339056b Fix SSL CTX bug and add support for TLS1.1/1.2
SSL CTXs should be created after the SSL library initialization, and be
kept until program termination.

Also, TLS version 1.1 and 1.2 are now supported for secure connections.
2013-05-20 23:55:16 +02:00
Lefteris Chatzimparmpas 4e03494df6 Correct wording and typo error. 2012-04-25 00:03:12 +03:00
Lefteris Chatzimparmpas e519bb1a71 Describe the recover option in a better way. 2012-02-27 22:40:57 +01:00
Lefteris Chatzimparmpas 7435dc6d1d Add support to recover when BYE is received
Previously only network errors could cause a restoration of a session,
but now a BYE response sent by the server can also trigger it.

An option has been also added to control if and when the recover
function will be called.
2012-02-27 01:22:37 +01:00
Lefteris Chatzimparmpas 4160f7c708 Set default network timeout value to 60. 2012-02-20 00:09:14 +01:00
Lefteris Chatzimparmpas 6d39df8b70 Remove the BUGS section. 2012-02-19 13:25:05 +01:00
Lefteris Chatzimparmpas dc5b33b60a Port to Lua 5.2. 2012-02-05 13:29:43 +01:00
Lefteris Chatzimparmpas 19de9b8d8e Document additional arguments of become_daemon(). 2011-12-08 22:30:05 +01:00
Lefteris Chatzimparmpas 6f8ec8eb25 Fix typo error in function call example. 2011-10-30 15:43:17 +01:00
Lefteris Chatzimparmpas c6515ebf7f Correct arguments of append_message(). 2011-08-09 20:44:24 +02:00
Lefteris Chatzimparmpas a3021cca36 Add support for appending messages to mailboxes
Add a new function append_message(), update man page and add new example
in the sample configurations.
2011-08-06 14:16:07 +02:00
Lefteris Chatzimparmpas 4bce219df3 Use the Dq and Sq macros everywhere
Use the Dq macro for double quotes, the Sq macro for single quotes, and
the \e escape character for backslash.
2011-04-06 23:03:45 +02:00
Lefteris Chatzimparmpas 4fe1a3d649 Change file and directory structure
Move the source code to the src dir, the man pages to the doc dir, and
the example configuration files to the samples dir, and update all
relevant files to reflect the changes.
2011-03-06 13:34:44 +01:00