index
:
jitsi.git
master
upstream
creating a debian package
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
java
/
sip
/
communicator
/
plugin
/
sipaccregwizz
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly set SIP display names (Closes #134)
Ingo Bauersachs
2015-08-08
2
-5
/
+6
*
Updates the license headers.
Damian Minkov
2015-07-20
11
-14
/
+143
*
Use DISPLAY_NAME when saving display name in the sip account wizard, as it is...
Damian Minkov
2014-03-05
1
-1
/
+1
*
Adds CRLF keep alive method to SIP providers.
paweldomas
2014-01-24
1
-1
/
+1
*
Replace System-Bundle header by BSN and a list that defines sys-bundles
Ingo Bauersachs
2013-12-07
1
-1
/
+1
*
Removes "ensureDefaultValuePresent" and getAccountProperty with Object signat...
paweldomas
2013-07-10
2
-3
/
+16
*
Removes the null check against keep alive method that prevents from editing i...
paweldomas
2013-06-11
1
-4
/
+1
*
Inserts protocol property for correct custom SIP providers handling(ippi wiza...
paweldomas
2013-06-11
1
-0
/
+2
*
Multiple fixes
paweldomas
2013-06-04
2
-5
/
+4
*
Refactor AccountIDs
paweldomas
2013-06-03
7
-1426
/
+52
*
Fixes warnings, removes trailing whitespace, adds @Override annotations.
Lyubomir Marinov
2013-05-23
6
-9
/
+29
*
Android settings prerequisite patch
paweldomas
2013-05-21
4
-355
/
+526
*
Adds a minimal duration for RTP DTMF tones. This minimal duration can be conf...
Vincent Lucas
2013-03-14
4
-8
/
+135
*
Fixes Java 1.5 compatibility breakage reported by Heikki Lindholm. Fixes warn...
Lyubomir Marinov
2013-02-25
1
-8
/
+7
*
Fixes warnings. Adds and/or fixes javadocs.
Lyubomir Marinov
2013-02-25
1
-29
/
+31
*
Fixes inconsistent synchronization in RTPSourceStream which could lead to une...
Lyubomir Marinov
2013-02-14
1
-1
/
+1
*
Fixes account wizards loading.
Damian Minkov
2013-01-31
1
-0
/
+1
*
Fixes build.
Yana Stamcheva
2013-01-30
1
-1
/
+1
*
Corrects persistence of information displayed by SIP presence panel: when loo...
Vincent Lucas
2013-01-28
2
-0
/
+15
*
Creates a specific account registration interface for the desktop application...
Yana Stamcheva
2013-01-28
1
-1
/
+1
*
Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...
Yana Stamcheva
2013-01-24
7
-10
/
+9
*
Improves the way of saving encryption protocol settings.
Vincent Lucas
2012-11-19
2
-181
/
+11
*
Moves loading the gui (creating main frame) in event dispatch thread. Make so...
Damian Minkov
2012-11-19
1
-14
/
+23
*
Applies a patch from Boris Grozev that allows setting different codec configu...
Emil Ivov
2012-09-13
8
-857
/
+80
*
Improves SIP and XMPP configuration interface to choose the priority between ...
Vincent Lucas
2012-09-03
5
-58
/
+492
*
Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, does...
Vincent Lucas
2012-08-02
4
-17
/
+167
*
Moves the ConfigurationService and FileAccessService implementations from Jit...
Lyubomir Marinov
2012-07-10
4
-4
/
+9
*
Switches Jitsi trunk to libjitsi.
Lyubomir Marinov
2012-06-29
1
-3
/
+3
*
Switches Jitsi trunk to libjitsi.
Lyubomir Marinov
2012-06-29
4
-7
/
+10
*
Adds more default values for sip account wizards, fixes some default values.
Damian Minkov
2012-06-25
2
-1
/
+132
*
Fixes a possible NullPointerException which could prevent the successful inte...
Lyubomir Marinov
2012-06-19
1
-8
/
+14
*
Integrates Jitsi presence, IM and VoIP with MS Outlook.
Lyubomir Marinov
2012-06-01
1
-1
/
+1
*
Adds option to add voicemail check URI to use it for checking voicemail messa...
Damian Minkov
2012-04-10
4
-16
/
+89
*
Fixes a ConcurrentModificationException in SRTCPTransformer.
Lyubomir Marinov
2012-03-30
1
-17
/
+23
*
Adds option to disable/enable mwi.
Damian Minkov
2012-03-21
4
-9
/
+87
*
Fixes javadoc and eclipse related warnings in the code.
Sebastien Vincent
2012-03-09
7
-12
/
+50
*
Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common...
Vincent Lucas
2012-02-10
2
-7
/
+57
*
Adds in-band DTMF functionality.
Vincent Lucas
2012-02-07
4
-0
/
+118
*
Resolves a problem with jabber contact list if server replay is delayed. Enab...
Damian Minkov
2012-01-18
2
-5
/
+7
*
Fixes NPE if a default string is missing.
Damian Minkov
2011-11-04
1
-1
/
+6
*
Separates xcap contactlist implementation and adds option for contacts retrie...
Damian Minkov
2011-11-04
4
-187
/
+337
*
Changes project name in source license headers from SIP Communicator to Jitsi
Emil Ivov
2011-10-18
11
-11
/
+11
*
Extends account wizard class with forgot password link.
Yana Stamcheva
2011-10-10
2
-4
/
+68
*
SDES Integration: Restore Java 1.5 compatibility
Ingo Bauersachs
2011-10-04
1
-3
/
+0
*
Hide most security settings of the SIP Wizzard in a show/hide advanced panel
Ingo Bauersachs
2011-10-04
1
-14
/
+92
*
Add SIP Wizzard resource strings
Ingo Bauersachs
2011-10-04
1
-3
/
+12
*
Security Tab in SIP register wizzard
Ingo Bauersachs
2011-10-04
6
-99
/
+354
*
Enable client TLS authentication for SIP and add a corresponding
Ingo Bauersachs
2011-08-25
6
-3
/
+107
*
Adds a setRegistration method in the SIP wizard, to be used by inheritors.
Yana Stamcheva
2011-07-06
1
-3
/
+15
*
Fixes compilation with OpenJDK 1.6.0_18 and removes an unused import which ca...
Sebastien Vincent
2011-07-06
1
-2
/
+0
[next]