summaryrefslogtreecommitdiff
path: root/Plugins/nickhistory/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/nickhistory/Docs')
-rw-r--r--Plugins/nickhistory/Docs/helppack_nickhistory.txt33
-rw-r--r--Plugins/nickhistory/Docs/langpack_nickhistory.txt64
-rw-r--r--Plugins/nickhistory/Docs/nickhistory_changelog.txt46
-rw-r--r--Plugins/nickhistory/Docs/nickhistory_readme.txt11
-rw-r--r--Plugins/nickhistory/Docs/nickhistory_version.txt1
5 files changed, 155 insertions, 0 deletions
diff --git a/Plugins/nickhistory/Docs/helppack_nickhistory.txt b/Plugins/nickhistory/Docs/helppack_nickhistory.txt
new file mode 100644
index 0000000..295c827
--- /dev/null
+++ b/Plugins/nickhistory/Docs/helppack_nickhistory.txt
@@ -0,0 +1,33 @@
+Miranda Help Pack Version 1
+Language: English
+Locale: 0809
+Last-Modified-Using: Miranda IM 0.5
+Authors: Pescuma
+Plugins-included: nickhistory
+
+[nickhistory:1061@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Log changes made by the users to the contact history=
+
+[nickhistory:1062@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Enable this option to test if the text to log has only ANSI chars and in this case avoid spending some database space=Due to the way miranda store the contact history in unicode the size of an entry can be up to 3 times bigger than the text itself. If the message contains only ANSI chars, then this can be avoided.
+
+[nickhistory:1068@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Enable this to monitor nickname changes=This means that the nick was empty and has beeing filled or that the text has changed (but not to an empty text).<br>This is used to log to history and to show popups.
+
+[nickhistory:1064@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+[nickhistory:1058@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Template of the text to be used for nickname changes=The first %s found is replaced by the contact's new nickname.<br>This is used to log to history and to show popups.
+
+[nickhistory:1069@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Enable this to monitor nickname removal=This means that the user had a nickname and changed it to an empty text.<br>This is used to log to history and to show popups.
+
+[nickhistory:1065@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+[nickhistory:1059@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Template of the text to be used for nickname removal=This is used to log to history and to show popups.
+
+[nickhistory:1070@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+Enable this to ignore changes/removes when the user is offline=This is used to log to history and to show popups.
+
+[nickhistory:1067@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+[nickhistory:1041@AyUEAyYEAywEByIEAy0EByMEAy4EDhEE]
+List of protocols to be monitored=Nickname changes/removes that happens in contacts from protocols that are not in this list will be ignored. Metacontact is a special case: the nick changes/removes is not tracked for metacontacts, but it is copied to the meta if it happens in one of its subcontacts.<br>This is used to log to history and to show popups.
diff --git a/Plugins/nickhistory/Docs/langpack_nickhistory.txt b/Plugins/nickhistory/Docs/langpack_nickhistory.txt
new file mode 100644
index 0000000..9b4cb47
--- /dev/null
+++ b/Plugins/nickhistory/Docs/langpack_nickhistory.txt
@@ -0,0 +1,64 @@
+; Nick History
+; Author: Pescuma
+
+; Options
+
+[History]
+[Nickname]
+
+[ History ]
+[Log changes to history]
+[Don't save Unicode parts for 7bit ANSI history (saves db space)]
+
+[ Tracking ]
+[Track when contacts change their nicknames]
+[Track when contacts remove their nicknames]
+[Template:]
+[Only when the contact is not offline]
+
+[ Protocols ]
+[Enable tracking for these protocols:]
+
+[Popups]
+[Nickname Change]
+
+[Enable popups]
+
+[ Colours ]
+[Background colour]
+[Text colour]
+[Use Windows colours]
+[Use default colours]
+
+[ Delay ]
+[From popup plugin]
+[Custom]
+[Permanent]
+
+[ Actions ]
+[On right click:]
+[On left click:]
+[Do nothing]
+[Close popup]
+[Show history]
+
+[Preview]
+
+
+; Test popup
+
+[Test Contact]
+[Test description]
+
+
+; Contact Menu
+
+[Log Nickname changes]
+[Don't log Nickname changes]
+
+
+; Template defaults
+
+[changed his/her nickname to %s]
+[removed his/her nickname]
+[<no nickname>]
diff --git a/Plugins/nickhistory/Docs/nickhistory_changelog.txt b/Plugins/nickhistory/Docs/nickhistory_changelog.txt
new file mode 100644
index 0000000..190fbd8
--- /dev/null
+++ b/Plugins/nickhistory/Docs/nickhistory_changelog.txt
@@ -0,0 +1,46 @@
+Nick History
+
+Changelog:
+
+. 0.1.0.3
+ + Added support for Miranda 0.8
+
+. 0.1.0.2
+ * -pv- patch
+
+. 0.1.0.1
+ + Added support for \n in template (represents a line break)
+
+. 0.1.0.0
+ + Added to FL
+ + Added help pack
+
+. 0.0.0.9
+ * Fixes for changes tracking
+ * Fixes for updater url
+
+. 0.0.0.8
+ + Changed to History entry in options
+
+. 0.0.0.7
+ * Fix for crash
+
+. 0.0.0.6
+ + Options to what to track
+ * Fix for popups
+
+. 0.0.0.5
+ * Small fixes
+
+. 0.0.0.4
+ + Options page
+ + Popups
+
+. 0.0.0.3
+ + Better handling of metacontacts
+
+. 0.0.0.2
+ + Handle to nick remove
+
+. 0.0.0.1
+ + Initial version \ No newline at end of file
diff --git a/Plugins/nickhistory/Docs/nickhistory_readme.txt b/Plugins/nickhistory/Docs/nickhistory_readme.txt
new file mode 100644
index 0000000..b0b1959
--- /dev/null
+++ b/Plugins/nickhistory/Docs/nickhistory_readme.txt
@@ -0,0 +1,11 @@
+Nick History plugin
+-------------------
+
+THIS PLUGIN WAS DEPRECATED IN FAVOR OF:
+http://pescuma.mirandaim.ru/miranda/historykeeper
+
+This is a simple plugin that logs nickname changes to the history and show popups.
+
+If you are using tabSRMM you can see this events in the message log too.
+
+To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=9607
diff --git a/Plugins/nickhistory/Docs/nickhistory_version.txt b/Plugins/nickhistory/Docs/nickhistory_version.txt
new file mode 100644
index 0000000..f481551
--- /dev/null
+++ b/Plugins/nickhistory/Docs/nickhistory_version.txt
@@ -0,0 +1 @@
+Nick History 0.1.0.3 \ No newline at end of file