You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.0 KiB
68 lines
2.0 KiB
Changelog/README SMPPPDCS
|
|
=========================
|
|
|
|
The smpppdcs-plugin for Kopete provides a internet connection
|
|
detection based on SuSE's kinternet/smpppd or on the netstat
|
|
program.
|
|
|
|
The smpppd is a controller to the internet interfaces. The plugin
|
|
is inquiring this interface frequently and checks if it reports a
|
|
connection to the internet and then activates all Kopete accounts.
|
|
|
|
The netstat is checking if a default gateway is existing and then
|
|
activates all Kopete accounts, too.
|
|
|
|
Changelog
|
|
=========
|
|
|
|
0.79 (2006/01/25)
|
|
* using KConfigXT for configuration
|
|
* using dcopidl2cpp stub generated from kinternetiface.h (from kinternet package),
|
|
no more own implementation
|
|
* experimental implementation of the the KDED-NetworktqStatus (not active, yet)
|
|
* significantly speeded up automatic detection of a SMPPPD
|
|
* BUGFIX: reloading the plugin in a already running Kopete will no more
|
|
result in an inactive plugin
|
|
* refactoring to allow easy implementation of new detection methods
|
|
* even more speed improvements
|
|
|
|
0.75 (2006/01/01)
|
|
* use of KSocketStream instead of deprecated KExtendedSocket
|
|
* progressbar while searching for an smpppd on the local network
|
|
* automatically found smpppd server is resolved via DNS
|
|
* Fixed Bug 111369: better detection of a SMPPPD and no more freeze of Kopete
|
|
|
|
0.74 (2005/12/27)
|
|
* minor bugfixes
|
|
* disable netstat in config if the binary cannot be found
|
|
|
|
0.72 (2005/09/07)
|
|
* internal refactoring to provide online status
|
|
|
|
0.7 (2004/11/20)
|
|
|
|
* list to ignore accounts integrated.
|
|
Accounts can be excluded from the plugin connect/disconnect
|
|
mechanism
|
|
* connection detection enhanced: first kinternet is asked via
|
|
DCOP for a running connection, if this fails the smpppd is asked
|
|
* improved startup detection, compatible with recent CVS changes
|
|
* some API chages in the config module
|
|
|
|
0.6 (2004/10/18)
|
|
|
|
* adapting to KDE 3.3.1
|
|
|
|
0.4 (2004/10/05)
|
|
|
|
* toggling between netstat and smpppdcs works without restart
|
|
of kopete
|
|
|
|
0.3 (2004/10/03)
|
|
|
|
* accounts get activated after they are loaded and initialized
|
|
|
|
0.1 (2004/09/04)
|
|
|
|
* first version of the plugin
|