Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -4/+4 |
| | | | | | unexpectedly being set to something already. | |||
* | Merging compiler warning fixes from vmiklos. | Wilmer van der Gaast | 2011-12-06 | -87/+54 |
|\ | | | | | | | | | | | This change also uncovered one bug in groupchat handling in OSCAR, which I fixed during the merge. | |||
| * | oscar: unused-but-set-variables | Miklos Vajna | 2011-12-06 | -90/+56 |
|/ | ||||
* | Clearer error msg when trying to add an existing OSCAR contact. Bug #828. | Wilmer van der Gaast | 2011-10-19 | -0/+4 |
| | ||||
* | Un-deprecate login.icq.com, ICQ is back on its own server thanks to the | Wilmer van der Gaast | 2010-11-15 | -4/+8 |
| | | | | | | acquisition from a while ago. I was warned about two weeks ago that this was going to happen ... apparently sooner than expected. | |||
* | Fix typo: recieve -> receive | أحمد المحمودي (Ahmed El-Mahmoudy) | 2010-10-25 | -2/+2 |
| | ||||
* | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -1/+1 |
|\ | | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline. | |||
| * | Fix compiler warnings. Also fixing irc_send_motd(), which so far got away | Wilmer van der Gaast | 2010-09-05 | -1/+1 |
| | | | | | | | | | | with a horrible practice of reading the MOTD file one by one. | |||
* | | Merge mainline stuff. | Wilmer van der Gaast | 2010-08-31 | -0/+11 |
|\| | ||||
| * | Warn the user when his/her AIM/ICQ password seems to be too long. For some | Wilmer van der Gaast | 2010-08-30 | -0/+8 |
| | | | | | | | | | | | | | | people with long passwords the removal of old ICQ-only authentication introduced login issues since the extra chars in the password upset the server. | |||
| * | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-08-27 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-) | |||
* | | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -0/+1 |
|\ \ | |/ |/| | | | | | and parts I want to/have to redo (because of ui-fix). | |||
| * | merge in bitlbee head | Sven Moritz Hallberg | 2010-06-04 | -3/+10 |
| |\ | ||||
| * \ | merge in bitlbee 1.2.7 | Sven Moritz Hallberg | 2010-06-03 | -137/+2 |
| |\ \ | ||||
| * \ \ | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -4/+13 |
| |\ \ \ | ||||
| * \ \ \ | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -16/+23 |
| |\ \ \ \ | ||||
| * \ \ \ \ | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -1/+12 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -23/+47 |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -30/+68 |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -5/+7 |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | - add support for setting ops/voice according to OTR msgstate | Sven Moritz Hallberg | 2008-02-09 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics | |||
* | | | | | | | | | | Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobile | Wilmer van der Gaast | 2010-08-21 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people as away=Mobile. Bug #462 (and others for other protocols). | |||
* | | | | | | | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org> | Wilmer van der Gaast | 2010-08-07 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with some changes. | |||
* | | | | | | | | | | Some fixes for compiler warnings that only show up when compiling with -O2, | Wilmer van der Gaast | 2010-08-05 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and some additions to the Debian package description. | |||
* | | | | | | | | | | Suppress GLib warning when trying to get a user's IP address while not any | Wilmer van der Gaast | 2010-07-25 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IP information is available (yet). | |||
* | | | | | | | | | | Some support for changing group info on OSCAR. | Wilmer van der Gaast | 2010-07-25 | -2/+10 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Fixing chat_join() for OSCAR to return a struct groupchat* right away, | Wilmer van der Gaast | 2010-07-24 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without this we end up creating a #chat_000. | |||
* | | | | | | | | | | Adding protocol-specific chatroom settings. First one to use this: AIM | Wilmer van der Gaast | 2010-07-24 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chatrooms to use exchange numbers other than 4. | |||
* | | | | | | | | | | Fix possible crash on trying to use half-created OSCAR chatrooms. | Wilmer van der Gaast | 2010-07-17 | -3/+13 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-07-17 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | WTF AOL, now suddenly underscores are not allowed in room names? | Wilmer van der Gaast | 2010-07-17 | -1/+1 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||
* | | | | | | | | | | Show idle + login time info in /WHOIS (if available). | Wilmer van der Gaast | 2010-06-07 | -1/+1 |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -8/+14 |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-06-06 | -3/+10 |
| |\| | | | | | | | | | ||||
| | * | | | | | | | | | 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. | |||
| * | | | | | | | | | | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | |||
| * | | | | | | | | | | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -137/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||
| * | | | | | | | | | | Merging in killerbee stuff (just file transfers and maybe a few things from | Wilmer van der Gaast | 2010-03-21 | -4/+13 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mainline). Once I add ft support glue to protocols/purple/ I guess this will all go into killerbee. | |||
| * | | | | | | | | | | Merging in mainline, including improved away/status stuff. | Wilmer van der Gaast | 2010-03-07 | -16/+23 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||
| * | | | | | | | | | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -7/+7 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | |||
* | | | | | | | | | | Merging head. | Wilmer van der Gaast | 2010-06-01 | -2/+7 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | Oi, don't leak that precious memory! | Wilmer van der Gaast | 2010-05-16 | -1/+2 |
| | | | | | | | | | | ||||
| * | | | | | | | | | Handle AIM_CAPS_ICQRTF messages (sometimes sent by certain mobile clients). | Wilmer van der Gaast | 2010-05-16 | -2/+6 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure if this needs any stripping but I guess we'll find out. | |||
* | | | | | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-13 | -136/+0 |
|\| | | | | | | | | ||||
| * | | | | | | | | It looks like AIM mem requests (implemented as damn_you() and | Wilmer van der Gaast | 2010-05-09 | -136/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | straight_to_hell() back in the days - and still more or less the same in libpurple it seems) are no longer necessary; the script no longer exists at the location used in the source and nobody complained. Nice try, AOL. And hats of to the Gaim developer who thought of this clever way around it. | |||
* | | | | | | | | | Pick up buddy group information from OSCAR server-side contact list. | Wilmer van der Gaast | 2010-05-09 | -5/+7 |
| | | | | | | | | | ||||
* | | | | | | | | | Safety check for yesterday's fixes: Double-check that a groupchat struct | Wilmer van der Gaast | 2010-05-09 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't claimed already. | |||
* | | | | | | | | | Merging mainline, mostly for chatroom fixes I implemented there. | Wilmer van der Gaast | 2010-05-09 | -2/+0 |
|\| | | | | | | | | ||||
| * | | | | | | | | Room names on OSCAR can't start with digits, this broke the "chat with" | Wilmer van der Gaast | 2010-05-09 | -1/+2 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command on ICQ so far. Just prepend "icq_" and it'll work. | |||
* | | | | | | | | Fixed up OSCAR to work with the new way of setting up groupchats. | Wilmer van der Gaast | 2010-05-09 | -3/+9 |
| | | | | | | | |