forked from bip/bip
1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Loïc Gomez 4cd5bdb381
Set default backlog_lines = 0 (fixes Debian bug #818374)
This would have defaults move to backlog_always=false / log=true /
backlog_lines=0, which should not cause much trouble as backlog will
be reset after being displayed.

Also, it is doubtfuk anyone would be keeping the default of 10 for
backlog as it is pretty much an undesirable configuration.

We need to annouce this change as important though, so users having
log = false are aware memory usage could increase if they don't set
it manually to another value.

Signed-off-by: Loïc Gomez <bip@animanova.fr>
2024-02-17 03:29:45 +01:00
Pierre-Louis Bonicoli 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 f6582a54b2 bipgenconfig: generate 4096 bit rsa keys 2008-10-24 00:08:47 +02:00
Loc Gomez 671a455219 Fix UTF-8 in all files 2008-01-09 23:45:40 +01:00
Loc Gomez 47807cd2b3 bipgenconfig:
- detect bipmkpw path when possible
2008-01-07 22:57:11 +01:00
Loc Gomez 36d31e32e5 rename client_side_ssl_key to client_side_ssl_pem 2008-01-07 20:42:40 +01:00
Loc Gomez da442e0be7 bipgenconfig client_side_ssl_key option 2008-01-07 15:54:51 +01:00
Loc Gomez 8eda1ace0e bipgenconfig script :
- add missing options
- generate options before sub-blocks (for example in user block)
- fix loadConfig not loading networks and users as arrays
- add compatibility process to rename old options to their new names
  when loading config from bipgenconfig store
2008-01-07 15:22:28 +01:00
nohar 6273cf2d59 Add configuration directive to be able not to log bip information (not irc related, that is) 2007-07-01 12:43:09 +00:00
kyoshiro ad9c4d7021 create mandatory directories 2007-05-23 20:55:09 +00:00
kyoshiro cc21d62522 fix password not quoted 2007-03-24 12:47:09 +00:00
kyoshiro 220de6e088 fixes 2007-03-24 11:58:58 +00:00
kyoshiro 211700c550 add license information 2007-02-25 22:47:42 +00:00
kyoshiro b056bea223 only lacks current real config load 2007-02-25 22:35:32 +00:00
kyoshiro b5f1b68893 bipgenconfig: essential functionnalities should work.
Still needs config serialize and current config parse/load
2007-02-25 21:45:03 +00:00
kyoshiro d957d132e3 config script nearly finished 2007-02-11 23:33:20 +00:00
kyoshiro eb69ec7bc7 rename script 2007-02-02 23:02:09 +00:00