FL Online Help

Последнее обновление: [ 03.06.2004 ] Билд: [ 020 ]
[ FidoLook ]
[ Fidolook SL ]
[ Скриншоты ]
[ Что нового ]
[ Последние версии ]


[ Справка ]
[ Установка ]
[ Панель FL ]
[ Настройки ]
[ Горячие клавиши ]
[ Командная строка ]
[ FAQ ]


[ Работа с почтой ]
[ Редактирование ]
[ Шаблоны ]
[ Маски ]
[ Корзины ]
[ Заголовки ]
[ Привязка папок ]
[ Статьи ]


[ Plugins, Modules ]
[ Квотеры ]
[ EMH ]
[ yEnc ]
[ Skiper ]
[ Skin ]
[ TCode ]
[ NewsSaver ]
[ NewArcWizard ]
[ FTNStub ]
[ X-Face ]
[ Локализация ]
[ Файлы справки ]
[ AntiSpam ]


[ Разработчику ]
[ О проекте ]
[ Баг-репорт ]
[ Пожелания ]


[ Линки ]


EMH: City

Назначение

Определяет город местонахождения ноды FIDONET по ее номеру.

Последняя версия

0.0.6.0 от 31/10/2002,
[City.zip]
Исходный код:
[City.src.zip]
Файл с настройками:
[City.ini.zip]

Readme

ReSingle, ReMulti and City EMHs for Fidolook (www.fidolook.com) [FL]

Initially taken original version from 
 City - Dmitry Suhorukov
 ReMnogo - Roman Ilyin

Compiled with Delphi 5 + KOL library (http://kol.mastak.ru , http://xcl.cjb.net)
 
City converts FidoNet node/point number to a city name. Usually it is taken from net-mail address.
ReMnogo combines multiple Re: and Re[???]: into one Re[???]: in subject or any other string

v.0.1: 1st experiments. datatypes moved into common unit FL_EMH
v.0.2: all vendor-info and menu-info subs moved to FL_EMH
v.0.3: wishing to make dlls as small as possible, adopted them to KOL (http://xcl.cjb.net) 
       depending on compilation mode ($D+ or $D-) now is set optimisation ($O+ ot $O-)
       depending on compilation mode ($D+ or $D-) not int3 breakpoint is called some places
       FL do not accept the result :-(
v.0.4: after investigation it turned out, that FL disallows to free allocated memory in 
   EMH_FreeProcess_OutData. Changed to static heap usage. 
v.0.5: ReMnogo: added support for prefix like Re^???:
       added support for russian prefix HA (codepage 1251 - Windows/Cyrillics):
   Since all the code works with Unicode, there is no chance that some characters in non-russian 
   locale would be mistaken for HA: and erratically changed to Re:. My :-P to Roman Ilyin.
v.0.6: ReMnogo: added hooks for ReSingle conversion (usual OE-like, but with support for Re^???:)
       added ReSingle hook, since FL disallows declaring numerous masks in one DLL :-(
v.0.5: City: Continuing sqqueezing: now .ini is loading using Win32 API. It takes about second 
   to load on iP266MMX, since FL unloads and loads dll at every access to it - it's HARSH!
       added _DOSCodePage parameter to .ini, so you can set it to zero and use ANSI codepage.
v.0.6: City: .ini is loaded only on use, not on handshaking with FL
       .ini is auto re-loaded if updated (just change it with notepad - and it's used)
       added _NextIni parameter, allowing you to load other .ini
       added _SetupCommand parameter, allowing you to set editor, launced with setup button.
   Default value is "notepad.exe \:" and '\:' will be replaced with the name of ini.
       added _FastLoad parameter (default 0 - false) for fast .ini loading, instead of Win32 API,
   similar to the original code by DS.
v.0.7: ReMnogo: now has 3 macros: ReClear for complete removal of Re:, 
       ReSingle - for Re: if at least single Re was in source
       ReMulti - for none, Re: or Re[xxx]: depending on source
v.0.8: ReMnogo: Now the aliases - call plugin as %extrn(ReMulti, , )
       where text is usually Subject of original message, and
       code is 2 for ReMulti, 1 for ReSingle, 0 for ReClear, 
       and 3 for ReMulti clone in Re^3: style instead of Re[3]:

Разработчики

?


  Хотите дополнить этот раздел? Пишите: help-team@fidolook.org
    2002-2004 (c) Пользователи FidoLook