Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fixed #440: If there's a -R command line flag, store the passed filename | Wilmer van der Gaast | 2008-07-31 | -1/+8 |
| | | | | | in the state environment variable (unless it's set already). | |||
* | Now using an environment variable instead of a flag to pass state info when | Wilmer van der Gaast | 2008-06-29 | -9/+1 |
| | | | | | | restarting the ForkDaemon. Preparing for a proper fallback when execv() fails. (Bug #425) | |||
* | Daemon mode is not an experiment anymore, it's running on testing.bitlbee.org | Wilmer van der Gaast | 2008-05-24 | -1/+1 |
| | | | | | for two weeks already with >30 active connections and not a single crash. | |||
* | Added ClientInterface configuration option to make BitlBee bind() to a | Wilmer van der Gaast | 2008-04-06 | -4/+10 |
| | | | | | specific interface before connecting to a remote host. | |||
* | s/g_strsplit/g_strsplit_set/, thanks to misc@mandriva.org (Bug #380). | Wilmer van der Gaast | 2008-03-23 | -1/+1 |
| | ||||
* | Got rid of some noise at startup: complaining when the default configuration | Wilmer van der Gaast | 2008-02-11 | -21/+24 |
| | | | | | | file couldn't be found while the user specified an alternative location with the -c option, and double complaints about /var/lib/bitlbee/ permissions. | |||
* | Imported setuid() patch from Simo Leone <simo@archlinux...> with some | Wilmer van der Gaast | 2007-12-02 | -1/+18 |
| | | | | | modifications. Also adding some missing g_free()s to conf.c. | |||
* | Fixed memory management issues introduced by at least the getaddrinfo() | Wilmer van der Gaast | 2007-11-20 | -2/+2 |
| | | | | | change. (Patch from arnau) | |||
* | Use standard functions for dealing with both IPv6 and IPv4. | Jelmer Vernooij | 2007-10-18 | -18/+5 |
| | ||||
* | Little doc/help update. | Wilmer van der Gaast | 2007-02-18 | -1/+1 |
| | ||||
* | configure --pidfile= actually works now. | Wilmer van der Gaast | 2007-02-18 | -1/+1 |
| | ||||
* | Made set.c API more generic so it's not specific to irc_t structures anymore, | Wilmer van der Gaast | 2006-06-30 | -1/+1 |
| | | | | | but can be used for account_t structures too, for example. | |||
* | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -1/+1 |
| | | | | | protocols/, and adding RC4 code. | |||
* | Fixed GError memory leak, correctly setting the migrate_storage default. | Wilmer van der Gaast | 2006-06-21 | -2/+1 |
| | ||||
* | Added migration storage defaults. | Wilmer van der Gaast | 2006-06-20 | -0/+2 |
| | ||||
* | xml_load() works pretty well now. | Wilmer van der Gaast | 2006-06-14 | -1/+1 |
| | ||||
* | Fixed various memory leaks/other possible problems after code review. | Wilmer van der Gaast | 2006-05-15 | -1/+1 |
| | ||||
* | Fixed --help | Wilmer van der Gaast | 2006-02-12 | -0/+1 |
| | ||||
* | Added RESTART command for easier upgrades without losing IPC connections. | Wilmer van der Gaast | 2006-02-02 | -1/+10 |
|\ | | | | | | | | | (Obviously only works well for forking daemon mode.) | |||
| * | Added RESTART command (only for ForkDaemon mode) for easier upgrades. | Wilmer van der Gaast | 2006-01-21 | -1/+10 |
| | | ||||
* | | Added PID-file code. | Wilmer van der Gaast | 2006-02-02 | -1/+12 |
|/ | ||||
* | Added REHASH command, IPC emulation in daemon (non-forked) mode. | Wilmer van der Gaast | 2006-01-15 | -2/+6 |
| | ||||
* | Better DIE implementation, added SO_REUSEADDR to listening socket. | Wilmer van der Gaast | 2006-01-15 | -5/+7 |
| | ||||
* | Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵ | Wilmer van der Gaast | 2006-01-04 | -0/+4 |
| | | | | ::ffff:style addresses.) | |||
* | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is | Wilmer van der Gaast | 2005-12-26 | -3/+13 |
| | | | | | *INSECURE* because users can just do /mode +o to become operator. | |||
* | Add variable for plugindir rather then always using the define | Jelmer Vernooij | 2005-12-17 | -0/+1 |
| | ||||
* | Add support for 'primary' and 'migrate' account storages. | Jelmer Vernooij | 2005-12-14 | -4/+9 |
| | | | | | | Fix two bugs in the text storage backend that were introduced by my previous changes. | |||
* | Add abstraction layer for storage | Jelmer Vernooij | 2005-12-08 | -0/+6 |
| | ||||
* | Updates copyright headers of files that were changed in 2005 too. | Wilmer van der Gaast | 2005-11-12 | -1/+1 |
| | | | | | (IOW, needed to change something to test the post-rsync hook. ;-)) | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+281 |