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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 138 (100.0%) | 6474 (100.0%) | 46.9 |
| yanas | 57 (41.3%) | 5919 (91.4%) | 103.8 |
| lubomir_m | 48 (34.8%) | 362 (5.6%) | 7.5 |
| damencho | 4 (2.9%) | 66 (1.0%) | 16.5 |
| emcho | 17 (12.3%) | 53 (0.8%) | 3.1 |
| wernerd | 4 (2.9%) | 38 (0.6%) | 9.5 |
| vincent_lucas | 4 (2.9%) | 18 (0.3%) | 4.5 |
| ibauersachs | 1 (0.7%) | 11 (0.2%) | 11.0 |
| sympho | 2 (1.4%) | 5 (0.1%) | 2.5 |
| vmartinet | 1 (0.7%) | 2 (0.0%) | 2.0 |
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:
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:
Corrects the getTransportType() function documentation of the ProtocolProviderServices.
1 lines of code changed in:
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:
Changes project name in source license headers from SIP Communicator to Jitsi
13 lines of code changed in:
Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure
11 lines of code changed in:
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:
Adds javadocs, fixes warnings.
7 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
36 lines of code changed in:
Fix another bunch of unguarded logger.{debug,info,trace} calls.
Ongoing activity to fix the usage of shown logger messages.
38 lines of code changed in:
- Fixes the message upon joining a chat room stating that the chat room has had its subject changed to null. The fix rather stops the message unless the subject value has really changed.
- Fixes the sorting of the chat room members (which first sorts by role and then by name).
15 lines of code changed in:
Fixes synchronization warnings.
7 lines of code changed in:
- Moved setUserRole() to setLocalUserRole()
- Updated room member roles (distinct from "affiliation")
- Enabled unit test for Jabber chatrooms *roles*
2 lines of code changed in:
Support for roles in Jabber group chat. Patch provided by Valentin Martinet.
155 lines of code changed in:
Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.
22 lines of code changed in:
- Fixes a problem in the global status menu at the top of the contact list which causes it to display IRC online even when it's offline on startup.
- Reduces its shallow runtime size.
- Removes a duplicate method in IRC.
- Fixes warnings in the IRC protocol implementation.
75 lines of code changed in:
Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.
6 lines of code changed in:
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.
47 lines of code changed in:
Commits a small fraction 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 removes unnecessary casts.
2 lines of code changed in:
Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.
2 lines of code changed in:
(45 more)