1
0
forked from bip/bip
Commit Graph

25 Commits

Author SHA1 Message Date
Loïc Gomez
12ea45b132 cleanup
change some log levels
remove ssl_check_store from connection
indent fixes
check_rlimits: change explain text
Git-explicit version
2007-09-27 14:12:27 +02:00
Loïc Gomez
2090349f9c add backlog option to channels. 2007-09-27 01:08:10 +02:00
Loïc Gomez
96693716fb fix SSL 2007-09-26 22:08:59 +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
d7e870fe67 Lot of cleanups wrt init and killing links
Cleanup sample config (make cert).
Implement some free functions (log_free and link_kill).
Move utility macros in src/util.h
Reorganiize initialisation functions.
2007-09-04 00:24:50 +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
56fd224916 Lot's of cleanups. 2007-05-26 10:31:44 +00:00
nohar
458abaf452 Fix fd leak. Delay reconnections. 2007-02-10 14:05:37 +00:00
nohar
e6b7672a19 New nick mgmt code 2007-01-26 18:52:21 +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
afa77d12b5 Implement ban reply redirrection to the requesting client only. 2006-11-12 18:08:49 +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
71108cbe93 New /bip commands 2006-07-02 11:50:20 +00:00
nohar
47d82fdd2a Who patch fix 2006-02-21 07:48:12 +00:00
nohar
4055764e81 Merged lappz patch for better who reply handling 2006-02-05 11:10:33 +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
nohar
f4f0cda849 cleanup for release 2005-10-09 11:47:20 +00:00
nohar
e245735f71 merged YS' elite cert management patch 2005-08-25 08:17:10 +00:00
nohar
75458e014b MAMADOO chat sux 2005-08-04 12:40:09 +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
36e809b889 channel order in conf honnored 2005-05-30 18:35:49 +00:00
nohar
d9a149b4dd use connect timestamp instead of reconnect 2005-05-27 10:25:31 +00:00
nohar
665d2ec5af Initial import 2005-04-28 08:26:44 +00:00