aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Store parent provider by actual type.Danny van Heumen2014-08-052-54/+56
|
* Merge branch 'master' of https://github.com/jitsi/jitsiDanny van Heumen2014-08-046-18/+30
|\
| * Updates building rpm packages. Fixes startup script.Damian Minkov2014-08-042-15/+25
| |
| * Merge pull request #43 from netmackan/bc-151Ingo Bauersachs2014-08-032-3/+3
| |\ | | | | | | Update Debian-build and NetBeans config to BouncyCastle 1.51 too
| | * Updated two old references to the previous BC version in the Ant script for ↵Markus Kilås2014-08-021-2/+2
| | | | | | | | | | | | Debian packaging
| | * Update NetBeans IDE classpath with BC 1.51 JARs.Markus Kilås2014-08-021-1/+1
| | |
| * | Silences logs of DTLS-related exceptions.Lyubomir Marinov2014-08-021-0/+0
| |/
| * Does not support DTLS v1.2.Lyubomir Marinov2014-07-312-0/+2
| |
* | Added FIXME for chat room-specific nick name issue that Boris Grozev reported.Danny van Heumen2014-08-041-0/+3
| |
* | Markers and style changes.Danny van Heumen2014-08-032-9/+32
| |
* | Use static shorthand for creating new MessageIrcImpl instance.Danny van Heumen2014-08-032-34/+123
| |
* | Some exception handling for nick changing.Danny van Heumen2014-08-031-1/+16
| |
* | Some exception handling on topic change.Danny van Heumen2014-08-031-1/+16
| |
* | Simplified hashCode() and additional tests.Danny van Heumen2014-08-022-6/+46
| |
* | Added some tests, but they still fail since we don't have JUnit4 active yet.Danny van Heumen2014-08-021-0/+77
| |
* | Added FIXME itemDanny van Heumen2014-08-021-0/+2
| |
* | Made support methods package-private.Danny van Heumen2014-08-021-2/+2
| |
* | Verify chat room name inside ChatRoomIrcImpl.Danny van Heumen2014-08-022-1/+52
| |
* | Style tweaks.Danny van Heumen2014-08-023-32/+38
| |
* | Implemented tests for MessageIrcImpl.Danny van Heumen2014-08-021-0/+49
| |
* | Implemented createUnresolvedContact and unresolvedContactGroup.Danny van Heumen2014-08-021-16/+45
| |
* | Specialized hashCode(), includes test.Danny van Heumen2014-08-022-5/+13
| |
* | Style fixesDanny van Heumen2014-08-021-13/+13
| |
* | Reviewed some TODOs.Danny van Heumen2014-08-013-12/+9
| |
* | There is nothing broken: if a reason is provided, the window is not closedDanny van Heumen2014-08-011-1/+0
| | | | | | | | automatically.
* | Use group name as unique ID.Danny van Heumen2014-08-011-2/+1
| |
* | Style fixes.Danny van Heumen2014-08-011-4/+5
| |
* | Escape html entities while parsing the IRC message.Danny van Heumen2014-08-015-31/+38
| | | | | | | | | | | | Now escapes html entities during the parsing of the message received from IRC and added a unit test for this requirement. Renamed format* methods to styleAs*, since this is more appropriate.
* | Added constant for foreground color code index.Danny van Heumen2014-08-011-2/+8
| |
* | Inverted if-condition for simplification.Danny van Heumen2014-08-011-5/+5
| |
* | Better name for constant.Danny van Heumen2014-08-011-2/+2
| |
* | Loads of fixes, TODOs and comments.Danny van Heumen2014-08-0115-380/+755
| |
* | Style and comment tweaks.Danny van Heumen2014-07-316-65/+109
| |
* | Refactored large methods.Danny van Heumen2014-07-301-136/+209
| |
* | Comments and style.Danny van Heumen2014-07-301-19/+28
| |
* | Removed comments, TODOs.Danny van Heumen2014-07-302-15/+9
| |
* | Fixed lousy implementation of color code parsing.Danny van Heumen2014-07-301-45/+16
| |
* | Basic failed delivery response for ERR_NOSUCHNICK server reply.Danny van Heumen2014-07-301-4/+40
| |
* | Tiny improvements.Danny van Heumen2014-07-301-9/+17
| |
* | Tweaks.Danny van Heumen2014-07-302-12/+12
| |
* | Made the chat room instance in ChatRoomListener final.Danny van Heumen2014-07-301-1/+1
| |
* | Use of local user's QUIT message for disabling listeners.Danny van Heumen2014-07-301-61/+67
| |
* | Tweaks.Danny van Heumen2014-07-301-19/+19
| |
* | Fixed a case where the chat room members are cleaned out because theDanny van Heumen2014-07-301-23/+25
| | | | | | | | | | account is already disabled, but a handler is still acting on its final messages.
* | Better checking of state before doing certain operations.Danny van Heumen2014-07-301-16/+78
| |
* | Re-enabled commands for IM messages.Danny van Heumen2014-07-302-11/+16
| |
* | Added support for joining with a channel key.Danny van Heumen2014-07-301-4/+15
| |
* | Warp around color codes so that it is always possible to find a color inDanny van Heumen2014-07-302-3/+5
| | | | | | | | the Colors array.
* | Don't log exception for bad color codes.Danny van Heumen2014-07-301-7/+6
| |
* | TypoDanny van Heumen2014-07-301-1/+1
| |