home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / miranda_hit / files / contacts.mir / readme_contacts.txt < prev   
Text File  |  2003-03-21  |  5KB  |  136 lines

  1. About
  2. -----
  3.  
  4. Send and receive contacts ui
  5. Version 1.3.25.0
  6. by Todor Totev aka Dominus Procellarum
  7. for Miranda 0.1.2.2
  8.  
  9.  
  10. Description
  11. -----------
  12.  
  13. This plugin allows you to send and receive contacts.
  14. It requires Miranda 0.1.2.2 night build released after 20-may-2002.
  15. It is last tested with Miranda nightly from 20-march-2003
  16. Miranda night builds can be downloaded from http://miranda-icq.sf.net/rich
  17. Check also http://miranda-im.org
  18.  
  19. Installation
  20. ------------
  21.  
  22. For the zip archive - 
  23.   Extract contacts.dll to Miranda plugin folder  - 
  24.   usually this is C:\Program Files\Miranda\plugins.
  25.   All other files are not mandatory and you can put them wherever you wish. 
  26.  
  27. For self-installing file - 
  28.   run it and follow the instructions. It will eventually detect
  29.   existing Miranda installation, but if you had installed Miranda
  30.   from .zip archive, you must manually set the installation folder.
  31.  
  32.  
  33. Source
  34. ------
  35.  
  36. The source code for this plugin can be downloaded from Miranda
  37. website http://miranda-icq.sourceforge.net or http://miranda-im.org.
  38.  
  39.  
  40. License
  41. -------
  42.  
  43. Redistribution and use in source and binary forms, with or without
  44. modification, are permitted provided that the following conditions
  45. are met:
  46.  
  47. 1. Redistributions of source code must retain the copyright
  48.    notice, this list of conditions and the following disclaimer.
  49. 2. The origin of this software must not be misrepresented; you must 
  50.    not claim that you wrote the original software.  If you use this 
  51.    software in a product, an acknowledgment in the product 
  52.    documentation would be appreciated but is not required.
  53. 3. Altered source versions must be plainly marked as such, and must
  54.    not be misrepresented as being the original software.
  55. 4. The name of the author may not be used to endorse or promote 
  56.    products derived from this software without specific prior written 
  57.    permission.
  58.  
  59. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  60. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  61. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  62. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  63. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  64. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  65. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  66. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  67. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  68. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  69. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  70.  
  71. For more information, e-mail lordofstoms@users.sourceforge.net
  72.  
  73.  
  74. Version history
  75. ---------------
  76. 1.0.11.0 
  77.     initial release - working ui, but M is still crashing 
  78. 1.0.12.0
  79.   20-may night build of M - underlying code is OK, so i can continue this plugin
  80.   remove inverse logic in MirandaPluginInfo()
  81.   removed #include "win2k.h" for cleaner build
  82.   attempt to show more user info on receive contacts
  83. 1.0.13.0
  84.   cleaned main.cpp
  85.   added icon to dialogue windows
  86. 1.0.14.0
  87.   Nick / UIN swapped upon showing received contacts /silly me/
  88.   bigger size of nick string allowed to accomodate non-english nicks /cyrrilic letters requires 2 times more bytes/
  89.   added icon for menu item
  90. 1.0.15.0
  91.   list columns default size is more convinient
  92.   save restore window position / size
  93. 1.0.16.0
  94.   receive dlg is resizable one /thanks to WTL there was virtually no code to write/
  95. 1.0.17.0
  96.   add button is enabled only when at least one item in the list view is checked-in
  97. 1.0.18.0
  98.   more translate()-friendly
  99.   at last contacts are permanently added to DB
  100. 1.0.19.0
  101.   receive window is now being put on top
  102.   lots of big-fixes 
  103. 1.1.0.0
  104.   source beautify
  105.   receive user iface and internal dependancies re-design
  106.   now only contacts which details are requested are being added to the DB
  107.   std::vector is used instead of std::deque for 10KB smaller dll
  108.   this should be the official release build
  109.   you can get detailed info about contacts being sent to you
  110.   more bug fixes
  111. 1.2.0.0
  112.   bugfix - contacts are always being added outside any group /forget actually writing to the DB/
  113.   sending contacts is now a Miranda service, accessible via m_contacts.h
  114.   implemented contactlist event, no more popup windows
  115.   NOTE: the langpack is modified, because my english is at least questionable and some items are now obsolete
  116. 1.2.22.0
  117.   memory leaks removed
  118.   the old-fashioned Miranda logo removed
  119. 1.3.23.0
  120.   initial attempt to support multiple protocols (though for now still only ICQ is supported)
  121.   now only protocols which have capability of sending contacts are used
  122. 1.3.24.0
  123.   the UI now always use system wide settings for window background and text color /code ripped from visibility.c/
  124.   no more ICQ stuff, the contact's protocol is being used  
  125.   you can send to a particular person only contacts who share his/her protocol
  126.   received contacts already added to the clist are removed from the receive dialogue UI
  127. 1.3.25.0
  128.   Bugfix - crash because of NULL protocol name ;)
  129.   Send contacts no more uses std::map but instead it uses SetWindowLong() + m_utils.h / WindowLists - the file size drops from 88KB to 56KB
  130.  
  131. Translation
  132. -----------
  133.  
  134. Contacts plugin can be translated via the Miranda language files.
  135. The required strings are provided in langpack_contacts.txt file.
  136.