Новые и обновленные плагины для Miranda IM

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
IEView 1.0.3.9

Список изменений:
1.0.3.9
+ support for Unicode nick names
+ support for png emoticons (thanks to Alex Krivospitsky !)
+ support for drag&drop file transfer
+ possibility to choose smiley selector background color
+ new divUserJoined, divUserLeft, divUserKicked etc. styles (see chat.css)
+ translation file by Raq
* bugfixes
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
SmileyAdd 0.1.9.0

Список изменений:
Fixed xep smiley replacement (longer smiley have precedence over shorter ones)
Fixed button smiley for xep smileys (works now by the same rule as msl one)
Added unloading GDI+ when it's no longer needed
Improved smiley parsing performance by at least 20%
Final resolution for SmileyAdd related flickering
Updates for Unicode version
Added support for Unicode (UTF8 and UTF16) msl, asl and xep files
Added Unicode version for ParseText API
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
Сегодня с радостью пишу об интересных и долгожданных обновлениях ;)
tabSRMM Unicode 0.9.9.98

Список изменений:
* several sanity checks added (pointers, window handles)

! status bar remembers typing notification state when switching tabs even with
the session list button active.

+ added about dialog

! fixed small visual glitch with multisend indicator

+ hotkey: Ctrl-T -> toggle menu bar

! local avatars (load a local picture) can now use relative pathnames when the picture
you selected is located in a subdirectory of your miranda folder.

+ added first run configuration dialog

+ added "per container themes". It is now possible to define a private .tabsrmm theme
file for a container. This includes the entire theme, fonts, colors, template message
log settings.

! bugfix (UI problem in the global/local radio button of the user preferences dialog).

* changed multisend contact list. It is no longer created automatically for each tab
you open, instead, the contact list is only created when you activate the multisend
feature and destroyed when it is no longer needed. Saves quite *some* resources and
loading time, especially with complex contact lists (clist_nicer, clist_modern and
such).

* updated for new smileyadd api (event for changed emoticon configuration). Changing
smileyadd options will now instantly reconfigure smileyadd settings in all open message
windows (button icon + smileys in the message window).

+ added support for the updater plugin

+ removed tabsrmms own avatar loading and managment code. It now builds on top of the
avatar service plugin (loadavatars.dll). You need this plugin installed in order to
get avatars working.

+ added ability to render transparent PNG images when set as local contact pictures by
the avatar service.

! fixed bug with formatting parser - ignore messages when they contain curly braces ( {
and } ) to avoid conflicts with the rtf syntax.

* several unicode fixes (status messages, xstatus messages and names, title bar format
(%m variable) and more.

* upgraded build environment to Visual C++ 8.0 (VSNET 2005).
New project file(s) are added to the source tree. tabSRMM_8.sln and tabSRMM_8.vcproj
are VC++ 8 compatible project files and can only be used with visual studio 2005.
The project files for Visual Studio .NET 2003 (tabSRMM.sln and tabSRMM.vcproj) are
still available.
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
SmileyAdd 0.1.9.2
SmileyAdd Unicode 0.1.9.2

Список изменений:
Fixed Smiley Pack info display for Unicode version
A lot of robustness updates for Unicode version
Added option to scale all smileys in selector window
Fixed translation file
Error messages in Unicode
Fixed crash with nonexistent xep smiley pack
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
Avatar service 0.0.1.11

Список изменений:
+ added patch by pescuma for making normal avatars transparent (or semi-
transparent).
There are global (under Customize->Contact pictures) and per contact settings
(contact menu -> Contact picture...). In order to get good results, you will need
to tweak the settings a bit - it works for most avatar pictures with a uni-color
background, but it really depends on the image.

+ built with Visual Studio 2005 (Visual C++ 8.0). The DLL is now statically
linked, so they are somewhat bigger, but it avoids error messages because of the
new VC++ 8 runtime which is not installed on most PCs.

+ added unicode version (loadavatarsW.dll) which will display unicode nicknames in
the "per user" contact picture dialog.

+ added services and events to manage own avatar pictures. See m_avatars.h for more
information. Also, the drawing service was enhanced to allow drawing your own
avatars.
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
Обновление русской локализации Миранды:
Russian Language Pack 4.0.16.0

Список изменений:
* loadavatarsw.dll v.0.0.1.11 [10 Nov 2005] - Avatar service
+ smcn.dll v.0.0.2.10 [08 Nov 2005] - StatusMessageChangeNotify
+ startupstatus.dll v.0.0.3.1 [26 Jul 2005] - StartupStatus (Thanks SergoZD)
* dbeditorpp.dll v.3.1.3.1 [24 Oct 2005] - Database Editor++
+ uinfoex.dll v.0.1.1.0 [22 Oct 2005] - Extended UserInfo (Thanks SergoZD)
+ StatusChange. Thanks to LonelyWolf
* Shkurka -> Skin
* tabsrmm_unicode.dll v.0.9.9.98 [07 Nov 2005] - tabSRMsgW (unicode)
* smileyaddw.dll v.0.1.9.2 [09 Nov 2005] - SmileyAdd Unicode
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
Ах, какие сегодня новости хорошие! :) Вот то, чего мы все (надеюсь) так долго ждали:

