A plug-in is a dynamic-link library (*.DLL) file which function is called after each reception and transmission session. To install a plug-in, put its file to the \PLUGINS subfolder. Next, in the settings window open the Miscellaneous - Plug-Ins tab. The plug-in file name should appear in the list of plug-ins. Check the corresponding box and click the Apply button.
The AfterSession function is called from the plug-in in a separate thread. If several plug-ins are installed, several threads are running simultaneously, without waiting for the called function completion.
The situation is possible when the AfterSession function is called several times in succession. Please keep this in mind when developing plug-ins.
Plug-In Functions Description
1. A plug-in must contain at least the 'AfterSession' function as follows: