aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES16
-rw-r--r--doc/bitlbee.xinetd2
-rw-r--r--doc/user-guide/commands.xml32
3 files changed, 47 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 38e4054d..31be73f4 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -3,6 +3,22 @@ found in the bzr commit logs, for example you can try:
http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
+Version 3.0.3:
+- Fixed Twitter compatibility. (The API call used to get the following list
+ was deprecated.)
+- Twitter: Enable the show_ids setting to assign a two-digit short ID to
+ recent tweets to use for retweets and replies (so you can RT/reply to more
+ than just a person's last message).
+- Some other Twitter fixes/improvements.
+- "otr reconnect" command and some other fixes.
+- GnuTLS 2.12 compatibility fix.
+- Include "FLOOD=0/9999" in the 005/ISUPPORT line at login to hint the IRC
+ client that rate limiting is not required. (Next step: Get IRC clients to
+ parse it.)
+- Other stuff too small to mention.
+
+Finished 12 Jun 2011
+
Version 3.0.2:
- Fixed MSN login issues with @msn.com accounts.
- /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN
diff --git a/doc/bitlbee.xinetd b/doc/bitlbee.xinetd
index 88d02013..b01e8005 100644
--- a/doc/bitlbee.xinetd
+++ b/doc/bitlbee.xinetd
@@ -11,7 +11,7 @@ service ircd
## You most likely want to change these two
user = nobody
- server = /usr/local/sbin/bitlbee
+ server = /usr/local/sbin/bitlbee -I
## You might want to limit access to localhost only:
# bind = 127.0.0.1
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 85003f24..74310d5e 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -392,7 +392,7 @@
<description>
<para>
- Available subcommands: connect, disconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr &lt;subcommand&gt;</emphasis> for more information.
+ Available subcommands: connect, disconnect, reconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr &lt;subcommand&gt;</emphasis> for more information.
</para>
</description>
@@ -423,6 +423,23 @@
</bitlbee-command>
+ <bitlbee-command name="reconnect">
+ <syntax>otr reconnect &lt;nick&gt;</syntax>
+
+ <description>
+
+ <para>
+ Breaks and re-establishes the encrypted connection with the specified user. Useful if something got desynced.
+ </para>
+
+ <para>
+ Equivalent to <emphasis>otr disconnect</emphasis> followed by <emphasis>otr connect</emphasis>.
+ </para>
+
+ </description>
+
+ </bitlbee-command>
+
<bitlbee-command name="smp">
<syntax>otr smp &lt;nick&gt; &lt;secret&gt;</syntax>
@@ -753,7 +770,7 @@
</bitlbee-setting>
<bitlbee-setting name="base_url" type="string" scope="account">
- <default>http://twitter.com</default>
+ <default>http://api.twitter.com/1</default>
<description>
<para>
@@ -836,6 +853,7 @@
<variablelist>
<varlistentry><term>undo [&lt;id&gt;]</term><listitem><para>Delete your last Tweet (or one with the given ID)</para></listitem></varlistentry>
<varlistentry><term>rt &lt;screenname|id&gt;</term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry>
+ <varlistentry><term>reply &lt;screenname|id&gt;</term><listitem><para>Reply to a Tweet (with a reply-to reference)</para></listitem></varlistentry>
<varlistentry><term>follow &lt;screenname&gt;</term><listitem><para>Start following a person</para></listitem></varlistentry>
<varlistentry><term>unfollow &lt;screenname&gt;</term><listitem><para>Stop following a person</para></listitem></varlistentry>
<varlistentry><term>post &lt;message&gt;</term><listitem><para>Post a tweet</para></listitem></varlistentry>
@@ -1312,6 +1330,16 @@
</description>
</bitlbee-setting>
+ <bitlbee-setting name="show_ids" type="boolean" scope="account">
+ <default>false</default>
+
+ <description>
+ <para>
+ Enable this setting on a Twitter account to have BitlBee include a two-digit "id" in front of every message. This id can then be used for replies and retweets.
+ </para>
+ </description>
+ </bitlbee-setting>
+
<bitlbee-setting name="show_offline" type="boolean" scope="global">
<default>false</default>