Arnaud Cornet
170d4d1e00
[FEATURE] autojoin_on_kick in connection blocks
...
true by default
2009-01-21 17:24:54 +01:00
Arnaud Cornet
26eb9c28d7
[OPTION] implement backlog_reset_connection
...
backlog_reset_on_talk no works per query/channel.
Setting backlog_reset_connection to true falls back to the former kind
of backlog reset.
2009-01-17 12:50:39 +01:00
Arnaud Cornet
0ecb77617c
Sanitize bip_(m|re)alloc size.
2008-12-29 15:31:32 +01:00
Arnaud Cornet
fa78df6482
Fixup file name allocation
2008-12-20 20:26:38 +01:00
Arnaud Cornet
c150151066
BIG cleanup. check for memory allocation failure, add extra checks all arround.
2008-12-15 19:19:27 +01:00
Arnaud Cornet
3ab2755767
Catch malloc returning NULL.
2008-12-10 23:26:37 +01:00
Loïc Gomez
ba4e70d664
fix unwanted commit
2008-02-04 18:38:09 +01:00
Loïc Gomez
efe0c43b9c
Documentation fixes
...
- update bip.vim and bip.conf sample files
- remove nonsense LOG_STD log level
2008-02-04 18:36:35 +01:00
Arnaud Cornet
f1cc6451f5
Handle SSL-client auth. Fix crash on del_conn when the link never got connected at all.
2008-01-20 18:49:44 +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
e7e49fdad1
SSL configuration:
...
- warn when bip is not SSL-capable and configuration contain SSL options
- add a client_side_ssl_key option to define the path to bip.pem file
2008-01-07 14:27:37 +01:00
Arnaud Cornet
8f998c97b6
Be verbose when conf_die is called. Try to inform calling client.
2007-12-14 23:07:18 +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
ec68655ccd
Handle deprecated directives...
2007-11-11 07:37:19 +01:00
Arnaud Cornet
0abd8a386d
Config load fixes.
...
- Leaks
- Better logging
- Handle historical configs
2007-10-21 12:31:07 +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
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
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
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
98dcc2e4d4
bl_msg_only
2006-10-21 12:06:31 +00:00
nohar
38f84edc01
Debug away msg when no client on.
2006-09-25 12:08:31 +00:00
nohar
925bee51c8
Untested no_client_away_msg support.
2006-09-18 16:06:23 +00:00
nohar
3b9af8d5bd
new auth mechanism
2005-07-09 12:55:01 +00:00
nohar
3a51245c14
YS' SSL certification check patch merged
2005-06-04 11:05:54 +00:00
nohar
6135a13810
fatal("internal log_client_none_connected") fix; /me backlog with freenode fixed
2005-06-04 10:39:04 +00:00
nohar
811d7cb048
blreset_on_talk, plus a fix in log_reset
2005-05-30 18:01:00 +00:00
nohar
04dc4526cc
Conf cleanup, PING colon in reply
2005-05-26 15:36:15 +00:00
nohar
3a46247bd4
better log file format, log options, with backlog with memory based backlog
2005-05-19 20:55:11 +00:00
nohar
665d2ec5af
Initial import
2005-04-28 08:26:44 +00:00