1
0
forked from bip/bip
Commit Graph

12 Commits

Author SHA1 Message Date
18665b1501
Update NEWS file (SASL, GCC flags, /bip user info) 2022-03-10 14:38:26 +01:00
ce67374c0e
Synchronize NEWS file & NEWS from project 2021-10-13 12:01:18 +02:00
844395db1a
Update NEWS file: add user facing changes 2021-10-08 19:44:40 +02:00
0c1881b921
Deprecate backlog_no_timestamp parameter
backlog_timestamp must be used instead.

The default behavior is unchanged and can explicitly used with:

    backlog_timestamp = "time";

The "none" value can be used with the backlog_timestamp parameter in
order to use the same behavior that the "no" value of the deprecated
parameter backlog_no_timestamp provided.

The date can now be displayed (in addition to the time) while backlogging:

    backlog_timestamp = "datetime";
2021-10-08 19:44:08 +02:00
Arnaud Cornet
b62c3e4697 [SSL] Support ephemeral diffie hellman kex
Pushing some non private data into openssl enables to use edh that
provides perfect forward secrecy.
2009-01-25 14:24:22 +01:00
Arnaud Cornet
7e539298fd Update NEWS file. 2009-01-24 21:48:12 +01:00
Loïc Gomez
7ba4297a92 Documentation :
- fix typos
- include README.floodcontrol into README
2008-01-08 10:50:31 +01:00
Arnaud Cornet
1a8b06ab30 Update Changelog and NEWS. 2008-01-07 23:32:34 +01:00
Arnaud Cornet
91fa881f94 Update news file. 2007-12-09 14:10:33 +01:00
Arnaud Cornet
1e449da922 Make SSL "basic" certificate check more loose (more SSH-like).
In "basic" mode, normally un trusted certificates get to be trusted if they are
manually trusted by user. This provides an SSH like private key auth mechanism.
Expired certificates were considered invalid in this mode which does not make
much sense.
2007-10-29 00:38:42 +01:00
Arnaud Cornet
909fe5e1c1 Lots of structural changes.
Move backlog options to user statment.
Drop ircise, to go towards real SIGHUP support.
2007-09-02 14:59:19 +02:00
nohar
665d2ec5af Initial import 2005-04-28 08:26:44 +00:00