aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/configuration
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-202-4/+26
* Fixes a problem where we cannot start configuration service when using not wr...Damian Minkov2014-12-031-9/+10
* Test the database connection more thoroughlyIngo Bauersachs2014-12-021-1/+14
* Fixes javadocs, formatting.Lyubomir Marinov2014-04-051-21/+26
* Gracefully handle stored non-int/long values for int/long propertiesIngo Bauersachs2014-02-181-4/+24
* Fixes an IllegalStateException in FileAccessServiceImpl when executing inside...Lyubomir Marinov2014-02-181-4/+23
* Fixes removing properties with partial match, and adds tests for it.Damian Minkov2014-02-061-9/+10
* Allow the configuration service to start without a FileAccessService, as it i...Boris Grozev2014-01-151-11/+13
* ConfigService based on HSQLDB (through JDBC)Ingo Bauersachs2014-01-123-28/+945
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Checks and fixes permissions of home folder and config file to be editable an...Damian Minkov2013-07-022-0/+74
* Changes needed for android merge. Exposing several bundle contexts. Some publ...Damian Minkov2012-12-061-0/+19
* Moves the ConfigurationService and FileAccessService implementations from Jit...Lyubomir Marinov2012-07-1010-3044/+8
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-294-8/+9
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-294-13/+18
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
* Allows the neomedia bundle to start in a headless graphics environment.Lyubomir Marinov2012-03-231-4/+12
* Suppress some error output on headless devices and suppress raw-type warningsIngo Bauersachs2011-12-053-0/+4
* Adds global shortcut support.Sebastien Vincent2011-11-291-0/+1
* Fixes possible NullPointerExceptions related to packet logging, resources.Lyubomir Marinov2011-11-231-1/+1
* Fixes NullPointerException blocking the project to run.Yana Stamcheva2011-11-051-1/+2
* Refactors the ConfigurationService implementation in preparation for providin...Lyubomir Marinov2011-11-046-173/+461
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-187-7/+7
* Fixes a possible NullPointerException.Lyubomir Marinov2011-09-261-3/+1
* Move UUID initialization to Provisioning plugin.Sebastien Vincent2011-05-121-13/+0
* Add UUID support for provisioning, UUID is visible in provisioning advanced c...Sebastien Vincent2011-04-262-3/+19
* Configuring Parallel DNS Resolver. Patch provided by Ingo Bauersachs.Damian Minkov2011-03-171-0/+21
* Network utils listens for network changes and updates dns servers in our reso...Damian Minkov2011-02-011-3/+4
* Remove import of non-existing packageWerner Dittmann2010-10-181-2/+1
* Proper use of enforce prefix and allowed prefix in provisioning plugin.Sebastien Vincent2010-10-131-60/+20
* Add a method in the ConfigurationService that will check all properties again...Sebastien Vincent2010-10-121-19/+81
* Fixes warnings and javadocs.Sebastien Vincent2010-10-041-1/+1
* Order sip-communicator.properties alphabetically.Sebastien Vincent2010-09-131-7/+9
* Adds javadocs, fixes warnings.Lyubomir Marinov2010-09-105-184/+295
* Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in t...Lyubomir Marinov2010-07-282-76/+95
* Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Me...Lyubomir Marinov2010-07-121-5/+48
* Implements Speex encoder, decoder and resampler using the native Speex librar...Lyubomir Marinov2010-06-141-0/+44
* Fix logger usage - third bunch of changes.Werner Dittmann2010-06-032-10/+20
* Cleanup some left-overs of PropertyChange event handling.Werner Dittmann2010-05-162-19/+14
* Just fix a typo in ConfigPropertyVetoExceptionWerner Dittmann2010-04-091-1/+1
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-092-13/+16
* Prevents NumberFormatException in the cases in which it is clear that it will...Lyubomir Marinov2009-10-171-3/+21
* Fixes warnings.Lyubomir Marinov2009-10-131-20/+3
* Tries to migrate the existing XML configurations to the .properties format.Lyubomir Marinov2009-09-161-57/+185
* Commits another part of the patch provided by Sebastien Vincent on the dev ma...Lyubomir Marinov2009-08-311-3/+10
* Adds javadocs.Lyubomir Marinov2009-08-094-11/+190
* Adds javadocs.Lyubomir Marinov2009-08-081-0/+53
* Take two at fixing the failing Jabber account uninstallation test this time p...Lyubomir Marinov2009-08-051-9/+17
* Fixes the unit tests of the ConfigurationService broken by the previous commit.Lyubomir Marinov2009-08-042-9/+4
* - Provides an alternative storage backend to XML in the ConfigurationService ...Lyubomir Marinov2009-08-042-544/+295