Directory src/net/java/sip/communicator/impl/protocol/dict/

Directory Created:
2008-05-26 17:11
Total Files:
11
Deleted Files:
6
Lines of Code:
3246

[root]/src/net/java/sip/communicator/impl/protocol/dict

Lines of Code

src/net/java/sip/communicator/impl/protocol/dict/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 153 (100.0%) 10423 (100.0%) 68.1
vincent_lucas 59 (38.6%) 9838 (94.4%) 166.7
ysaak 18 (11.8%) 260 (2.5%) 14.4
yanas 14 (9.2%) 167 (1.6%) 11.9
lubomir_m 17 (11.1%) 61 (0.6%) 3.5
wernerd 6 (3.9%) 44 (0.4%) 7.3
damencho 5 (3.3%) 29 (0.3%) 5.8
emcho 33 (21.6%) 15 (0.1%) 0.4
ibauersachs 1 (0.7%) 9 (0.1%) 9.0

Most Recent Commits

vincent_lucas 2012-03-01 16:16

Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies function TransportProtocol.parse(String transportProtocol) to ignore case of the transportProtocol parameter.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderServiceDictImpl.java (+2 -2)
vincent_lucas 2012-03-01 14:34

Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP or TLS) used to carry the control channel of protocol services (SIP, XMPP, etc.). Updates ProtocolProviderServices getTransportType() function to getTransportProtocol() which returns a transport protocol enumeration.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderServiceDictImpl.java (+5 -4)
vincent_lucas 2012-03-01 11:02

Corrects the getTransportType() function documentation of the ProtocolProviderServices.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderServiceDictImpl.java (+1 -1)
vincent_lucas 2012-02-29 20:27

Adds a getTransportType() function to ProtocolProviderServices in order to get the transport protocol used. Corrects the call transport field of the CallInfoFrame, which henceforth uses the new getTransportType() function.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderServiceDictImpl.java (+10)
emcho 2011-10-18 14:03

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

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ContactDictImpl.java (+1 -1), ContactGroupDictImpl.java (+1 -1), DictAccountID.java (+1 -1), DictActivator.java (+1 -1), DictStatusEnum.java (+1 -1), MessageDictImpl.java (+1 -1), OperationSetBasicInstantMessagingDictImpl.java (+1 -1), OperationSetPersistentPresenceDictImpl.java (+1 -1), ProtocolIconDictImpl.java (+1 -1), ProtocolProviderFactoryDictImpl.java (+1 -1), ProtocolProviderServiceDictImpl.java (+1 -1)
damencho 2011-10-10 17:09

Moves NotInContactList group name string into language resources.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: OperationSetPersistentPresenceDictImpl.java (+2 -1)
ibauersachs 2011-10-07 19:35

Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderServiceDictImpl.java (+9 -1)
damencho 2010-12-14 20:11

When creating account check and disabled accounts(all loaded accounts in AccountManager) for duplicates.
Don't block UI when disabling account which is currently registering or asking for authentication.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderFactoryDictImpl.java (+1 -1)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

36 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolIconDictImpl.java (+36 -2)
wernerd 2010-05-30 16:09

Fix another bunch of unguarded logger.{debug,info,trace} calls.

Ongoing activity to fix the usage of shown logger messages.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: DictActivator.java (+4 -2), ProtocolProviderServiceDictImpl.java (+9 -5)
lubomir_m 2009-10-18 00:12

Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderServiceDictImpl.java (+11 -14)
lubomir_m 2009-10-13 20:16

Fixes warnings.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ProtocolProviderFactoryDictImpl.java (+4 -2)
lubomir_m 2009-08-31 16:15

Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: DictAccountID.java (+1 -1), ProtocolProviderFactoryDictImpl.java (+2 -2)
lubomir_m 2009-06-10 11:42

Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: OperationSetPersistentPresenceDictImpl.java (-140)
yanas 2009-05-15 18:47

- Addressing issue #465 (Redesign the account configuration menu).
- Fixing issue with status update within the accounts configuration form.
- Adding support for 32x32 and 48x48 icons for all protocols.
- Changing the background and selection colors for config forms list on the left of the Options window.

21 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ContactDictImpl.java (+1 -1), DictStatusEnum.java (+1 -1), ProtocolIconDictImpl.java (+19 -9)
lubomir_m 2009-05-09 18:48

Eliminates duplication, fixes raw-type warnings.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: OperationSetPersistentPresenceDictImpl.java (-72)
emcho 2009-04-24 21:57

Masks duplicate contacts behind the protocol providers and thus addresses issue #657 ICQ/AIM, MSN, and XMPP report multiple parent groups for a single contact
This commit also removes the Contact.getContact(int) method so that contacts could be easily stored in hashmaps in order to optimize search operantions that allow avoiding contact duplicity.
Fixes some raw type warnings.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ContactGroupDictImpl.java (-12)
wernerd 2009-04-20 18:32

Fix warning: raw types, unused variables, etc. Contributes to issue #637.

31 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ContactGroupDictImpl.java (+1 -1), OperationSetPersistentPresenceDictImpl.java (+28 -26), ProtocolIconDictImpl.java (+1 -1), ProtocolProviderServiceDictImpl.java (+1 -3)
ysaak 2009-03-31 11:38

Remove some warnings in the Dict protocol

17 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: ContactGroupDictImpl.java (+16 -17), DictActivator.java (+1 -1)
ysaak 2009-03-30 17:01

Fix issue #639 (remove html tags from the query message)

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/dict: OperationSetBasicInstantMessagingDictImpl.java (+4)

(29 more)

Generated by StatSVN 0.3.1