[root]/src/net/java/sip/communicator/impl/netaddr

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 121 (100.0%) | 3626 (100.0%) | 29.9 |
| emcho | 65 (53.7%) | 1690 (46.6%) | 26.0 |
| damencho | 28 (23.1%) | 1571 (43.3%) | 56.1 |
| lubomir_m | 10 (8.3%) | 141 (3.9%) | 14.1 |
| s_vincent | 7 (5.8%) | 138 (3.8%) | 19.7 |
| wernerd | 9 (7.4%) | 67 (1.8%) | 7.4 |
| kpouer | 1 (0.8%) | 13 (0.4%) | 13.0 |
| ibauersachs | 1 (0.8%) | 6 (0.2%) | 6.0 |
Allows JingleUtils to be used as a utility class outside of OSGi.
62 lines of code changed in:
Adds some logging to network status events and their dispatching.
Prints result from provisioning requests in the log.
18 lines of code changed in:
Adds property to disable otr plugin.
47 lines of code changed in:
Fixes a problem with creating two instances ot NetworkConfigurationWatcher.
2 lines of code changed in:
Adds dns change detection on macosx.
12 lines of code changed in:
Make protocols aware of DNSSEC exceptions
6 lines of code changed in:
Fixes possible NullPointerExceptions related to packet logging, resources.
3 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
6 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).
270 lines of code changed in:
Detects ip changes (not link changes) under macosx. Fixes a problem with reconnecting several tcp/tls sip providers.
3 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).
401 lines of code changed in:
Fixes some problem with reconnecting and detecting interfaces.
6 lines of code changed in:
Removes some warnings. Improves handling of wake up and error handling when using network manager.
13 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.
157 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.
17 lines of code changed in:
Handle hangup call if sip bye was unable to send. Increase the time value to detect standby.
2 lines of code changed in:
The protocol providers resolve addresses from the SRVRecord.
12 lines of code changed in:
Change NetworkUtils.getSRVRecord methods to return SRVRecord array instead of InetSocketAddress array.
13 lines of code changed in:
Fix default values for jabber connection (stun auto-discover and jingle nodes if account props are missing) to reflect default values when creating account.
Add option to change source when sending generic jabber notifications.
Ignore time for querying network devices when checking for changes in network config.
2 lines of code changed in:
Update ice4j.jar that now supports UPnP candidates harvesting. Note that UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account).
13 lines of code changed in:
(48 more)