| Commit message (Expand) | Author | Age | Lines |
... | |
| | * | | | | | | | | | | | | | | | | MOTD command added since, well, I had all the code for it already anyway. | Wilmer van der Gaast | 2010-03-27 | -8/+8 |
| | * | | | | | | | | | | | | | | | | Topic handling changes. | Wilmer van der Gaast | 2010-03-27 | -8/+29 |
| | * | | | | | | | | | | | | | | | | Added WHOIS command. | Wilmer van der Gaast | 2010-03-26 | -46/+55 |
| | * | | | | | | | | | | | | | | | | Collect that garbage. | Wilmer van der Gaast | 2010-03-26 | -0/+22 |
| | * | | | | | | | | | | | | | | | | Added JOIN, NAMES and PART commands. | Wilmer van der Gaast | 2010-03-26 | -56/+69 |
| | * | | | | | | | | | | | | | | | | Simple IRC channel interface, use it to represent the control channel. | Wilmer van der Gaast | 2010-03-26 | -34/+216 |
| | * | | | | | | | | | | | | | | | | PING and QUIT work now, and adding some files that weren't checked in so | Wilmer van der Gaast | 2010-03-26 | -5/+344 |
| | * | | | | | | | | | | | | | | | | One total mess that doesn't do much yet, but reorganised some stuff and | Wilmer van der Gaast | 2010-03-26 | -1118/+254 |
| | |/ / / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | | Now seems like a pretty good time to finally kill crypting.c and storage_text. | Wilmer van der Gaast | 2010-03-24 | -327/+3 |
| | * | | | | | | | | | | | | | | | 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 | -85/+3975 |
| |/| | | | | | | | | | | | | |
|/| | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | Fixed jabber_bs_peek() to deal with incomplete packets as well. | Wilmer van der Gaast | 2010-03-21 | -10/+21 |
| | * | | | | | | | | | | | | | | Fixed 100% CPU usage bug in dcc.c. | Wilmer van der Gaast | 2010-03-21 | -19/+20 |
| | * | | | | | | | | | | | | | | Remove dcc_poll() and just use the cond variable passed to I/O events. | Wilmer van der Gaast | 2010-03-21 | -41/+4 |
| | * | | | | | | | | | | | | | | 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 |
| | * | | | | | | | | | | | | | | Some compiler warning fixes and renamed "transfers" command to just | Wilmer van der Gaast | 2010-03-18 | -19/+17 |
| | * | | | | | | | | | | | | | | 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 | -65/+55 |
| | * | | | | | | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -653/+736 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|/
| | | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | No functional changes, just some style "fixes". Although I admit I'm | Wilmer van der Gaast | 2009-12-13 | -37/+51 |
| | * | | | | | | | | | | | | | | Merging head. | Wilmer van der Gaast | 2009-12-07 | -552/+1854 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | More hints for getaddrinfo(). | ulim | 2008-08-12 | -4/+7 |
| | * | | | | | | | | | | | | | | Added lib/ftutil.[ch]. | ulim | 2008-08-12 | -0/+159 |
| | * | | | | | | | | | | | | | | Added conf entries and lib/ftutil.[ch]. | ulim | 2008-08-12 | -203/+69 |
| | * | | | | | | | | | | | | | | copied ulibc/BSD ifdefs over to invitation.c. | ulim | 2008-08-11 | -0/+14 |
| | * | | | | | | | | | | | | | | fixes bug on 32bit archs in DCC code. | ulim | 2008-08-11 | -1/+1 |
| | * | | | | | | | | | | | | | | Added MSN file transfer of type MSNFTP. | ulim | 2008-08-11 | -57/+797 |
| | * | | | | | | | | | | | | | | Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;) | ulim | 2008-08-10 | -66/+157 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merged in upstream r410. | ulim | 2008-08-04 | -233/+1108 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | moved some stuff around in preperation for MSN merge. | ulim | 2008-08-04 | -27/+59 |
| | * | | | | | | | | | | | | | | | | Added an account setting 'proxy'. | ulim | 2008-07-22 | -32/+93 |
| | * | | | | | | | | | | | | | | | | fixes bug in handling file names with spaces. | ulim | 2008-07-22 | -12/+12 |
| | * | | | | | | | | | | | | | | | | 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 | -66/+116 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | Added textual SOCKS5 error messages. | ulim | 2008-06-02 | -2/+21 |
| | * | | | | | | | | | | | | | | | | | some changes for sending. | ulim | 2008-05-10 | -10/+102 |
| | * | | | | | | | | | | | | | | | | | allow dcc optimization in progress watcher. | ulim | 2008-05-08 | -3/+3 |
| | * | | | | | | | | | | | | | | | | | 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 |
| | * | | | | | | | | | | | | | | | | | 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 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | more verbose error logging | ulim | 2008-04-14 | -11/+24 |
| | * | | | | | | | | | | | | | | | | | | 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 for... | ulim | 2008-02-17 | -3/+3 |