Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Document the new -x flag in one useful location and make it a bit better at | Wilmer van der Gaast | 2010-03-11 | -2/+4 |
| | | | | | | argument checking to avoid ugly (even though harmless) segfaults. Also skip any md5: prefix that may be present when checking hashes. | |||
* | Replaced obsolete (useless for the current .xml files) encode/decode tools | Wilmer van der Gaast | 2010-03-08 | -3/+66 |
| | | | | | | with a few command-line options to the BitlBee binary. Type "bitlbee -x" for more info. | |||
* | Merging changes from Jelmer: It's now possible to cross-compile a Windows | Wilmer van der Gaast | 2008-06-30 | -0/+8 |
|\ | | | | | | | | | version of BitlBee from Linux. No working SSL support yet though! | |||
| * | Move random_bytes() back to lib/ | Jelmer Vernooij | 2008-06-10 | -65/+0 |
| | | ||||
| * | Merge move of random_bytes(). | Jelmer Vernooij | 2008-04-02 | -0/+67 |
| |\ | ||||
| | * | Move unix-specific random_bytes() implementation to unix.c. | Jelmer Vernooij | 2008-04-02 | -0/+67 |
| | | | ||||
| * | | Merge trunk. | Jelmer Vernooij | 2008-04-02 | -20/+33 |
| |\| | ||||
| * | | [merge] Wilmer | Jelmer Vernooij | 2006-03-01 | -1/+41 |
| |\ \ | ||||
| * \ \ | Merge Wilmer | Jelmer Vernooij | 2006-01-10 | -4/+23 |
| |\ \ \ | ||||
| * \ \ \ | Merge Wilmer | Jelmer Vernooij | 2005-12-15 | -6/+11 |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merge new changes from pluginable and Wilmer | Jelmer Vernooij | 2005-11-15 | -23/+0 |
| |\ \ \ \ \ | ||||
| * | | | | | | Import work on services-based Win32 port | Jelmer Vernooij | 2005-11-07 | -0/+6 |
| | | | | | | | ||||
* | | | | | | | Now using an environment variable instead of a flag to pass state info when | Wilmer van der Gaast | 2008-06-29 | -19/+8 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | restarting the ForkDaemon. Preparing for a proper fallback when execv() fails. (Bug #425) | |||
* | | | | | | Got rid of some noise at startup: complaining when the default configuration | Wilmer van der Gaast | 2008-02-11 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file couldn't be found while the user specified an alternative location with the -c option, and double complaints about /var/lib/bitlbee/ permissions. | |||
* | | | | | | Added help_free() and cleaned up some very stale help-related stuff I | Wilmer van der Gaast | 2008-02-02 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wasn't even aware of. This closes bug #352. | |||
* | | | | | | Fixing some Solaris compiler warnings (u_int->uint, adding some typecasts | Wilmer van der Gaast | 2008-01-17 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for pid_t variables). | |||
* | | | | | | Imported setuid() patch from Simo Leone <simo@archlinux...> with some | Wilmer van der Gaast | 2007-12-02 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modifications. Also adding some missing g_free()s to conf.c. | |||
* | | | | | | Changed the order in which things are loaded a little bit so | Wilmer van der Gaast | 2007-08-30 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global.conf->plugindir is actually filled in before we call nogaim_init(). | |||
* | | | | | | Refactor the help code to take a filename rather than using the global struct. | Jelmer Vernooij | 2006-12-24 | -1/+1 |
| | | | | | | ||||
* | | | | | | Using salted MD5 checksums for the user's BitlBee password and salted RC4 | Wilmer van der Gaast | 2006-06-25 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encryption for the IM account passwords, plus some calls to srand() to keep the salts secure and unique. | |||
* | | | | | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -3/+3 |
| |_|_|_|/ |/| | | | | ||||
* | | | | | Fix silly warning | Jelmer Vernooij | 2006-02-12 | -1/+1 |
| | | | | | ||||
* | | | | | Added RESTART command (only for ForkDaemon mode) for easier upgrades. | Wilmer van der Gaast | 2006-01-21 | -1/+41 |
| |_|_|/ |/| | | | ||||
* | | | | Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is | Wilmer van der Gaast | 2005-12-26 | -4/+23 |
| |_|/ |/| | | | | | | | | | | | *INSECURE* because users can just do /mode +o to become operator. | |||
* | | | Merge my pluginable branch | Jelmer Vernooij | 2005-12-14 | -2/+3 |
|\ \ \ | | |/ | |/| | ||||
| * | | Merge changes from Wilmer | Jelmer Vernooij | 2005-11-15 | -23/+0 |
| |\ \ | | |/ | |/| | ||||
| * | | Migrate my pluginable branch to use Wilmers' branch as parent | Jelmer Vernooij | 2005-11-07 | -2/+3 |
| | | | ||||
* | | | Add support for 'primary' and 'migrate' account storages. | Jelmer Vernooij | 2005-12-14 | -2/+3 |
| | | | | | | | | | | | | | | | | | | 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 | -6/+10 |
| |/ |/| | ||||
* | | Forgot to modify CHANGES again, and removed some more debugging code we don't | Wilmer van der Gaast | 2005-11-09 | -23/+0 |
|/ | | | | | need anymore (and didn't want to have in a release in the first place...) | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+165 |