aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Added an account setting 'proxy'.ulim2008-07-22-32/+93
| | | | | | | | | | Note that this is only used for sending. The default <local>;<auto> means let the receiver try a direct connection first and then the proxy discovered from the server (if any). If you know you're firewalled you can remove the <local>. If you want to provide your own proxy try something like "<local>;JID,HOST,PORT". E.g. "<local>;proxy.somewhere.org,123.123.123.123,7777".
* fixes bug in handling file names with spaces.ulim2008-07-22-12/+12
|
* added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc).ulim2008-06-02-0/+4
|
* merged in upstream r384. No conflicts.ulim2008-06-02-66/+116
|\
| * Daemon mode is not an experiment anymore, it's running on testing.bitlbee.orgWilmer van der Gaast2008-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 Gaast2008-05-20-14/+46
| |\
| | * Added bitlbee-dev package, finalized 1.2-4 package.1.2-4Wilmer van der Gaast2008-05-07-14/+46
| | |
| * | Fixed NULL point dereference in "account set -del" code.Wilmer van der Gaast2008-05-11-0/+6
| | |
| * | Now checking if msn_sb_create() returns NULL. This is very unlikely, butWilmer van der Gaast2008-04-21-3/+21
| | | | | | | | | | | | | | | can happen if we run out of file descriptors, for example.
| * | Added ClientInterface configuration option to make BitlBee bind() to aWilmer van der Gaast2008-04-06-7/+31
| | | | | | | | | | | | | | | specific interface before connecting to a remote host.
* | | Added textual SOCKS5 error messages.ulim2008-06-02-2/+21
| | |
* | | some changes for sending.ulim2008-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.ulim2008-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.ulim2008-05-07-2/+2
| | |
* | | timeout of transfers after 120 seconds of no progress (bytes received/sent).ulim2008-05-06-3/+39
| | |
* | | SOCKS5 bytestream related changes.ulim2008-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" problemulim2008-05-04-6/+32
| | |
* | | more verbose error reportingulim2008-04-14-5/+16
| | |
* | | merged in upstream r379 (somewhere after 1.2-3).ulim2008-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 Gaast2008-04-08-1/+1
| | |
| * | Changed root nicknames are now saved. (Bug #378)Wilmer van der Gaast2008-04-05-0/+30
| | |
| * | Fixed #386.Wilmer van der Gaast2008-04-05-13/+26
| | |
| * | query.h now defines a callback function type, not using void* for it anymore.Wilmer van der Gaast2008-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 Gaast2008-04-05-0/+4
| | |
| * | Don't pass an account_t pointer directly to query_add() since query_del()Wilmer van der Gaast2008-04-05-5/+11
| | | | | | | | | | | | | | | wants to free it! Passing an indirect pointer instead.
| * | Rearranged some event handling code.Wilmer van der Gaast2008-04-02-9/+16
| | |
| * | Reordered irc_free() a little bit, hoping that this will fix a crash-on-quitWilmer van der Gaast2008-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 Gaast2008-03-30-57/+0
| | |
| * | Changed charset handling: irc_t keeps two iconv structures, which are justWilmer van der Gaast2008-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 Gaast2008-03-30-0/+3
| | |
| * | Be more liberal with accepted line endings. ERC on Windows likes to useWilmer van der Gaast2008-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 yourselfWilmer van der Gaast2008-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 Gaast2008-03-29-2/+18
| |\|
| | * Added dependency information to the init script, and updated changelog.Wilmer van der Gaast2008-03-29-0/+16
| | |
| | * s/DAEMON_OPT/BITLBEE_OPTS/ so the init script will actually pick up flagsWilmer van der Gaast2008-03-29-2/+2
| | | | | | | | | | | | | | | from /etc/default/bitlbee.
| * | Merging 1.2-3.Wilmer van der Gaast2008-03-25-1/+9
| |\|
| | * Removed DEB_BUILD_OPTIONS because it turns out this isn't just some string1.2-3Wilmer van der Gaast2008-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 Gaast2008-03-24-8/+21
| |\|
| | * Some more changes for 1.2-2: Adding a bitlbee group for extra security1.2-2Wilmer van der Gaast2008-03-24-7/+21
| | | | | | | | | | | | | | | and small stuff.
| | * Updated debian/changelog, I hope this will be a good 1.2-2 package.Wilmer van der Gaast2008-03-24-2/+1
| | |
| * | Updated doc/CHANGES.Wilmer van der Gaast2008-03-24-0/+11
| |/
| * Fixed a broken check in lib/proxy.c, this restores proxy support. ThanksWilmer van der Gaast2008-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 Gaast2008-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 Gaast2008-03-23-1/+1
| |
| * Fixed stalling issue with OpenSSL and Jabber (#368).Wilmer van der Gaast2008-03-23-6/+41
| |
| * Taught GLib-mode subprocesses how to die. (Closes: #374)Wilmer van der Gaast2008-03-22-2/+3
| |
| * Fixed handling of "set charset none". Fixes bug #373.Wilmer van der Gaast2008-03-21-4/+5
| |
| * Updated/Fixed Debian package.1.2-1Wilmer van der Gaast2008-03-21-10/+78
| |
| * Release 1.2 should now be ready.1.2Wilmer van der Gaast2008-03-17-1/+58
| |
| * Added some brackets in irc_cmd_(pass|oper) to prevent crashes when noWilmer van der Gaast2008-03-16-6/+6
| | | | | | | | | | passwords were set.