aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.conf
Commit message (Collapse)AuthorAgeLines
* ldap authentication backendDennis Kaarsemaker2016-03-25-0/+1
| | | | | | We only support the openldap scheme for now, with users that are posixAccounts. Moreover, as the plugin cannot be configured directly, you must configure libldap correctly in /etc/openldap/ldap.conf
* Linux pam authentication backendDennis Kaarsemaker2016-03-25-0/+5
| | | | This backend authenticates users against pam.
* Authentication: scaffolding for multiple authentication backendsDennis Kaarsemaker2016-03-25-0/+13
| | | | | | | | | | | | | | | | | | | | | | | Instead of always putting users passwords in XML files, allow site admins to configure a different authentication method to integrate authentication with other systems. This doesn't add any authentication backends yet, merely the scaffolding. Notably: - Password checking and loading/removing from storage has been decoupled. A new auth_check_pass function is used to check passwords. It does check against the configured storage first, but will handle the authentication backends as well. The XML storage merely signals that a user's password should be checked using an authentication backend. - If unknown-to-bitlbee users identify using an authentication backend, they are automatically registered. - If an authentication backend is used, that fact is stored in the XML file, the password is not. Passwords are also stored unencrypted in this case, as the password used to encrypt them can change underneath us. - configure and Makefile changes for the backend objects
* Add a setting to disable 'account add'Dennis Kaarsemaker2016-03-23-0/+7
| | | | | In a locked down bitlbee instance it is useful to disable the 'account add' command.
* s/him/it/ in bitlbee.conf, bug #948.Wilmer van der Gaast2012-04-22-1/+1
|
* Merging SSL certificate verification for GnuTLS, with help from AopicieR.Wilmer van der Gaast2011-12-23-4/+19
|\
| * Doc update.Wilmer van der Gaast2011-12-19-4/+16
|/
* Allow disabling certain IM protocols at runtime, patch fromWilmer van der Gaast2010-03-14-0/+8
| | | | | misc@mandriva.org, bug #381.
* Document the new -x flag in one useful location and make it a bit better atWilmer van der Gaast2010-03-11-3/+2
| | | | | | argument checking to avoid ugly (even though harmless) segfaults. Also skip any md5: prefix that may be present when checking hashes.
* Reverting a change I accidentally imported from the Debian tree.Wilmer van der Gaast2008-08-26-1/+1
|
* Fixed run-by-root problem (Debian bug 494656).1.2.1-2Wilmer van der Gaast2008-08-12-1/+1
|
* Daemon mode is not an experiment anymore, it's running on testing.bitlbee.orgWilmer van der Gaast2008-05-24-4/+3
| | | | | for two weeks already with >30 active connections and not a single crash.
* Added ClientInterface configuration option to make BitlBee bind() to aWilmer van der Gaast2008-04-06-0/+7
| | | | | specific interface before connecting to a remote host.
* Passwords in bitlbee.conf can now be (properly salted) MD5 hashes, forWilmer van der Gaast2008-03-16-0/+7
| | | | | just that little bit extra security.
* Imported setuid() patch from Simo Leone <simo@archlinux...> with someWilmer van der Gaast2007-12-02-0/+7
| | | | | modifications. Also adding some missing g_free()s to conf.c.
* Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping of ↵Wilmer van der Gaast2006-01-04-4/+3
| | | | ::ffff:style addresses.)
* Added OperPassword and RunMode = ForkDaemon settings. Oper stuff isWilmer van der Gaast2005-12-26-0/+9
| | | | | *INSECURE* because users can just do /mode +o to become operator.
* Put some more emphasis on the fact that daemon mode is pretty much unsupported.Wilmer van der Gaast2005-11-18-1/+1
|
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+104