Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Incoming typing notifications. | Wilmer van der Gaast | 2010-04-13 | -18/+12 |
| | ||||
* | Fixed cleanup issues when turning off an account. Also fixed syntax of | Wilmer van der Gaast | 2010-04-12 | -8/+9 |
| | | | | | *_user_free(). | |||
* | Restored query/ask stuff. | Wilmer van der Gaast | 2010-04-11 | -12/+6 |
| | ||||
* | Merging a Jabber ft bugfix. | Wilmer van der Gaast | 2010-04-11 | -4/+5 |
|\ | ||||
| * | Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 messages | Wilmer van der Gaast | 2010-04-11 | -4/+5 |
| | | | | | | | | | | and my rewrite of the bs_peek function. | |||
* | | Including DCC stuff again, with a wonderful extra layer of abstraction. | Wilmer van der Gaast | 2010-04-11 | -28/+103 |
| | | | | | | | | | | | | | | Some hooks are missing so sending files doesn't work yet. Receiving also still seems to have some issues. On the plus side, at least the MSN/Jabber modules work again. | |||
* | | Get full names properly. Handling of nick_source setting and | Wilmer van der Gaast | 2010-04-04 | -31/+10 |
| | | | | | | | | | | imcb_nick_hint() is probably still broken. | |||
* | | Can receive messages again. | Wilmer van der Gaast | 2010-04-01 | -82/+14 |
| | | ||||
* | | Show buddy online/offline status in the first channel. | Wilmer van der Gaast | 2010-04-01 | -1/+1 |
| | | ||||
* | | Cleaned lots of compiler warnings so I can get some signal again. | Wilmer van der Gaast | 2010-04-01 | -7/+11 |
| | | ||||
* | | Synced the values of some old OPT_* flags with BEE_USER_*. | Wilmer van der Gaast | 2010-04-01 | -4/+3 |
| | | ||||
* | | Restored "account" root command and restored enough stuff to be able to | Wilmer van der Gaast | 2010-03-31 | -193/+198 |
| | | | | | | | | | | send messages. Also started moving stuff out from nogaim.* into bee_* files. | |||
* | | nogaim.c is close to doing something useful again without speaking any IRC | Wilmer van der Gaast | 2010-03-31 | -178/+151 |
| | | | | | | | | | | itself. | |||
* | | Start restoring IM-related bits, added bee_user.c with basic functions | Wilmer van der Gaast | 2010-03-29 | -182/+180 |
| | | | | | | | | | | and UI callbacks. | |||
* | | Simple IRC channel interface, use it to represent the control channel. | Wilmer van der Gaast | 2010-03-26 | -0/+0 |
| | | ||||
* | | PING and QUIT work now, and adding some files that weren't checked in so | Wilmer van der Gaast | 2010-03-26 | -0/+65 |
| | | | | | | | | | | far. | |||
* | | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -1/+823 |
|/ | | | | | untying the IRC and the core parts a little bit. Lots of work left to do. | |||
* | s/last_act/last_msg/ now. | Wilmer van der Gaast | 2010-03-21 | -1/+1 |
| | ||||
* | Merging in file transfer support. Most important points from my review | Wilmer van der Gaast | 2010-03-21 | -81/+2907 |
|\ | | | | | | | | | are fixed now, time to let it settle in and get people to try it. | |||
| * | Fixed jabber_bs_peek() to deal with incomplete packets as well. | Wilmer van der Gaast | 2010-03-21 | -10/+21 |
| | | ||||
| * | Killed the last str*cmp(xml_find_attr) combos. | Wilmer van der Gaast | 2010-03-21 | -16/+26 |
| | | ||||
| * | xt_status functions should always return an XT_ status, it's not a boolean. | Wilmer van der Gaast | 2010-03-21 | -5/+5 |
| | | ||||
| * | Read the from attribute from the main stanza, not the inside query. Also | Wilmer van der Gaast | 2010-03-21 | -2/+3 |
| | | | | | | | | | | fixing another potential NULL pointer dereference. | |||
| * | Some compiler warning fixes and renamed "transfers" command to just | Wilmer van der Gaast | 2010-03-18 | -11/+12 |
| | | | | | | | | | | "transfer" since all root commands are singular so far. | |||
| * | More small fixes. (NULL derefs and s/close/disconnect/) | Wilmer van der Gaast | 2010-03-18 | -5/+8 |
| | | ||||
| * | Ouch, committing stuff without even checking if it compiles is bad style. | Wilmer van der Gaast | 2010-03-17 | -2/+2 |
| | | | | | | | | | | :-) | |||
| * | Avoid some NULL pointer dereferences on malformed XMPP packets. | Wilmer van der Gaast | 2010-03-17 | -17/+24 |
| | | ||||
| * | Small cleanup. The max_packet_size variable doesn't seem to be read | Wilmer van der Gaast | 2010-03-17 | -2/+2 |
| | | | | | | | | | | anywhere, and reworked string handling in ft_listen() a little bit. | |||
| * | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -467/+458 |
| |\ | ||||
| * | | No functional changes, just some style "fixes". Although I admit I'm | Wilmer van der Gaast | 2009-12-13 | -23/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | somewhat growing out of my own coding style, I do try to keep things consistent at least within files. Comments are now in reviewboard: http://code.bitlbee.org/rb/r/13/ | |||
| * | | Merging head. | Wilmer van der Gaast | 2009-12-07 | -143/+679 |
| |\ \ | ||||
| * | | | Added conf entries and lib/ftutil.[ch]. | ulim | 2008-08-12 | -135/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for the bitlbee<->client connection and the bitlbee<->IM peer connection, respectively. ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second per transfer (not implemented yet). | |||
| * | | | copied ulibc/BSD ifdefs over to invitation.c. | ulim | 2008-08-11 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | I'll have to move these to a generic header file eventually. | |||
| * | | | Added MSN file transfer of type MSNFTP. | ulim | 2008-08-11 | -57/+797 |
| | | | | | | | | | | | | | | | | | | | | Transfer is direct and the sender can not be firewalled. | |||
| * | | | Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;) | ulim | 2008-08-10 | -61/+58 |
| |\ \ \ | ||||
| * \ \ \ | merged in upstream r410. | ulim | 2008-08-04 | -103/+175 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Only conflict was the correction of jabber normalization which I had already done. | |||
| * | | | | | moved some stuff around in preperation for MSN merge. | ulim | 2008-08-04 | -22/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * both ends (proto&dcc) need to finish a transfer now for it to be finished * moved throughput calc. and some messages to dcc (no need to implement in protocols) | |||
| * | | | | | Added an account setting 'proxy'. | ulim | 2008-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". | |||
| * | | | | | added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc). | ulim | 2008-06-02 | -0/+4 |
| | | | | | | ||||
| * | | | | | merged in upstream r384. No conflicts. | ulim | 2008-06-02 | -3/+21 |
| |\ \ \ \ \ | ||||
| * | | | | | | 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) | |||
| * | | | | | | fix bug in new kb/s display for transfers of less than one second. | ulim | 2008-05-07 | -1/+1 |
| | | | | | | | ||||
| * | | | | | | timeout of transfers after 120 seconds of no progress (bytes received/sent). | ulim | 2008-05-06 | -1/+2 |
| | | | | | | | ||||
| * | | | | | | 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 | -3/+18 |
| | | | | | | | ||||
| * | | | | | | merged in upstream r379 (somewhere after 1.2-3). | ulim | 2008-04-14 | -924/+314 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just one trivial conflict in the jabber Makefile, went smoothly. | |||
| * | | | | | | | more verbose error logging | ulim | 2008-04-14 | -5/+6 |
| | | | | | | | | ||||
| * | | | | | | | some fixes related to connection timeout | ulim | 2008-02-20 | -3/+21 |
| | | | | | | | | ||||
| * | | | | | | | Removes the word "dcc" from 2 comments and one message. Thanks to vmiklos ↵ | ulim | 2008-02-17 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this! |