Directory test/net/java/sip/communicator/slick/protocol/generic/

Directory Created:
2009-07-13 15:42
Total Files:
8
Deleted Files:
0
Lines of Code:
2700

[root]/test/net/java/sip/communicator/slick/protocol/generic

Lines of Code

test/net/java/sip/communicator/slick/protocol/generic/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 2843 (100.0%) 98.0
vmartinet 8 (27.6%) 1463 (51.5%) 182.8
damencho 8 (27.6%) 1160 (40.8%) 145.0
wernerd 2 (6.9%) 181 (6.4%) 90.5
yanas 2 (6.9%) 18 (0.6%) 9.0
lubomir_m 2 (6.9%) 14 (0.5%) 7.0
emcho 7 (24.1%) 7 (0.2%) 1.0

Most Recent Commits

damencho 2012-02-29 12:40

Updates smack library to 3.2.2.

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+8 -5)
emcho 2011-10-18 14:03

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

7 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: AHMUCEventCollector.java (+1 -1), AdHocMultiUserChatSlickFixture.java (+1 -1), AuthHandler.java (+1 -1), ImEventCollector.java (+1 -1), SecurityAuthorityImpl.java (+1 -1), TestOperationSetAdHocMultiUserChat.java (+1 -1), TestOperationSetFileTransfer.java (+1 -1)
vmartinet 2010-02-12 21:54

Moved AuthHandler into dedicated class (code redundancy--).
Added AuthHandler for account subscription in MSN tests.

56 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: AuthHandler.java (new 44), TestOperationSetAdHocMultiUserChat.java (+12 -22)
vmartinet 2010-02-11 20:17

- Avoid code redundancy by moving SecurityAuthorityImpl
to an unique class.
- Connect the third MSN testing account when needed.

105 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: SecurityAuthorityImpl.java (new 93), TestOperationSetAdHocMultiUserChat.java (+12 -2)
vmartinet 2010-01-26 18:15

Added unit tests for MSN ad-hoc multi-user chat.
Added unit tests for Jabber roles in multi-user chat (but not enabled yet).

1296 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: AHMUCEventCollector.java (new 148), AdHocMultiUserChatSlickFixture.java (new 300), TestOperationSetAdHocMultiUserChat.java (new 848)
vmartinet 2010-01-16 16:46

Adds a missing header.

6 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: ImEventCollector.java (+6)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: PredictableTransformLayer.java (+1 -1)
damencho 2009-09-08 15:27

Fixing filetransfer tests. Problem waiting for receiving event, stop waiting on receiving the first event. Some formatting.

135 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+135 -67)
damencho 2009-09-04 10:16

Filetransfer tests fix: Increase interval for waiting event(when last test failed the event was received 100ms after we stopped waiting).

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+1 -1)
lubomir_m 2009-08-31 18:25

Commits the last 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 test directory.

13 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+13 -11)
wernerd 2009-08-26 14:04

Integrate the second big patch for OTR. With this patch all the required GSoC functions are available. Second commit.

181 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: ImEventCollector.java (new 98), PredictableTransformLayer.java (new 83)
damencho 2009-08-26 12:32

Trying to fix build. Wait more for cancel events while transfering and put some logging to track the problem.

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+8 -1)
damencho 2009-08-25 10:58

Msn Filetransfer and tests.

5 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+5 -5)
yanas 2009-07-28 19:07

- Some improvements in "feature" introducing in Jabber.
- Support for thumbnails in Jabber file transfer.
- Fixed some issues with the calculated file transfer speed and estimated transfer time.
- Shows open and open folder links also on the sender side when the transfer is completed.

14 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+14 -11)
damencho 2009-07-28 14:44

Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.

20 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+20 -8)
damencho 2009-07-16 16:12

Add filetransfer for icq protocol. Implement new request canceled event in tests and in yahoo protocol.

20 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+20 -2)
yanas 2009-07-16 14:29

File transfer related changes as follows:
- show transfer speed and estimated transfer time.
- introduced new event that notifies the gui when a file transfer request has been cancelled by the sender.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (+4)
damencho 2009-07-13 15:42

Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.

963 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/generic: TestOperationSetFileTransfer.java (new 963)
Generated by StatSVN 0.3.1