aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | | | | | | | OpenSSL fixes + debugging.Wilmer van der Gaast2010-08-13-5/+13
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Sending offline messages works now ... but Pidgin doesn't seem to receive ↵Wilmer van der Gaast2010-08-13-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them. :-/
| * | | | | | | | | | | | | | | | | | | Some syntax checking fixups; don't make the same mistake of failing just ifWilmer van der Gaast2010-08-12-17/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the MSN server is sending a little bit *more* info. And adding xt_insert_node() used in the ADL generation code.
| * | | | | | | | | | | | | | | | | | | Proper responses to CHL challenges. Clean up bee_users before callingWilmer van der Gaast2010-08-12-26/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prpl->logout() since the buddy_data functions would like some structs to still exist.
| * | | | | | | | | | | | | | | | | | | Successful login (including contact list sync). \o/Wilmer van der Gaast2010-08-12-101/+125
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Get contact list/address book info. Next step: We have to send it back.Wilmer van der Gaast2010-08-12-13/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seriously. Wish I were joking.
| * | | | | | | | | | | | | | | | | | | Implement MSNP15 SSO (Sadistic Sign-On).Wilmer van der Gaast2010-08-11-64/+343
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Not working yet, but some code for fetching the membership list. ApparentlyWilmer van der Gaast2010-08-09-5/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an upgrade to MSNP15 is needed. Oh well.
| * | | | | | | | | | | | | | | | | | | Enough changes to successfully login up to (but not including) fetching theWilmer van der Gaast2010-08-08-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contact list.
| * | | | | | | | | | | | | | | | | | | Merging msn-offline branch. A tiny bit of MSNP13, and it works for the firstWilmer van der Gaast2010-08-08-10/+462
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minute of the session (after that the MSN server finds out the rest of BitlBee still speaks MSNP8).
| | * | | | | | | | | | | | | | | | | | | Use local memory in http_encode() instead of malloc().Wilmer van der Gaast2010-08-08-5/+2
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Error reporting and added a msgq_send function. Need to put some moreWilmer van der Gaast2010-03-20-20/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intelligence into it later.
| | * | | | | | | | | | | | | | | | | | | Killing some memory leaks.Wilmer van der Gaast2010-03-20-4/+10
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Added soap.c with a fairly reusable SOAP framework and simple code forWilmer van der Gaast2010-03-20-3/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending offline messages. It works somewhat, just that Pidgin shows the messages as empty. :-(
| | * | | | | | | | | | | | | | | | | | | Add MSNP11 challenge code which I'll need for doing this SOAP stuff.Wilmer van der Gaast2010-03-20-2/+101
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Force the default/first channel to be a control channel, fixing one crashWilmer van der Gaast2010-10-01-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug and preventing a generally confusing and undesirable setup.
* | | | | | | | | | | | | | | | | | | | | Some simple error msgs on failed Twitter commands (undo and rt).Wilmer van der Gaast2010-09-29-0/+15
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Some doc fixes, removing a % that was never supposed to be at the end ofWilmer van der Gaast2010-09-10-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default MOTD.
* | | | | | | | | | | | | | | | | | | | | libpurple insists on storing its own version of reality somewhere. I wasWilmer van der Gaast2010-09-06-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using /tmp so far but this wasn't a good idea. Try to use something saner.
* | | | | | | | | | | | | | | | | | | | | Move whatsnew stuff into help.txt. Stop putting too much string contentWilmer van der Gaast2010-09-06-27/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into the executable.
* | | | | | | | | | | | | | | | | | | | | Fix NULL pointer dereference when removing nicks from groupchats.Wilmer van der Gaast2010-09-06-2/+2
| |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Oops. One more compiler warning. I wish GCC would give the same warningsWilmer van der Gaast2010-09-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with or without -O2.
* | | | | | | | | | | | | | | | | | | | Fix compiler warnings. Also fixing irc_send_motd(), which so far got awayWilmer van der Gaast2010-09-05-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with a horrible practice of reading the MOTD file one by one.
* | | | | | | | | | | | | | | | | | | | Fixing handling of (Jabber) chatroom topic changes done by the user.Wilmer van der Gaast2010-09-05-10/+10
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Slightly better documentation of control channels and groups.Wilmer van der Gaast2010-09-05-1/+39
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.Wilmer van der Gaast2010-09-02-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Suppress subjects in Jabber conversations after showing them once.Wilmer van der Gaast2010-08-31-1/+14
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Revert to the old control channel messages for fullname changes, the /noticesWilmer van der Gaast2010-08-30-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | were probably just a bad idea.
* | | | | | | | | | | | | | | | | | | Due to popular demand, now using mode=chat by default.Wilmer van der Gaast2010-08-30-6/+10
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Warn the user when his/her AIM/ICQ password seems to be too long. For someWilmer van der Gaast2010-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 CWilmer van der Gaast2010-08-27-3/+37
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. :-)
* | | | | | | | | | | | | | | | | The "transfers" command was renamed to "transfer" but this wasn't reflectedWilmer van der Gaast2010-08-25-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the docs so far.
* | | | | | | | | | | | | | | | | I guess the nick command was never deprecated clearly, so let's do that now.Wilmer van der Gaast2010-08-25-0/+6
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix /WHO on single nicks.Wilmer van der Gaast2010-08-25-2/+10
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix two compiler warnings.Wilmer van der Gaast2010-08-22-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-7/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel the user can easily /join.
* | | | | | | | | | | | | | | | Better handling of yahoo add responses: libyahoo2 seems to (IMHO) wronglyWilmer van der Gaast2010-08-22-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assume that a non-0 status means the contact is on the list already and on-line. This causes ugly "imcb_buddy_status() for unknown handle" msgs.
* | | | | | | | | | | | | | | | Fixed a misuse of xt_find_node() that could get into an infinite loop.Wilmer van der Gaast2010-08-22-0/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Cleaning up utils directory, those scripts generate old-style files no longerWilmer van der Gaast2010-08-22-358/+116
| |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supported by BitlBee. Adding a script that converts libpurple configs (generated by stuff like Pidgin, Finch, possibly Adium, maybe other programs that are not BitlBee) into formats understood by BitlBee.
* | | | | | | | | | | | | | | Pick up away info from Yahoo! too.Wilmer van der Gaast2010-08-21-0/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobileWilmer van der Gaast2010-08-21-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people as away=Mobile. Bug #462 (and others for other protocols).
* | | | | | | | | | | | | | | Although the backward compatibility stuff for show_offline and away_devoiceWilmer van der Gaast2010-08-21-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was only meant to ease migration, people are now complaining that "set show_offline off" doesn't work. Make this work, but at the same time start hiding these two options to discourage people from using them.
* | | | | | | | | | | | | | | Added some neat whatsnew code that keeps track of the newest version ofWilmer van der Gaast2010-08-21-4/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitlBee used by a user, and if it looks like s/he hasn't used this one before, show a list of new features that may be interesting. Since I don't think im.bitlbee.org users will read any changelogs ever, this is probably not a bad idea. If you hate it, the following command should get rid of it forever: set last_version 9999999
* | | | | | | | | | | | | | | Clearer error message when trying to read/write setting that don't existWilmer van der Gaast2010-08-21-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (or are not where the user's looking).
* | | | | | | | | | | | | | | Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to send themWilmer van der Gaast2010-08-21-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in multiline msgs/help entries/etc. Send one space instead of a completely empty line so these are shown to the user.
* | | | | | | | | | | | | | | libpurple: Fix typing notifications (in and out). Closes #671.Wilmer van der Gaast2010-08-20-13/+41
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Forgot one NULL pointer check in the channel sensitivity code for the blistWilmer van der Gaast2010-08-19-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command.
* | | | | | | | | | | | | | | Pass the -Npackage flag the right way so bitlbee-libpurple doesn't appearWilmer van der Gaast2010-08-18-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in debian/files. The previous hack broke genchanges/debsign.
* | | | | | | | | | | | | | | Alternative way for detecting upgrades: This should make sure that bitlbeeWilmer van der Gaast2010-08-18-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gets restarted, even when upgrading from versions that don't have a separate -common package.
* | | | | | | | | | | | | | | Move scripts, debconf and /etc stuff to bitlbee-common and really haveWilmer van der Gaast2010-08-18-37/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *just* the binary in bitlbee{,-libpurple}. This should fix issues with installing the package on a clean machine.