Newstory -- new history viewer

Features:
- unicode support
- smileys/bbcodes/formulas (mtextcontrol shared between popup plus and newstory)
- quickly loads large logs
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
И снова радует nullbie:

PopUp Plus RC2

Список изменений:
Text renderer now implemented as external plugin. See options > customize > text display
RTL support (wothout smilyes, bbcodes, etc, but it works)
Single-window mode is now back again… Implementation is completely new now
Multithreading fix (should help with cross-popup text mess)
Fixed memory corruption on window destruction
Fixed some bugs in render (probably multiple reported statup crashes)
Fixed proportional image measuring bug (mainly avatars, thanx theMIRon)
Fixed animation bug (jumping windows)
Metacontact support (thanx pescuma for details)
Fixed timing issues in popup reordering
Fixed animation on win9x systems
Fixed memory leak in multithreading code (I hope so!)
Fixed GDI leak (one object per popup, or so…)
Fixed crash on preview without Avatar Service installed
Cosmetic changes in preview
Fixed animation speed
Fixed popup sizing issue
Avatars hidden on contact list are not visible in popups too
New preview item with random avatar and multiline title, this is useful for skin designers.
Bugfixes and code cleanings
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
Обновился удобный плагин для проверки наличия новых писем в Gmail-ящиках.
Быстро настраивается, оповещает о входящей корреспонденции с помощью всплывающих окошек (при наличии соответствующего модуля). Рекомендую :)

Gmail Multiple Notifier 0.2.3.5

Список изменений:
Used three-state "...Auto Login" option to control cookie
 

GL5

Member
Joined
May 9, 2005
Messages
938
Reaction score
70
Location
.
Подарок от Найтвиша к Новому Году и Рождеству :)

tabSRMM Unicode 0.9.9.99

Список изменений:
NOTE: This version requires avatar service (dll included), otherwise no avatars will work.

Version 0.9.9.99 - 2005/12/23 - happy Xmas :)

* improvments for own avatar display. Now, this uses the avatar service (minimum
version 0.0.1.11) for managing your own avatars. tabSRMM now always shows the proper
avatar you have configured for a given protocol under Main Menu -> View/Change my details.

