source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(edit) @186bd04   2010-05-23T14:14:16Z wilmer Don't whine on "incomplete" incoming IQ-set packets either, those also …
(edit) @e73a501   2010-05-10T23:35:58Z wilmer Fixed a long-standing bug where non-anonymous Jabber chatrooms could …
(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) @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) @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) @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) @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) @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) @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) @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) @9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
(edit) @8a2221a7   2008-03-23T14:29:19Z wilmer Fixed stalling issue with OpenSSL and Jabber (#368).
(edit) @e960a52   2008-03-16T14:39:34Z wilmer Fixed cached_id_prefix memory leak.
(edit) @4bbcba3   2008-02-16T22:40:38Z wilmer Moved xmltree handlers initialization to xt_new().
(edit) @add23a2   2008-02-16T22:07:14Z wilmer Moved xmltree to lib/ because I want to use it from more than just the …
(edit) @a73e91a   2008-02-16T17:38:30Z wilmer Added callback on Jabber add-to-roster requests so buddies get added …
(edit) @ca60550   2008-02-16T15:58:22Z wilmer Merge from Jelmer.
(edit) @fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
(edit) @af97b23   2008-02-16T13:17:52Z wilmer Improved sasl_get_part() to deal with whitespace in challenge strings, …
(edit) @3038e47   2008-02-10T17:11:06Z wilmer Added support for password-protected Jabber chatrooms.
(edit) @63075d7   2008-02-03T23:33:18Z wilmer Messages from the user are also included in backlogs when joining a …
(edit) @8c1eb80   2008-02-03T16:59:39Z wilmer Implemented XEP-0115. This adds some info to the <presence/> tags so …
(edit) @979cfb4   2008-02-03T13:54:19Z wilmer Saner garbage collection of cached packets in the Jabber module. Now …
(edit) @b5c8a34   2008-01-24T22:49:47Z wilmer Keeping track of valid Jabber connections so _connected() events will …
(edit) @a882d6c   2008-01-20T11:15:40Z wilmer The Jabber module now uses imcb_chat_log() instead of imcb_log() where …
(edit) @0adce21   2008-01-20T00:01:31Z wilmer GET_BUDDY_FIRST wasn't actually implemented, even though it was in use …
(edit) @13857c6   2008-01-13T17:13:45Z wilmer Fixed handing of failed groupchat joins.
(edit) @dded27d   2008-01-13T14:48:32Z wilmer Fixed "Conditional jump or move depends on uninitialised value(s)" at …
(edit) @e7f8838   2008-01-11T13:17:11Z wilmer Fixing bug #344, now away states should always be correct, even when …
(edit) @43462708   2008-01-06T12:37:55Z wilmer More consistency in error/warning errors. Until now "WARNING:" was …
(edit) @fb4ebcc5   2007-12-28T23:26:44Z wilmer Added missing return in jabber_login().
(edit) @529078a   2007-12-16T16:35:38Z wilmer Implemented XEP-0199 (patch from misc@…).
(edit) @d52111a   2007-12-12T21:36:33Z wilmer Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% …
(edit) @c058ff9   2007-12-09T23:19:35Z wilmer Added /invite support for Jabber chatrooms (and fixed the argument …
(edit) @de03374   2007-12-04T22:59:59Z wilmer Fixing jabber_login/_logout for better (non-crashing) cleanup on early …
(edit) @80e9db9   2007-12-02T23:14:49Z wilmer Forgot to return something in jabber_chat_join_failed().
(edit) @5bd21df   2007-12-02T17:25:57Z wilmer Handling of presence-error packets (only useful for groupchats now), …
(edit) @4306d8b   2007-12-02T16:43:57Z wilmer Removed retarded printf() (ARGH) and moved the event handling handling …
(edit) @608f8cf   2007-11-24T18:02:39Z wilmer Added some random hash to the id= for cached XMPP packets so that …
(edit) @3a80471   2007-11-24T01:13:15Z wilmer (Hopefully) fixing one case where the Jabber module doesn't understand …
(edit) @77bfd07   2007-11-23T23:07:44Z wilmer Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
(edit) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @ebb95b6   2007-11-14T23:42:07Z wilmer Merging from devel/Jelmer.
(edit) @a6df0b5   2007-11-14T23:29:43Z wilmer Added "xmlconsole" setting so it can be enabled at login time already.
(edit) @1bf1ae6   2007-11-14T23:09:22Z wilmer Removed some debugging stuff that shouldn't have been here for a long …
(edit) @eda54e4   2007-10-12T00:08:58Z wilmer Merge from devel.
(edit) @82135c7   2007-08-08T09:20:57Z wilmer Not trying to handle typing notifications from unknown buddies anymore …
(edit) @1baaef8   2007-07-30T19:12:06Z wilmer Added jabber_error_parse() and using it for both stream- and stanza …
(edit) @85023c6   2007-07-15T15:47:34Z wilmer Added imcb_clean_handle() to sanitize handles properly (without …
(edit) @a8a0b4c   2007-07-14T23:54:18Z wilmer Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
(edit) @3b6eadc   2007-07-07T17:19:28Z Jelmer Vernooij Fix some warnings in storage.c.
(edit) @e900442   2007-07-05T23:39:47Z wilmer Merging from devel. Added documentation for the join_chat command, …
(edit) @9da0bbf   2007-07-02T22:12:03Z wilmer Added (and using) jabber_chat_free() for better memory management, …
(edit) @5d7dc00   2007-07-02T21:24:04Z wilmer Stripping of unwanted characters (@ and =) in channel nicknames.
(edit) @c377417   2007-07-02T09:30:48Z wilmer Cleaning up groupchats when shutting down the Jabber connection. The …
(edit) @9c9b37c   2007-07-01T19:58:23Z wilmer Keeping an original (not normalized) copy of the user's nickname. This …
(edit) @b9f8b87   2007-07-01T16:29:21Z wilmer Better handling of private messages via groupchats.
(edit) @2758cfe   2007-07-01T15:22:42Z wilmer Properly updating away state info if one resource goes down while …
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @40ef702   2007-07-01T13:08:47Z wilmer Less copy-pasting in the service discovery reply and added MUC support …
(edit) @a3d5766   2007-06-19T23:28:45Z wilmer Not calling imcb_remove_buddy() right after removing the XML console …
(edit) @998b103   2007-06-13T23:31:39Z wilmer Added imcb_remove_buddy() so deletions in Jabber roster pushes …
(edit) @c570c86   2007-06-04T15:56:09Z wilmer Calling imcb_add_buddy() before setting the nickname. This is the only …
(edit) @e0e2a71   2007-06-04T13:36:51Z wilmer Fixed retarded use of strcpy() and no longer using Jabber fullnames …
(edit) @d06eabf   2007-06-04T13:22:05Z wilmer Added imcb_buddy_nick_hint so the Jabber conference module can suggest …
(edit) @54f2f55   2007-06-04T11:45:33Z wilmer Now anonymous rooms should really work. This makes sure the self-join …
(edit) @bb95d43   2007-06-04T11:32:37Z wilmer Added a real XML-console to the Jabber module! Add the handle …
(edit) @6286f80   2007-04-26T04:41:34Z wilmer Prepared the Jabber module for anonymous rooms, but the BitlBee core …
(edit) @2d317bb   2007-04-23T05:18:47Z wilmer Fixes: handling of being kicked, now sending <presence/> tags to all …
(edit) @0e7ab64   2007-04-23T02:58:44Z wilmer Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
(edit) @43671b9   2007-04-22T23:39:37Z wilmer You can send messages too now. But it's still very kludgy and doesn't …
(edit) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
(edit) @df1fb67   2007-04-21T05:18:40Z wilmer Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication …
(edit) @17fa798   2007-04-21T05:02:05Z wilmer Jabber module should always send the status information of the primary …
(edit) @f6c963b   2007-04-21T04:13:21Z wilmer Renamed some more prpl functions.
(edit) @f0cb961   2007-04-19T06:03:43Z wilmer More API changes: buddy list management. imcb_add_buddy() is now a …
(edit) @33dc261   2007-04-18T02:49:49Z wilmer Fixed NULL pointer dereference in Jabber code.
(edit) @9624fdf   2007-04-17T04:49:17Z wilmer API cleanup pretty much complete. Fixed pretty much everything except …
(edit) @6bbb939   2007-04-16T04:01:13Z wilmer Split serv_got_update() into imcb_buddy_(status|times). (Well, the …
Note: See TracRevisionLog for help on using the revision log.