Differences between revisions 7 and 8
Revision 7 as of 2017-02-25 23:58:47
Size: 4213
Editor: dx
Comment: call the next quassel release 0.13
Revision 8 as of 2017-02-26 00:54:07
Size: 3312
Editor: dx
Comment: link to defs.ircdocs.horse for irc client support
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
''Client list originally copied from http://wiki.znc.in/Privmsg'' For a full list of supported and unsupported clients, and links to workaround scripts, see this page:
Line 13: Line 13:
The following clients support self messages out of the box:

 * Android IRC 2.1.15
 * AndroIRC
 * Colloquy
 * Hermes
 * IRCCloud.com
 * Irssi 0.8.18
 * KVirc after 4.9.2
 * Palaver
 * Quassel 0.13.0 (unreleased at the time of this writing)
 * Textual 2.1
 * Weechat

The following clients don't support it, and may show them in the wrong window:

 * AdiIRC - [[http://wiki.znc.in/Privmsg/AdiIRC|workaround script]]
 * !AndChat (tested 1.4.3.2, shows them in own query)
 * BitchX (tested 1.2.1, shows them in own query)
 * !ChatZilla (tested 0.9.93)
 * !HexChat - [[https://github.com/TingPing/plugins/blob/master/HexChat/mymsg.lua|workaround script]] for 2.9.6+
 * Irssi up to 0.8.17
 * KiwiIRC (does not show anything)
 * KVirc before 4.9.2
 * Limechat (shows them in server window)
 * mIRC - [[http://wiki.znc.in/Privmsg/mIRC|workaround script]] for 7.27
 * Quassel (up to 0.12.4)
 * XChat - [[http://wiki.znc.in/Privmsg/XChat|workaround script]] for 2.8.6
http://defs.ircdocs.horse/info/selfmessages.html

Self-messages

Self-messages are messages sent by yourself from other locations (for example, mobile clients).

They are a feature introduced in bitlbee 3.4.2, which requires special IRC client and IM server support to work.

If your client shows these messages in the wrong window, bug the developers to fix it. It's basically just a PRIVMSG with your own hostmask in the source and the nick of someone else in the target.

IRC client support

For a full list of supported and unsupported clients, and links to workaround scripts, see this page:

http://defs.ircdocs.horse/info/selfmessages.html

"self_messages" setting

For clients that don't support it, the self_messages setting exists:

  • Type: string
    Scope: global
    Default: true
    Possible Values: true, false, prefix, prefix_notice

    Change this setting to customize how (or whether) to show self-messages, which are messages sent by yourself from other locations (for example, mobile clients), for IM protocols that support it.

    When this is set to "true", it will send those messages in the "standard" way, which is a PRIVMSG with source and target fields swapped.

    Since this isn't very well supported by some clients (the messages might appear in the wrong window), you can set it to "prefix" to show them as a normal message prefixed with "-> ", or use "prefix_notice" which is the same thing but with a NOTICE instead.

    You can also set it to "false" to disable these messages completely.

    This setting only applies to private messages. Self messages in groupchats are always shown, since they haven't caused issues in any clients so far.

In other words, you may show them with a ->  prefix by doing this:

set self_messages prefix

Or disable them completely with:

set self_messages false

IM protocol support

The following IM protocols support this feature

  • Jabber groupchats.
  • Jabber if "carbons" / XEP-0280 is supported by the server (As indicated by a message on login saying "Carbons enabled")

    • At the time of this writing (dec 2015) it's not widely supported by most public XMPP servers (easier if you host your own), but this will probably change in the next few years.
  • Hipchat groupchats.

  • MSN

  • Steam

  • Facebook

  • Libpurple private chats given protocols that implement this (all of these are third party plugins)
    • Skypeweb

    • Telegram

    • Hangouts
    • Ning
    • Fchat
    • Pushbullet
    • Pubnub
    • Okcupid
    • QQ
    • Opensteamworks

Not supported yet:

  • Hipchat private messages: supported in theory, but it's pending some server-side changes. It should start working once they do that.

  • Twitter direct messages. Ticket

Not supported by the service itself (file a bug if this is wrong)

  • ICQ
  • AIM
  • Yahoo
  • Google talk over jabber

BitlBee Wiki: SelfMessages (last edited 2017-02-26 00:54:07 by dx)