by Joshua Bussdieker (3 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(6 Votes)
'**************************************************************
' Hotline Socket v0.5b3
' Please send feedback / suggestions to
' [email protected]
'
' Required Classes:
' * clshsPrivledges - the protocol's privledges for users
' * clshsPath - the protocol's path format (Unfinished)
' * clshsClientHeader - The layout of client sent tasks
' * clshsServerHeader - The layout of server send tasks
' * clshsFileEntry - The layout of the protocol's user (also
' used for file lists)
' * clshsUserEntry - The layout of the protocol's file (also
' used for user lists)
' * clsUserList - Not required but helpfull when creating a
' user list.
' Required Modules:
' * modhsConversion - Big Edian number conversion routines and
' several other conversion routines
'
' Fixes Since v0.5b2:
' * Changed the order that the TaskComplete and SrvReply* events
' get fired so that special data could be stored in a task buffer
' and be used before the task is told to be deleted.
' * Fixed various bugs and did some optimizing
' * Added support for changing nick/icon
' * Finished support for all unfilled requests
' * Added more objects
' * Added array tools to modhsConversion
'
' Fixes Since v0.5b1:
' * Fixed an error that happend when more than one transaction
' fit into a DataArrival event.
' * Fixed the UserLeave info so it sends the correct event.
' * Added support for a few more requests.
' * Added full UserList support
' * Added more comments
'
' If you find anything that should be added besides more of the
' supported transactions please feel free to e-mail me, and I
' will reply due to the lack of a life :) Happy Coding.
'**************************************************************
Upload