source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @31dbb90a   2010-08-30T22:02:46Z wilmer Suppress subjects in Jabber conversations after showing them once.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @bd599b9   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @1bb1e01   2010-08-22T12:15:53Z wilmer Fixed a misuse of xt_find_node() that could get into an infinite loop.
(edit) @72176c1   2010-08-11T08:53:58Z wilmer Small bug in the previous change: NULL-initialize srv.
(edit) @ffdf2e7   2010-08-10T11:18:09Z wilmer When doing SRV lookups, return an array with all RRs instead of just …
(edit) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @f1f7b5e   2010-07-24T22:50:23Z wilmer Take the local address from the IM/IRC connection when setting up a …
(edit) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @938c305   2010-07-22T07:43:21Z wilmer Fixed crash on failed Jabber file transfers.
(edit) @8b8def58   2010-06-24T09:14:34Z wilmer Merging a few revisions from mainline.
(edit) @38ff846   2010-06-24T01:06:49Z wilmer Fixed an access-after-free() bug in the Jabber keepalive + cache …
(edit) @90ba416   2010-06-23T22:37:24Z wilmer Fixed a NULL pointer dereference in the Jabber module.
(edit) @4eef271   2010-06-23T00:13:46Z wilmer Added user_agent setting to Jabber accounts so people can get around …
(edit) @46d215d   2010-06-08T23:43:13Z wilmer Allow moving contacts around between groups. Works with at least …
(edit) @d50e22f   2010-06-08T22:22:16Z wilmer Merging memory leak fixes from devel, time to find the ui-fix-specific …
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @1fdb0a4   2010-06-05T23:26:07Z wilmer Merging mainline.
(edit) @b308cf9   2010-06-05T23:21:02Z wilmer Merging libpurple branch into killerbee. It's fairly usable already, …
(edit) @f5d87ea   2010-06-05T18:26:17Z wilmer Pick up group changes in the middle of a Jabber session, now that we …
(edit) @f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
(edit) @51a799e   2010-05-25T22:07:06Z wilmer Merging killerbee. (The non-libpurple stuff currently doesn't compile.)
(edit) @d25ebea   2010-05-25T22:04:55Z wilmer GAIM_INPUT_* were renamed, at last.
(edit) @186bd04   2010-05-23T14:14:16Z wilmer Don't whine on "incomplete" incoming IQ-set packets either, those also …
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @3429b58   2010-05-13T22:05:13Z wilmer Mainline merge.
(edit) @58f5ef7   2010-05-13T00:30:36Z wilmer Use ?, not &&.
(edit) @e73a501   2010-05-10T23:35:58Z wilmer Fixed a long-standing bug where non-anonymous Jabber chatrooms could …
(edit) @dcd16c5   2010-05-09T13:21:24Z wilmer Read group information from Jabber contact lists. The code was already …
(edit) @e685657   2010-05-08T14:58:32Z wilmer Fixed buggy jabber_chat_by_jid() after GSList change.
(edit) @eaaa986   2010-05-08T14:48:38Z wilmer Misc. cleanup. Also updated the Yahoo! module to deal with struct …
(edit) @aea8b68   2010-05-06T00:28:56Z wilmer Starting to restore chatroom stuff. Only enough to create and be …
(edit) @ae3dc99   2010-04-24T17:02:07Z wilmer Merging stuff from mainline (1.2.6).
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @a87e6ba   2010-04-11T18:13:19Z wilmer Merging a Jabber ft bugfix.
(edit) @3ab1d31   2010-04-11T18:12:25Z wilmer Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 …
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @2e3a857   2010-04-08T00:27:42Z wilmer Added a mktime_utc() to misc.c using code that used to be in …
(edit) @c4bc92a   2010-03-30T00:26:11Z wilmer Suppress empty "Headline:" messages for certain new XMPP broadcast …
(edit) @1cc0df3   2010-03-21T16:52:22Z wilmer s/last_act/last_msg/ now.
(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) @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) @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) @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) @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) @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) @840bba8   2010-03-06T14:50:52Z wilmer The Jabber part of the change. Also made representation of not-away a …
(edit) @1c3008a   2009-12-13T14:48:56Z wilmer No functional changes, just some style "fixes". Although I admit I'm …
(edit) @2288705   2009-12-07T21:54:19Z wilmer Merging head.
(edit) @4e04194   2009-11-23T23:00:54Z wilmer Merging BitlBee 1.2.4+
(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) @74349eb   2009-10-17T15:13:40Z wilmer If you can't find what you expect in an IQ packet, it doesn't mean …
(edit) @e046390   2009-10-10T23:25:54Z wilmer Make purple use BitlBee's event handling API. Since the APIs never …
(edit) @bdad407   2009-10-04T18:28:41Z wilmer Fixing a crash bug that causes crashes only with buggy Jabber …
(edit) @19176513   2009-06-03T16:10:36Z wilmer Fixed a bug that caused crashes when joining certain kinds of Google …
(edit) @71d45c2   2008-12-14T13:39:02Z wilmer Dropping warnings about unknown JIDs since they're spammy (mostly show …
(edit) @b2c062d   2008-09-28T11:21:55Z wilmer Adding the password to the right part of the <presence> stanza so …
(edit) @94acdd0   2008-09-28T11:18:19Z wilmer Restored support for password-protected chatrooms (for now only by …
(edit) @7125cb3   2008-08-24T18:01:05Z wilmer Added SET_INVALID, which set evaluators should now return instead of …
(edit) @a02f34f   2008-08-11T23:07:12Z a.sporto+bee Added conf entries and lib/ftutil.[ch]. ft_listen = …
(edit) @8661caa   2008-08-04T14:45:24Z a.sporto+bee merged in upstream r410. Only conflict was the correction of jabber …
(edit) @4ac647d   2008-08-04T14:21:49Z a.sporto+bee moved some stuff around in preperation for MSN merge. * both ends …
(edit) @8a90001   2008-07-22T12:37:49Z a.sporto+bee Added an account setting 'proxy'. Note that this is only used for …
(edit) @89d736a   2008-06-22T19:21:06Z wilmer From the department of over-engineering, now cached packet IDs are …
(edit) @98de2cc   2008-06-21T23:51:18Z wilmer Now preserving case in JID resources, and handling them with case …
(edit) @3e6764a   2008-06-21T23:34:11Z wilmer Added jabber_util unittests (buddy_add/_by_jid only ATM).
(edit) @7f69740   2008-06-15T18:11:47Z wilmer Using a port list instead of a single range for the allowed Jabber …
(edit) @5ec4129   2008-06-15T00:04:27Z wilmer Added parsing of Jabber chatroom invitations.
(edit) @3355a82   2008-06-02T13:26:38Z a.sporto+bee added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc).
(edit) @cce0450   2008-06-02T12:49:33Z a.sporto+bee Added textual SOCKS5 error messages.
(edit) @b5cfc2b   2008-05-10T10:09:19Z a.sporto+bee some changes for sending. * not only query but also respect peer's …
(edit) @44961cb   2008-05-06T22:06:22Z a.sporto+bee fix bug in new kb/s display for transfers of less than one second.
(edit) @d56ee38   2008-05-06T00:20:11Z a.sporto+bee timeout of transfers after 120 seconds of no progress (bytes …
(edit) @29c1456   2008-05-06T00:13:37Z a.sporto+bee SOCKS5 bytestream related changes. * allow the SOCKS5 server to not …
(edit) @4358b10   2008-05-04T13:32:15Z a.sporto+bee ulibc support, fixes "Invalid SOCKS5 Connect message" problem
(edit) @b79308b   2008-04-14T13:10:53Z a.sporto+bee merged in upstream r379 (somewhere after 1.2-3). Just one trivial …
Note: See TracRevisionLog for help on using the revision log.