source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @101d84f   2006-10-05T22:55:54Z wilmer Added max. recursion depth arguments to xt_handle()/_cleanup() to make …
(edit) @cc2cb2d   2006-10-04T18:14:41Z wilmer Lack of TLS support is also detected now if the server doesn't support …
(edit) @6266fca   2006-10-02T18:32:21Z wilmer Fixed memory leak in jabber_buddy_ask() and added "handling" of …
(edit) @995913b   2006-10-02T17:46:57Z wilmer Added some error handling for the (not very complete yet) privacy list …
(edit) @501b4e0   2006-10-02T16:42:32Z wilmer Added a useful error message for SASL negotiation failures and turned …
(edit) @d9282b4   2006-10-02T13:46:33Z wilmer The SASL DIGEST-MD5 handler now doesn't barf on challenges without a …
(edit) @c1ed6527   2006-10-02T13:19:13Z wilmer No more double free()/crashes when trying to set up an SSL connection …
(edit) @88591fd   2006-10-01T16:15:46Z wilmer Better fix for servers that report to comply with XMPP 1.0 but don't …
(edit) @0e2d97f   2006-10-01T09:40:55Z wilmer Can now log in to the jabber.com server (which pretends to support …
(edit) @6baca2a   2006-10-01T09:31:41Z wilmer Some initial hooks/stuff for privacy lists, and fixed a crash bug on …
(edit) @022df46   2006-09-26T13:30:54Z wilmer Added xt_dup().
(edit) @8e6c732   2006-09-26T13:12:11Z wilmer Proper detection of resource changed strings from the server.
(edit) @281859e   2006-09-25T17:04:50Z wilmer Forgot to comment out one line…
(edit) @ebe7b36   2006-09-25T10:10:14Z wilmer Changing the resource string while online probably doesn't work.
(edit) @eab2ac4   2006-09-25T07:42:39Z wilmer Saner garbage collection for node cache.
(edit) @a214954   2006-09-24T20:00:09Z wilmer Added some experimental stuff with typing notifications that seems to …
(edit) @4ecdc69   2006-09-24T19:56:44Z wilmer Fixed an off-by-one memory allocation bug in xt_new_node().
(edit) @8e5e2e9   2006-09-24T19:25:06Z wilmer Handling of incoming authorization requests, manual block/allow. …
(edit) @cfbb3a6   2006-09-24T18:08:07Z wilmer Added add_buddy/remove_buddy functions. Removing a contact doesn't …
(edit) @e101506   2006-09-24T17:22:08Z wilmer Better handling of user tls setting.
(edit) @42127dc   2006-09-24T11:57:45Z wilmer Added support for SSL- and TLS-connections. Checking of the "tls" user …
(edit) @172a73f1   2006-09-24T10:25:41Z wilmer Updated <presence> stuff to handle changing the priority setting.
(edit) @5e202b0   2006-09-23T16:18:24Z wilmer Implemented a list of away states, using this for a better set_away(), …
(edit) @d8e0484   2006-09-22T22:49:40Z wilmer Implemented support for SASL DIGEST-MD5 authentication.
(edit) @fe7a554   2006-09-22T18:39:31Z wilmer Better detection of successful IQ authentication (using packet …
(edit) @8d74291   2006-09-22T16:56:58Z wilmer Fixed return value on incomplete write()s in write handler, protection …
(edit) @5997488   2006-09-22T12:04:35Z wilmer Basic SASL (PLAIN only ATM) authentication code. Doesn't log in …
(edit) @deff040   2006-09-21T19:48:17Z wilmer Implemented set_away() (VERY simple version, have to add an away state …
(edit) @5bcf70a   2006-09-21T18:44:34Z wilmer Now also sending <presence type="unavailable"/> tag on disconnect, as …
(edit) @4a0614e   2006-09-21T09:37:03Z wilmer Added simple parsing of incoming <presence> tags, a nice …
(edit) @dd788bb   2006-09-21T07:32:39Z wilmer Added enough to not make it crash on login, and it can properly …
(edit) @0b4a0db   2006-09-20T20:26:47Z wilmer Now parsing roster properly. (Hopefully...)
(edit) @70f6aab8   2006-09-20T20:09:19Z wilmer It now requests a roster when logged in, no parsing for it yet.
(edit) @21167d2   2006-09-20T19:42:27Z wilmer It can send a valid (pre-XMPP) login packet. Lots of work to do, still…
(edit) @f06894d   2006-09-20T10:18:56Z wilmer Added some pretty empty files.
(edit) @8f243ad   2006-09-20T09:36:53Z wilmer Removed old Jabber module, started to fill in the new stuff. (xmltree …
(edit) @75a4b85   2006-07-14T09:25:48Z wilmer Fixed a memory leak, added a check for valid Jabber handles, and …
(edit) @5b52a48   2006-07-03T21:22:45Z wilmer Implemented per-account nick lists instead of per-protocol nick lists. …
(edit) @96863f6   2006-07-02T09:49:31Z wilmer Added protocol-specific settings, made the server setting specific to …
(edit) @0a3c243   2006-06-30T23:18:56Z wilmer Got rid of struct aim_user (now using account_t everywhere). Needs …
(edit) @41ca004   2006-05-19T07:55:53Z wilmer Merging from main development tree.
(edit) @75cde5d   2006-05-16T21:27:59Z wilmer Fixed possible double free() in Jabber module.
(edit) @ba9edaa   2006-05-10T17:34:46Z wilmer Moved everything to the BitlBee event handling API.
(edit) @5d6c178   2006-05-10T12:47:55Z Jelmer Vernooij Fix compilation with tcc
(edit) @e6d6047   2006-04-03T20:21:35Z wilmer Added/Fixed calls to show_got_added() in all IM-modules, now to fill …
(edit) @192b80a   2006-03-31T07:12:27Z wilmer Removed some unused stuff from nogaim.h, preparing to fix some API …
(edit) @61dddd0   2006-03-18T08:33:33Z wilmer Fixed #111, Jabber away states get set correctly at connect-time now.
(edit) @e8f8b18   2006-01-19T13:45:15Z wilmer Fixed read() error handling in Jabber module.
(edit) @a252c1a   2005-12-31T20:29:15Z wilmer Removed useless UTF8-related functions (iconv works a lot better).
(edit) @1fa6a23   2005-12-20T20:53:38Z wilmer Jabber module now requests the buddy list before setting an away …
(edit) @afe0764   2005-12-17T12:40:47Z wilmer Changed filenames of IM modules (jabberr, msnn, etc, didn't really …
(edit) @019c031   2005-12-04T21:55:15Z Jelmer Vernooij Merge from Wilmer
(edit) @027d2eb   2005-12-02T11:43:47Z wilmer Modified CHANGES, and extended the allowed port range a bit.
(edit) @626b446   2005-12-02T11:30:03Z wilmer The Jabber module now only accepts a limited range of ports (5222 and …
(edit) @7c2d798b   2005-12-01T11:52:25Z wilmer jabber.c:542: warning: `gjc' might be used uninitialized in this function
(edit) @c3c2e14   2005-11-30T12:12:25Z wilmer Got rid of the config.h includes in IM-code. Now that HAVE_CONFIG_H is …
(edit) @c7cf9d6   2005-11-29T00:43:15Z wilmer This should fix a crash bug in Jabber module (NULL pointer dereference …
(edit) @b20b32f   2005-11-28T01:14:06Z Jelmer Vernooij Merge from Wilmer
(edit) @43e3368   2005-11-23T17:35:18Z wilmer Little code cleanup in Jabber module, added support for Jabber …
(edit) @2cdd8ce   2005-11-19T15:17:03Z Jelmer Vernooij Merge Wilmer
(edit) @bb556db   2005-11-16T00:41:25Z wilmer Hmmm, why are these 0-byte files still there?
(edit) @5c09a59   2005-11-15T23:16:39Z wilmer Got rid of raw B's in source, Replaced most irc_usermsg() calls in …
(edit) @c998255   2005-11-15T14:57:38Z Jelmer Vernooij Merge from Jelmer
(edit) @9cb9868   2005-11-15T14:47:17Z Jelmer Vernooij Remove handle_cmp() replacing it by a protocol-specific function.
(edit) @7b23afd   2005-11-07T16:16:18Z Jelmer Vernooij Migrate my pluginable branch to use Wilmers' branch as parent
(add) @b7d3cc34   2005-11-06T18:23:18Z wilmer Initial repository (0.99 release tree) 0.99
Note: See TracRevisionLog for help on using the revision log.