damencho
45554a7a2e
Temporary disable sip message tests.
10 years ago
Tom Uijldert
49f146fb1a
Improved SIP Contact comparison. ( #7 )
10 years ago
Ingo Bauersachs
be0540e2b7
Normalize line endings
...
See also #227
11 years ago
Ingo Bauersachs
3c4c8d5254
Move security events back from libjitsi as they are solely used here.
...
Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
11 years ago
Damian Minkov
4b124d7b8a
Updates the license headers.
11 years ago
damencho
d75bd2cc47
Removes msn protocol.
11 years ago
Damian Minkov
d6cf5521bd
Updates tests always-trust mode settings.
11 years ago
Damian Minkov
6f237aab5f
Enables sip testing.
12 years ago
Ingo Bauersachs
b3f722b8d4
Make the history "unit" tests a little more independent from each other
12 years ago
Ingo Bauersachs
52f83002bf
Fix a race condition in the HistoryService
...
The check for existing history files was performed outside of the lock, so multiple threads attempted to create them and failed. This lead to missing entries in the logs.
12 years ago
Damian Minkov
d47cbb28e3
Adds advanced msg history service, to allow plugins to insert messages into the history, and tests for the implementation.
12 years ago
Danny van Heumen
f970c50c8e
Initial support for updated otr4j with support for outgoing message fragmentation.
...
Modifications include the following:
- Updated otr4j which includes support for fragmentation of outgoing
messages. The modifications to otr4j to enable outgoing message
fragmentation includes breaking the API such that we are able to
return more than 1 message after it has been transformed.
(Corresponding modifications have been made to
AbstractOperationSetBasicInstantMessaging to facilitate the new API.)
- Fixed IRC implementation for OperationSetInstantMessageTransform.
- Modified AbstractOperationSetBasicInstantMessaging to handle multiple
Events returning from a call to messageTransform.
- Modified OperationSetBasicInstantMessaging implementations to
correspond to changes in AbstractOSBIM.
- OTR plugin has been modified to implement the newly added
getFragmenterInstructions method which is used to query instructions
on desired fragmentation behaviour.
- As a temporary solution, a hard dependency has been added to IRC
library such that I'm able to test fragmentation behaviour in a real
use case until an OperationSet is defined that can be used to query
for Instant Messaging transport parameters necessary to determine
appropriate fragmentation instructions.
12 years ago
Lyubomir Marinov
8aff7cfa8f
Fixes the compilation on JDK 8.
12 years ago
Damian Minkov
a56bc6cac6
Does not try to modify metacontact list storage when adding contact to a non persistent group.
12 years ago
Damian Minkov
482e0131b2
Adds some logging to investigate failing builds.
12 years ago
Damian Minkov
965f6b6f59
Unescape in history reader, the escaped chars that were written by history writer.
12 years ago
Damian Minkov
daa74ca184
Fixes manifest files.
12 years ago
Damian Minkov
5974d1b7b9
Adds option to limit the number of history records stored, FIFO. Updates timestamp of records on record update.
13 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.
13 years ago
Damian Minkov
8ef362f081
Fixes history corrupting records when they contain utf chars < 0x20, reported on the maiinglist by Danny van Heumen. Adds tests to reproduce this case.
13 years ago
Damian Minkov
994e8bfe99
Fixes removing properties with partial match, and adds tests for it.
13 years ago
Damian Minkov
7ed6111ea6
Trusts all certs when running tests, as they normally run in headless mode.
13 years ago
Ingo Bauersachs
ae070f1e4f
Remove RSS protocol
13 years ago
Damian Minkov
5898ddd57f
Fixes working with server-side readonly groups (shared groups in OF), handles 406 error while editing roster items.
13 years ago
Damian Minkov
e32b56e234
Handles more cases while moving contacts and renaming groups from remote logged in locations.
13 years ago
Ingo Bauersachs
f2694065ad
Use separate dirs for application logs, cache and configuration data
...
This is primarily used on Windows to store logs and cached data
on the local computers instead of on the network when roaming profiles
with folder redirection is used.
13 years ago
Damian Minkov
7c0c594900
Temporally disables frequently failing multi user chat tests.
13 years ago
Damian Minkov
a128defd52
Tries to fix frequently failing xmpp multi chat tests.
13 years ago
Damian Minkov
294d1af473
Updates tests, the one created the room is owner.
13 years ago
Damian Minkov
e464156bad
Fixes wrong print and adds some waits.
13 years ago
Damian Minkov
e130c9ece9
Fixes some history searches where some files were skipped if the the start timestamp we filter is the same as the filename (filename is the time it was created) and filtering some dates by period now is inclusive for the start of the period.
13 years ago
hristoterezov
6eb5d4e440
Tries to fix randomly failing tests.
13 years ago
hristoterezov
2689368bab
Removes unnecessary disco info sent before joinning the room.
13 years ago
Damian Minkov
39ac02a33d
Fixes tests, removes room listing from tests as it was disabled on server we test.
13 years ago
Damian Minkov
60ee5458cb
Tries to fix randomly failing builds by relaxing the write operations when testing meta history service.
13 years ago
paweldomas
c335965f2b
Removes assertion after configuration is purged
...
Trying to fix the builds. Default properties will stay even after
configuration is purged.
13 years ago
paweldomas
ad770cf157
Merge branch 'Android-settings'
13 years ago
Damian Minkov
662a236b8b
Trying to fix build.
13 years ago
Damian Minkov
ee931ddaa0
Trying to fix build missing import.
13 years ago
Damian Minkov
31a08f9ca8
Trying to fix build
13 years ago
paweldomas
5728fa3ce7
Refactor AccountIDs
...
Created SipAccountID and JabberAccountID from wizard registration
objects(work in progress).
13 years ago
Lyubomir Marinov
b211c26d6c
Fixes warnings, removes trailing whitespace, adds @Override annotations.
13 years ago
Lyubomir Marinov
c85ca6ca0c
Works on preventing an issue with the display of remote video which could scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
14 years ago
Lyubomir Marinov
6476071892
Fixes warnings.
14 years ago
Lyubomir Marinov
d18143cf6d
Fixes warnings.
14 years ago
Damian Minkov
2de36356c3
Fixes tests.
14 years ago
Yana Stamcheva
ebc645908f
Separates dns package to service and impl. Creates a ParallelResolver interface that can be used from the util package. Moves NetworkUtils back to util package. Moves dnsconfig plugin to the impl/dns package (because it was using implementation classes directly).
14 years ago
Yana Stamcheva
91b72c3202
Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils and WindowsUtils from general GuiUtils.
14 years ago
Lyubomir Marinov
98fef59119
Works on preventing sound notifications from playing forever.
14 years ago
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
14 years ago