| Commit message (Expand) | Author | Age | Lines |
* | Ignore empty chat events generated by plugins | Necrodoom | 2013-12-07 | -1/+6 |
* | Try to be a little less confusing with non-command debug errors. | KHobbits | 2013-12-05 | -1/+1 |
* | Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff | Iaccidentally | 2013-11-06 | -62/+57 |
* | Add Maven Support | Chris Ward | 2013-10-19 | -0/+51 |
* | Remove .idea and *.iml from git | Chris Ward | 2013-10-18 | -27/+0 |
* | Extract CommandSender to CommandSource, this should prevent Ess user object l... | KHobbits | 2013-10-16 | -1/+28 |
* | Log notice when chat ignore is blocked by another plugin. | KHobbits | 2013-07-17 | -1/+2 |
* | Fix local chat spy tag order. | KHobbits | 2013-07-14 | -4/+4 |
* | Whoops, wrong event. | KHobbits | 2013-07-13 | -1/+1 |
* | Fix local message when no players are in the area | KHobbits | 2013-07-13 | -2/+2 |
* | [API] fix other modules to use new packages | Iaccidentally | 2013-07-13 | -15/+10 |
* | Add 'No one listening' message stub, will be empty by default and thus not sent. | KHobbits | 2013-07-13 | -3/+4 |
* | Remove old chat hook | KHobbits | 2013-07-13 | -160/+105 |
* | More cleanup | KHobbits | 2013-07-07 | -1/+1 |
* | Misc cleanup | KHobbits | 2013-07-07 | -1/+1 |
* | Add {TEAMPREFIX} {TEAMSUFFIX} and {TEAMNAME} to chat formatting. | KHobbits | 2013-06-28 | -0/+7 |
* | Drop messageFormat for simple string replace, remove duped ' marks. | KHobbits | 2013-06-27 | -6/+6 |
* | Split util classes. | KHobbits | 2013-06-08 | -7/+19 |
* | Don't try and charge a user if we don't have the chat data stored. | KHobbits | 2013-01-27 | -1/+1 |
* | Use bukkit api for chat user list | KHobbits | 2012-12-31 | -5/+1 |
* | Fixing locale typo. | KHobbits | 2012-09-09 | -1/+0 |
* | If chat event doesn't resolve to valid player, cancel and exit. | KHobbits | 2012-09-09 | -0/+6 |
* | Fix Chat Formatting so chat type is shown first. | KHobbits | 2012-08-09 | -1/+1 |
* | Prevent errors in listeners affecting EssentialsChat | snowleo | 2012-08-07 | -5/+34 |
* | More thread safety | snowleo | 2012-08-04 | -5/+11 |
* | CB #2289 Bukkit #1512 | ementalo | 2012-08-04 | -24/+24 |
* | Make chat handling more thread safe (and also faster) | snowleo | 2012-08-03 | -4/+9 |
* | Synchronized chatStore | snowleo | 2012-08-03 | -1/+2 |
* | Netbeans 7.2 changes | snowleo | 2012-08-03 | -55/+402 |
* | Fix issue with cross world local chat. | md_5 | 2012-06-26 | -3/+6 |
* | Players should not be able to ignore Console | KHobbits | 2012-06-16 | -18/+20 |
* | Fix chat showing [spy] prefix when social spy was not required to see the mes... | KHobbits | 2012-06-16 | -9/+12 |
* | Replace op ignore exempt with ignore exempt chat permission: | KHobbits | 2012-06-16 | -2/+1 |
* | This is broken for some reason. Removing until fixed. | Iaccidentally | 2012-06-12 | -2/+2 |
* | oops. forgot this. | Iaccidentally | 2012-06-12 | -1/+1 |
* | add admin chat | Iaccidentally | 2012-06-12 | -0/+2 |
* | Chat spy, should show otherworld chat. | KHobbits | 2012-04-06 | -9/+8 |
* | New Permission: essentials.chat.url | KHobbits | 2012-03-22 | -2/+5 |
* | Split colour permissions into 3: color/magic/format | KHobbits | 2012-03-22 | -8/+1 |
* | Make Essentials Update use new Listener system, and fix a few general mistake... | md_5 | 2012-02-15 | -3/+1 |
* | Fixing silly typo - Fixes shout costs. | KHobbits | 2012-02-09 | -1/+1 |
* | Switch website URL's to point at wiki. | KHobbits | 2012-01-28 | -1/+1 |
* | Adding translation keys for [L] and [Spy] | KHobbits | 2012-01-20 | -2/+2 |
* | Check shout/question messages are longer than 1 character. | KHobbits | 2012-01-20 | -1/+1 |
* | Removing load info, bucket displays that now. | snowleo | 2012-01-20 | -1/+0 |
* | Update for new CraftBukkit Event Code | snowleo | 2012-01-20 | -8/+14 |
* | Cache MessageFormats for Chat | snowleo | 2012-01-19 | -1/+3 |
* | Compiled regex is faster. | KHobbits | 2012-01-18 | -1/+1 |
* | Make sure to clean the chatStore. | KHobbits | 2012-01-18 | -1/+2 |
* | Reduce duplicate calls in EssentialsChat | KHobbits | 2012-01-18 | -103/+133 |