Commit Graph

5319 Commits (a7493d98760ad602e9d8c1eb322d2ca85cef4759)
 

Author SHA1 Message Date
Damian Minkov a7493d9876 Fix a bug in Msn Filetransfer preventing NullPointerException. And tests to recreate needed contacts for filetransfer tests.
16 years ago
Lyubomir Marinov 2d9503c0db - Simplifies ChatWindowManager a bit and speeds up some of the code which uses it.
16 years ago
Werner Dittmann 23c8c5b76b Change the license header to be inline with SC's license.
16 years ago
Lyubomir Marinov 12abd799ff Applies minor formatting.
16 years ago
Lyubomir Marinov 9a4c4b5be8 Fixes a mysterious appearing of empty lines in the conversation area which also turned out to be the cause for previously-observed exceptions.
16 years ago
Lyubomir Marinov e559b4192a Commits the patch of Matthieu Casanova provided on the dev mailing list in the thread "[PATCH] fix for Account settings dialog" which enables/disables the Edit and Delete buttons in the Accounts configuration form according to the selected account and thus fixes NullPointerExceptions thrown they they are invoked.
16 years ago
Lyubomir Marinov 7d22a7dcb4 - Fixes ClassCastException in ChatRoom-related code which handles failure of delivery of a message and in its respective AdHocChatRoom duplicate.
16 years ago
Lyubomir Marinov 216ba08327 Fixes incorrect javadocs in a ChatRoom-related event and its respective AdHocChatRoom duplicate.
16 years ago
Lyubomir Marinov fff438a56e Makes ProtocolProviderService#getOperationSet() type safe in order to shorten its uses which otherwise require casts and are usually excessively long, to make it less prone to errors because now the compiler takes care of checking (most of) the types. This change causes a lot of warnings about redundant casts but they are too much for me to fix in one go so I'll fix them over time.
16 years ago
Emil Ivov fcb0040932 Moved outgoing invitations to CallPeerSipImpl (apparently git and java.net killed one of my earlier modifications). Fixes selection of intended destination for media to take into account the presence of an outbound proxy so that our SDP offers are in IPv4 when we are connected to an IPv4 server.
16 years ago
Yana Stamcheva c4d6d039f8 Fixes Ad-hoc related problems, reported by Lubomir Marinov on the dev mailing list (subject: "Re: [sip-comm-dev] Re: svn commit: r5988..." from September 30, 9:24CET).
16 years ago
Yana Stamcheva fe54247d74 Fixes some javadoc warnings on previously committed classes.
16 years ago
Yana Stamcheva 8755b21975 Fixes Ad-hoc related problems, reported by Lubomir Marinov on the dev mailing list (subject: Re: GSoC Wrap Up Report 2009 from September 30, 10:35CET).
16 years ago
Werner Dittmann bd861dc6b4 Update ZRTP library. This update fixes the client id string and a problem in the state
16 years ago
Emil Ivov a0e27ba2c5 adds a utility target (run-v4) for running SC with a preference for IPv4 rather than the default IPv6
16 years ago
Emil Ivov dc7cb9fd9f Makes IPv6 prefence override-able with a java property
16 years ago
Emil Ivov 9aa5ad03b1 Commits a bunch of stuff that had individual commit messages which got lost from git after java.net failed (yet again today) to take the initial commit. Anyways, hopefully the last commit before I start changing the SIP module in an irreparable way so that it would start using neomedia
16 years ago
Lyubomir Marinov 254cc7b09c Fixes a couple of javadocs in .service.neomedia which mention MediaConnector while it's called StreamConnector. Changes an occurrence of fmt to format which seems to be used in other places in the package.
16 years ago
Emil Ivov 3d1fcc8315 Cosmetics
16 years ago
Emil Ivov f6177210dd Cosmetics
16 years ago
Emil Ivov 6c6b94ff9c Fixes a few encoding problems and other cosmetics in the facebook package.
16 years ago
Lyubomir Marinov 84d904ff66 When the Facebook ProtocolProviderService is unregistered, sets the status of its presence opset to offline (like other protocols do). Otherwise, it appears online in the presence menus in the contact list and the tray icon even though the account is offline.
16 years ago
Lyubomir Marinov 45f27a3a99 Reduces the shallow runtime size of PresenceStatusMenu used to display and set the status of an account which supports presence.
16 years ago
Lyubomir Marinov 9811d19dd8 Removes an unused field and related code. Applies minor formatting changes.
16 years ago
Lyubomir Marinov d76afde108 Removes explicit setting of Logger levels in ad-hoc chat-related code.
16 years ago
Lyubomir Marinov 3cf6ea06be Fixes the date list in the contact history dialog to comply with the blue theme.
16 years ago
Emil Ivov 8acb191d80 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
16 years ago
Emil Ivov 96046cd449 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
16 years ago
Emil Ivov c8f81f8353 Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
16 years ago
Emil Ivov dd634612a7 Moves some more code around (From CallSipImpl to CallPeerSipImpl). Adds javadocs to SipMessageFactory
16 years ago
Emil Ivov 8f984ad675 Cosmetics
16 years ago
Emil Ivov d7e17b22b9 Renames DialogUtils to EventPackageUtils
16 years ago
Emil Ivov 4c080bc190 Adds missing javadocs
16 years ago
Emil Ivov 5ed19cd93b Moves incoming SIP BYE processing to CallSipImpl
16 years ago
Emil Ivov 57d133288c Moves incoming SIP OK processing to CallSipImpl
16 years ago
Emil Ivov 0389c662fc Moves incoming Call handling semantics for SIP to CallSipImpl
16 years ago
Emil Ivov 234fe66173 Removes code that adds SDP answers into ACKs since we never have this case anyway. SC only sends INVITEs with SDP offers.
16 years ago
Emil Ivov eaa0b58edc Moves SIP Response.OK processing to CallSipImpl.
16 years ago
Emil Ivov 62909bc5aa Fixes javadocs.
16 years ago
Emil Ivov 3ca3c1091c Tries to suppress spurious jain-sip strack trace logging.
16 years ago
Emil Ivov 44301c73b8 Moves SIP Response.OK processing to CallSipImpl.
16 years ago
Emil Ivov 353d53d75e Fixes handling of 403 responses during authentication in a way that guarantees that the user would be re-asked for a password.
16 years ago
Emil Ivov a00c0a4d12 Resolves a conflict with trunk.
16 years ago
Emil Ivov eaf5d60b0d Moves incoming Call handling semantics for SIP to CallSipImpl. And fixex javadoc warnings.
16 years ago
Emil Ivov 0ddb21e399 Moves incoming Call handling semantics for SIP to CallSipImpl.
16 years ago
Emil Ivov bfc1c3e114 Moves incoming Call handling semantics for SIP to CallSipImpl.
16 years ago
Emil Ivov f2b166a153 Centralizes use of Contact header generation.
16 years ago
Emil Ivov 57d5c4961e Centralizes use of Contact header generation. Moves parts of incoming call handling to CallSipImpl.
16 years ago
Emil Ivov bcf58dea65 Centralizes use of UserAgent and Authorization headers, request tags, and creating request from dialogs.
16 years ago
Emil Ivov cb5b57ad30 Moves incoming call creation to CallSipImpl. Miscellaneous sip bundle refactoring.
16 years ago