Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
* | Merge integration branch. | Jelmer Vernooij | 2008-06-09 | -69/+242 | |
|\ | |||||
| * | Merge trunk. | Jelmer Vernooij | 2008-05-21 | -69/+234 | |
| |\ | |||||
| | * | Merging Debian 1.2-4 package changes. | Wilmer van der Gaast | 2008-05-20 | -14/+46 | |
| | |\ | |||||
| | | * | Added bitlbee-dev package, finalized 1.2-4 package.1.2-4 | Wilmer van der Gaast | 2008-05-07 | -14/+46 | |
| | | | | |||||
| | * | | Fixed NULL point dereference in "account set -del" code. | Wilmer van der Gaast | 2008-05-11 | -0/+6 | |
| | | | | |||||
| | * | | Now checking if msn_sb_create() returns NULL. This is very unlikely, but | Wilmer van der Gaast | 2008-04-21 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | can happen if we run out of file descriptors, for example. | ||||
| | * | | Added ClientInterface configuration option to make BitlBee bind() to a | Wilmer van der Gaast | 2008-04-06 | -7/+31 | |
| | | | | | | | | | | | | | | | | | | | | specific interface before connecting to a remote host. | ||||
| | * | | Don't automatically enable MSN debugging messages for debugging builds. | Wilmer van der Gaast | 2008-04-08 | -1/+1 | |
| | | | | |||||
| | * | | Changed root nicknames are now saved. (Bug #378) | Wilmer van der Gaast | 2008-04-05 | -0/+30 | |
| | | | | |||||
| | * | | Fixed #386. | Wilmer van der Gaast | 2008-04-05 | -13/+26 | |
| | | | | |||||
| | * | | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -26/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | ||||
| | * | | Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC) | Wilmer van der Gaast | 2008-04-05 | -0/+4 | |
| | | | | |||||
| | * | | Don't pass an account_t pointer directly to query_add() since query_del() | Wilmer van der Gaast | 2008-04-05 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | wants to free it! Passing an indirect pointer instead. | ||||
| | * | | Rearranged some event handling code. | Wilmer van der Gaast | 2008-04-02 | -9/+16 | |
| | | | | |||||
| * | | | Revert move of random_bytes() to unix.c | Jelmer Vernooij | 2008-05-21 | -67/+65 | |
| | | | | |||||
| * | | | Add homepage and vcs-bzr fields in Debian package. | Jelmer Vernooij | 2008-05-11 | -0/+8 | |
| | | | | |||||
| * | | | Merge lcov improvements. | Jelmer Vernooij | 2008-04-03 | -2/+4 | |
| |\ \ \ | |||||
| | \ \ \ | |||||
| | \ \ \ | |||||
| | \ \ \ | |||||
| | \ \ \ | |||||
| | \ \ \ | |||||
| | \ \ \ | |||||
| *-----. \ \ \ | Merge several portability improvements. | Jelmer Vernooij | 2008-04-02 | -80/+101 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge cross compilation patch. | Jelmer Vernooij | 2008-04-02 | -8/+21 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Add --target argument to configure to allow cross-compilation. | Jelmer Vernooij | 2008-04-02 | -7/+22 | |
| |/ / / / / / | |||||
* | | | | | | | Merge move of random_bytes(). | Jelmer Vernooij | 2008-04-02 | -65/+67 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Move unix-specific random_bytes() implementation to unix.c. | Jelmer Vernooij | 2008-04-02 | -65/+67 | |
| |/ / / / / | |||||
* | | | | | | Remove no longer needed functions. | Jelmer Vernooij | 2008-04-02 | -376/+9 | |
| | | | | | | |||||
* | | | | | | Merge removal of access(). | Jelmer Vernooij | 2008-04-02 | -7/+4 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Use GLib functions to check whether files exist, for extra portability. | Jelmer Vernooij | 2008-04-02 | -7/+4 | |
| |/ / / / | |||||
* | | | | | Merge gnutls detection fix. | Jelmer Vernooij | 2008-04-02 | -1/+8 | |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Use pkg-config file for gnutls if possible. | Jelmer Vernooij | 2008-04-02 | -1/+8 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | This allows building against a gnutls built for a an architecture other than the host architecture. | ||||
* | | | | Merge trunk. | Jelmer Vernooij | 2008-04-02 | -18671/+15492 | |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | merge trunk. | Jelmer Vernooij | 2008-04-02 | -531/+929 | |
| |\| | | |||||
| | * | | Reordered irc_free() a little bit, hoping that this will fix a crash-on-quit | Wilmer van der Gaast | 2008-04-02 | -62/+61 | |
| | | | | | | | | | | | | | | | | | | | | bug I can't figure out. The previous order wasn't optimal. | ||||
| | * | | Removing speech, in case I forget before 1.2.1. | Wilmer van der Gaast | 2008-03-30 | -57/+0 | |
| | | | | |||||
| | * | | Changed charset handling: irc_t keeps two iconv structures, which are just | Wilmer van der Gaast | 2008-03-30 | -41/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used for every line sent and received, so now there's no need to use g_iconv_open() every time a message comes in/out. Also, fixed a small memory leak that was there for a long time but somehow never caught my attention. | ||||
| | * | | Updated doc/CHANGES again. | Wilmer van der Gaast | 2008-03-30 | -0/+3 | |
| | | | | |||||
| | * | | Be more liberal with accepted line endings. ERC on Windows likes to use | Wilmer van der Gaast | 2008-03-29 | -30/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | "\r\r\n", for example, and until now BitlBee only chopped off the \r\n, leaving the first \r as part of the command, which means it couldn't log in to BitlBee at all. (Bad character in nickname.) | ||||
| | * | | Closing bug #209: The PASS command can now be used to identify yourself | Wilmer van der Gaast | 2008-03-29 | -5/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to BitlBee. The advantage: No more messing with NickServ hooks. Just set a server password. | ||||
| | * | | Merge from Debian package tree. | Wilmer van der Gaast | 2008-03-29 | -2/+18 | |
| | |\| | |||||
| | | * | Added dependency information to the init script, and updated changelog. | Wilmer van der Gaast | 2008-03-29 | -0/+16 | |
| | | | | |||||
| | | * | s/DAEMON_OPT/BITLBEE_OPTS/ so the init script will actually pick up flags | Wilmer van der Gaast | 2008-03-29 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | from /etc/default/bitlbee. | ||||
| | * | | Merging 1.2-3. | Wilmer van der Gaast | 2008-03-25 | -1/+9 | |
| | |\| | |||||
| | | * | Removed DEB_BUILD_OPTIONS because it turns out this isn't just some string1.2-3 | Wilmer van der Gaast | 2008-03-24 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can pass through to configure, there's an official policy on what can be in there exactly. (Or at least I found a suggested policy on the debian- policy mailing list.) 1.2-3, because I just uploaded -2 already. :-( | ||||
| | * | | Merge from Debian package tree. | Wilmer van der Gaast | 2008-03-24 | -8/+21 | |
| | |\| | |||||
| | | * | Some more changes for 1.2-2: Adding a bitlbee group for extra security1.2-2 | Wilmer van der Gaast | 2008-03-24 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | | | and small stuff. | ||||
| | | * | Updated debian/changelog, I hope this will be a good 1.2-2 package. | Wilmer van der Gaast | 2008-03-24 | -2/+1 | |
| | | | | |||||
| | * | | Updated doc/CHANGES. | Wilmer van der Gaast | 2008-03-24 | -0/+11 | |
| | |/ | |||||
| | * | Fixed a broken check in lib/proxy.c, this restores proxy support. Thanks | Wilmer van der Gaast | 2008-03-24 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | to Miles Bader for reporting this in the Debian BTS. Apparently not many people use this functionality, it was broken in bzr for more than a year already... | ||||
| | * | Some Debian package fixes. If nothing else comes up, this will be 1.2-2. | Wilmer van der Gaast | 2008-03-23 | -5/+29 | |
| | | | | | | | | | | | | | | | (Not sure if I will roll back the non-Debian changes...) | ||||
| | * | s/g_strsplit/g_strsplit_set/, thanks to misc@mandriva.org (Bug #380). | Wilmer van der Gaast | 2008-03-23 | -1/+1 | |
| | | | |||||
| | * | Fixed stalling issue with OpenSSL and Jabber (#368). | Wilmer van der Gaast | 2008-03-23 | -6/+41 | |
| | | | |||||
| | * | Taught GLib-mode subprocesses how to die. (Closes: #374) | Wilmer van der Gaast | 2008-03-22 | -2/+3 | |
| | | | |||||
| | * | Fixed handling of "set charset none". Fixes bug #373. | Wilmer van der Gaast | 2008-03-21 | -4/+5 | |
| | | |