source: protocols/jabber/jabber.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @34afea7   2015-01-31T23:58:57Z dx Use glib's GChecksum for md5/sha1 This changes behavior slightly: - …
(edit) @fcb2c2e   2015-01-26T02:43:34Z dx jabber: Account-wide display_name setting, for groupchats This sets …
(edit) @be1efa3   2015-01-26T02:43:34Z dx Add handle_is_self() prpl function to fix JID mismatch confusion bugs …
(edit) @c27a923   2014-10-11T02:20:52Z dx Remove MSNXMPP specific code The MSN XMPP gateway was shutdown …
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @06eef80   2013-02-21T14:03:15Z wilmer For the lazy among us: When adding a Jabber/MSN contact within the …
(edit) @955aad8   2013-01-06T23:36:17Z wilmer Require StartTLS from all Jabber servers by default, like most clients …
(edit) @8f976e6   2012-10-30T23:41:43Z wilmer SSL fixes from Michal Suchanek.
(edit) @bb5ce568   2012-06-07T22:41:17Z wilmer s/ACC_SET_NOSAVE/SET_NOSAVE/.
(edit) @441a67e   2012-02-23T12:51:12Z wilmer Make the error message on invalid Jabber room names (this is a FAQ by …
(edit) @fc0640e   2012-02-10T18:00:00Z wilmer Support for "nameless" chatrooms on Jabber. Just join #somechannel …
(edit) @34ded90   2011-12-24T18:09:05Z wilmer Slight cleanup: Use a constant instead of just "jabber_oauth" …
(edit) @164352e   2011-12-24T18:02:39Z wilmer Merging mainline.
(edit) @96f954d   2011-12-24T17:49:12Z wilmer Removing unfinished debugging stuff accidentally committed in …
(edit) @792a93b   2011-12-23T12:44:08Z wilmer Merging SSL certificate verification for GnuTLS, with help from AopicieR.
(edit) @ad46e4d   2011-12-22T11:23:18Z wilmer Use initgroups() as well when dropping privileges. Closes bug #852.
(edit) @ce199b7   2011-12-21T11:21:04Z wilmer Make it easier to add OAuth-authenticated accounts without having to …
(edit) @e14b47b8   2011-12-21T10:48:08Z wilmer Fix parsing of acc->pass. Use oauth_params_ functions instead of …
(edit) @68286eb   2011-12-20T16:45:53Z wilmer Detect JID changes at login time and warn the user about them.
(edit) @a72dc2b   2011-12-19T17:57:20Z wilmer Add verify argument to ssl_connect() so HTTPS-based stuff is also …
(edit) @486ddb5   2011-12-19T14:50:58Z wilmer Initial merge of tls_verify patch from AopicieR.
(edit) @64b6635   2011-12-18T21:56:44Z wilmer Restructured and updated code a little bit to support new-style (much …
(edit) @18c6d36   2011-12-18T19:25:44Z wilmer More generic OAuth support now. Should work well for all GTalk …
(edit) @6e9ae72   2011-12-17T13:50:01Z wilmer Mainline merge.
(edit) @06b5893   2011-12-07T21:47:25Z wilmer Merging non-SASL authentication patch from #863. This also implements …
(edit) @911d97a   2011-08-04T15:19:54Z wilmer Error handling fixes. Found one double free() bug causing troubles …
(edit) @f988ad3   2011-07-31T20:31:37Z wilmer Don't timeout Jabber connections on OAuth initialization.
(edit) @f138bd2   2011-07-31T20:27:30Z wilmer OAuth code cleanup.
(edit) @4a5d885   2011-07-26T11:58:38Z wilmer Working OAuth2 support. Needs some more debugging (error handling is …
(edit) @59c9adb4   2011-07-25T12:09:30Z wilmer Kill obsolete Jabber server string (SSL, port#s, etc) parsing.
(edit) @57b4525   2011-07-22T18:29:25Z wilmer Nothing useful yet, this just generates an auth URL. Things to do: …
(edit) @a97a336   2010-12-07T23:14:30Z wilmer Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
(edit) @d88c92a   2010-12-06T00:03:49Z wilmer First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber …
(edit) @6d544a1   2010-11-20T11:48:04Z wilmer Restore support for joining password-protected Jabber rooms. Now using …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(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) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @eb6df6a   2010-07-11T17:21:21Z pesco merge with upstraem bitlbee 1.2.8
(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) @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) @814aa52   2010-06-03T11:00:45Z pesco merge in bitlbee 1.2.6
(edit) @5f8ab6a9   2010-06-03T10:41:03Z pesco merge in bitlbee 1.2.5
(edit) @aea8b68   2010-05-06T00:28:56Z wilmer Starting to restore chatroom stuff. Only enough to create and be …
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @767a148   2010-03-21T16:06:31Z wilmer Merging in file transfer support. Most important points from my review …
(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) @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) @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) @76c85b4c   2009-11-19T13:11:38Z wilmer resource_select now defaults to activity instead of priority. Also, …
(edit) @673a54c   2009-03-12T19:33:28Z pesco pretty blind try at merging in the latest trunk
(edit) @823de9d   2009-03-12T19:10:06Z pesco commit updates by ashish shukla <wahjava@…>
(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) @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) @6738a67   2008-07-16T23:22:52Z pesco merge in latest trunk
(edit) @89d736a   2008-06-22T19:21:06Z wilmer From the department of over-engineering, now cached packet IDs are …
(edit) @7f69740   2008-06-15T18:11:47Z wilmer Using a port list instead of a single range for the allowed Jabber …
(edit) @b79308b   2008-04-14T13:10:53Z a.sporto+bee merged in upstream r379 (somewhere after 1.2-3). Just one trivial …
(edit) @e960a52   2008-03-16T14:39:34Z wilmer Fixed cached_id_prefix memory leak.
(edit) @1ba7e8f   2008-02-15T17:38:57Z a.sporto+bee Merged with upstream r328 Wilmer van der Gaast 2008-02-11 Got rid …
(edit) @5a71d9c   2008-02-09T17:58:13Z sm - add support for setting ops/voice according to OTR msgstate - add …
(edit) @b5c8a34   2008-01-24T22:49:47Z wilmer Keeping track of valid Jabber connections so _connected() events will …
(edit) @fb4ebcc5   2007-12-28T23:26:44Z wilmer Added missing return in jabber_login().
(edit) @2379566   2007-12-19T00:22:30Z kenobi merged: Wilmer van der Gaast 2007-12-04 Fixing jabber_login/_logout …
(edit) @eded1f7   2007-12-18T23:59:35Z kenobi Merged in 280..288 from upstream (e.g. PING)
(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) @08135df   2007-12-04T01:08:43Z a.sporto+bee Merged in current devel Wilmer van der Gaast 2007-12-02 Imported …
(edit) @2ff2076   2007-12-03T14:28:45Z a.sporto+bee Intermediate commit. Sending seems to work. TODOs: * move from …
(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) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @a6df0b5   2007-11-14T23:29:43Z wilmer Added "xmlconsole" setting so it can be enabled at login time already.
(edit) @9da0bbf   2007-07-02T22:12:03Z wilmer Added (and using) jabber_chat_free() for better memory management, …
(edit) @c377417   2007-07-02T09:30:48Z wilmer Cleaning up groupchats when shutting down the Jabber connection. The …
(edit) @b9f8b87   2007-07-01T16:29:21Z wilmer Better handling of private messages via groupchats.
(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) @bb95d43   2007-06-04T11:32:37Z wilmer Added a real XML-console to the Jabber module! Add the handle …
(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) @f6c963b   2007-04-21T04:13:21Z wilmer Renamed some more prpl functions.
(edit) @84b045d   2007-04-16T01:03:08Z wilmer s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
(edit) @c2fb3809   2007-04-15T22:39:35Z wilmer Cleaned up struct im_connection. No more username/password stuff since …
(edit) @aef4828   2007-04-06T05:20:31Z wilmer More cleanups, mainly in the callbacks. Replaced things like …
Note: See TracRevisionLog for help on using the revision log.