summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs/Changelog.smpppdcs
blob: 74942692ba1b5509ddb920ad0292e2bc0e4687ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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 TDEConfigXT for configuration
* using dcopidl2cpp stub generated from kinternetiface.h (from kinternet package),
  no more own implementation
* experimental implementation of the the KDED-NetworkStatus (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 TDESocketStream 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