-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Very interesting - it seems I have forgotten that it was in tdebase and now I recall I was looking at it last year, but could not understand completely how the things work together.
Does someone know/can point me to some useful documentation?
Hi Emanoil, sorry for the late reply, too busy these days. Konqueror and other TDE programs rely on tdeioslaves to handle various protocol. TDEIOslaves work together with TDEIO::JOb to be able to provide their services. You can find documentation in tdelis, although it takes some time to get hold of how it works.
file:///opt/trinity/share/doc/tde/HTML/en/tdelibs-apidocs/tdeio/tdeio/html/classTDEIO_1_1Job.html file:///opt/trinity/share/doc/tde/HTML/en/tdelibs-apidocs/tdeio/tdeio/html/classTDEIO_1_1SlaveInterface.html
Here is some documentation based on KDE4 KIOSlaves: https://techbase.kde.org/Development/Tutorials/KIO_Slaves/Using_KIO_Slaves_i...
And here a simple example of how to make a new ioslave: http://www.kesiev.com/kiobashin/
https://www.linux.com/news/master-kio-slaves/
You may search kioslaves and you will probably find more info too. Once you understand how they work, tdeioslaves are pretty easy to work with ;-)
Cheers Michele