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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
icq 0.3.8.105
TODO:
1. keep this log .... )))
2. fix errors, code optimisations e.t.c......
3. invisible status optimisations (i mean dont ask status message's and other information for contacts witch you invisible for) (in progress(testing))
4. add more events to history
5. add basic rtf\xml parsing feature //i think it need to be in core, or srmm module, but no one do not want to do it %)
6. create gui for convenient viewing icq network log, option for write events to file
7. create gui for managing visible/invisible/ignore lists
8. add muc rooms support
9. add more privacy statusses
10. add invisible users detection
11. fix last item in privacy menu: "Allow only users in the Contact list to see you, except Invisible list users"
12. add new statuses support //currently only one client support it, not needed now....
>>> ??.04.2007
fixed crash on calulating md5checksumm for big files //patch by Nullbie
added option for show xstatus icon in clist
added miranda invivsible detection (like isee from Bio), need optimization //path by [sin]
other small fixes, optimizations
merged with latest svn
added assocmgr support (in progress)
added unicode version send\detect
used new core api for creating UI
changed first run dialog
added icqj sin mod detection
enhanced icolib support
added new MIP client detection
function for automaticaly reconnect to best servers if have errors..
>>> 20.03.2007
merged with latest icqj svn
added muuid, used new pugininfoex core function, require core 0.7.0.19 or higher
invisible status optimisations (i mean dont ask status message's and other information for contacts witch you invisible for)
added popup events when someone checking your real status //thx Bio
fixed own userinfo tab (in progres) //thx Baloo
added some new clients detection
some code fixes\optimizations
added more popup's options
>>> 22.02.2007
merged with latest svn
some new options //persei
>>> 16.02.2007
fixed DC status icon //persei
merged with latest svn
>>> 12.02.2007
fixed AIM detection, added some AIM versions //report by [sin]
added some capability flag descriptions //hints by Joe
fixed wrong userinfo packet at login siquence
added new uin registration feature //many thx. Persei, Bio, Joe
>>> 31.01.07
modified clients detection
>>> 30.01.07
merged with icqj sources
some changes in optins dialog
fixed crash on exit
some optimization for sending capabilities
some optimization for miranda id detection //need to better realization
>>> 28.01.07
merged with icqj sources
fixed bug in x-status slot changing
>>> 27.01.07
merged with icqj sources //thx Joe
added some cpabilities description //thx Joe
added change custom status and DC icon slot's option (on features tab)
added some fake id's
fixed miranda version detection on non miranda id //thx me :D
version up to 0.3.8.9
core 0.7.0.12 or higher needed, or you can use core from my site, who do not want to use nightly builds, use old version....
>>> 26.01.07
merged with icqj sources
core 0.7.0.12 or higher needed, or you can use core from my site, who do not want to use nightly builds, use old version....
>>> ??.01.07
fixed member since detection //thx Jazzy$
>>> 18.01.07
fixed another bug in client's detection
>>> 17.01.07
added Miranda IM and ICQ version detection for not Miranda IM id, need to optimization //thx Bio
added icon on Direct Connection //by Persei
small fixes\optimizations
>>> 12.01.07
renamed again.... %)
>>> 11.01.07
nothing
>>> 09.01.07
added own caps dispaying... (not completed....)
>>> 09.01.07
more modifications to userinfo dialog
modifications to capabilities processing
some changes to services (look at m_icq.h)
you can use ctrl+c in "ICQ client info" tab to copy one or more capabilities to buffer (HEX + string)
now you can send custom capabilities, just create group ICQCaps and put strings in... (use DBE), you can add postfix to your client ID by adding "MIM/MyCoolPack" capabiliti to custom cap list, this add string "MyCoolPack" to end of you client id
thx Nullbie !
>>> 08.01.07
some code optimization
fixed small bugs
rewriten capabilities.....
modifed userinfo dialog
created service witch allow to send\check cutom capabilities to other plugins (look at m_icq.h)
many help by Nullbie
>>> 31.12.2006
fixed bug in sending capabilities....
>>> 30.12.2006
merged with icqj sources
some changes in clients detection
>>> 26.12.2006
(again) fixed my own stupid bug (now in clients detection)
>>> 25.12.2006
maybe random crash fixed....
aded ICQ 6 id
>>> 20.12.2006
merged with icqj sources
>>> 03.12.2006
changed headers for more compatibility with clist_modern
>>> 03.12.2006
merged with icqj sources
>>> 01.12.2006
merged with icqj sources
(sorry to all, i have no time to moding now...)
>>> 30.11.2006
merged with icqj sources
>>> 28.11.2006
merged with icqj sources
>>> 26.11.2006
finished updater configuration and testing.
>>> 25.11.2006
fixed Miranda IM as Unknown detection (if set send real ID)
>>> 21.11.2006
merged with icqj sources
>>> 19.11.2006
finaly fixed bug in privacy menu after source merging (thanks for testing and bug report to Inko)
changes in db settings for version change (maybe bug fix)
>>> 15.11.2006
fixed bug in privacy menu after source merging
>>> 13.11.2006
merged with icqj sources, changed version to 0.3.8.6
>>> 12.11.2006
fixed crash in Miranda666 id (my own stupid bug ))) )
merged with official icqj sources
>>> 10.11.2006
created this file :)
fixed crash in some client's id
some code cleaning
|