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

Directory Created:
2005-11-13 03:52
Total Files:
31
Deleted Files:
8
Lines of Code:
12728

[root]/src/net/java/sip/communicator/impl/protocol/icq
                                     message (0 files, 0 lines)
                                         auth (0 files, 0 lines)
                                         common (0 files, 0 lines)
                                         imicbm (0 files, 0 lines)
                                         offline (0 files, 0 lines)
                                         usrinfo (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 521 (100.0%) 19256 (100.0%) 36.9
damencho 166 (31.9%) 7376 (38.3%) 44.4
emcho 183 (35.1%) 7182 (37.3%) 39.2
yanas 52 (10.0%) 3283 (17.0%) 63.1
lubomir_m 90 (17.3%) 994 (5.2%) 11.0
wernerd 18 (3.5%) 337 (1.8%) 18.7
ibauersachs 2 (0.4%) 32 (0.2%) 16.0
vincent_lucas 4 (0.8%) 18 (0.1%) 4.5
vmartinet 3 (0.6%) 15 (0.1%) 5.0
sympho 1 (0.2%) 14 (0.1%) 14.0
666f6f 1 (0.2%) 4 (0.0%) 4.0
s_vincent 1 (0.2%) 1 (0.0%) 1.0

Most Recent Commits

damencho 2012-03-09 16:56

Displays account display name when password is wrong.
Adds more logging when connecting using xmpp.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderServiceIcqImpl.java (+1 -1)
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/icq: ProtocolProviderServiceIcqImpl.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/icq: ProtocolProviderServiceIcqImpl.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/icq: ProtocolProviderServiceIcqImpl.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/icq: ProtocolProviderServiceIcqImpl.java (+10)
damencho 2012-02-29 19:08

Fixes some IlligalStateExceptions and NPE when using icq protocol.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: InfoRetreiver.java (+2 -2)
damencho 2012-01-19 11:45

Fixes a situation where call button is not shown on initial contact click.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: OperationSetServerStoredContactInfoIcqImpl.java (+2 -2)
damencho 2012-01-18 15:14

Fixes ui blocking displaying contact in contactlist or in the tooltip, when checking for contact server stored details like phones etc.

148 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: InfoRetreiver.java (+45 -20), OperationSetServerStoredContactInfoIcqImpl.java (+103)
damencho 2011-12-28 19:39

Fixes problem with stored groups which are marked as non persistent.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ContactGroupIcqImpl.java (+10 -2), ServerStoredContactListIcqImpl.java (+3 -3)
damencho 2011-12-20 17:49

Removes awaiting authorization group for icq as contacts are currently marked as waiting for authorization.

43 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ContactGroupIcqImpl.java (-6), OperationSetPersistentPresenceIcqImpl.java (+41 -95), ServerStoredContactListIcqImpl.java (+2 -127)
ibauersachs 2011-12-19 19:28

Make protocols aware of DNSSEC exceptions

21 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderServiceIcqImpl.java (+21 -17)
damencho 2011-12-05 14:56

Adds method for retrieving contact authorization status.

24 lines of code changed in:

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

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

27 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: AdHocChatRoomIcqImpl.java (+1 -1), AdHocChatRoomInvitationIcqImpl.java (+1 -1), ContactGroupIcqImpl.java (+1 -1), FileTransferImpl.java (+1 -1), IcqAccountID.java (+1 -1), IncomingFileTransferRequestIcqImpl.java (+1 -1), InfoRetreiver.java (+1 -1), MessageIcqImpl.java (+1 -1), OperationSetAdHocMultiUserChatIcqImpl.java (+1 -1), OperationSetAvatarIcqImpl.java (+1 -1), OperationSetBasicInstantMessagingIcqImpl.java (+1 -1), OperationSetExtendedAuthorizationsIcqImpl.java (+1 -1), OperationSetFileTransferIcqImpl.java (+1 -1), OperationSetPersistentPresenceIcqImpl.java (+1 -1), OperationSetServerStoredAccountInfoIcqImpl.java (+1 -1), OperationSetServerStoredContactInfoIcqImpl.java (+1 -1), OperationSetTypingNotificationsIcqImpl.java (+1 -1), OperationSetWebAccountRegistrationIcqImpl.java (+1 -1), OperationSetWebContactInfoIcqImpl.java (+1 -1), ProtocolIconAimImpl.java (+1 -1), ProtocolIconIcqImpl.java (+1 -1), ProtocolProviderFactoryIcqImpl.java (+1 -1), ProtocolProviderServiceIcqImpl.java (+1 -1), RootContactGroupIcqImpl.java (+1 -1), ServerStoredContactListIcqImpl.java (+1 -1), VolatileBuddy.java (+1 -1), VolatileGroup.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/icq: VolatileGroup.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

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderServiceIcqImpl.java (+11)
damencho 2011-07-04 18:39

Adds listener for notifying for server stored account details.
SIP protocol gets its account display name from the OK responses to its register requests.

30 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: OperationSetServerStoredAccountInfoIcqImpl.java (+30 -1)
damencho 2011-06-03 13:36

Initial video size setting, when creating video call.
Hide resize button if we can detect that its not supported, and limit the resolutions we have for setting according the remote party settings.
Fix changing resolution several times. Fix duplicate field for keeping framerate.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderServiceIcqImpl.java (+1 -1)
damencho 2011-05-28 09:07

Fixing another lock, when icq is disconnecting ui asks for registrationState which was retrieved from aim connection, which is already locked cause of disconnect.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderServiceIcqImpl.java (+1 -3)
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.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderServiceIcqImpl.java (+6)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/icq: ProtocolProviderFactoryIcqImpl.java (+3 -3)

(280 more)

Generated by StatSVN 0.3.1