| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
It was removed in ba7d16f, but this remained.
|
|
|
|
|
|
|
| |
Used uncrustify, with the configuration file in ./doc/uncrustify.cfg
Commit author set to "Indent <please@skip.me>" so that it's easier to
skip while doing git blame.
|
| |
|
|
|
|
|
| |
should be sufficient.
|
|
|
|
|
|
| |
in BitlBee settings that automatically end up in the existing .xml files
(or whatever storage is used), but I realise this is non-trivial.
|
|
|
|
|
| |
sense of the word, more in a way that core files don't have to include otr.h.
|
|\
| |
| |
| |
| | |
and parts I want to/have to redo (because of ui-fix).
|
| |\ |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
This means people won't be able to upgrade from BitlBee 1.0 to this version
anymore but only via 1.2.
1.0 is old enough that I don't really expect this to be a problem.
|
|/
|
|
|
|
| |
USTATUS_IDENTIFIED after another account overwriting vulnerability was
found by Tero Marttila.
|
|
|
|
|
|
| |
save support (which shouldn't be allowed) and added a call to nick_lc()
to xml_save() so at least nicks should now be case-insensitive.
|
|
|
|
|
|
|
|
| |
piece of libevent probing code that mysteriously appeared (?), better handling
of storage backends, an SSL module is now always included (so BitlBee can be
compiled again when building without MSN- and Jabber-support (http_client also
depends on SSL libs and can't be disabled)), oh, and fixed a compiler warning.
|
| |
|
| |
|
|
|
|
|
|
| |
Fix two bugs in the text storage backend that were introduced by my previous
changes.
|
|
|
|
|
| |
used for transparent upgrade support later on.
|
|
|