adium 3652:d31e947854e2: Added the icons of group chat participa...
commits at adium.im
commits at adium.im
Sun Feb 13 18:46:34 UTC 2011
details: http://hg.adium.im/adium/rev/d31e947854e2
revision: 3652:d31e947854e2
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Feb 13 19:45:43 2011 +0100
Added the icons of group chat participant lists to the Help. Removed outdated file transfer info.
(transplanted from 483f78be95b9a60c41b61ec334407b3f1cdbfa22)
diffs (65 lines):
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/gfx/founder.png
Binary file AdiumHelp/gfx/founder.png has changed
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/gfx/half-op.png
Binary file AdiumHelp/gfx/half-op.png has changed
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/gfx/none.png
Binary file AdiumHelp/gfx/none.png has changed
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/gfx/op.png
Binary file AdiumHelp/gfx/op.png has changed
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/gfx/voice.png
Binary file AdiumHelp/gfx/voice.png has changed
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/pgs/AdvancedFeatures-FileTransfer.html
--- a/AdiumHelp/pgs/AdvancedFeatures-FileTransfer.html Sun Feb 13 19:20:05 2011 +0100
+++ b/AdiumHelp/pgs/AdvancedFeatures-FileTransfer.html Sun Feb 13 19:45:43 2011 +0100
@@ -74,26 +74,6 @@
</div>
<div class="taskboxline">
<div class="taskboxheader">
- <h3>Why is MSN file transfer so slow?</h3>
- </div>
- <div class="taskboxtext">
- <p>The version of libpurple existing in current releases of Adium only supports MSN file transfer that go through the Microsoft server making them very reliable but also quite slow.</p>
- <p>Current libpurple supports MSN peer-to-peer file transfer. This version will be added to Adium for version 1.5 at the latest.</p>
- </div>
- </div>
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3>Why doesn't file transfer work over Google Talk?</h3>
- </div>
- <div class="taskboxtext">
- <p>Google Talk uses a different protocol, called Jingle, for file transfers (as well as voice calls - <a href="http://groups.google.ca/group/google-talk-open/browse_thread/thread/61ad293b4790faeb/821b891053a55a0b?lnk=arm#821b891053a55a0b">here</a> are the gritty details). The Google Talk servers disallow file transfers using the protocol that other Jabber services use.</p>
- <ul>
- <li>Note that although Google promised to release their specifications for this protocol back in 2007, they have not yet done so. This means we are unable to implement it, even if we had the time to do it.</li>
- </ul>
- </div>
- </div>
- <div class="taskboxline">
- <div class="taskboxheader">
<h3>Improving Bonjour file transfer</h3>
</div>
<div class="taskboxtext">
diff -r 3e6ee7b5e497 -r d31e947854e2 AdiumHelp/pgs/Messaging-GroupChat.html
--- a/AdiumHelp/pgs/Messaging-GroupChat.html Sun Feb 13 19:20:05 2011 +0100
+++ b/AdiumHelp/pgs/Messaging-GroupChat.html Sun Feb 13 19:45:43 2011 +0100
@@ -50,6 +50,21 @@
</div>
<div class="taskboxline">
<div class="taskboxheader">
+ <h3>Ranks and icons</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>In IRC group chats, or XMPP MUCs, a number of ranks exists. While their usage and permissions can vary per server or channel, usually they mean the following:</p>
+ <ul>
+ <li style="list-style-image: url(../gfx/founder.png)">The <strong>founder</strong>. Only exists on XMPP. Can change the configuration of the room.</li>
+ <li style="list-style-image: url(../gfx/op.png)"><strong>Operators</strong> (mode <tt>+o</tt>). Have the ability to kick, ban or change the rank of other users, and can change the channel's topic.</li>
+ <li style="list-style-image: url(../gfx/half-op.png)"><strong>Half-operators</strong> (mode <tt>+h</tt>). Not available everywhere, often have same permissions as operators, but can't change the permissions of operators.</li>
+ <li style="list-style-image: url(../gfx/voice.png)"><strong>Voice</strong> (mode <tt>+v</tt>). Can still speak if the channel is muted (mode <tt>+m</tt>).</li>
+ <li style="list-style-image: url(../gfx/none.png)"><strong>Normal</strong>.</li>
+ </ul>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
<h3>Autojoining</h3>
</div>
<div class="taskboxtext">
More information about the commits
mailing list