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

| 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 |
Fixes javadoc and eclipse related warnings in the code.
9 lines of code changed in:
Fixes a class cast exception with dns event fire.
3 lines of code changed in:
Separate notification service from its handlers
1 lines of code changed in:
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:
Changes project name in source license headers from SIP Communicator to Jitsi
1 lines of code changed in:
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:
Detects ip changes (not link changes) under macosx. Fixes a problem with reconnecting several tcp/tls sip providers.
74 lines of code changed in:
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:
Fixes a problem with large msn contactlists.
Fixes build tests, some warnings and lower the reconnect interval.
2 lines of code changed in:
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:
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:
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:
Adds formatting, javadocs.
17 lines of code changed in:
Show appropriate notification when user not found is returned.
19 lines of code changed in:
Fix jabber providers don't reconnect sometimes (happen when quick connect disconnect event occurs seen on macosx).
3 lines of code changed in:
Fixes an incorrectly spelled "Netowrk" in Tools > Options > Events.
7 lines of code changed in:
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:
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:
Fix logger usage - seventh and last bunch
16 lines of code changed in:
Remove popup dialog from reconnect plugin, only notifications. Fix imports, errors introduced in latest commit.
18 lines of code changed in:
(2 more)