Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -260/+2239 |
|\ | ||||
| * | Merging mainline. | Wilmer van der Gaast | 2010-06-06 | -149/+217 |
| |\ | ||||
| | * | Disable old-style ICQ authentication. It looks like AOL or whoever is slowly | Wilmer van der Gaast | 2010-06-02 | -1/+3 |
| | | | | | | | | | | | | | | | | | | taking down support for it. Just to be sure, it can be re-enabled with a setting, I'll remove that after the next release. | |||
| * | | Merging libpurple branch into killerbee. It's fairly usable already, and | Wilmer van der Gaast | 2010-06-06 | -556/+4972 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Debian packaging is now properly separated. This also picks up a load of stuff from mainline it seems. | |||
| | * | | Updated short descriptions and fixed po-debconf files. | Wilmer van der Gaast | 2010-06-05 | -5/+5 |
| | | | | ||||
| | * | | Put in the necessary hacks to make version number spoofing work again. | Wilmer van der Gaast | 2010-06-05 | -8/+9 |
| | | | | ||||
| | * | | Remaining fixes: All looks good now, apt and dpkg seem to do the right | Wilmer van der Gaast | 2010-06-05 | -9/+18 |
| | | | | | | | | | | | | | | | | | | | | thing with the -common transition, etc. | |||
| | * | | Redid debian/rules using debhelper, with good results. This creates mostly | Wilmer van der Gaast | 2010-06-05 | -96/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | fine debs. Need to do some more checks, and make sure bitlbee-libpurple gets the same maintainer scripts as bitlbee. | |||
| | * | | A few more configure script tweaks: Don't enable libpurple by default | Wilmer van der Gaast | 2010-06-05 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | anymore (in preparation for a merge), and limit the directory replication stuff. | |||
| | * | | install-* targets should also work now. Let's see how this works out in a deb. | Wilmer van der Gaast | 2010-05-25 | -7/+8 |
| | | | | ||||
| | * | | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -12/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | |||
| | * | | Merging killerbee. (The non-libpurple stuff currently doesn't compile.) | Wilmer van der Gaast | 2010-05-25 | -328/+4 |
| | |\ \ | ||||
| | * | | | GAIM_INPUT_* were renamed, at last. | Wilmer van der Gaast | 2010-05-25 | -13/+13 |
| | | | | | ||||
| | * | | | Read display names. Setting them is going to be an awesome hack. | Wilmer van der Gaast | 2010-05-24 | -0/+22 |
| | | | | | ||||
| | * | | | Support for named groupchats, although not very solid. | Wilmer van der Gaast | 2010-05-22 | -8/+44 |
| | | | | | ||||
| | * | | | Enable changing and viewing of block/allow lists. | Wilmer van der Gaast | 2010-05-22 | -0/+75 |
| | | | | | ||||
| | * | | | Return ui_info so jabber:iq:version responses will not say just libpurple. | Wilmer van der Gaast | 2010-05-22 | -0/+15 |
| | | | | | ||||
| | * | | | Added support for the info command. | Wilmer van der Gaast | 2010-05-22 | -0/+62 |
| | | | | | ||||
| | * | | | Sigh. Enable debugging only if the BITLBEE_DEBUG variable is set. | Wilmer van der Gaast | 2010-05-22 | -1/+3 |
| | | | | | ||||
| | * | | | Fixed sending with proper filenames by creating a temporary directory with | Wilmer van der Gaast | 2010-05-21 | -23/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the file in it; protocol modules are mostly hardcoded to use the filename from the filesystem with no way to override this. Also improved robustness a little bit. | |||
| | * | | | Similar hacky code to send files. This indirect sending stuff sucks badly | Wilmer van der Gaast | 2010-05-19 | -20/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for numerous reasons. Maybe libpurple 2.7.0 is less crappy and will eventually allow (working) direct ft's again. This somewhat works, but filename info is lost with some protocols. | |||
| | * | | | Suppress auto-reconnect when required (auth errors and concurrent logins | Wilmer van der Gaast | 2010-05-18 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | probably, not sure what sets the wants_to_die flag). | |||
| | * | | | Little cleanup. Less compiler warnings, and removing tempfile at the | Wilmer van der Gaast | 2010-05-18 | -80/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | beginning of the download already to make sure it doesn't stick around. | |||
| | * | | | purple_conv_chat_invite_user() is libpurple >= 2.6.0, so use | Wilmer van der Gaast | 2010-05-18 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | serv_chat_invite() instead. | |||
| | * | | | This receives files but is very fragile if anything unusual happens (like a | Wilmer van der Gaast | 2010-05-18 | -15/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | cancellation/timeout/etc). | |||
| | * | | | Move direct ft stuff to an unused file: This gets too hairy and too fragile. | Wilmer van der Gaast | 2010-05-17 | -101/+275 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't have time to work out all the details, I doubt if this is supposed to work reliably yet at all. Let's go for the simple via-disk approach for now. | |||
| | * | | | Split off the file transfer stuff into a separate file. What a mess. | Wilmer van der Gaast | 2010-05-17 | -198/+237 |
| | | | | | ||||
| | * | | | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -215/+888 |
| | |\ \ \ | ||||
| | * | | | | As long as this is a separate branch, enabling purple by default's not a | Wilmer van der Gaast | 2010-05-14 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad idea. | |||
| | * | | | | Purple lists mix up key and value; key == what the user sees, *value* is | Wilmer van der Gaast | 2010-05-10 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | what the module understands. This should hopefully resolve QQ issues. | |||
| | * | | | | Warning on the libpurple+libevent combination. | Wilmer van der Gaast | 2010-05-02 | -0/+7 |
| | | | | | | ||||
| | * | | | | Groupchat support "finished". | Wilmer van der Gaast | 2010-05-02 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Named chatrooms are not supported yet. This only adds support for the "chat with" command and for getting pulled into other people's chats. | |||
| | * | | | | Added support for creating groupchats. This can only be done in a horribly | Wilmer van der Gaast | 2010-05-02 | -0/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | broken way which is surely going to break somehow someday. | |||
| | * | | | | Although probably the Twitter module won't interfere with libpurple, | Wilmer van der Gaast | 2010-05-02 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for now I'll let BitlBee-libpurple be just that. | |||
| | * | | | | Support at least incoming groupchats. Not sure yet how starting them is | Wilmer van der Gaast | 2010-05-02 | -6/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to work. | |||
| | * | | | | libpurple-dev build dependency. | Wilmer van der Gaast | 2010-04-24 | -1/+1 |
| | | | | | | ||||
| | * | | | | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -117/+1888 |
| | |\ \ \ \ | ||||
| | * | | | | | Added BITLBEE_CONFIGURE_FLAGS variable so configure flags can be overridden | Wilmer van der Gaast | 2010-04-24 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when generating debs. | |||
| | * | | | | | I should stop doing commits with the debugging stuff still enabled. | Wilmer van der Gaast | 2010-04-18 | -1/+1 |
| | | | | | | | ||||
| | * | | | | | Frankenstein, it lives! | Wilmer van der Gaast | 2010-03-23 | -15/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This stuff can send files but it has troubles with certain protocol modules, don't rely on this yet. It's also getting too messy and should be split off into a separate file. | |||
| | * | | | | | Incoming file transfers can now be accepted (and should work) and/or | Wilmer van der Gaast | 2010-03-22 | -23/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rejected. Tested with Jabber and msn/msn-pecan so far. | |||
| | * | | | | | Enough code to make an incoming transfer show up properly and accept it. | Wilmer van der Gaast | 2010-03-21 | -5/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not enough yet to handle the incoming data. | |||
| | * | | | | | I renamed GAIM_INPUT_* to something else in this branch. | Wilmer van der Gaast | 2010-03-21 | -10/+10 |
| | | | | | | | ||||
| | * | | | | | Merging in killerbee stuff (just file transfers and maybe a few things from | Wilmer van der Gaast | 2010-03-21 | -89/+3999 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mainline). Once I add ft support glue to protocols/purple/ I guess this will all go into killerbee. | |||
| | * \ \ \ \ \ | Merging head. Most changes are not so relevant because they're to IM | Wilmer van der Gaast | 2010-03-20 | -133/+311 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules. | |||
| | * \ \ \ \ \ \ | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -421/+424 |
| | |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Add some simple information about available settings to the online help | Wilmer van der Gaast | 2010-03-12 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command. | |||
| | * | | | | | | | | Added support for PURPLE_PREF_STRING_LIST style settings, this makes the | Wilmer van der Gaast | 2010-03-12 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QQ module (and maybe others) work. | |||
| | * | | | | | | | | Added set_eval_list which I will need for the Purple module now to make QQ | Wilmer van der Gaast | 2010-03-12 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and others) work. | |||
| | * | | | | | | | | Merging in ' fix. | Wilmer van der Gaast | 2010-03-08 | -0/+1 |
| | |\ \ \ \ \ \ \ \ |