Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store parent provider by actual type. | Danny van Heumen | 2014-08-05 | 2 | -54/+56 |
| | |||||
* | Merge branch 'master' of https://github.com/jitsi/jitsi | Danny van Heumen | 2014-08-04 | 6 | -18/+30 |
|\ | |||||
| * | Updates building rpm packages. Fixes startup script. | Damian Minkov | 2014-08-04 | 2 | -15/+25 |
| | | |||||
| * | Merge pull request #43 from netmackan/bc-151 | Ingo Bauersachs | 2014-08-03 | 2 | -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ås | 2014-08-02 | 1 | -2/+2 |
| | | | | | | | | | | | | Debian packaging | ||||
| | * | Update NetBeans IDE classpath with BC 1.51 JARs. | Markus Kilås | 2014-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Silences logs of DTLS-related exceptions. | Lyubomir Marinov | 2014-08-02 | 1 | -0/+0 |
| |/ | |||||
| * | Does not support DTLS v1.2. | Lyubomir Marinov | 2014-07-31 | 2 | -0/+2 |
| | | |||||
* | | Added FIXME for chat room-specific nick name issue that Boris Grozev reported. | Danny van Heumen | 2014-08-04 | 1 | -0/+3 |
| | | |||||
* | | Markers and style changes. | Danny van Heumen | 2014-08-03 | 2 | -9/+32 |
| | | |||||
* | | Use static shorthand for creating new MessageIrcImpl instance. | Danny van Heumen | 2014-08-03 | 2 | -34/+123 |
| | | |||||
* | | Some exception handling for nick changing. | Danny van Heumen | 2014-08-03 | 1 | -1/+16 |
| | | |||||
* | | Some exception handling on topic change. | Danny van Heumen | 2014-08-03 | 1 | -1/+16 |
| | | |||||
* | | Simplified hashCode() and additional tests. | Danny van Heumen | 2014-08-02 | 2 | -6/+46 |
| | | |||||
* | | Added some tests, but they still fail since we don't have JUnit4 active yet. | Danny van Heumen | 2014-08-02 | 1 | -0/+77 |
| | | |||||
* | | Added FIXME item | Danny van Heumen | 2014-08-02 | 1 | -0/+2 |
| | | |||||
* | | Made support methods package-private. | Danny van Heumen | 2014-08-02 | 1 | -2/+2 |
| | | |||||
* | | Verify chat room name inside ChatRoomIrcImpl. | Danny van Heumen | 2014-08-02 | 2 | -1/+52 |
| | | |||||
* | | Style tweaks. | Danny van Heumen | 2014-08-02 | 3 | -32/+38 |
| | | |||||
* | | Implemented tests for MessageIrcImpl. | Danny van Heumen | 2014-08-02 | 1 | -0/+49 |
| | | |||||
* | | Implemented createUnresolvedContact and unresolvedContactGroup. | Danny van Heumen | 2014-08-02 | 1 | -16/+45 |
| | | |||||
* | | Specialized hashCode(), includes test. | Danny van Heumen | 2014-08-02 | 2 | -5/+13 |
| | | |||||
* | | Style fixes | Danny van Heumen | 2014-08-02 | 1 | -13/+13 |
| | | |||||
* | | Reviewed some TODOs. | Danny van Heumen | 2014-08-01 | 3 | -12/+9 |
| | | |||||
* | | There is nothing broken: if a reason is provided, the window is not closed | Danny van Heumen | 2014-08-01 | 1 | -1/+0 |
| | | | | | | | | automatically. | ||||
* | | Use group name as unique ID. | Danny van Heumen | 2014-08-01 | 1 | -2/+1 |
| | | |||||
* | | Style fixes. | Danny van Heumen | 2014-08-01 | 1 | -4/+5 |
| | | |||||
* | | Escape html entities while parsing the IRC message. | Danny van Heumen | 2014-08-01 | 5 | -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 Heumen | 2014-08-01 | 1 | -2/+8 |
| | | |||||
* | | Inverted if-condition for simplification. | Danny van Heumen | 2014-08-01 | 1 | -5/+5 |
| | | |||||
* | | Better name for constant. | Danny van Heumen | 2014-08-01 | 1 | -2/+2 |
| | | |||||
* | | Loads of fixes, TODOs and comments. | Danny van Heumen | 2014-08-01 | 15 | -380/+755 |
| | | |||||
* | | Style and comment tweaks. | Danny van Heumen | 2014-07-31 | 6 | -65/+109 |
| | | |||||
* | | Refactored large methods. | Danny van Heumen | 2014-07-30 | 1 | -136/+209 |
| | | |||||
* | | Comments and style. | Danny van Heumen | 2014-07-30 | 1 | -19/+28 |
| | | |||||
* | | Removed comments, TODOs. | Danny van Heumen | 2014-07-30 | 2 | -15/+9 |
| | | |||||
* | | Fixed lousy implementation of color code parsing. | Danny van Heumen | 2014-07-30 | 1 | -45/+16 |
| | | |||||
* | | Basic failed delivery response for ERR_NOSUCHNICK server reply. | Danny van Heumen | 2014-07-30 | 1 | -4/+40 |
| | | |||||
* | | Tiny improvements. | Danny van Heumen | 2014-07-30 | 1 | -9/+17 |
| | | |||||
* | | Tweaks. | Danny van Heumen | 2014-07-30 | 2 | -12/+12 |
| | | |||||
* | | Made the chat room instance in ChatRoomListener final. | Danny van Heumen | 2014-07-30 | 1 | -1/+1 |
| | | |||||
* | | Use of local user's QUIT message for disabling listeners. | Danny van Heumen | 2014-07-30 | 1 | -61/+67 |
| | | |||||
* | | Tweaks. | Danny van Heumen | 2014-07-30 | 1 | -19/+19 |
| | | |||||
* | | Fixed a case where the chat room members are cleaned out because the | Danny van Heumen | 2014-07-30 | 1 | -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 Heumen | 2014-07-30 | 1 | -16/+78 |
| | | |||||
* | | Re-enabled commands for IM messages. | Danny van Heumen | 2014-07-30 | 2 | -11/+16 |
| | | |||||
* | | Added support for joining with a channel key. | Danny van Heumen | 2014-07-30 | 1 | -4/+15 |
| | | |||||
* | | Warp around color codes so that it is always possible to find a color in | Danny van Heumen | 2014-07-30 | 2 | -3/+5 |
| | | | | | | | | the Colors array. | ||||
* | | Don't log exception for bad color codes. | Danny van Heumen | 2014-07-30 | 1 | -7/+6 |
| | | |||||
* | | Typo | Danny van Heumen | 2014-07-30 | 1 | -1/+1 |
| | |