Damian Minkov
5974d1b7b9
Adds option to limit the number of history records stored, FIFO. Updates timestamp of records on record update.
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
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.
12 years ago
Damian Minkov
994e8bfe99
Fixes removing properties with partial match, and adds tests for it.
12 years ago
Damian Minkov
7ed6111ea6
Trusts all certs when running tests, as they normally run in headless mode.
12 years ago
Ingo Bauersachs
ae070f1e4f
Remove RSS protocol
12 years ago
Damian Minkov
5898ddd57f
Fixes working with server-side readonly groups (shared groups in OF), handles 406 error while editing roster items.
12 years ago
Damian Minkov
e32b56e234
Handles more cases while moving contacts and renaming groups from remote logged in locations.
12 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.
12 years ago
Damian Minkov
7c0c594900
Temporally disables frequently failing multi user chat tests.
12 years ago
Damian Minkov
a128defd52
Tries to fix frequently failing xmpp multi chat tests.
12 years ago
Damian Minkov
294d1af473
Updates tests, the one created the room is owner.
12 years ago
Damian Minkov
e464156bad
Fixes wrong print and adds some waits.
12 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.
12 years ago
hristoterezov
6eb5d4e440
Tries to fix randomly failing tests.
12 years ago
hristoterezov
2689368bab
Removes unnecessary disco info sent before joinning the room.
12 years ago
Damian Minkov
39ac02a33d
Fixes tests, removes room listing from tests as it was disabled on server we test.
12 years ago
Damian Minkov
60ee5458cb
Tries to fix randomly failing builds by relaxing the write operations when testing meta history service.
12 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.
13 years ago
Lyubomir Marinov
6476071892
Fixes warnings.
13 years ago
Lyubomir Marinov
d18143cf6d
Fixes warnings.
13 years ago
Damian Minkov
2de36356c3
Fixes tests.
13 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).
13 years ago
Yana Stamcheva
91b72c3202
Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils and WindowsUtils from general GuiUtils.
13 years ago
Lyubomir Marinov
98fef59119
Works on preventing sound notifications from playing forever.
13 years ago
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
13 years ago
Lyubomir Marinov
2864990fb3
Tries to fix the build (tests).
14 years ago
Lyubomir Marinov
34d54b1d84
Moves the ConfigurationService and FileAccessService implementations from Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
14 years ago
Lyubomir Marinov
1ebd6e2896
Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)
14 years ago
Lyubomir Marinov
0b9b0b248c
Switches Jitsi trunk to libjitsi.
14 years ago
Lyubomir Marinov
89d68994ef
Switches Jitsi trunk to libjitsi.
14 years ago
Damian Minkov
ab2053041f
Disable test.
14 years ago
Damian Minkov
94f6566e68
Fixes build.
14 years ago
Vincent Lucas
ba78226fe9
Adds a break (wait for 1000 ms) to correct first test of
...
TestOperationSetMultiUserChat2.testInitialParticipantsRoles():
"Unexpected role for user1 excepted:<MODERATOR> but was:<GUEST>".
This test fails when the smack library takes too much time to call the
RoomListenerMultiplexor. When receiving a presence packet, the PacketReader
calls many listener:
- If the RoomListenerMultiplexor is on top of the Connection.recvListeners map,
then the test was successful.
- Otherwise the test was failing.
14 years ago
Vincent Lucas
da552559c5
Corrects tests concerning OperationSetPresence:
...
1) Synchronizes SubscriptionEventCollector to deal with concurrent read/write
access.
2) Creates a differentiation between the different events collected by the
SubscriptionEventCollector.
14 years ago
Vincent Lucas
edf6e6203d
Try to correct jabber slick TestOperationSetPresence.postTestSubscribe().
14 years ago
Damian Minkov
0a0c71237a
Updates smack library to 3.2.2.
14 years ago
Damian Minkov
3a4f5b145c
Changes tests as metacontactlist behaviour has changed, now proto-groups also get renamed.
14 years ago
Ingo Bauersachs
ec7caabb71
Fix stackoverflow on SIP server resolution when SRV host entry is unresolvable
14 years ago
Ingo Bauersachs
1d6e0246a1
Import DNS package to tests and fix tests
14 years ago
Ingo Bauersachs
d931f8507e
Make protocols aware of DNSSEC exceptions
14 years ago
Damian Minkov
2b9fc76e39
Fixes tests bundle stopping.
14 years ago
Ingo Bauersachs
aaa147c435
Avoid unnecessary DNS lookups for SIP
14 years ago