Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
module:sbbsimsg [2019/05/30 23:42] digital man [Chat Menu] |
module:sbbsimsg [2020/11/17 21:46] (current) altere [Logon Event] |
||
---|---|---|---|
Line 10: | Line 10: | ||
==== Global Hotkey ==== | ==== Global Hotkey ==== | ||
- | To get access to instant-message module from virtually //anywhere// within the BBS (using the Ctrl-P //Global Hot Key Event//), install the (new) [[:module:PrivateMsg]] module: | + | To get access to instant-message module from virtually //anywhere// within the BBS (e.g. using Ctrl-P), install the (new) [[:module:PrivateMsg]] module in SCFG->System->Loadable Modules->Private Msg (the default, ''privatemsg'', should be all you need): |
Private: (T)elegram, (M)essage, (C)hat, (I)nterBBS, or (Q)uit: | Private: (T)elegram, (M)essage, (C)hat, (I)nterBBS, or (Q)uit: | ||
Line 22: | Line 22: | ||
Multiple Concurrent Users Yes | Multiple Concurrent Users Yes | ||
Execute on Event Logon, Only | Execute on Event Logon, Only | ||
+ | Pause After Execution Yes | ||
BBS Drop File Type None | BBS Drop File Type None | ||
</file> | </file> | ||
Line 45: | Line 46: | ||
==== Rev 1.25 (2009) ==== | ==== Rev 1.25 (2009) ==== | ||
- | * Removed Finger (both TCP and UDP support), SYSTAT-TCP and SMTP support, so it now *only*: | + | Removed Finger (both TCP and UDP support), SYSTAT-TCP and SMTP support, so it now *only*: |
* Queries using SYSTAT/ActiveUser protocol over UDP port 11 | * Queries using SYSTAT/ActiveUser protocol over UDP port 11 | ||
* Sends messages using MSP (TCP port 18) | * Sends messages using MSP (TCP port 18) | ||
Line 80: | Line 81: | ||
This is normally accomplished by adding the following services to a BBS's ''[[dir:ctrl]]/[[config:services.ini]]'' file: | This is normally accomplished by adding the following services to a BBS's ''[[dir:ctrl]]/[[config:services.ini]]'' file: | ||
- | <file> | + | <file ini> |
[ActiveUser-UDP] | [ActiveUser-UDP] | ||
Port=11 | Port=11 | ||
Line 88: | Line 89: | ||
</file> | </file> | ||
- | <file> | + | <file ini> |
[MSP] | [MSP] | ||
Port=18 | Port=18 |