Commit Graph

8894 Commits (518995debd939233c8b275d38dc6df735bf2ec40)

Author SHA1 Message Date
Danny van Heumen c2b45b3c4a FIXME for expensive LOGGER calls.
11 years ago
Danny van Heumen 6480bb857b Catch possible ChannelClosedException upon disconnecting.
11 years ago
Danny van Heumen 133e86aa90 Also report use of secure connection in account properties summary.
11 years ago
Danny van Heumen 667f339e3c Added some TODOs for future work.
11 years ago
Danny van Heumen de555fa11c Correctly process property for no-password-required.
11 years ago
Danny van Heumen 88bad19156 Implemented equals, hashCode based on provider, name.
11 years ago
Danny van Heumen bac44b676d Added an expiration time (60 seconds) for chat room list cache.
11 years ago
Danny van Heumen 16f5f552d1 Support for IRC control codes.
11 years ago
Danny van Heumen f735b86f43 Updated comments w.r.t. return values.
11 years ago
Danny van Heumen c868e95e96 TODOs for IRC control codes that I have been able to find.
11 years ago
Danny van Heumen 303ad92a9e Added some comments.
11 years ago
Danny van Heumen a2816b156c Added TODO and fine tuned trace logging.
11 years ago
Danny van Heumen a98f527263 Delete possible HTML-unfriendly control codes from IRC messages.
11 years ago
Danny van Heumen 29191bb349 Added changes to irc-api NOTICE + feedback changes
11 years ago
Danny van Heumen f2ea6fc71b Rename of method + TODO for AccountInfo OpSet for suggesting correct
11 years ago
Danny van Heumen 6af853aefd Traces and incorrect usage of chatroom.getName().
11 years ago
Danny van Heumen 56e172c989 Added license header.
11 years ago
Danny van Heumen 2d527dbef2 Use Result instance for synchronization while getting list to handle
11 years ago
Danny van Heumen 1b86d1a294 Tweaks
11 years ago
Danny van Heumen 1178b51255 Primitive implementation of CertificateService.
11 years ago
Danny van Heumen d94d32244c Replaced '== false' with negation.
11 years ago
Danny van Heumen c6387528f5 Remove superfluous casts.
11 years ago
Danny van Heumen 7c275e8cb8 Some testing of helper classes.
11 years ago
Danny van Heumen 6a51e860ee Extend try-catch clause to include possible occurrence of IOException or
11 years ago
Danny van Heumen d95e70727d While loop around sync waiting.
11 years ago
Danny van Heumen 2a0c92a40a Added comments for chat room listener.
11 years ago
Danny van Heumen 61a1f2ac5a Removed System.out in favor of logging + added logging config for IRC.
11 years ago
Danny van Heumen b817367a5c Tweaking the join process: throw OFE when there's trouble.
11 years ago
Danny van Heumen 0d405b0c93 Make members silent by default.
11 years ago
Danny van Heumen 266e3cb8cb Initial support for channel forwarding.
11 years ago
Danny van Heumen cd9ef7c326 Tweaked the order of removal.
11 years ago
Danny van Heumen eda7a92539 Improvement in syncing disconnect + utilizing map for registering joined
11 years ago
Danny van Heumen ace0d9146a Added TODO for 416 truncated LIST command.
11 years ago
Danny van Heumen 751af053a2 Added TODOs for some mailing list remarks.
11 years ago
Danny van Heumen 4d80d859e9 Cleaned up old pircbot library. Added irc-api sources. Some formatting.
11 years ago
Danny van Heumen 4a63f3e5a6 Fixed line length.
11 years ago
Danny van Heumen dd4298c421 Fix line length.
11 years ago
Danny van Heumen 8f37c122be Moved slf4j-{api,simple} into separate bundle.
11 years ago
Danny van Heumen c3f8550e6a New parameter in new ChatRoomLocalUserRoleChangeEvent.
11 years ago
Danny van Heumen b7575680c6 Added comment w.r.t. creation of secure connection inside the irc-api
11 years ago
Danny van Heumen 95c4b9ae08 Tweaks + license comments.
11 years ago
Danny van Heumen 7602a273c5 Documentation, logging and updated irc-api library.
11 years ago
Danny van Heumen 87edec5f0e Documentation and additional info in system message for mode changes.
11 years ago
Danny van Heumen f716f9a8cd Added dummy ChatRoomMember in case the source is an IRCServer instance.
11 years ago
Danny van Heumen cce45a5590 Added output for error messages.
11 years ago
Danny van Heumen 69b962cf05 Initial support for secure connections and Wizard UI tweaks.
11 years ago
Danny van Heumen 0df1c45e96 Added TODO for another join failure case.
11 years ago
Danny van Heumen 7c62ef1537 Compare command case-insensitive.
11 years ago
Danny van Heumen 8cc5375cd8 Switched to LinkedList for channels.
11 years ago
Danny van Heumen f7b39efb8b Check for null before firing role change event to chatroom.
11 years ago
Danny van Heumen e846b23532 Comments and tweaks to kick and invite implementations.
11 years ago
Danny van Heumen fd5f41d46f Implementation of getServerChatRoomList.
11 years ago
Danny van Heumen 5851e1b719 Tweaks and documentation for ModeParser.
11 years ago
Danny van Heumen 69a76652af Support mode changes for local user role.
11 years ago
Danny van Heumen 027e3585ad Verify nick name before setting.
11 years ago
Danny van Heumen 459996819e Implementation for channel mode 'l'.
11 years ago
Danny van Heumen 975cb84123 Working on nick change support and improve personal chatrooms.
11 years ago
Danny van Heumen e7d1c8a633 Added initial support for personal chat rooms.
11 years ago
Danny van Heumen bda9567a61 Added basic workaround support for receiving private messages.
11 years ago
Danny van Heumen fae05d14dc Added comments for some important classes.
11 years ago
Danny van Heumen 4ce3283fcf Tweaks.
11 years ago
Danny van Heumen efbb1cf718 Renamed 'GenericListener' to 'ServerListener'.
11 years ago
Danny van Heumen 2a92b93693 Handling of nick change messages.
11 years ago
Danny van Heumen 628d3d78d8 Enhanced join operations for multithreading.
11 years ago
Danny van Heumen 135c99d8aa Clean-up and TODOs.
11 years ago
Danny van Heumen d84bb91e7e Clean up
11 years ago
Danny van Heumen c37d6f45a3 Maintenance, tweaks & Mode enumerator.
11 years ago
Danny van Heumen cd55394686 Invalid operation: disconnect is not availble at that moment.
11 years ago
Danny van Heumen f51718d0a5 Throw exception after failed attempt to connect to IRC server.
11 years ago
Danny van Heumen 5b21c014e4 Reduced code nesting.
11 years ago
Danny van Heumen 55b55a2f16 Improved kick handling in chatroom listener.
11 years ago
Danny van Heumen ded61b7e1e Added a TODO note for later attention.
11 years ago
Danny van Heumen 913949a54e Working on mode change support and listen to kick channel messages.
11 years ago
Danny van Heumen be4957fa05 Tweaks + basic infrastructure for mode changes.
11 years ago
Danny van Heumen b5157e82f2 Working on basic chatroom operations: topic changes, mode changes,
11 years ago
Danny van Heumen ff62aa856f Working on channel join/part operations and management.
11 years ago
Danny van Heumen 80e82093ce Working on chatroom interactions.
11 years ago
Danny van Heumen 91b93500cc Minimal IRC stack set-up.
11 years ago
Danny van Heumen 4dab0a4d31 Rewritten IrcAccRegWizz after the IcqAccRegWizz since the original
11 years ago
Danny van Heumen c2e2a52ac4 Intermediate commit to save clean up (not currently working right now)
11 years ago
Boris Grozev 2a68a54342 Parses 'opus/48000' as 'opus/48000/2' for better interoperability.
11 years ago
Lyubomir Marinov 8aff7cfa8f Fixes the compilation on JDK 8.
11 years ago
Boris Grozev 09045fa7a8 Adds an 'endpoint' sub-element to ColibriConferenceIQ.
11 years ago
Damian Minkov a56bc6cac6 Does not try to modify metacontact list storage when adding contact to a non persistent group.
11 years ago
Boris Grozev b997f6b4b1 Uses the configured format, instead of the hard-coded default format, when the chosen filename has no suitable extension.
11 years ago
George Politis 23504ed55b Extends the ColibriConferenceIQ to make it possible to specify the RTCP termination strategy to be used in a COLIBRI conference
11 years ago
hristoterezov b1e573b823 Adds ColibriStatsExtension class.
11 years ago
Lyubomir Marinov bcc8960261 Supports RTCP XR.
11 years ago
Damian Minkov 53320e1bd0 Displays global status message when available.
11 years ago
Damian Minkov 49b8d61552 Change status message only when protocol is registered.
11 years ago
Damian Minkov 256b6673f8 Fixes IllegalArgumentException if otr is disabled.
11 years ago
Emil Ivov 13322e0ca0 Merge branch 'master' into webstart
11 years ago
Damian Minkov 04392c4cec Adding connection information frame. Patch provided by Markus Kilås.
12 years ago
paweldomas 3492885832 Attempts to handle error when unsupported SRTP control type exists in account properties.
12 years ago
Damian Minkov 0dff89bf2d Adds method to post http requests using httputil and specifying custom http headers.
12 years ago
Boris Grozev 28d6f2bc64 Adds the new jingle actions from Jitsi Meet.
12 years ago
Boris Grozev ab3aba4344 Adds a path attribute to the 'recording' element.
12 years ago
Boris Grozev abb7e42a85 Adds support for the RED (RFC2198) and ulpfec (RFC5109) RTP payload types.
12 years ago
Boris Grozev 2d4cc999cc Adds a 'recording' element to a Colibri IQ.
12 years ago
Boris Grozev d0decfda96 Adds the recording package to the neomedia manifest.
12 years ago
Boris Grozev 1d10a9f9c0 Updates libjitsi, simplify code.
12 years ago
Boris Grozev 4f57ac1d72 Exports new libjitsi packages.
12 years ago
Boris Grozev ce54491504 Adapts to the changes to libjitsi moving the Recorder interface to the "recording" package.
12 years ago
hristoterezov d86d17cd48 Adds log messages about the registry keys used by msofficecom plugin.
12 years ago
Damian Minkov 71812d432f Fixes showing buttons in groups and handling button actions.
12 years ago
paweldomas 527417062c Adds anonymous login strategy to XMPP provider.
12 years ago
Damian Minkov 965f6b6f59 Unescape in history reader, the escaped chars that were written by history writer.
12 years ago
George Politis 2482a0b91f Merge branch 'master' of https://github.com:/jitsi/jitsi
12 years ago
George Politis d3db0d29a1 Fixes IllegalStateException: Invalid BundleContext in the OTR bundle.
12 years ago
Lyubomir Marinov 30b92dfe53 Removes an unnecessary implicit field.
12 years ago
Damian Minkov 65ea40b0ce Stores/restores the expand/collapsed state of source contact groups.
12 years ago
Damian Minkov 6bb76649e8 Fixes copy text from chat conversation history and once again the losing focus of chat write area.
12 years ago
Damian Minkov 29c0cf0340 Updates recent chats when erasing chat history.
12 years ago
Damian Minkov 64b51e078d Does not lose focus from chat write area when clicking on the conversation panel (reverts previous commit and adds new fix).
12 years ago
Damian Minkov fe39617026 Calculates buttons height before the button is rendered in contactlist renderer.
12 years ago
Damian Minkov f7ce39c32f Calculates height of the components in the cell when rendering contacts and groups in the contactlist to respect OS font size settings.
12 years ago
Damian Minkov 4ee2a0d18f Do not lose focus from chat write area when clicking on the conversation panel.
12 years ago
Damian Minkov c3416be7a8 Adds property to disable private chat in chat rooms.
12 years ago
Lyubomir Marinov 11b6b2aff4 Removes the execute Unix permission from .java files.
12 years ago
hristoterezov e3f277ac56 Fixes the issue with desktop streaming settings window on Windows.
12 years ago
hristoterezov 4d2003a420 Adds check for the peer state before sending ringing responses to received invite.
12 years ago
hristoterezov a25ca23a2c Fixes issue with sending ringing responses when the client auto rejected the call.
12 years ago
hristoterezov 766ef1ee6c Adds from and type attributes to the message XMPP packets.
12 years ago
hristoterezov 3b8601d24c Changes the visibility modifier of the method that generates thread IDs for XMPP
12 years ago
hristoterezov 2a12abaefe Removing Smack ChatManager, Chat and ChatStateManager objects from our code and implements manual sending of messages and handles the responses.
12 years ago
hristoterezov 1806af7592 Fixes issue with sending chat messages using wrong resource ID.
12 years ago
Emil Ivov 1a570fd446 Prints some extra info when dropping stray INVITEs
12 years ago
Emil Ivov 63bb9bf64a Fixes an issue with non-responses to INVITEs arriving within a TERMINATED dialog by responding with a 481 Call/Transaction Does Not Exist.
12 years ago
hristoterezov 482d7b7b07 Adds support for NOTIFICATION messages that are not synchronised with the SUBSCRIBE request.
12 years ago
Lyubomir Marinov 97f27d1391 Fixes issues with the REST public API of Jitsi Videobridge.
12 years ago
hristoterezov 9446a74274 Adds log messages for the "On the phone" presence status policy.
12 years ago
hristoterezov 6b75478b74 Fixes creation of private messaging contact from notification message.
12 years ago
hristoterezov 667905490c Changes the implementation of the calendar service to ignore the offline protocol
12 years ago
hristoterezov 7ecbe5cacd Fixes an issue with inviting contacts to one-to-one chat that creates chat room and then renames the creator automatically. With the fix inviting someone will only create the chat room without renaming the creator.
12 years ago
hristoterezov 395d0c8187 Fixes NPE when creating a call and the calendar service is not registered.
12 years ago
njb 2add59b51b Fix window positioning code
12 years ago
Ingo Bauersachs 767cb91dc3 Fix line endings
12 years ago
hristoterezov bac4d94267 Limits the number of rows of the field with the available video devices on Windows.
12 years ago
hristoterezov 27fb77b549 Fixes java 1.6 compatibility issue.
12 years ago
hristoterezov 4a79f36147 Fixes the issue on Windows in media configuration form with the combo box
12 years ago
hristoterezov cea6eb5bc0 Updates icons for In a meeting status and adds In a meeting icon for the contact list.
12 years ago
Damian Minkov c5a5a702c8 Fixes muting local input for all peers in conference calls created after merging a call into one to one call (used to mute only the peer from the initial call).
12 years ago
Damian Minkov 854e8b73c7 Fixes handling of received errors for sent messages to private contacts when original chat room is left (typing opset used to create a contact for the chat room). Ignore retrieving some information for private contacts as it is not available.
12 years ago
Damian Minkov 1049951787 Uses display name when accepted invitation to join a chat room.
12 years ago
Damian Minkov ab7e9685ca Fixes updating offline status for private messaging contacts (when locally leaving room).
12 years ago
Damian Minkov f53deae419 Fixes NPE, do nothing and close chat invite dialog if nothing selected.
12 years ago
Lyubomir Marinov c5152acbe0 Fixes a failure to initiate outgoing calls.
12 years ago
hristoterezov e5f5e7acb6 Changes the priority of the "On the phone" and "In a meeting" presence
12 years ago
Damian Minkov 29b071b095 Fixes NPE (reproduced when making attended transfer).
12 years ago
hristoterezov 295c67030e Fixes exception in the calendar service. Adds log messages for the outlook
12 years ago
Damian Minkov 3064b44cae Fixes a problem where early accessing PhoneNumberContactSource service can lead it to a state where it will no longer work.
12 years ago
Damian Minkov f14f2e248a Do replacements only inside plaintext nodes or on link content, avoid replacing text in already replaced one. Fixes some replacement services.
12 years ago
hristoterezov b2d44ec255 Fixes the issue with changing the presence status to "In a meeting" from
12 years ago
Lyubomir Marinov 06f5034c92 Fixes warnings.
12 years ago
Lyubomir Marinov 3542a84081 Optimizes the loading of the port-related properties for speed.
12 years ago
paweldomas 23edaf4514 Adds experimental SCTP connection IQ to Colibri.
12 years ago
paweldomas 29f6535656 Adds method to NetworkAddressManagerServiceImpl that allows to create Ice stream with only one component.
12 years ago
paweldomas 7805874140 Fixes code formatting(indentation level).
12 years ago
Lyubomir Marinov 4d0b635908 Fixes an issue in the allocation of ports which causes a portion of a user-specified port range to be utilized. Reported by Emil Ivov.
12 years ago
Ingo Bauersachs 979d99145e Localize ICE failed message and add "no relay found"
12 years ago
hristoterezov ae167a48d6 Implements warning dialog which is shown if Outlook is not the default
12 years ago
Damian Minkov 3d1578190b Fixes country detail value in contact info, ClassCastException was thrown for some protocols.
12 years ago
Lyubomir Marinov fcec891d0f Plays the DTMF sounds immediately upon pressing the respective buttons; otherwise, playing them sequentially results in sounds which are played/heard many seconds or even a minute after the respective button is pressed.
12 years ago
Damian Minkov 65f44830cf Filters ldap results and return only those that has searchable attribute values that match the query.
12 years ago
Damian Minkov 6b2679da02 Adds phone numbers to ldap query searchable attributes.
12 years ago
hristoterezov f264230de7 Fixes issue with Outlook COM server arguments and implements logger level for the native logger.
12 years ago
Damian Minkov d9917f1e79 Fixes volatile jabber contact display name.
12 years ago
Damian Minkov 1110761c6a Centers chat room configuration window.
12 years ago
Lyubomir Marinov b868f56b87 Fixes warnings.
12 years ago
Damian Minkov f197fa4f87 Adds an icon in taskbar to authentication window if the application UI is not yet loaded.
12 years ago
Damian Minkov f3eed41040 Adds property to filter call details for source contacts.
12 years ago
Damian Minkov 816529a9ae Fixes matching in contact list instances where no filter strings is set.
12 years ago
hristoterezov 3db6870967 Fixes updating display name account information for XMPP.
12 years ago
Damian Minkov 6dccf03f12 Makes the parallel resolver check and the backup servers when the answer is NXDOMAIN.
12 years ago
hristoterezov 3ea4b0226a Fixes the authorisation requested dialog layout.
12 years ago
hristoterezov c9084a4bc9 Adds display name to authorisation requests when adding a contact.
12 years ago
Damian Minkov 351f682393 Updates dnsjava to 2.1.6, applying patch to set custom logger. Adds dns packages to packet logging.
12 years ago
Damian Minkov 0c2485b9ed Logs the dns servers on startup.
12 years ago
Damian Minkov b726e3ecf9 Adds prefix to be able to provision system properties.
12 years ago
Ingo Bauersachs da23131aa0 Merge pull request #22 from gunchleoc/master
12 years ago
Ingo Bauersachs b3bf8d30c8 Replace SRTP protocol string constants with their enum.
12 years ago
Ingo Bauersachs 5cf2a26673 Remove ridiculous code duplication and string comparisons
12 years ago
Ingo Bauersachs a193626982 Normalize line endings
12 years ago
hristoterezov 662c9352d3 Implements Logger class for Outlook address book native code and adds log
12 years ago
Lyubomir Marinov 33d1d27d6e Fixes warnings, removes whitespace, simplifies source code.
12 years ago
Lyubomir Marinov 03aef9b6ba Fixes a NullPointerException.
12 years ago
Boris Grozev 1e2331c5ad Describes the local source in a 'source' child element
12 years ago
Damian Minkov a6b89c54b3 Fixes showing dialog from EDT.
12 years ago
Damian Minkov 4e3a1832a5 Fixes recent conversations tooltip and right button menu, remove extra not needed information.
12 years ago
Damian Minkov 95619dc872 Fixes char counters in chat write panel.
12 years ago
hristoterezov c22a8f367f Adds logger prints for the outlook contact query.
12 years ago
GunChleoc 6b9b798f96 Spellcheck plugin: Locales now define their flag icon in the XML file.
12 years ago
Damian Minkov d6a2404cf5 Fixes unmappable character for encoding ASCII when compiling on some machines.
12 years ago
Damian Minkov 124e4e90e4 Optimizes account info plugin, do not load panels and listeners on startup, load them on demand.
12 years ago
Damian Minkov c1c59400c9 Adds mobile number to account details.
12 years ago
Damian Minkov 0ba5ab00e4 Fixes ClassCastException.
12 years ago
hristoterezov f344a70f30 Fixes an issue with initializing MAPI library.
12 years ago
Markus Kilås 1d967a9d74 Fixing opening curly braces on its own lines.
12 years ago
Markus Kilås f0f06d810b Using jitsi:// as protocol.
12 years ago
Markus Kilås d331eef2ff Adding JavaDoc.
12 years ago
Markus Kilås adcee06b36 Renaming local variable as suggested in review.
12 years ago
Markus Kilås 0702825ddd Making line fitting maximum length by letting the class implement the listener interface instead as suggested in review.
12 years ago
Markus Kilås 8108adbc00 Logging of TLS protocols and cipher suites available during connection establishment and then the chosen ones.
12 years ago
Boris Grozev 89007216bd Adds the 'removesource' Jingle action.
12 years ago
Lyubomir Marinov c717f5ec5b Fixes warnings.
12 years ago
hristoterezov f592bc285f Changes the chat room configuration window class visibility modifiers.
12 years ago
Damian Minkov af21704d7c Optimizes loading of recent messages, was creating objects instead of reusing already created on startup.
12 years ago
Damian Minkov a5555273cd Adds property to control modes in chat write panel.
12 years ago
Damian Minkov db8071c2d4 Separates phone number service, to be a service in separate bundle and improves the number matching when searching for phone numbers.
12 years ago
hristoterezov a3b801011a Adds video to VCard supported types.
12 years ago
Damian Minkov 29be17c2e4 Hides unneeded icons from search field.
12 years ago
hristoterezov 6ea60a27ad Changes the ProtocolContactSourceService search for contacts to be case insensitive.
12 years ago
Ingo Bauersachs 0d8d67ac0e Respect port in regless SIP calls
12 years ago
Damian Minkov 153fa46f2e Updates display names in recent chats if contact is renamed.
12 years ago
Damian Minkov d48739c1a5 Hides transport selector box if not needed and duplicates with already visible buttons.
12 years ago
Damian Minkov e058d0ff7f Shows or hide buttons in search field or unknown panel depending the text entered.
12 years ago
hristoterezov c4f4d85925 Adds alphabetical order of the list with chat rooms available on the server.
12 years ago
hristoterezov e9c95161ff Changes the access modifiers for configuration form properties of chat room configuration form.
12 years ago
Boris Grozev 858479c8dd Adds an 'addsource' Jingle action (used in JitMeet), so that we silently ignore Jingle IQs with that action, instead of failing with an exception.
12 years ago
Boris Grozev 43efa41fc0 Compares MediaFormat-s using MediaFormat#matches() when determining the format to use for sending in a Jingle session (fixes a bug which caused different format parameters to prevent opus from being used).
12 years ago
Damian Minkov dfc91fa636 Adds message source service custom status, to be able to show custom status icon for msg src contacts when needed.
12 years ago
Lyubomir Marinov c4ae050b32 Fixes javadocs, formatting.
12 years ago
hristoterezov f30361c4f4 Fixes an issue with duplicating chat room contacts when invite is accepted.
12 years ago
Damian Minkov b5c4487c0d Fixes display issues with the about background image.
12 years ago
Boris Grozev d1dd937556 Ignore the jingle 'initiator' field in session-initiate messages and use the IQs 'from' field instead.
12 years ago
Boris Grozev 5a7e8e5a8a Use the proper key for mnemonics (cleans some warning logs).
12 years ago
Damian Minkov f9fd531798 Adds some restrictions for message source contacts and their supported opsets.
12 years ago
Damian Minkov 609467c755 Changes the invoker type of extended popup menu, so we can pass main frame as invoker.
12 years ago
hristoterezov 1933dc6a89 Fixes CalendarService exception on MacOS.
12 years ago
Lyubomir Marinov 8f8ef12174 Fixes warnings.
12 years ago
hristoterezov 96ef724f2d Adds CalendarService implementation. The Calendar service calculates the free busy status based on outlook meetings.
12 years ago
Damian Minkov a325c6bc19 Fixes NPE.
12 years ago
Damian Minkov 1c7c1c864d Fixes creating unresolved contacts and groups, search for already existing contacts and groups before creating unresolved one.
12 years ago
Damian Minkov fc1513734d Creates new Iterator when returning the root subgroups as we are iterating it simultaneously
12 years ago
Damian Minkov 997c7787cf Adds thread dispatching on provider added or became online to avoid blocking other listeners as this dispatch can be slow.
12 years ago
Damian Minkov d2a5a76a94 Fixes NPE while running tests.
12 years ago
Damian Minkov df0ff191ae Fixes NPE.
12 years ago
Damian Minkov ff609e1ce3 Improve selecting default contact and adds some NPE checks.
12 years ago
paweldomas be91185e65 Filters out ALT from undo and redo operations in chat message edit field in order to fix problems typing letters in some languages.
12 years ago
Damian Minkov 6aaa0bade2 Reuses xmpp chat thread ids when sending messages.
12 years ago
Damian Minkov 8a0c43ff78 Adds a property to disable text displaying for some incoming and outgoing type of messages.
12 years ago
Damian Minkov 4b029078c7 Displays date or hour in front of recent messages content.
12 years ago
Damian Minkov ab756af122 Fixes searching for recent chats when we have special character in protocol name.
12 years ago
Damian Minkov ac0ce144fe Fixes removing chat room if not owner and is not joined, and the prop for owner only destroying room is set.
12 years ago
Lyubomir Marinov 7dc9d38622 Implements automatic toggling 'On the phone' status on online accounts when starting/ending calls. The feature is disabled by default.
12 years ago
Damian Minkov 7b50872468 Adds moving contact to Contacts group in right click menu.
12 years ago
Damian Minkov 3dc1f75297 Adds drag and drop for contacts to the root group Contacts.
12 years ago
Damian Minkov 66ed785131 Fixes showing Contacts group.
12 years ago
Damian Minkov d1a23da138 Fixes a problem where video call becomes a conference call and then back again to video call and the video is not transmitted from the focus side.
12 years ago
Damian Minkov baae657e24 Adds property to remove chat room from the list when it fails to join when adding it.
12 years ago
Ingo Bauersachs dd21025906 Encode display names to support commas in the call history
12 years ago
Damian Minkov c207d33e28 Adds property to disable muc service.
12 years ago
Damian Minkov 6a263286e0 Prints friendly message when user has its voice revoked and tries to send a message.
12 years ago
Damian Minkov f4911ad573 Fixes banning chat room members.
12 years ago
Damian Minkov 132a76f916 Adds error logging when no metacontact found for contactID, used for opening chat window for recent chats source contacts from the UI.
12 years ago
Damian Minkov 5d49287ed0 Fixes duplicate items in cached recent messages that leads to wrong messages shown.
12 years ago
Damian Minkov 91ae507663 Fixes duplicate source contacts, when receiving new one check for existing.
12 years ago
Danny van Heumen 3743054aeb Limit error to null message. Allow empty message.
12 years ago
Damian Minkov b035911232 Fixes canceling outlook queries when new one is created and uses one remote object to deliver results from com server, instead of creating new one for every contact. Adds some measurement trace prints, that can track execution time of native part.
12 years ago
Lyubomir Marinov 1cc5494e9a Fixes a failure to take into account the user's preference with respect to utilized port ranges in XMPP calls. Reported by Mitchell Langs.
12 years ago
Lyubomir Marinov f5cb93e794 Fixes a case which may lead to ignoring non-distinguishing but important format parameters/SDP fmpt such as H.264 sprop-parameter-sets.
12 years ago
Ingo Bauersachs 3c06ec73b0 Fix NPE during DNS config reload
12 years ago
Damian Minkov eeefe89bd2 Removes test logging slipped in previous commit.
12 years ago
Damian Minkov 4ac6ac46e8 Fixes NPE that can prevent loading global status service.
12 years ago
Boris Grozev 33c748af5a Prevent SSRCs to appear negative in 'source' XML elements.
12 years ago
Damian Minkov c6ff72c450 Limits searching for display name and image from search type contact sources.
12 years ago
Damian Minkov 1936f5fb74 Fixes provider searching and registration handling in global display service.
12 years ago
Damian Minkov 35ef27e5c8 Uses OperationSetDesktopStreaming when checking for desktop sharing, and uses OperationSetDesktopSharingServer only when checking or enable/disable remote control.
12 years ago
Damian Minkov aae7328907 Adds trace logging for msoutlook addressbook found entries and when query status changes.
12 years ago
Lyubomir Marinov 11a682d5d5 Fixes warnings, javadocs.
12 years ago
Damian Minkov 5c9ebf40f6 Fixes removing chat rooms when user wants to destroy non persistent chat room, room already destroyed on server we just remove it from local list.
12 years ago
Damian Minkov 73dfee2adc Moves UI calls in EDT.
12 years ago
Damian Minkov a750cc4d67 Makes searches in phone number search source contact service non case sensitive. Fixes searching contacts in call transfer.
12 years ago
Damian Minkov 4e35013ccf Fixes displaying outlook contacts, queries are stopped to early and listeners are removed while the results are still delivering. Clears the already received results when a query is canceled.
12 years ago
Ingo Bauersachs 2a2a38cbd1 Fix NPE in volume control slider
12 years ago
Ingo Bauersachs e7b0105c0c Fix NPE during DNS reload logging
12 years ago
Damian Minkov 39cea9f79f Searches in contact sources for display name and avatar when receiving a call or in the call panel in a separate thread and update the UI on found items.
12 years ago
Damian Minkov 8ce08ffdc1 Fixes NPE.
12 years ago
Damian Minkov 777e2e2d84 Fixes ArrayOutOfBoundsException in message history.
12 years ago
Damian Minkov cc130f521e Moves UI calls in EDT.
12 years ago
Damian Minkov 0bf621360b Fixes initial status set for protocols and UI to reflect changes.
12 years ago
Damian Minkov ac886ebbed Changes the way recent messages are loaded on protocol provider events.
12 years ago
Damian Minkov 84fdf4b6a4 Always show recent messages contacts even when offline and using presence filter.
12 years ago
Damian Minkov 507b107690 Fixes opening not saved chat rooms from source contacts. Uses lowpriority EDT and for remove contacts, in order the add and remove events of contacts can be ordered as received.
12 years ago
Damian Minkov c8432f24fc Fixes use of OperationSetDesktopSharingServer and OperationSetDesktopStreaming.
12 years ago
Damian Minkov 5974d1b7b9 Adds option to limit the number of history records stored, FIFO. Updates timestamp of records on record update.
12 years ago
Boris Grozev cb468c1429 Adds a property to allow setting the direction of a session with a session-level attribute in SDP.
12 years ago
Damian Minkov cf84684ada Removes unnecessary call to GlobalStatusService publishStatus on providerStatusChanged, as the status has just changed. Quick change of away/online status can lead to cycling through away and online status.
12 years ago
Boris Grozev ff3ac00880 Prevent NPE.
12 years ago
Boris Grozev a93808f3f1 Prevent a ConcurrentModificationException.
12 years ago
Lyubomir Marinov 57578582d6 Fixes warnings.
12 years ago
Damian Minkov 34831a5d0c Fixes opening correct metacontact for chat from source contacts.
12 years ago
Damian Minkov 6a7908db3c Fixes too long messages in tooltips.
12 years ago
Damian Minkov 8b29a898f3 Moves UI calls in EDT.
12 years ago
Damian Minkov 285bad615d Fixes possible NPE.
12 years ago
Damian Minkov d5e1bc6cb2 Changes ui service to be able to start sms chats from plugins.
12 years ago
Damian Minkov 8a8b05170c Adds possible subtype of stored messages, and option to filter them by this subtype.
12 years ago
Damian Minkov 220bcbf20b Adds property to enable sending sms to all numbers.
12 years ago
Damian Minkov 5a2c4c531e Fixes adding/removing correct listener for OpSetSms.
12 years ago
Ingo Bauersachs 73e555369c Ensure the TLS ListeningPoint is removed if the tried port is in use
12 years ago
Damian Minkov 0367129e2a Optimizes access to history service from recent messages.
12 years ago
Damian Minkov 2e0a679719 Moves UI calls in EDT.
12 years ago
Damian Minkov 31fd4c98b8 Adds account property to disable remote control while desktop sharing.
12 years ago
Damian Minkov 9f0875d195 Moves UI calls in EDT.
12 years ago
Damian Minkov 2670723207 Fixes NPEs with contact queries.
12 years ago
Damian Minkov 910b6bfbc2 Fixes showing source contacts in contactlist on change event.
12 years ago
Damian Minkov 4fbea09d76 Fixes ConcurrentModificationException.
12 years ago
Damian Minkov f08130229f Fixes initial load and skipping chat room system messages.
12 years ago
Damian Minkov 49c46520ec Fixes NPE.
12 years ago
Damian Minkov 108ce4725c Synchronizes list of recent messages.
12 years ago
Damian Minkov 82c559000e Fixes option to disable remove option for chatroom owner.
12 years ago
Damian Minkov c5267cd062 Unescapes xml escaped names (can display &apos.. in the UI).
12 years ago
Damian Minkov 0a15e3c1f5 Fixes build.
12 years ago
Damian Minkov a20e20ce92 Moves some UI calls in EDT.
12 years ago
Damian Minkov f2278fcad5 Adds option in general config to disable enable recent messages.
12 years ago
Damian Minkov 460f871428 Fixes opening contacts with double click or enter when the descriptor is contact source.
12 years ago
Damian Minkov 44d672d134 Adds recent messages contact source.
12 years ago
Damian Minkov 7efe461ee2 Fixes formatting.
12 years ago
Damian Minkov a86c40ae56 Use DISPLAY_NAME when saving display name in the sip account wizard, as it is used in the telephony.
12 years ago
hristoterezov 7c62195df2 Fixes configuration property name.
12 years ago
hristoterezov dc0fc296d4 Adds Jitsi to the list of IM Providers in windows registry. Adds checkbox
12 years ago
Damian Minkov a184649fbf Searches for matching contacts when loading chat room history and use their display names.
12 years ago
Damian Minkov efb4f8c7aa Unescapes xml escaped names (can display &apos.. for chat room members in the UI).
12 years ago
Damian Minkov 41d9ffbc4c Fixes chat history on not available jids in room, always use nickname for member address, fixes NPE.
12 years ago
Damian Minkov e60209579a Updates server side history loading for chat rooms, also checks message content to avoid message duplication.
12 years ago
hristoterezov ede6a9bcbf Fixes an issue with the selecting first contact in search filter when up and down keys are pressed.
12 years ago
Ingo Bauersachs 1cab0b3dc3 If SAVP is required, disable AVP offers instead of ignoring them
12 years ago
Ingo Bauersachs faccf5013f Create disabling answer with the same protocol as the offer
12 years ago
Ingo Bauersachs 58f577eb86 Catch errors from invalid SDES crypto lines and continue negotiation
12 years ago
Lyubomir Marinov c98876d03c Fixes warnings.
12 years ago
Boris Grozev 78de6c5e54 Suppress a warning.
12 years ago
hristoterezov bd8ba24cb0 Fixes the appearance of the Contacts group.
12 years ago
Lyubomir Marinov 37e8b10472 Fixes warnings.
12 years ago
Lyubomir Marinov 03468a3723 Fixes warnings.
12 years ago
Lyubomir Marinov 2fd720a090 Does not reduce the size of the default (system) font used for the display of the contact name.
12 years ago
hristoterezov c699cdb2c7 Fixes the source index for groups. This issues causes incorrect order of the contacts in the group.
12 years ago
hristoterezov 3c6fb6cfea Fixes the update of the value of auto popup new message property.
12 years ago
hristoterezov a8c339b3ab Changes call history filter to work with async query.
12 years ago
Lyubomir Marinov 143bfdf96e Fixes warnings about unused imports.
12 years ago
Emil Ivov fbc93ae0a4 Prepares the generic TransportManager to accommodate ICE-related utility methods
12 years ago
Emil Ivov 359b82d2af Disables use of ICE in SIP while work is in progress.
12 years ago
Emil Ivov 89e9a75e66 merge with master
12 years ago
Emil Ivov 2665d52a0b foundations can be strings
12 years ago
Emil Ivov 7b63c8d1dc Removes extra import
12 years ago
Emil Ivov 74730005b5 Removes an unnecessary change
12 years ago
Emil Ivov 8f0e217ad6 Removes Google specific files for legacy jingle support
12 years ago
Emil Ivov 27fb1d73f7 have no idea what just happened. and i hate git
12 years ago
Damian Minkov a7331268d1 Hides contacts group in history filter.
12 years ago
Damian Minkov 4172c5b279 Updates history previous/next buttons when history finished loading, or if it take too long they will be disabled on the first opened tab.
12 years ago
Damian Minkov 5377958981 Adds searching for existing histories and finding recent contacted contacts. Adds tests for parsing ids(folder names) into history IDs.
12 years ago