High message throughput
diff --git a/.phrozn/entries/history.twig b/.phrozn/entries/history.twig
new file mode 100755
index 0000000..78586b4
--- /dev/null
+++ b/.phrozn/entries/history.twig
@@ -0,0 +1,72 @@
+
History
+
+Version 2.0-beta (2011/09/18)
+
+
+
+ Enable sending more than Android's limit of 100 messages/app/hour via expansion packs
+
+
+ Forward incoming MMS messages to server
+
+
+ Server API changed to use POST requests instead of GET requests, and other changes;
+ support for future server API changes via 'version' request parameter
+
+
+ Authenticate with password shared between phone and server
+
+
+ Retry forwarding messages after a delay if there is an error
+ (e.g. due to temporarily broken internet or GSM connection)
+
+
+ Notify server of the status of outgoing messages
+
+
+ Support multiple phones connecting to same server
+
+
+ Show log messages to user to facilitate troubleshooting
+
+
+ User-configurable interval to poll for new outgoing messages
+
+
+ Option to prevent incoming messages from being stored in Messaging inbox
+
+
+ Option to forward messages already received in Messaging inbox
+
+
+ Option to enable/disable all SMS gateway functionality
+
+
+ Perform all HTTP requests asynchronously for better performance
+
+
+ Automatically start when the phone boots
+
+
+ Add server library and example code for PHP
+
+
+ Create KalSMS website
+
+
+
+Version 1a (2011/01/18)
+
+
+
+ Option to poll server for outgoing messages once per hour
+
+
+
+Version 1 (2010/10/04)
+
+
+
+ Initial release with support for receiving incoming SMS and sending replies
+
+
\ No newline at end of file
diff --git a/.phrozn/layouts/default.twig b/.phrozn/layouts/default.twig
index d3569da..353ac48 100755
--- a/.phrozn/layouts/default.twig
+++ b/.phrozn/layouts/default.twig
@@ -28,6 +28,8 @@
API Reference
·
Comparison
+ ·
+ History
{{ content }}
diff --git a/comparison.html b/comparison.html
index a97a7ce..76d44de 100755
--- a/comparison.html
+++ b/comparison.html
@@ -28,6 +28,8 @@
API Reference
·
Comparison
+ ·
+ History
+ Enable sending more than Android's limit of 100 messages/app/hour via expansion packs
+
+
+ Forward incoming MMS messages to server
+
+
+ Server API changed to use POST requests instead of GET requests, and other changes;
+ support for future server API changes via 'version' request parameter
+
+
+ Authenticate with password shared between phone and server
+
+
+ Retry forwarding messages after a delay if there is an error
+ (e.g. due to temporarily broken internet or GSM connection)
+
+
+ Notify server of the status of outgoing messages
+
+
+ Support multiple phones connecting to same server
+
+
+ Show log messages to user to facilitate troubleshooting
+
+
+ User-configurable interval to poll for new outgoing messages
+
+
+ Option to prevent incoming messages from being stored in Messaging inbox
+
+
+ Option to forward messages already received in Messaging inbox
+
+
+ Option to enable/disable all SMS gateway functionality
+
+
+ Perform all HTTP requests asynchronously for better performance
+
+
+ Automatically start when the phone boots
+
+
+ Add server library and example code for PHP
+
+
+ Create KalSMS website
+
+
+
+Version 1a (2011/01/18)
+
+
+
+ Option to poll server for outgoing messages once per hour
+
+
+
+Version 1 (2010/10/04)
+
+
+
+ Initial release with support for receiving incoming SMS and sending replies
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/how.html b/how.html
index 27730c6..d552e96 100755
--- a/how.html
+++ b/how.html
@@ -28,6 +28,8 @@
API Reference
·
Comparison
+ ·
+ History
How it Works
diff --git a/index.html b/index.html
index c6fb276..18cb7f2 100755
--- a/index.html
+++ b/index.html
@@ -28,6 +28,8 @@
API Reference
·
Comparison
+ ·
+ History
diff --git a/install.html b/install.html
index 5452829..4d8d608 100755
--- a/install.html
+++ b/install.html
@@ -28,6 +28,8 @@
API Reference
·
Comparison
+ ·
+ History
Installing KalSMS
diff --git a/serverapi.html b/serverapi.html
index 316db6e..9275ac9 100755
--- a/serverapi.html
+++ b/serverapi.html
@@ -28,6 +28,8 @@
API Reference
·
Comparison
+ ·
+ History