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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fine-tuned implementation for Msg and Nick command and unit tests.
Danny van Heumen
2014-11-09
2
-3
/
+30
*
Modified /nick to use IdentityManager for nick changing.
Danny van Heumen
2014-11-09
1
-1
/
+1
*
Implemented /mode command for making mode changes. (Querying mode is not
Danny van Heumen
2014-11-09
2
-0
/
+67
*
Remove redundant .intValue() call.
Danny van Heumen
2014-11-09
1
-1
/
+1
*
Implemented Command Factory such that commands can be implemented as
Danny van Heumen
2014-11-09
11
-77
/
+496
*
added explicit import to avoid "CertificateServiceImpl.java:907: error: refer...
surrim
2014-11-08
1
-0
/
+1
*
Implement a workaround for Java bug JDK-6672015
Ingo Bauersachs
2014-11-08
1
-1
/
+66
*
Always initialize the providers field to avoid NPE on exit
Ingo Bauersachs
2014-11-08
1
-27
/
+24
*
Update AIA access to non-deprecated BC code
Ingo Bauersachs
2014-11-08
1
-2
/
+1
*
Log the reason why a certificate is not trusted
Ingo Bauersachs
2014-11-08
1
-1112
/
+1113
*
removed path from recording result
Nicholas Wittstruck
2014-11-05
1
-9
/
+9
*
Fixes possible NPE if OperationSetMultiUserChat is disabled for xmpp provider.
Damian Minkov
2014-11-04
8
-45
/
+69
*
Adds adaptive-simulcast as a bool attribute to the channel IQ.
George Politis
2014-11-04
2
-0
/
+40
*
Add account display name as display details for chat rooms.
Danny van Heumen
2014-11-02
1
-1
/
+1
*
Fixed bad equality check between source chat room contact instance and chat
Danny van Heumen
2014-11-02
1
-19
/
+34
*
Explicitly acknowledge and handle case of unknown mode symbol.
Danny van Heumen
2014-11-02
3
-5
/
+66
*
Log number of channels on server in case of DEBUG-level logging.
Danny van Heumen
2014-11-02
1
-0
/
+9
*
Optimized groupNode (sorted) add operations.
Danny van Heumen
2014-11-02
2
-28
/
+49
*
Fix NPE: Don't continue if chat room wrapper is null. (+ updated
Danny van Heumen
2014-11-02
3
-2
/
+12
*
Consider onUserQuit event of local user as a connection interruption.
Danny van Heumen
2014-10-28
5
-11
/
+19
*
Identify unintentional connection interruptions by comparing interrupted IrcC...
Danny van Heumen
2014-10-28
3
-12
/
+77
*
Unregister listeners upon receiving an ERROR message.
Danny van Heumen
2014-10-28
6
-7
/
+93
*
Tweaks.
Danny van Heumen
2014-10-28
3
-6
/
+7
*
Identified improvement for contact presence.
Danny van Heumen
2014-10-28
1
-0
/
+2
*
Added support for ISUPPORT CHANLIMIT server parameter.
Danny van Heumen
2014-10-28
2
-54
/
+100
*
Added Jitsi license header.
Danny van Heumen
2014-10-28
3
-0
/
+18
*
Fix overlooked insignificant merge conflict.
Danny van Heumen
2014-10-28
1
-4
/
+0
*
Added comments for guaranteed instances and a TODO w.r.t. password changing.
Danny van Heumen
2014-10-28
2
-4
/
+8
*
IRC: Consider not connected as a sign that the chat room is not joined.
Danny van Heumen
2014-10-28
1
-5
/
+2
*
Fix (accidental) possibility of enabling multiple instances of same IRC accou...
Danny van Heumen
2014-10-28
3
-56
/
+30
*
Renamed state to connectionState so that it's equal over all managers.
Danny van Heumen
2014-10-28
1
-8
/
+9
*
Added support for ISUPPORT AWAYLEN server parameter.
Danny van Heumen
2014-10-28
2
-5
/
+44
*
Added support for ISUPPORT KICKLEN server parameter.
Danny van Heumen
2014-10-28
2
-3
/
+43
*
Added support for ISUPPORT TOPICLEN server parameter.
Danny van Heumen
2014-10-28
2
-3
/
+43
*
Added support for ISUPPORT CHANNELLEN server parameter.
Danny van Heumen
2014-10-28
3
-6
/
+71
*
Added support for ISUPPORT NICKLEN parameter.
Danny van Heumen
2014-10-28
3
-5
/
+58
*
Tweaks and marker updates.
Danny van Heumen
2014-10-28
7
-24
/
+35
*
Pulled more event firing out of critical section.
Danny van Heumen
2014-10-28
1
-27
/
+26
*
Removed TRACE logging for findContactByID: it slows things down a lot
Danny van Heumen
2014-10-28
1
-2
/
+0
*
Implemented /nick command.
Danny van Heumen
2014-10-28
2
-4
/
+21
*
Removed FIXME: don't care, for now, until there's reason to care.
Danny van Heumen
2014-10-28
1
-3
/
+1
*
Send WHOIS command in separate thread.
Danny van Heumen
2014-10-28
1
-4
/
+14
*
Check if connection != null before using it. (Throws IllegalStateExceptions b...
Danny van Heumen
2014-10-28
5
-6
/
+91
*
Combined nested ifs.
Danny van Heumen
2014-10-28
1
-7
/
+5
*
Move fireRegistration (informing listeners) outside of critical section.
Danny van Heumen
2014-10-28
1
-8
/
+7
*
Unknown commands now result in failed message delivery.
Danny van Heumen
2014-10-28
9
-38
/
+150
*
Tweaks and TODOs.
Danny van Heumen
2014-10-28
3
-4
/
+7
*
Support nick changes except on chat room join.
Danny van Heumen
2014-10-28
4
-66
/
+83
*
Implemented 'ban' operation + fine tuning and TODO markers.
Danny van Heumen
2014-10-28
8
-34
/
+92
*
Rearranged managers.
Danny van Heumen
2014-10-28
1
-12
/
+12
[next]