浏览代码

blst Minor README updates

Olle E. Johansson 12 年之前
父节点
当前提交
c060369e85
共有 4 个文件被更改,包括 12 次插入3 次删除
  1. 10 1
      modules/blst/README
  2. 2 2
      modules/blst/doc/blst.xml
  3. 0 0
      modules/blst/doc/blst_functions.xml
  4. 0 0
      modules/blst/doc/blst_params.xml

+ 10 - 1
modules/blst/README

@@ -1,4 +1,4 @@
-Blst Module
+Blst Module - Blacklist Management
 
 Andrei Pelinescu-Onciul
 
@@ -22,6 +22,15 @@ Andrei Pelinescu-Onciul
 
 2. Functions
 
+   2.1. blst_add([timeout])
+   2.2. blst_add_retry_after(min, max)
+   2.3. blst_del()
+   2.4. blst_is_blacklisted()
+   2.5. blst_set_ignore([flags])
+   2.6. blst_rpl_set_ignore([flags])
+   2.7. blst_clear_ignore([flags])
+   2.8. blst_rpl_clear_ignore([flags])
+
 2.1.  blst_add([timeout])
 
    Adds the source of the current message to the blacklist for timeout

+ 2 - 2
modules/blst/doc/blst.xml

@@ -4,7 +4,7 @@
 
 <book id="blst" xmlns:xi="http://www.w3.org/2001/XInclude">
     <bookinfo>
-        <title>Blst Module</title>
+        <title>Blst Module - Blacklist Management</title>
 	<authorgroup>
 	    <author>
 		<firstname>Andrei</firstname>
@@ -29,7 +29,7 @@
 	</para>
     </section>
 
-    <xi:include href="functions.xml"/>
+    <xi:include href="blst_functions.xml"/>
 
 </book>
 

+ 0 - 0
modules/blst/doc/functions.xml → modules/blst/doc/blst_functions.xml


+ 0 - 0
modules/blst/doc/params.xml → modules/blst/doc/blst_params.xml