Directory src/net/java/sip/communicator/plugin/reconnectplugin/

Directory Created:
2010-05-17 10:21
Total Files:
1
Deleted Files:
0
Lines of Code:
918

[root]/src/net/java/sip/communicator/plugin/reconnectplugin

Lines of Code

src/net/java/sip/communicator/plugin/reconnectplugin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 1143 (100.0%) 51.9
damencho 16 (72.7%) 1092 (95.5%) 68.2
lubomir_m 2 (9.1%) 24 (2.1%) 12.0
wernerd 1 (4.5%) 16 (1.4%) 16.0
s_vincent 1 (4.5%) 9 (0.8%) 9.0
ibauersachs 1 (4.5%) 1 (0.1%) 1.0
emcho 1 (4.5%) 1 (0.1%) 1.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+9 -10)
damencho 2012-01-05 19:03

Fixes a class cast exception with dns event fire.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+3 -3)
ibauersachs 2011-12-05 22:40

Separate notification service from its handlers

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+1 -1)
damencho 2011-12-02 16:09

Fixes a problem in msn provider where uplink failure may lead to errors that you cannot send messages when offline, while account is online and receiving messages.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+5 -3)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+1 -1)
damencho 2011-09-30 17:15

Fixes some reconnect issues and early events where still no dns is configured (now waiting half a second). Fixes jabber provider not cleaned up after connection failed (during login process). Fixes an needed reconnect when more than one interface available and network is going down (stand by).

19 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+19 -1)
damencho 2011-09-12 16:35

Detects ip changes (not link changes) under macosx. Fixes a problem with reconnecting several tcp/tls sip providers.

74 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+74 -12)
damencho 2011-09-02 14:24

Forces gtalk ice enabled on systems with already saved preferences (property name change).
Fixes a problem with network detection on machines missing network manager (linux).

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+9 -10)
damencho 2011-08-26 16:47

Fixes a problem with large msn contactlists.
Fixes build tests, some warnings and lower the reconnect interval.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+2 -2)
damencho 2011-08-23 21:23

Introduces service for detecting system activity like network changes and detecting idle states. Produced events used for autoaway and reconnect plugin.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+1 -1)
damencho 2011-05-27 09:29

Prevent deadlock when reconnecting icq protocol.
Fixed excessive logging for status update, reported by Emil Ivov.
Fix some strings in macosx info.plist.

12 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+12 -6)
damencho 2011-05-26 14:10

Show connecting status during reconnects.
When detect network changes calm for a second, give time all network configurations to finish.
Add un-registering state to some providers.
Fix a wrong state of jabber provider shown in status lists.
Make sure un-registering and registering is done in separate threads in reconnect plugin, to avoid blocking each other and possible ui locks.

69 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+69 -32)
lubomir_m 2011-02-16 06:42

Adds formatting, javadocs.

17 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+17 -15)
damencho 2011-02-11 18:35

Show appropriate notification when user not found is returned.

19 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+19 -7)
damencho 2011-01-18 13:09

Fix jabber providers don't reconnect sometimes (happen when quick connect disconnect event occurs seen on macosx).

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+3)
lubomir_m 2010-12-08 23:24

Fixes an incorrectly spelled "Netowrk" in Tools > Options > Events.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+7 -8)
damencho 2010-08-17 18:20

Fix default values for sip account wizard.
SIP protocol now always use outbound proxy even if no proxy server is set (uses SRV records for server address or if missing records the address itself).

77 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+77 -70)
damencho 2010-06-10 11:41

Fix possible memory leak in reconnect plugin, and some improvments (cancel already scheduled for reconnect on network down or after registering). Add some trace debugs prints.

59 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+59 -13)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

16 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+16 -8)
damencho 2010-05-19 17:37

Remove popup dialog from reconnect plugin, only notifications. Fix imports, errors introduced in latest commit.

18 lines of code changed in:

  • src/net/java/sip/communicator/plugin/reconnectplugin: ReconnectPluginActivator.java (+18 -11)

(2 more)

Generated by StatSVN 0.3.1