Commit Graph

19 Commits

Author SHA1 Message Date
Arnaud Cornet b026214142 Various fixes
- Fix log redirrect to stderr when not going into background.
- Fix connection_close to handle connections on error.
- Handle servers you can't connect to the same way as servers that get disconnected. (wrt to reconnection timers)
- Fix some log message
2007-10-20 21:26:21 +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 56fd224916 Lot's of cleanups. 2007-05-26 10:31:44 +00:00
nohar 965aeb9f6a Fixed a compile warning. 2007-01-28 18:35:30 +00:00
nohar a31562f519 Bug fix in nick channel nick tracking 2007-01-27 12:30:12 +00:00
nohar 006f5c07e5 I forgot that my hash lib function was braindead. 2007-01-05 22:20:17 +00:00
nohar 5c17d27a95 Re-think who_count management.
Should fix hard to trigger bug: fatal("negative who_count").
2007-01-05 21:19:32 +00:00
nohar 4e12ff1c94 Hash fonction just for fun. 2006-12-08 21:08:23 +00:00
nohar e3410afe93 Now it even build 2006-09-18 18:05:17 +00:00
nohar 925bee51c8 Untested no_client_away_msg support. 2006-09-18 16:06:23 +00:00
nohar 5574a6d335 a few deleted whitespaces + Trou's patch: allows to trust when not connected / allow self-signed certs when in basic ssl mode / permit connection to serveurs w/o a motd 2005-12-12 19:03:02 +00:00
kyoshiro 1e6f0593fb clean README and TODO files
loglevels cleanup
debug prints cleanup
log info when connecting to a server
default log level to INFO
2005-11-17 17:55:12 +00:00
nohar f4f0cda849 cleanup for release 2005-10-09 11:47:20 +00:00
guillot 9c7eba2f6a fixed compilation warnings 2005-08-01 11:24:10 +00:00
nohar 04dc4526cc Conf cleanup, PING colon in reply 2005-05-26 15:36:15 +00:00
nohar 5ad0a47e68 don't touch bip.log if log = false 2005-05-21 14:23:05 +00:00
kyoshiro 103a9f0369 fix oidentd spoof
remove old unsued spoof functions
2005-05-13 13:58:24 +00:00
nohar 665d2ec5af Initial import 2005-04-28 08:26:44 +00:00