summaryrefslogtreecommitdiff
path: root/plugins/ContactsPlus/readme_contacts.txt
blob: f3ae933be38f7b252bb30e693cb17bdba2dd0da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
About
-----

Send and receive contacts ui
Version 1.5.2.0
by Joe Kucera aka Jokusoftware
Original Code by Todor Totev aka Dominus Procellarum
for use with Miranda IM 0.3.3+
Best for Miranda IM 0.4+


Description
-----------

This plugin allows you to send and receive contacts.
It is protocol independent, although currently the only
protocol supporting contacts transfer is ICQ. 
 

Installation
------------

For the contactsp.zip zip archive - 
  Extract contacts.dll to Miranda plugin folder  - 
  usually this is C:\Program Files\Miranda\Plugins.
  All other files are not mandatory and can go to Miranda folder. 


Source
------

The source code for this plugin can be downloaded from Miranda IM
website http://addons.miranda-im.org.


License
-------

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the copyright
   notice, this list of conditions and the following disclaimer.
2. The origin of this software must not be misrepresented; you must 
   not claim that you wrote the original software.  If you use this 
   software in a product, an acknowledgment in the product 
   documentation would be appreciated but is not required.
3. Altered source versions must be plainly marked as such, and must
   not be misrepresented as being the original software.
4. The name of the author may not be used to endorse or promote 
   products derived from this software without specific prior written 
   permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

For more information, e-mail jokusoftware@miranda-im.org


Version history
---------------
1.0.11.0 
	initial release - working ui, but M is still crashing 
1.0.12.0
  20-may night build of M - underlying code is OK, so i can continue this plugin
  remove inverse logic in MirandaPluginInfo()
  removed #include "win2k.h" for cleaner build
  attempt to show more user info on receive contacts
1.0.13.0
  cleaned main.cpp
  added icon to dialogue windows
1.0.14.0
  Nick / UIN swapped upon showing received contacts /silly me/
  bigger size of nick string allowed to accomodate non-english nicks /cyrrilic letters requires 2 times more bytes/
  added icon for menu item
1.0.15.0
  list columns default size is more convinient
  save restore window position / size
1.0.16.0
  receive dlg is resizable one /thanks to WTL there was virtually no code to write/
1.0.17.0
  add button is enabled only when at least one item in the list view is checked-in
1.0.18.0
  more translate()-friendly
  at last contacts are permanently added to DB
1.0.19.0
  receive window is now being put on top
  lots of big-fixes 
1.1.0.0
  source beautify
  receive user iface and internal dependancies re-design
  now only contacts which details are requested are being added to the DB
  std::vector is used instead of std::deque for 10KB smaller dll
  this should be the official release build
  you can get detailed info about contacts being sent to you
  more bug fixes
1.2.0.0
  bugfix - contacts are always being added outside any group /forget actually writing to the DB/
  sending contacts is now a Miranda service, accessible via m_contacts.h
  implemented contactlist event, no more popup windows
  NOTE: the langpack is modified, because my english is at least questionable and some items are now obsolete

1.4.0.0 (New developer: Joe @ Whale, jokusoftware@miranda-im.org)
  now fully protocol independent
  made sending with full acknowledgement (needs miranda 0.3.4alpha) & improved Send Dialog
  now sent contacts are added to history (can be viewed by e.g. History++)
  improved Receive Dialog - added popup & some convenient functions, display more info (like ICQ)
  many fixes
1.4.1.3
  fixed multipacket sending (if 15 contacts, do not try to send empty packet)
  optimisations (reimplemented many structures, size cut by 20kB)
  when contact gets deleted close his send window
  redesigned Send dialog - more nice & effective (show only contacts of the same protocol + many more)
  grouplist on receive dialog now gets updated
1.4.1.7
  redesigned and improved Received dialog (get rid of WTL & MFC)
  empty groups in send dialog are hidden according to clui setting
  fixed multi-packet error handling
  fixed crashes on exit (thanks to Ghazan)
  small fixes
1.4.1.8
  fixed received dialog not showed on some systems
  other small fixes
1.4.2.0
  fixed memory leak on any event received (thx to Ghazan)
  fixed other small memory leaks
  popup menu on Received dialog gets translated now
  added DBE3++ Known Modules support
1.5.0.0
  many internal optimisations
  added Unicode 2in1 support
  added support for Unicode ready DB contacts events
  added Updater plug-in support
1.5.1.0
  added support for per-contact contacts API capabilities
  improved compatibility with unicode database API
  added support for new clist groups API
  several internal fixes & improvements
1.5.2.0
  fixed possible crash during contacts send (with older Miranda IM)
  fixed compatibility with the new Account API introduced in Miranda IM 0.8


Translation
-----------

Contacts plugin can be translated via the Miranda language files.
The required strings are provided in langpack_contacts.txt file.