Commit Graph

25 Commits

Author SHA1 Message Date
Loïc Gomez 671a455219 Fix UTF-8 in all files 2008-01-09 23:45:40 +01:00
Arnaud Cornet 74ef2e7460 Cosmetic fix for man page. 2008-01-07 22:31:28 +01:00
Loïc Gomez 36d31e32e5 rename client_side_ssl_key to client_side_ssl_pem 2008-01-07 20:42:40 +01:00
Loïc Gomez d3a4ee6bcb forgot the manpage.. 2008-01-07 19:48:04 +01:00
Loïc Gomez 56b73ad73a Merge branch 'master' of http://bip.t1r.net/bip
Conflicts:

	bip.conf.1
2008-01-07 13:47:12 +01:00
Loïc Gomez b020e895a8 Add subcategory in help commands. 2007-12-29 01:35:11 +01:00
Loïc Gomez 130d649e0b Fix misleading text in manpage 2007-12-16 17:28:01 +01:00
Loïc Gomez b68b0dc71d Merge branch 'master' of http://bip.t1r.net/bip
Conflicts:

	src/bip.c
2007-11-25 16:12:36 +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 6a0ced8929 Describe basic ca mode in bip.conf.1 2007-10-29 00:24:48 +01:00
Loïc Gomez dab337dfb8 fix order in bip.conf.1 2007-09-28 13:21:05 +02:00
Loïc Gomez d3a5c40a40 bip_use_notice option + fix
add bip_use_notice option to user-level configuration.
fix typo in bip_notify()
2007-09-28 13:20:32 +02:00
Loïc Gomez 2090349f9c add backlog option to channels. 2007-09-27 01:08:10 +02:00
Loïc Gomez e5ed7c92ae add ssl_check_mode option to the connection block (requested by Trou)
die if ssl_check_mode is unset while the network needs SSL.
2007-09-26 22:18:50 +02:00
Loïc Gomez 6ab2bb5146 * src/sample: Update manpage, sample config and sample bip.vim + typo
* src/bip: warn the user about rlimits upon start and whenever they're
reached
* src/bip: add -v flag (show version)
* src/bip: add admin option to user block, and restrict some commands to
admins. Log whenever a /bip command is used
* src/bip: enhance /BIP LIST and HELP commands, add INFO command
* src: fix defaults user/nick/realnames not loaded into connections,
resulting in segfault (WRITE_LINE1 to NULL) and oidentd.conf file not
containing usernames
* src: add default.h and version.h
* src: fflush() system log every log_sync_interval
* src/bip: fix "Resetted." printed whenever a client talks with
backlog_reset_ontalk true
* src/bip: fix backlog user options not set to defaults in add_user
* src/bip: fix oidentd.conf config written lately. Still some issues
* src/util: add human readable time hrtime(), bool2text() and ssl
checlmode2text() functions
* src: lower RECONN_TIMER + add RECONN_TIMER_MAX option
* src/bip: code some validate_config
2007-09-26 14:45:30 +02: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
nohar 0d79c41d4c Use backlog_ prefix for all backlog config directives. 2007-02-17 10:54:21 +00:00
nohar 9e3d62764f backlog_no_timestamp option implemented 2007-01-12 18:49:14 +00:00
kyoshiro 2e8c820dbb lex/conf.y cleanups
vim syntax, manpage, sample conf file updates
2006-11-15 21:13:51 +00:00
nohar f02ce0fb03 Typo in man page. 2006-09-20 20:30:25 +00:00
nohar 7c26143977 fix typo 2006-03-06 18:25:31 +00:00
nohar f4ae1effc8 man fixe, author fixes 2005-10-18 08:00:55 +00:00
kyoshiro 73226ebfa9 manpage format fixes 2005-10-11 16:59:45 +00:00
nohar 709bb6b7e5 few bip.conf.1 fixes 2005-10-11 08:49:27 +00:00
kyoshiro c6e9246adb 1st version of bip.conf manpage
needs reformatting and some spell checking maybe
2005-10-10 21:56:39 +00:00