aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | | | | | | | | | | | | | | | Oops, forgot to change one protocol name string pointer..Wilmer van der Gaast2009-11-23-1/+1
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Fixed compatibility with non-libpurple version: oscar is now recognizedWilmer van der Gaast2009-11-23-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as a protocol name, and removed prpl- hack from nogaim.c.
| | | * | | | | | | | | | | | | | | | | | Merging BitlBee 1.2.4+Wilmer van der Gaast2009-11-23-289/+503
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Adding/removing contacts now works.Wilmer van der Gaast2009-11-23-3/+19
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | I think daemon mode and libpurple won't go together very well for now sinceWilmer van der Gaast2009-10-14-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libpurple seems to keep track of a merged contact list. For now people shouldn't be trying this combination.
| | | * | | | | | | | | | | | | | | | | | | Store real names in /whois.Wilmer van der Gaast2009-10-12-0/+6
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Automatically try prpl-$proto if $proto doesn't exist, and disable nativeWilmer van der Gaast2009-10-12-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocol modules if purple is enabled; they don't go together very well.
| | | * | | | | | | | | | | | | | | | | | | Oops, forgot to drop a printf() of all away states for debugging.Wilmer van der Gaast2009-10-12-3/+0
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Support for setting away states. Somewhat hackish but this stuff isWilmer van der Gaast2009-10-12-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopelessly complicated in libpurple anyway..
| | | * | | | | | | | | | | | | | | | | | | Fixed account cleanup (use remove, not destroy) and now using user's accountWilmer van der Gaast2009-10-11-20/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings.
| | | * | | | | | | | | | | | | | | | | | | Copy all the string/bool/int account settings with their defaults toWilmer van der Gaast2009-10-11-17/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "account set". They can be changed, but changes don't yet have any effect.
| | | * | | | | | | | | | | | | | | | | | | Some valgrind cleaning/type safety fixes.Wilmer van der Gaast2009-10-11-6/+21
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Added handing of away states/messages of contacts.Wilmer van der Gaast2009-10-11-9/+10
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Fixing a few compiler warnings and cleaning up the last remains ofWilmer van der Gaast2009-10-11-36/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GLib-specific code.
| | | * | | | | | | | | | | | | | | | | | | Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make libpurpleWilmer van der Gaast2009-10-11-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | happy.
| | | * | | | | | | | | | | | | | | | | | | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-133/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | | | | | | | | | | | | | | | | | | Added some debugging stuff and handling (better said, ignoring) of eventsWilmer van der Gaast2009-10-08-10/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for closed connections where necessary.
| | | * | | | | | | | | | | | | | | | | | | Support for sending messages.Wilmer van der Gaast2009-10-06-1/+13
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Receive messages.Wilmer van der Gaast2009-10-06-2/+14
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Getting a contact list and online status now. Time to handle messages.Wilmer van der Gaast2009-10-06-2/+49
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Moved some stuff around, got something that logs in and reports status now.Wilmer van der Gaast2009-10-06-43/+109
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | Something that compiles and runs, but otherwise utterly useless. Added aWilmer van der Gaast2009-10-05-0/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols/purple/ module and included it in the build system. Already picks up all the supported protocols and adds them individually.
| * | | | | | | | | | | | | | | | | | | | | Fixed "set password" and "set auto_reconnect_delay".Wilmer van der Gaast2010-06-07-3/+19
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Added "channel list" command and the ability to use only part of theWilmer van der Gaast2010-06-07-3/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel name or a number in "chan set"/etc.
| * | | | | | | | | | | | | | | | | | | | | Complete (hopefully) fix for nickname changes: Add flags to the identifyWilmer van der Gaast2010-06-07-6/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to allow identifying without loading any new settings. With some documentation hints.
| * | | | | | | | | | | | | | | | | | | | | Set handle_unknown to add_channel by default.Wilmer van der Gaast2010-06-06-17/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | buddy_sendbuffer should be renamed, since it has to work for users andWilmer van der Gaast2010-06-06-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chats. For smooth transitions, add an old_key attribute to settings which can be used as a (temporary) alias.
| * | | | | | | | | | | | | | | | | | | | | Send one /QUIT instead of one or more /PARTs for a user that is beingWilmer van der Gaast2010-06-06-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed. Also restored netsplit simulation.
| * | | | | | | | | | | | | | | | | | | | | Added /part msgs, and the ability to silently remove users from channelsWilmer van der Gaast2010-06-06-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (when sending a /quit instead, for example).
| * | | | | | | | | | | | | | | | | | | | | Restored the "chat with" command, let's keep it around at least for now.Wilmer van der Gaast2010-06-06-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe it's nice to keep since it's only one command, as opposed to /join + /invite.
| * | | | | | | | | | | | | | | | | | | | | Chatroom improvements. Merged chatroom stub into normal chatroom stuff,Wilmer van der Gaast2010-06-05-74/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | restored "chat add" behaviour a little bit better (don't clean up a channel when its room disappears, just disconnect it from the groupchat).
| * | | | | | | | | | | | | | | | | | | | | Pick up group changes in the middle of a Jabber session, now that we careWilmer van der Gaast2010-06-05-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about that info.
| * | | | | | | | | | | | | | | | | | | | | Bug fixes, control channel behaviour is mostly okay again.Wilmer van der Gaast2010-06-05-2/+9
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Added "channel set" command, mostly so I can test all that stuff. NeedsWilmer van der Gaast2010-06-05-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more work.
| * | | | | | | | | | | | | | | | | | | | | Inform the UI about group changes. This is important if the user hasWilmer van der Gaast2010-06-05-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group channels.
| * | | | | | | | | | | | | | | | | | | | | Put the control channel settings into user-changeable settings.Wilmer van der Gaast2010-06-05-11/+100
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Support for the /topic command.Wilmer van der Gaast2010-06-03-13/+25
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Just enough code to join named chatrooms again. This UI is *not* final, the ↵Wilmer van der Gaast2010-05-14-55/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "chat" command will probably mostly stick around for bw compatibility. Still thinking about how this should work eventually.
| * | | | | | | | | | | | | | | | | | | | | Restore add_* handle_unknown settings.Wilmer van der Gaast2010-06-03-7/+19
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merging head.Wilmer van der Gaast2010-06-01-141/+204
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge from Geert: Added ability to follow/unfollow Twitter people. (UnfollowWilmer van der Gaast2010-05-30-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | won't work with mode=one.)
| * | | | | | | | | | | | | | | | | | | | | | Added functionality to add and remove friendships.Geert Mulders2010-05-29-5/+21
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Restructure Twitter error parser a bit, it fed a NULL pointer to the XMLWilmer van der Gaast2010-05-23-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parser sometimes (which fails safely but is a bad idea anyway).
* | | | | | | | | | | | | | | | | | | | | | | Allow nick changes. (Based on patch from zibri) This mostly closes #6!Wilmer van der Gaast2010-05-23-5/+15
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Don't whine on "incomplete" incoming IQ-set packets either, those also happen.Wilmer van der Gaast2010-05-23-1/+0
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Improved error reporting (get textual HTTP error message and error messageWilmer van der Gaast2010-05-23-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from Twitter API response if possible).
* | | | | | | | | | | | | | | | | | | | | | | Added base_url settting to Twitter module so other services using theWilmer van der Gaast2010-05-23-108/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Twitter API can be used. Only with Basic authentication though.
* | | | | | | | | | | | | | | | | | | | | | | Fixed documented default for ignore_auth_requests setting.Wilmer van der Gaast2010-05-23-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Use HTTPS for the browser part of Twitter OAuth login.Wilmer van der Gaast2010-05-22-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Minor doc update.Wilmer van der Gaast2010-05-19-7/+8
| | | | | | | | | | | | | | | | | | | | | | |