aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | | | | | | Fixing http_encode(): BitlBee now calls setlocale() (for nicknameWilmer van der Gaast2010-07-29-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transliteration to work), which changes the behaviour of isalpha() (turns out it's not a simple macro). For HTTP-encoding, this sucks, especially when doing OAuth (which is very picky about the way HTTP encoding is done). This should fix problems some people were seeing with posting Twitter messages containing accents.
* | | | | | | | | | | | | "Fix up" unittests enough to at least compile. Never touched these duringWilmer van der Gaast2010-07-29-55/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the ui-fix works.
* | | | | | | | | | | | | Allow including account tags in nicknames, and be a bit more clever aboutWilmer van der Gaast2010-07-28-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default tags (recognize AIM/ICQ/GTalk/Facebook).
* | | | | | | | | | | | | Don't crash when trying to join a channel with an invalid name.Wilmer van der Gaast2010-07-28-5/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | MSN: Don't show any "special" messages when breaking down switchboards withWilmer van der Gaast2010-07-28-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queued messages. They were never supposed to be seen by the user. Also, don't send them all to offline users.
* | | | | | | | | | | | | Source documentation update, including a short HACKING file.Wilmer van der Gaast2010-07-28-63/+178
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).Wilmer van der Gaast2010-07-27-33/+19
| | | | | | | | | | | | |
* | | | | | | | | | | | | Block CTCPs to channels instead of sending them as plain messages. MaybeWilmer van der Gaast2010-07-27-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some other day I'll find a reason for actually supporting them.
* | | | | | | | | | | | | Install all new/moved header files in install-dev so bitlbee-skype andWilmer van der Gaast2010-07-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | possibly other plugins become somewhat buildable again.
* | | | | | | | | | | | | Some NULL pointer checks for libyahoo2 - this code's currently crashingWilmer van der Gaast2010-07-25-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because BitlBee ignores file transfers.
* | | | | | | | | | | | | Allow change nicknames when moving contacts between groups. Also fixing aWilmer van der Gaast2010-07-25-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug that caused many empty channel mode changes being sent.
* | | | | | | | | | | | | Suppress GLib warning when trying to get a user's IP address while not anyWilmer van der Gaast2010-07-25-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IP information is available (yet).
* | | | | | | | | | | | | Some support for changing group info on OSCAR.Wilmer van der Gaast2010-07-25-2/+10
| | | | | | | | | | | | |
* | | | | | | | | | | | | MSN supports having people in multiple groups and BitlBee does not. WhenWilmer van der Gaast2010-07-25-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moving people between groups, make sure they *are* removed from their old group.
* | | | | | | | | | | | | Take the local address from the IM/IRC connection when setting up a listeningWilmer van der Gaast2010-07-25-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | socket for file transfers.
* | | | | | | | | | | | | Merge ui-fix (which includes killerbee (i.e. file transfers and libpurpleWilmer van der Gaast2010-07-24-6632/+15426
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support)). ui-fix rewrites the complete IRC core, fixing many things that were broken/hacky/limited so far. The list is too long to include here, but http://wiki.bitlbee.org/UiFix has a summary, as does doc/CHANGES and of course the full revision history.
| * | | | | | | | | | | | | Warn when adding an account twice. People are doing this a lot actually,Wilmer van der Gaast2010-07-24-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and it's unlikely to be intentional.
| * | | | | | | | | | | | | Account tag documentation update.Wilmer van der Gaast2010-07-24-4/+16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use the account tag in a few places and store it in the XML file as anWilmer van der Gaast2010-07-24-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attribute, not as a setting (since all accounts have it anyway).
| * | | | | | | | | | | | | Adding account tags as a way to 100% uniquely identify an account.Wilmer van der Gaast2010-07-24-3/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocol(screenname) doesn't do this and is a little bit long. These will be used for nick_format and XML storage.
| * | | | | | | | | | | | | Fixing chat_join() for OSCAR to return a struct groupchat* right away,Wilmer van der Gaast2010-07-24-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without this we end up creating a #chat_000.
| * | | | | | | | | | | | | Adding protocol-specific chatroom settings. First one to use this: AIMWilmer van der Gaast2010-07-24-9/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chatrooms to use exchange numbers other than 4.
| * | | | | | | | | | | | | Merging libyahoo2 fixes. Now completely up-to-date with libyahoo2 svnWilmer van der Gaast2010-07-24-2718/+3030
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | again, should try to keep it up a little bit better and submit my fixes upstream. This also adds code for Yahoo! file transfers but BitlBee isn't using it yet. (It doesn't seem to support flow control which makes this complicated.)
| | * | | | | | | | | | | | | Inverting allow_reconnect logic on login failures. Automatic reconnects wereWilmer van der Gaast2010-07-24-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getting im.bitlbee.org IP-banned sometimes. This fix keeps it happy for some time already.
| | * | | | | | | | | | | | | Support buddy groups on Yahoo!Wilmer van der Gaast2010-07-24-3/+30
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | New handling of authorization requests. The old one wasn't fully brokenWilmer van der Gaast2010-07-24-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually, but it needed a reconnect to see new contacts.
| | * | | | | | | | | | | | | Merge complete. It still logs in...Wilmer van der Gaast2010-07-24-1985/+2170
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | This should mostly be a no-op, merging *loads* of whitespace changes fromWilmer van der Gaast2010-07-23-866/+973
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libyahoo2 so that I can see better what really changed.
| * | | | | | | | | | | | | Fixed crash on failed Jabber file transfers.Wilmer van der Gaast2010-07-22-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | 1.3dev changelog. Should release that soon, sticking a version# on it makesWilmer van der Gaast2010-07-21-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more people use it.
| * | | | | | | | | | | | | Whoops. Small memory management screw-up.Wilmer van der Gaast2010-07-19-1/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Adding easy migration from old show_offline/away_devoice settings, andWilmer van der Gaast2010-07-19-11/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation.
| * | | | | | | | | | | | | One of the last few things I wanted to get done in this branch: combiningWilmer van der Gaast2010-07-18-14/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show_offline and away_devoice and possibly other ideas into one setting called show_users. Documentation will come soon. :-P
| * | | | | | | | | | | | | Automatically operate on the current channel if just using "channel set".Wilmer van der Gaast2010-07-18-9/+17
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | libpurple: Add contacts to groups when requested. Still not dealing wellWilmer van der Gaast2010-07-18-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with contacts in multiple groups.
| * | | | | | | | | | | | | Doc update for the previous change.Wilmer van der Gaast2010-07-18-14/+11
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add some context sensitivity to the "add" command: If it's used in aWilmer van der Gaast2010-07-18-5/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group-specific control channel, automatically add the person to that group. Also added the "group list" command I planned for a while already.
| * | | | | | | | | | | | | The "transfers" command was renamed to "transfer".Wilmer van der Gaast2010-07-18-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove the user from default_channel if it has the auto_join settingWilmer van der Gaast2010-07-17-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabled.
| * | | | | | | | | | | | | Store exact Twitter usernames for all Twitter contacts when using mode=chat,Wilmer van der Gaast2010-07-17-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that xxx:->@xxx translation always works properly (even when the nick was stripped/etc).
| * | | | | | | | | | | | | When using non-Twitter Twitter API services, prefix the channel and contactWilmer van der Gaast2010-07-17-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name with that service name, not always Twitter. This is especially useful when having multiple accounts on different sites with the same username. Also adding an "identica" protocol entry for convenience. Based on a patch from kensanata, bug #648.
| * | | | | | | | | | | | | Although linebreaks are allowed in the .xml files, new lines should neverWilmer van der Gaast2010-07-17-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | start with XML tags, since they won't show up as whitespace in help.txt.
| * | | | | | | | | | | | | Making nick_format a tiny bit more complicated: Allow truncating a variableWilmer van der Gaast2010-07-17-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a certain length.
| * | | | | | | | | | | | | Free a user structure when using the remove command. This disappeared whileWilmer van der Gaast2010-07-17-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | most IM modules don't call back when a removal was successful.
| * | | | | | | | | | | | | Fixed bug in r712. Check part, not *part.Wilmer van der Gaast2010-07-17-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Try to pass a group when removing a contact. No idea what will happen ifWilmer van der Gaast2010-07-17-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a contact is in multiple groups, for now I'm not supporting it. Also cleaning up query code to avoid calling NULL.
| * | | | | | | | | | | | | libpurple: Read group information of contacts.Wilmer van der Gaast2010-07-17-22/+21
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | libpurple: Handle incoming authorization requests.Wilmer van der Gaast2010-07-17-14/+51
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | nick_gen() should also insert an underscore if the first character of a nickWilmer van der Gaast2010-07-17-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | would otherwise be a digit.
| * | | | | | | | | | | | | Fix possible crash on trying to use half-created OSCAR chatrooms.Wilmer van der Gaast2010-07-17-3/+13
| | | | | | | | | | | | | |