v3.9.6

Details

  • Filename
    CraftIRC.jar
  • Uploaded by
  • Uploaded
    Dec 8, 2013
  • Size
    134.15 KB
  • Downloads
    4,437
  • MD5
    8135addf62c39f29a6a103a7b99bc654

Supported Bukkit Versions

  • CB 1.7.2-R0.2
  • CB 1.6.4-R2.0

Changelog

3.9.6

Fix a bug with chat color reset displaying in chat.
Added mode configuration for sending an in-game message when IRC mode changes.
  See this link for where to add to the config: https://github.com/CraftIRC/CraftIRC3/commit/75fddb
Added ability to configure the output of the .players command.
  See this link for where to add to the config: https://github.com/CraftIRC/CraftIRC3/commit/f9b8b4
Support for NOTICE messages being sent to IRC
  See this link for where to add to the config: https://github.com/CraftIRC/CraftIRC3/commit/5a49c24
Added better output for configuration mistakes
Added better output for connection failures
The /ircusers command now chooses the first bot if none is specified
Fixed bug where NICK and QUIT messages broadcast to too many places

3.9.5

Note: For where to add new config values, see the default config

Added auth delay (Config value per bot).
The 'disable' attribute now functions properly. This will break some people's setups if they didn't read the documentation.
Add logging of IRC messages/commands to console (With config option).
Add configurable encoding (Config value per bot).
The /admins! command now sends to ALL ops, not just the first it finds.
Path filters now function as expected.
The /ircusers command will no longer flood your screen as quickly.
Fix a mistake in the colormap config. I advise checking your colormap and ensuring the 'reset' field has \u00A7r (Some configs will mistakenly have the similar \u00Afr)

3.9.4

Add missing value to config.yml included in jar

3.9.3

Add simple handling for RESET color code
  If you want support, make sure your config's
    colormap section has the reset value in it.
    See the example config for... example.
Fix issues of command responses not being sent back
Resolve command thread safety
Colorize (if enabled) command responses
Catch plugins attempting to register with CraftIRC before it's enabled

3.9.2

Handle player names ending in reset code for plugins like EssentialsChat
Some bug fixes.

3.9.1

Changes to config defaults
  - Default host to localhost (<3 esper)
  - No longer automatically listen to cancelled chat (set cancelled tag to '')
Better socket binding handling
Migrated pircbot into custom package in case someone tries running two different IRC plugins at once

3.9

Update to support the async chat event. Tiny (50ms) lag reduction!
Fix bug where VanishNoPacket caused the IRC .players command to break

3.8

**IMPORTANT**
I would suggest replacing your config with the default and re-adding your changes. There were a lot of adjustments this time around!

Replacement filter feature. Check the default config for details (Just add the entire section to yours!).

Added support for VanishNoPacket and other systems hiding when you join/quit.
Strip colors when channel mode is +c.
Anti-highlight implementation. Check the default config for details (Just add the line to yours!).
Add support for username prefixes &~ and %, in addition to @ and +, when determining who can use admin commands.

Fix channel name case sensitivity.
Fixed IRC color code handling.
Properly handle nickname changes.
Consistent usage of console's name across all messages/commands.

3.7
Urgent fix for a bug. Upgrade immediately.
Compatibility with helper plugins improved.

3.6
Fixed versioning information
The 3.5 download thinks its 3.4 so we'll let it believe that.

3.5
Fixed chat duplication bug

3.4
Improved compatibility
Bug fixes for commands, paths, etc
Metrics system for install tracking

3.3
1.1-R6 compatibility