diff options
Diffstat (limited to 'spamfilter/Docs/SpamFilter-Developer.txt')
-rw-r--r-- | spamfilter/Docs/SpamFilter-Developer.txt | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/spamfilter/Docs/SpamFilter-Developer.txt b/spamfilter/Docs/SpamFilter-Developer.txt new file mode 100644 index 0000000..a7a2b66 --- /dev/null +++ b/spamfilter/Docs/SpamFilter-Developer.txt @@ -0,0 +1,59 @@ +
+Spam Filter 2.5.2.3 for Miranda IM 0.4.3+
+------------------------------------------------------------------------
+ Developer Information
+
+ Contents: -------------------------------
+ | Translation, Services and Events (API),
+ | Debug Symbols, Coding Language, Rebase Info
+
+
+Translation
+-----------------
+ Translation strings and available bad words can be found in
+ "SpamFilter-Translation.txt".
+
+
+Services and Events (API)
+-----------------
+ For more information about which service functions are provided by
+ "Spam Filter" and about how they can be used by your plugin please
+ refer to "m_spamfilter.h".
+ If you would like to use Delphi/Pascal please refer to m_spamfilter.inc.
+
+ For example code on how to do a spam check in your plugin see "spamcheck.c" file
+ of the source code package.
+ If you need help with it, just send me an e-mail.
+
+ The functionality and the API of Spam Filter is quite complex
+ and not easy to describe or explain.
+ If you have any questions or extension whishes please send me an e-mail:
+ hrathh at users.sourceforge.net
+
+
+Debug Symbols
+-----------------
+ Debug symbols are also available for debugging purposes.
+ Copy the PDB-files into the same directory as the
+ corresponding DLL-files.
+
+
+Coding Language
+-----------------
+ "Spam Filter" is written with Microsoft Visual C++ 6.0 SP6.
+ Used Microsoft Platform SDK: 5.2.3790.1830.15 (Svr2003 SP1).
+
+
+Rebase Info
+-----------------
+ 'Spam Filter' has set its base address to:
+ 0x24000000
+
+ Please avoid using this base address for your plugins because it will
+ slow down the start of Miranda IM.
+
+ With Microsoft Visual C++ the Base Address can be configured at:
+ "Project" -> "Settings" -> "Linker" -> "Output" -> "Base Address"
+
+
+H. Herkenrath (hrathh at users.sourceforge.net)
\ No newline at end of file |