source: protocols/jabber/conference.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @49108f3   2017-11-20T00:51:16Z dx jabber: Fix chat joins when ext_jid is provided for your own user …
(edit) @f75aaac   2017-11-20T00:03:32Z dx Handle always_use_nicks more gracefully Add MUC buddies before …
(edit) @a04705b   2016-12-26T23:07:56Z dx jabber: Workaround for servers (like slack) that send echoes without …
(edit) @9698fc0   2016-10-12T08:12:41Z dx jabber: Don't pass a readonly empty string to imcb_chat_topic() Fixes …
(edit) @3320d6d   2016-03-20T03:58:05Z dx jabber: Add "always_use_nicks" setting, for non-anonymous MUCs …
(edit) @8f8a56f   2016-03-20T03:58:05Z dx jabber: Check for other resources before removing someone from a chat …
(edit) @eee7294   2016-01-24T13:07:09Z dx jabber: Mark messages from other resources as OPT_SELFMESSAGE too The …
(edit) @c34247d   2015-11-23T17:38:11Z dx jabber_chat_join_failed: add a null check before freeing the chat Had …
(edit) @d6e2aa8   2015-11-09T12:21:46Z dx Nuke imcb_clean_handle(), which was merging handles accidentally …
(edit) @fb2338d   2015-10-30T10:28:32Z dx jabber: Self message handling (echo removal) in MUCs XMPP MUCs always …
(edit) @3cbf71d   2015-10-08T04:58:59Z dx jabber: fix null handling with MUC topics From coverity.
(edit) @3c23681   2015-08-26T05:58:54Z dx jabber: Improvements to the MUC part reason handling - Look for a …
(edit) @83f179d6   2015-08-08T04:29:54Z dx jabber: Show MUC kick/ban/leave reasons
(edit) @3d31618   2015-05-28T04:10:55Z dx jabber: Refactor conference message handling - Improve handling of …
(edit) @4543b6bd   2015-04-04T01:23:59Z dx jabber: Fixed null deref when receiving <subject> from oneself If the …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @fc0640e   2012-02-10T18:00:00Z wilmer Support for "nameless" chatrooms on Jabber. Just join #somechannel …
(edit) @68286eb   2011-12-20T16:45:53Z wilmer Detect JID changes at login time and warn the user about them.
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(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) @e685657   2010-05-08T14:58:32Z wilmer Fixed buggy jabber_chat_by_jid() after GSList change.
(edit) @aea8b68   2010-05-06T00:28:56Z wilmer Starting to restore chatroom stuff. Only enough to create and be …
(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) @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) @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) @a882d6c   2008-01-20T11:15:40Z wilmer The Jabber module now uses imcb_chat_log() instead of imcb_log() where …
(edit) @13857c6   2008-01-13T17:13:45Z wilmer Fixed handing of failed groupchat joins.
(edit) @c058ff9   2007-12-09T23:19:35Z wilmer Added /invite support for Jabber chatrooms (and fixed the argument …
(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) @ef5c185   2007-11-19T23:14:39Z wilmer Added Jabber groupchat topic support.
(edit) @85023c6   2007-07-15T15:47:34Z wilmer Added imcb_clean_handle() to sanitize handles properly (without …
(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) @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) @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) @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) @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 …
(add) @e35d1a1   2007-04-22T20:44:27Z wilmer Read-only support for Jabber conferences (non-anonymous rooms only). …
Note: See TracRevisionLog for help on using the revision log.