blob: e9b114ecfddd78948ca94eff2831eadcaf867bbe (
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
|
-=================================-
AddContact+ plugin for Miranda IM
-=================================-
Description
-----------
Provides the ability to quickly add new contacts (without searching for them).
All Miranda IM 0.9 compatible protocols are supported. Please remember that on
some protocols you can add a contact only when connected.
Hold down the CTRL key while adding a contact to open the message window immediately.
Miranda IM 0.9 or later is required.
Latest development version, source code and older releases can be found here:
http://code.google.com/p/dezeath
Installation
------------
Copy addcontactplus.dll to your Miranda IM plugins directory.
Change Log
----------
v 0.9.9.0 (09/04/2011):
+ Added a hotkey for opening Add Contact dialog
+ Added ability to add a contact temporarily
+ Added ability to quickly open the message window by holding CTRL when adding a contact
+ Miranda 0.9 compatibility (Unicode auth requests and contact search, core ability to add contacts without searching)
+ Updater plugin support
* Slightly redesigned Add Contact dialog
* x64 portability
! Rewritten contact adding - fixed crashes and some other problems
! Some general fixes and improvements
v 0.9.8.6 (10/04/2010):
! Prevent adding contacts with improper (too large) UINs
! Fixed removing toolbar button when no accounts are available
! Some other minor fixes
v 0.9.8.5 (05/03/2009):
+ Added Modern Contact List toolbar button
! Fixed occasional crash when adding a contact
! Fixed adding a contact when some accounts are disabled
! Minor code cleaning
v 0.9.8.0 (17/09/2008):
From now on, Miranda IM 0.8 or later is required
+ Support for Account Manager
* Some small improvements
* Separate Unicode and ANSI versions
v 0.9.5.0 (25/12/2007):
+ Added a check on numeric user IDs
+ Included m_addcontactplus.h and translation template
! Some fixes in Unicode version
v 0.9.0.0 (15/12/2007):
Initial release
========================
Base Address: 0x3ae00000
========================
Copyright and License
---------------------
Copyright (C) 2007-2011 Bartosz 'Dezeath' Bia³ek
mailto: dezred(at)gmail(dot)com
http://code.google.com/p/dezeath
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|