<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to API Functions Guide</title><link>https://sourceforge.net/p/xortify/wiki/API%2520Functions%2520Guide/</link><description>Recent changes to API Functions Guide</description><atom:link href="https://sourceforge.net/p/xortify/wiki/API%20Functions%20Guide/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 16 Aug 2013 12:35:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xortify/wiki/API%20Functions%20Guide/feed" rel="self" type="application/rss+xml"/><item><title>API Functions Guide modified by Simon Roberts</title><link>https://sourceforge.net/p/xortify/wiki/API%2520Functions%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -31,7 +31,7 @@
  * [spoofregistration] - Retrieves a spoof/fake banning registration form.
  * [spoofthread] - Retrieves a spoof/fake banning thread form.
  * [training] - Allows you to provide spam and ham samples and further train the [spamcheck] function.
- * [unbanned] - Unbans a banned item.
+ * [unbanned] - Check if [ipdata] is listed in Unbans.
  * [unbans] - Checks for network information is contained within the unbanned items listing.
  * [xoops_authentication] - Checks for username and password information to authenticate.
  * [xoops_check_activation] - Checks an activation code of a user for new user registration.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Roberts</dc:creator><pubDate>Fri, 16 Aug 2013 12:35:46 -0000</pubDate><guid>https://sourceforge.net3b07cd26e7bb5bb03ff54c5bd699272064b7a4fb</guid></item><item><title>API Functions Guide modified by Simon Roberts</title><link>https://sourceforge.net/p/xortify/wiki/API%2520Functions%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -38,3 +38,8 @@
  * [xoops_create_user] - Create a new Client Username on the Xortify Service Node.
  * [xoops_network_disclaimer] - Gets Service Nodes New User Registration Disclaimer.
  * [xoops_user_validate] - Validates Client User details before creating a new user.
+
+API Response Cache
+-------------------
+
+On all the possible methods of calling the API apart from inclusive of SOAP, the response from the service is cached for 20 minutes after the intial call, that means each unique call to the Service node is buffered for 20 minutes and replies with the same response for this period, this is to stop duplicate and shadow calling of the API.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Roberts</dc:creator><pubDate>Fri, 16 Aug 2013 11:26:18 -0000</pubDate><guid>https://sourceforge.netdb3904f967262d997c570d91d94674f0c606a343</guid></item><item><title>API Functions Guide modified by Simon Roberts</title><link>https://sourceforge.net/p/xortify/wiki/API%2520Functions%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="api-functions-guide"&gt;API Functions Guide&lt;/h2&gt;
&lt;p&gt;The following documentation outlines the API Functions available on the Xortify Honeypot. You can use this guide to help you develop your own solution to SPAM, Harvesting and malicious attacks to your website.&lt;/p&gt;
&lt;h2 id="api-functions-list"&gt;API Functions List&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;[ban]&lt;/span&gt; - This function is used to raise a banned IP Locality or Network Details.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ban_diff]&lt;/span&gt; - This function is used for comparing ban lists between server nodes.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[banned]&lt;/span&gt; - This function is for testing if an item is currently banned.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[bans]&lt;/span&gt; - This function retrieves the current ban list in a number of amount.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[checkphpbans]&lt;/span&gt; - This function returns &lt;a href="http://ProjectHoneypot.org" rel="nofollow"&gt;http://ProjectHoneypot.org&lt;/a&gt; IP information on a IPv4 address.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[checksfsbans]&lt;/span&gt; - This function returns a result from &lt;a href="http://StopForumSpam.com" rel="nofollow"&gt;http://StopForumSpam.com&lt;/a&gt; repository.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[cloud_users]&lt;/span&gt; - Retrieves a list of users on the cloud, by start and limited listing.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[cloud_users_count]&lt;/span&gt; - Return the number of uses on the Xortify Server Node.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[comments]&lt;/span&gt; - Returns comment against banned and unbanned items.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[languages]&lt;/span&gt; - Returns a list of available languages on the Service Node.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[rep_spider]&lt;/span&gt; - Reports updated information on a crawler or spider.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[rep_spiderstat]&lt;/span&gt; - Reports updated spider statistics.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[seolinks]&lt;/span&gt; - Retrieves a block of links spidered recently by the spiders client.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[server]&lt;/span&gt; - Retrieves a details of identified Xortify Server listed in the node.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[server_create_user]&lt;/span&gt; - Creates a username with password for a Xortify Server Node.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[servers]&lt;/span&gt; - Retrieves a list of servers available and listed in the Server Node.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[sfsban]&lt;/span&gt; - Creates a ban on &lt;a href="http://StopForumSpam.com" rel="nofollow"&gt;http://StopForumSpam.com&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spamcheck]&lt;/span&gt; - Checks if content is spam or ham.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spider]&lt;/span&gt; - Modifies a Spider or Crawler Listing.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spiders]&lt;/span&gt; - Retrieves a detailed list of spiders, crawlers and bots white-listed on the server.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spiderstat]&lt;/span&gt; - Used to report a spider statistic on the cloud.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spoofcomment]&lt;/span&gt; - Retrieves a spoof/fake banning comment form.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spoofregistration]&lt;/span&gt; - Retrieves a spoof/fake banning registration form.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[spoofthread]&lt;/span&gt; - Retrieves a spoof/fake banning thread form.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[training]&lt;/span&gt; - Allows you to provide spam and ham samples and further train the &lt;span&gt;[spamcheck]&lt;/span&gt; function.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[unbanned]&lt;/span&gt; - Unbans a banned item.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[unbans]&lt;/span&gt; - Checks for network information is contained within the unbanned items listing.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[xoops_authentication]&lt;/span&gt; - Checks for username and password information to authenticate.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[xoops_check_activation]&lt;/span&gt; - Checks an activation code of a user for new user registration.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[xoops_create_user]&lt;/span&gt; - Create a new Client Username on the Xortify Service Node.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[xoops_network_disclaimer]&lt;/span&gt; - Gets Service Nodes New User Registration Disclaimer.&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[xoops_user_validate]&lt;/span&gt; - Validates Client User details before creating a new user.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Roberts</dc:creator><pubDate>Fri, 16 Aug 2013 11:22:50 -0000</pubDate><guid>https://sourceforge.net6c4f51daab3045947f8ef82c348d6c85e25bf201</guid></item></channel></rss>