Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | merged in upstream r384. No conflicts. | ulim | 2008-06-02 | -66/+116 |
|\ | ||||
| * | Daemon mode is not an experiment anymore, it's running on testing.bitlbee.org | Wilmer van der Gaast | 2008-05-24 | -42/+12 |
| | | | | | | | | | | for two weeks already with >30 active connections and not a single crash. | |||
| * | 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. | |||
* | | | Added textual SOCKS5 error messages. | ulim | 2008-06-02 | -2/+21 |
| | | | ||||
* | | | some changes for sending. | ulim | 2008-05-10 | -10/+102 |
| | | | | | | | | | | | | | | | | | | * not only query but also respect peer's features (i.e. abort ft if an important feature is not advertised) * wait for proxy discovery to complete before starting the transfer (important for sending to people with auto accept) | |||
* | | | allow dcc optimization in progress watcher. | ulim | 2008-05-08 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Apparently, irssi doesn't send any DCC ACKs if it "feels" that the sender doesn't expect any(no idea how exactly it does that). Anyway, the progress watcher used to check whether the ACKed bytes have increased which it shouldn't do if there aren't any ACKs. | |||
* | | | fix bug in new kb/s display for transfers of less than one second. | ulim | 2008-05-07 | -2/+2 |
| | | | ||||
* | | | timeout of transfers after 120 seconds of no progress (bytes received/sent). | ulim | 2008-05-06 | -3/+39 |
| | | | ||||
* | | | SOCKS5 bytestream related changes. | ulim | 2008-05-06 | -4/+22 |
| | | | | | | | | | | | | | | | | | | * allow the SOCKS5 server to not include the pseudo address in its reply(including it is an rfc-style SHOULD in XEP-0065) * ignore if the SOCKS5 server's reply is too short (as is the one from the jabber.cz proxy [apparently using the proxy65 code]) | |||
* | | | ulibc support, fixes "Invalid SOCKS5 Connect message" problem | ulim | 2008-05-04 | -6/+32 |
| | | | ||||
* | | | more verbose error reporting | ulim | 2008-04-14 | -5/+16 |
| | | | ||||
* | | | merged in upstream r379 (somewhere after 1.2-3). | ulim | 2008-04-14 | -584/+1228 |
|\| | | | | | | | | | | | | | | Just one trivial conflict in the jabber Makefile, went smoothly. | |||
| * | | 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 |
| | | | ||||
| * | | 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 |
| | | ||||
| * | Updated/Fixed Debian package.1.2-1 | Wilmer van der Gaast | 2008-03-21 | -10/+78 |
| | | ||||
| * | Release 1.2 should now be ready.1.2 | Wilmer van der Gaast | 2008-03-17 | -1/+58 |
| | | ||||
| * | Added some brackets in irc_cmd_(pass|oper) to prevent crashes when no | Wilmer van der Gaast | 2008-03-16 | -6/+6 |
| | | | | | | | | | | passwords were set. | |||
| * | Passwords in bitlbee.conf can now be (properly salted) MD5 hashes, for | Wilmer van der Gaast | 2008-03-16 | -2/+17 |
| | | | | | | | | | | just that little bit extra security. | |||
| * | Moved password hash verification to md5_verify_password() so this can be | Wilmer van der Gaast | 2008-03-16 | -30/+54 |
| | | | | | | | | | | reused for IRC/OPER passwords (to have encrypted in bitlbee.conf). | |||
| * | Fixed base64_decode() to not barf on corrupted Base64 strings. | Wilmer van der Gaast | 2008-03-16 | -1/+1 |
| | |