source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @edfc6db   2010-03-23T01:06:25Z wilmer Frankenstein, it lives! This stuff can send files but it has troubles …
(edit) @c735200   2010-03-22T01:20:40Z wilmer Incoming file transfers can now be accepted (and should work) and/or …
(edit) @437bd9b   2010-03-21T21:38:42Z wilmer Enough code to make an incoming transfer show up properly and accept …
(edit) @85693e6   2010-03-21T16:17:24Z wilmer Merging in killerbee stuff (just file transfers and maybe a few things …
(edit) @767a148   2010-03-21T16:06:31Z wilmer Merging in file transfer support. Most important points from my review …
(edit) @a81d679   2010-03-21T15:56:59Z wilmer Fixed jabber_bs_peek() to deal with incomplete packets as well.
(edit) @545d7c0   2010-03-21T10:18:28Z wilmer Added ignore_auth_requests setting (patch from vmiklos, bug #578).
(edit) @aed152f   2010-03-21T01:02:03Z wilmer Killed the last str*cmp(xml_find_attr) combos.
(edit) @54a2014   2010-03-21T00:46:18Z wilmer xt_status functions should always return an XT_ status, it's not a boolean.
(edit) @699376f7   2010-03-21T00:39:45Z wilmer Read the from attribute from the main stanza, not the inside query. …
(edit) @81ee561   2010-03-20T18:03:18Z wilmer Merging head. Most changes are not so relevant because they're to IM …
(edit) @638feab   2010-03-18T14:38:06Z wilmer Merging in Jabber resource selection fix. This adds the …
(edit) @842cd8d   2010-03-18T11:22:17Z wilmer Fixed a bug that caused full JIDs to get lost sometimes with the new …
(edit) @b8a491d   2010-03-18T00:30:38Z wilmer Some compiler warning fixes and renamed "transfers" command to just …
(edit) @78d254f1   2010-03-18T00:07:16Z wilmer More small fixes. (NULL derefs and s/close/disconnect/)
(edit) @42fc5b6   2010-03-17T23:47:35Z wilmer Ouch, committing stuff without even checking if it compiles is bad …
(edit) @c1a3c27   2010-03-17T23:41:07Z wilmer Avoid some NULL pointer dereferences on malformed XMPP packets.
(edit) @60e4df3   2010-03-17T23:23:27Z wilmer Small cleanup. The max_packet_size variable doesn't seem to be read …
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @f9928cb   2010-03-17T01:13:23Z wilmer Set resource_select to activity by default since priority has always … 1.2.5
(edit) @ec55a7d   2010-03-16T10:24:00Z wilmer Really set Yahoo! status messages properly. YMSG, how I hate you.
(edit) @449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
(edit) @9fca0657   2010-03-15T10:26:25Z wilmer Deal with stupid (on first sight, at least) Yahoo! server behaviour …
(edit) @315dd4c   2010-03-15T01:25:47Z wilmer Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop …
(edit) @3330468   2010-03-14T23:15:05Z wilmer Merging in head.
(edit) @21d48d9   2010-03-14T20:19:10Z wilmer Fix for bug #536: No longer fail on corrupted USR responses with …
(edit) @90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
(edit) @fb00989   2010-03-14T17:55:27Z wilmer Adding a few consts and other misc fixes from bug #431. Doing this via …
(edit) @c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
(edit) @8fb1263   2010-03-14T17:45:33Z wilmer Don't send bind and session requests at the same time when logging in …
(edit) @af7f046   2010-03-14T16:56:00Z wilmer Don't send a <?xml> stream start after starttls since it upsets …
(edit) @286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
(edit) @1be0d26   2010-03-13T00:12:07Z wilmer Fixed handling of contact lists where at least the first contact is …
(edit) @7053379   2010-03-12T23:02:29Z wilmer Yahoo! status updates (at least initial ones, I assume) can be too …
(edit) @547c94c   2010-03-12T22:32:55Z wilmer Merging in some code from libyahoo2-trunk that deals better with …
(edit) @dde9d571   2010-03-12T19:35:51Z wilmer Fixed jabber_util unittest. It passes, yet something still seems to be …
(edit) @be609ff   2010-03-12T19:10:16Z wilmer Merging mainline.
(edit) @7c5affca   2010-03-12T01:47:44Z wilmer Add some simple information about available settings to the online …
(edit) @4dc6b8d   2010-03-12T01:05:21Z wilmer Added support for PURPLE_PREF_STRING_LIST style settings, this makes …
(edit) @75ec2c8   2010-03-10T23:58:47Z wilmer Fixed an "off-by -1" bug in msn_findheader() that could probably be …
(edit) @3e1ef92c   2010-03-09T13:13:50Z wilmer Fixed a compiler warning for an ugliness that fortunately shouldn't …
(edit) @bab1c86   2010-03-08T01:21:08Z wilmer Mail notifications, partially from …
(edit) @52cae01   2010-03-07T23:08:40Z wilmer Set the ACC_FLAG_*_MESSAGE flags correctly depending on the prpl.
(edit) @279607e   2010-03-07T22:35:00Z wilmer Fixed purple module to work with the new away interface.
(edit) @fb020ac   2010-03-07T18:43:23Z wilmer Merging in mainline, including improved away/status stuff.
(edit) @63770b4   2010-03-07T18:32:31Z wilmer Changed formatting of Jabber buddy info response.
(edit) @68198e9   2010-03-07T00:31:34Z wilmer Two more fixes in OSCAR to avoid NULL pointers being passed to …
(edit) @58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
(edit) @34fbbf9   2010-03-06T18:22:20Z wilmer Adapted nogaim.c. Pretty nice cleanup of away state alias handling, mostly.
(edit) @be915f5   2010-03-06T18:19:31Z wilmer Yahoo! fixes. Turns out the protocol really is somewhat odd.
(edit) @0714d51   2010-03-06T17:41:01Z wilmer Put AWY at the beginning of the list since it's used as a fallback.
(edit) @4049061   2010-03-06T17:10:32Z wilmer Fixed up Yahoo! I'll have to do some more thorough testing of this …
(edit) @17f9522   2010-03-06T16:17:23Z wilmer OSCAR cleanup.
(edit) @b051d39   2010-03-06T15:44:46Z wilmer MSN module updated to deal with the new API. Not many changes since it …
(edit) @2bc8ac0   2010-03-06T14:55:12Z wilmer Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still …
(edit) @840bba8   2010-03-06T14:50:52Z wilmer The Jabber part of the change. Also made representation of not-away a …
(edit) @e08e53c   2010-01-04T12:16:18Z wilmer Fixed build system: Run pkg-config at configure-time instead of just …
(edit) @a19ea7a   2009-12-26T15:14:52Z wilmer Use purple_buddy_get_name, not purple_buddy_get_contact_alias. Makes …
(edit) @ccba980   2009-12-17T00:42:25Z wilmer A few fixes for bugs that caused coredumps on testing.bitlbee.org (or …
(edit) @1c3008a   2009-12-13T14:48:56Z wilmer No functional changes, just some style "fixes". Although I admit I'm …
(edit) @ec29351   2009-12-07T22:11:40Z wilmer Committing some >1y old change. This seems to fix a small leak in the …
(edit) @2288705   2009-12-07T21:54:19Z wilmer Merging head.
(edit) @3e7b640   2009-11-28T00:47:20Z wilmer Look up a buddy in the contact list on incoming msgs. This seems to be …
(edit) @487f555   2009-11-26T00:04:40Z wilmer Support for sending zomg-im-typing notifications.
(edit) @e5d8d21   2009-11-25T00:45:27Z wilmer Added in-memory help info, which I wanted to implement for ages …
(edit) @0ac1a375   2009-11-25T00:19:45Z wilmer Added enough code to handle one class of queries (action-based), …
(edit) @45a19e5   2009-11-23T23:38:31Z wilmer Oops, forgot to change one protocol name string pointer..
(edit) @cd741d8   2009-11-23T23:23:37Z wilmer Fixed compatibility with non-libpurple version: oscar is now …
(edit) @4e04194   2009-11-23T23:00:54Z wilmer Merging BitlBee 1.2.4+
(edit) @b3117f2   2009-11-23T22:58:20Z wilmer Adding/removing contacts now works.
(edit) @08e5bb2   2009-11-19T18:50:53Z wilmer Restoring some logic that seemed broken but was important with …
(edit) @20e830b   2009-11-19T14:58:30Z wilmer Fixed a facepalm kind of NULL pointer dereference bug.
(edit) @76c85b4c   2009-11-19T13:11:38Z wilmer resource_select now defaults to activity instead of priority. Also, …
(edit) @4cf80bb   2009-10-23T10:43:15Z wilmer Shuffling a few more #includes. Much more shuffling will be needed.
(edit) @b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
(edit) @74349eb   2009-10-17T15:13:40Z wilmer If you can't find what you expect in an IQ packet, it doesn't mean …
(edit) @99c8f13   2009-10-17T14:48:21Z wilmer Valgrind pointed me at some memory leaks in the Yahoo! codek, …
(edit) @6967d01   2009-10-14T21:36:09Z wilmer I think daemon mode and libpurple won't go together very well for now …
(edit) @e71cfbc   2009-10-13T22:33:12Z wilmer Turns out I *did* implement HTTPS auth for Yahoo! myself already, but …
(edit) @4524f66   2009-10-12T22:37:28Z wilmer Store real names in /whois.
(edit) @e248c7f   2009-10-12T22:23:49Z wilmer Automatically try prpl-$proto if $proto doesn't exist, and disable …
(edit) @dd0d57b1   2009-10-12T22:19:41Z wilmer Oops, forgot to drop a printf() of all away states for debugging.
(edit) @ec5e57d   2009-10-12T00:00:24Z wilmer Support for setting away states. Somewhat hackish but this stuff is …
(edit) @b74b287   2009-10-11T21:08:26Z wilmer Fixed account cleanup (use remove, not destroy) and now using user's …
(edit) @0f7ee7e5   2009-10-11T12:57:29Z wilmer Copy all the string/bool/int account settings with their defaults to …
(edit) @db4cd40   2009-10-11T12:22:23Z wilmer Some valgrind cleaning/type safety fixes.
(edit) @4f103ea   2009-10-11T11:26:09Z wilmer Added handing of away states/messages of contacts.
(edit) @4164e62   2009-10-11T10:40:40Z wilmer Fixing a few compiler warnings and cleaning up the last remains of …
(edit) @c5c18c1   2009-10-10T23:57:26Z wilmer Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make …
(edit) @e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
(edit) @7ea8697   2009-10-10T15:00:16Z wilmer Setting Yahoo! away states works again.
(edit) @037b66a   2009-10-10T14:57:05Z wilmer Fixed an ugly bug in the write handler that may have caused many weird …
(edit) @ba16895   2009-10-10T13:48:44Z wilmer More Yahoo! fixes: Adding and removing buddies works, and for the …
(edit) @fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
(edit) @0cbef26   2009-10-07T23:37:32Z wilmer Added some debugging stuff and handling (better said, ignoring) of …
(edit) @389f7be   2009-10-06T22:55:46Z wilmer Support for sending messages.
(edit) @d250b2a   2009-10-06T22:26:01Z wilmer Receive messages.
(edit) @7da726b   2009-10-06T21:49:42Z wilmer Getting a contact list and online status now. Time to handle messages.
(edit) @860ba6a   2009-10-05T23:32:34Z wilmer Moved some stuff around, got something that logs in and reports status now.
(edit) @796da03   2009-10-04T23:28:11Z wilmer Something that compiles and runs, but otherwise utterly useless. Added …
Note: See TracRevisionLog for help on using the revision log.