Setting your own avatar in the message window is possible (right click your avatar image
and choose "Set your avatar...". However, the menu entry may appear grayed which means
that the protocol does not support setting the avatar from "outside" its own option
pages. Currently, only MSN allows to set the avatar using an external service.

+ added workaround for the "Unknown Contact" problem with some protocols (fallback to
non-unicode nickname). (unicode build only).

+ added EXPERIMENTAL feature - real time message log trimming.

What the.... ?

This feature was inspired (or suggested) by one user on the forum. At first,
i thought that it is almost impossible to implement with the rich edit control as
our message history viewer. But I found a reasonable way to do it anyway.

It is for people who are rarely closing their message windows. As a result, a growing
message history in the chat window(s) may consume HUGE amounts of memory, especially when
emoticons and message log icons are enabled.

The solution? Trim the message log to a maximum number of events (e.g. 200) - older events
will disappear from the top of the message history and only the N most recent events
will remain in the chat window. As a result, memory requirements may drop significantly.

The feature is different from the already exsting "load N number of old history events",
because it works in "real time". Whenever a new message is sent or received, the
message history will be trimmed at the top so that only old text will disappear.

How to use?
Set the global limit for all message windows on the "Message Log" options page. A per-
contact setting is also available in the "tabSRMM settings" dialog which you can reach
from the contacts context menu. The per contact setting overrides the global value.

NOTE: changing this setting will not affect message windows which are already open,
so you need to close and re-open them.

One word of warning, though. This feature has a side effect. In order to "know" where to cut
off the message history, markers need to be placed in the text. The markers are hidden
number sequences (which actually correspond to database event handles), but when you copy
text from the log, the rich edit control will copy the hidden text. As far as I know, there
is no way to avoid this.

Also, depending on your template, the top of the message log may not always look perfectly
formatted, because text is removed from the top only.

NOTE2: won't work with IEView as IEView uses a completely different way of displaying
messages and tabSRMM has no control over the contents of the IEView message history
window.

! FIX: Alt-M didn't properly create the embedded multisend contact list.

+ added a color control for setting the info panel fields background color to the font
configuration dialog. Previously, this was only possible with font service.

* improved avatar display on the info panel. Avatars will no longer waste horizontal space
if their width is smaller than their height (like most ICQ avatars). The size of the
avatar field is now properly calculated so that the avatar fits.
Also, the info panel does no longer show the "unknown" avatar for contacts which don't
have a contact picture available.

* redesigned the info panel somewhat. The ugly check box is gone, the fields have been
re-arranged to allow more space for the nickname.

+ the option to allow active status message retrieval when hovering the info panel field
can now be found under Options->Message Window->General

! bugfix - message window did not react on manual nick name changes on the contact list
(changing CList/MyHAndle).

+ added a "simple" event popup configuration mode. Its on options->Message Window->Event
notifications and knows 3 modes:
* Notify always -> popups will show for each message
* Notify for unfocused sessions -> popups will show for minimized or background message
windows.
* Notify only when no window is open -> Message popups will only appear when no message
window is open for that contact.

The simple mode skips some of the advanced popup configuration options, including the
"per container settings". It also skips the "Sync sounds" option.

+ added the per contact infopanel setting to the per contact settings dialog.

+ added option to specify the type of border for the avatar(s) in the message window.
There are 5 options:
* None
* Automatic
* Sunken
* 1 pixel solid
* rounded border

Automatic means that it will draw a solid border for normal avatars, while for transparent
or semi-transparent images, a sunken frame will be drawn.
The color for solid borders can be configured aswell.

The options are on the "General" tab, in the "Avatar options" section.

* fixed bug with non-appearing message log icons

* fixed wrong hotkey Ctrl-C was opening the user preferences dialog instead of doing the
usual copy action. User preferences is now on Alt-C

+ some smoother and less "jumpy" resizing when switching tabs after container size changed.

+ when using the "Trim message log feature", the message input area now tries to delete the
invisible markers when copying text from the message log to the message input area.

+ new hotkey: Alt-F (send file, brings up the send file dialog)

! fixed a few minor visual glitches (button mode tabs clipping issues)
 

LOV

Member
Joined
Nov 26, 2003
Messages
139
Reaction score
47
Age
44
Location
Украина
Есть альтернативный плаг для жмыла, который включает в себя нотификацию о новых письмах на сервере а также синхронизацию времени с жмылом.
Есть Юникод версия и не юникод котоыю в свою очередь делятся на версию с SSL библиотеками и без. Те что с ssl не требуют дополнительных либов.

Unicode SSL

Unicode without SSL

Not Unicode SSL

Not unicode without SSL
 

jet800

ex-Team DUMPz
Premium Member
VIP
Joined
Feb 12, 2019
Messages
703
Reaction score
118
ISee v.0.4.0.30 [05 Feb 2006] by Bio
Changelog читаем здесь, а то он очень длинный ;)
Ну а скачать можно тут ;)

Надеюсь никому не надо объяснять что это за плаг? ;))))
 

jet800

ex-Team DUMPz
Premium Member
VIP
Joined
Feb 12, 2019
Messages
703
Reaction score
118
ICQOscarJ 0.3.6.12 Alpha 13c [2006-02-06]
changelog:
- fixed crashes added in last build
- fixed memory leak
 

•DimiON•

Member
Joined
Jan 16, 2004
Messages
278
Reaction score
22
Age
50
History++ - 1.5.0.89
Changlog:
+ Fixed "Cannot creat file" issue, i hope
+ Fixed nicks processing if ansi core is used
+ Improved utf-8 handling in "You were added events"
+ Added control options back again
+ Fixed unicode nick wasn't showed issue in password form
+ Fixed crash on system history open
+ Some code cleaning
• Скачать - http://slav.pp.ru/miranda/historypp.zip
 

jet800

ex-Team DUMPz
Premium Member
VIP
Joined
Feb 12, 2019
Messages
703
Reaction score
118
А оскаровский протокол снова обновился! ;))))
ICQOscarJ 0.3.6.13 Alpha 14c [2006-02-15]
- fixed cookie handing (no more timeouts)
- fixed occasional crashes
- more changeinfo unicode related fixes (should be complete now)
- added DC established flag to User Details
- other small fixes
Берём тут: http://jokusoftware.wz.cz/files/miranda/ICQ.zip
 
Top