Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | Now also sending <presence type="unavailable"/> tag on disconnect, as | Wilmer van der Gaast | 2006-09-21 | -7/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommended by rfc3921/5.1.5. | ||||
| * | | | | | | Added simple parsing of incoming <presence> tags, a nice </stream:stream> | Wilmer van der Gaast | 2006-09-21 | -9/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at the end of sessions, support for sending messages, and restored the old (and leaking) xt_print(), which I'll only use for debugging. | ||||
| * | | | | | | Added enough to not make it crash on login, and it can properly receive | Wilmer van der Gaast | 2006-09-21 | -4/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages now. Just try to figure out why it doesn't get typing notifications... | ||||
| * | | | | | | Now parsing roster properly. (Hopefully...) | Wilmer van der Gaast | 2006-09-20 | -0/+37 | |
| | | | | | | | |||||
| * | | | | | | It now requests a roster when logged in, no parsing for it yet. | Wilmer van der Gaast | 2006-09-20 | -10/+47 | |
| | | | | | | | |||||
| * | | | | | | It can send a valid (pre-XMPP) login packet. Lots of work to do, still... | Wilmer van der Gaast | 2006-09-20 | -31/+430 | |
| | | | | | | | |||||
| * | | | | | | Added some pretty empty files. | Wilmer van der Gaast | 2006-09-20 | -1/+346 | |
| | | | | | | | |||||
| * | | | | | | Removed old Jabber module, started to fill in the new stuff. (xmltree | Wilmer van der Gaast | 2006-09-20 | -13927/+572 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed outside this tree) | ||||
* | | | | | | | AIX fixup. See #230. | Wilmer van der Gaast | 2007-02-18 | -0/+3 | |
| | | | | | | | |||||
* | | | | | | | Fixed uninitialized memory issue in bitlbee.c listen socket setup code. | Wilmer van der Gaast | 2007-02-18 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #230 and #183. | ||||
* | | | | | | | Preventing infinite loop while cleaning up accounts in irc_free(). Closes #245. | Wilmer van der Gaast | 2007-02-18 | -1/+6 | |
| | | | | | | | |||||
* | | | | | | | configure --pidfile= actually works now. | Wilmer van der Gaast | 2007-02-18 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | configure script tweaks. | Wilmer van der Gaast | 2007-02-18 | -2/+6 | |
| |_|_|_|_|/ |/| | | | | | |||||
| | | | | | | |||||
| \ \ \ \ \ | |||||
*-. \ \ \ \ \ | Merging trees. | Wilmer van der Gaast | 2006-12-22 | -17/+244 | |
|\ \ \ \ \ \ \ | |||||
| | * | | | | | | Fix gcov. | Jelmer Vernooij | 2006-12-06 | -2/+5 | |
| | | | | | | | | |||||
| | * | | | | | | Some simple tests for irc_*() | Jelmer Vernooij | 2006-12-06 | -2/+82 | |
| | | | | | | | | |||||
| | * | | | | | | Support arguments passed to tests/check to enable verbose logging or | Jelmer Vernooij | 2006-12-06 | -3/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to disable forking (for debugging purposes). | ||||
| | * | | | | | | Add tests for md5. | Jelmer Vernooij | 2006-12-06 | -1/+81 | |
| | | | | | | | | |||||
| | * | | | | | | Fix testsuite. | Jelmer Vernooij | 2006-12-06 | -4/+6 | |
| | | | | | | | | |||||
| | * | | | | | | Fix xslt with newer (more pedantic) XSLT processors. | Jelmer Vernooij | 2006-12-05 | -0/+3 | |
| | | | | | | | | |||||
| | * | | | | | | [merge] wilmer | Jelmer Vernooij | 2006-12-05 | -1290/+2792 | |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Forgot to pass O_CREAT to open() which can cause problems if there's a | Wilmer van der Gaast | 2006-11-25 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stale .xml~ file. | ||||
* | | | | | | | | Bye bye lilo. I've never been a fan of yours, but let's not make fun of the | Wilmer van der Gaast | 2006-11-24 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dead... | ||||
* | | | | | | | | Disabling little optimization in irc.c because it can't be done safely in | Wilmer van der Gaast | 2006-10-31 | -2/+5 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | this part of the code for now. | ||||
| | * | | | | | Ignore *.o files (removed from global ignores in bzr 0.9) | Jelmer Vernooij | 2006-07-07 | -0/+1 | |
| | | | | | | | |||||
| | * | | | | | Add support for checking test suite coverage using gcov. | Jelmer Vernooij | 2006-07-07 | -5/+38 | |
| | | | | | | | |||||
| * | | | | | | MSN message packets are now sent at once instead of separately. Probably | Wilmer van der Gaast | 2006-10-24 | -6/+9 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | the MSN servers don't care, but it looks a bit prettier in wireshark. ;-) | ||||
* | | | | | | set_eval_int() was pretty broken... | Wilmer van der Gaast | 2006-10-22 | -2/+2 | |
| | | | | | | |||||
* | | | | | | Fixed #181. (Using wrong (static) variable in error messages.) | Wilmer van der Gaast | 2006-10-22 | -2/+2 | |
| | | | | | | |||||
* | | | | | | Copied 1.0.x changelogs, disabled LDAP support in configure (because the | Wilmer van der Gaast | 2006-10-22 | -7/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code just doesn't work yet) and added GLib version detection. (GLib 2.4 and up *should* work.) | ||||
* | | | | | | Away devoices are done by the server instead of by root now. This makes | Wilmer van der Gaast | 2006-10-22 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more sense with the "netsplit feature". (Because of less noisy joins.) | ||||
* | | | | | | Fixed #139. (Wrong Gender description) | Wilmer van der Gaast | 2006-10-21 | -1/+1 | |
| | | | | | | |||||
* | | | | | | "Restructured" msn_login() a little bit. | Wilmer van der Gaast | 2006-10-21 | -9/+8 | |
| | | | | | | |||||
* | | | | | | Filled in the user changelog a bit more. | Wilmer van der Gaast | 2006-10-16 | -0/+19 | |
| |_|_|_|/ |/| | | | | |||||
* | | | | | set_eval_int() now allows negative integers. | Wilmer van der Gaast | 2006-10-15 | -0/+4 | |
| | | | | | |||||
* | | | | | Fixing early free(). Memory management in the passport code is getting too | Wilmer van der Gaast | 2006-10-15 | -0/+1 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | messy, really... :-( | ||||
* | | | | Fixed a very interesting memory leak in the OSCAR module. | Wilmer van der Gaast | 2006-10-15 | -2/+2 | |
| | | | | |||||
* | | | | Small documentation fix (closes #208). | Wilmer van der Gaast | 2006-10-15 | -3/+5 | |
| | | | | |||||
* | | | | Merging with storage-xml. It seems to be working pretty well, so maybe | Wilmer van der Gaast | 2006-10-15 | -1160/+2576 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | this way more people will test it. :-) | ||||
| * | | | Merging from devel. | Wilmer van der Gaast | 2006-10-15 | -73/+50 | |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Fixed some memory leaking in the MSN Passport code. | Wilmer van der Gaast | 2006-10-13 | -11/+11 | |
| | | | | |||||
* | | | | Added msn_http_encode() so it can be used in msn_buddy_list_add() too. | Wilmer van der Gaast | 2006-08-25 | -21/+30 | |
| | | | | | | | | | | | | | | | | | | | | Most likely fixes #198. | ||||
* | | | | The Yahoo! module now properly sets away states instead of away messages. | Wilmer van der Gaast | 2006-07-27 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | (So other BitlBees can read your Yahoo! away states better and others can see the proper icons again.) | ||||
* | | | | Copy-paste considered harmful + Fixed double handling of gc->permit/deny | Wilmer van der Gaast | 2006-07-27 | -36/+1 | |
| | | | | | | | | | | | | | | | | | | | | which actually broke the block/allow commands. | ||||
| * | | | Removed a reference to an already free()d variable from cmd_remove(). | Wilmer van der Gaast | 2006-10-15 | -1/+1 | |
| | | | | |||||
| * | | | Using LGPL for generic parts, where possible. | Wilmer van der Gaast | 2006-09-20 | -10/+10 | |
| | |/ | |/| | |||||
| * | | add_cr() is not used anymore, and HTML entity handling got UTFized some time | Wilmer van der Gaast | 2006-09-17 | -34/+2 | |
| | | | | | | | | | | | | | | | ago already, so no need for that FIXME comment. | ||||
| * | | Strings passed to xml_text aren't necessarily \0-terminated, so don't count | Wilmer van der Gaast | 2006-09-17 | -1/+5 | |
| | | | | | | | | | | | | | | | on that anymore. | ||||
| * | | Added message on successful creation of accounts and fixed "set password" | Wilmer van der Gaast | 2006-08-25 | -4/+9 | |
| | | | | | | | | | | | | | | | command. | ||||
| * | | Added information about the new file format to CHANGES. | Wilmer van der Gaast | 2006-08-14 | -0/+24 | |
| | | |