v3.9.5

Details

  • Filename
    CraftIRC.jar
  • Uploaded by
  • Uploaded
    Jun 19, 2013
  • Size
    132.97 KB
  • Downloads
    2,783
  • MD5
    8dca457d60e3319e322642fc0eb36410

Supported Bukkit Versions

  • 1.6.1
  • CB 1.5.2-R1.0

Changelog

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