BukkitIRCd 0.9.3

Details

  • Filename
    BukkitIRCd.jar
  • Uploaded by
  • Uploaded
    Feb 14, 2012
  • Size
    172.12 KB
  • Downloads
    912
  • MD5
    26201dc7835c641ae41f6bbbcdffe3c5

Supported Bukkit Versions

  • CB 1.1-R4

Changelog

Version 0.9.3

  • Some small bug fixes.
  • Changed configuration to use UTF-8 encoding, this hopefully fixes the "special characters are not allowed, unacceptable character '?' (0xFFFD)" error.
  • Added !players IRC command to list online players.
  • Some error messages made more detailed.

Version 0.9.2c

  • Fixed small mode change bug in linking mode.

Version 0.9.2b

  • Fixed dynmap error stopping the plugin from working.
  • Added softdepend for Dynmap and Permissions.

Version 0.9.2a

  • Color code conversion now applies when executing console commands from IRC too.

Version 0.9.2

  • Fixed small issue with /kills not showing up in linking mode and the plugin thinking they're still online.
  • Probably fixed the "UID XXX not found in list. Please notify Jdbye about this." error that could occur in linking mode.
  • Added customizable messages in messages.yml.
  • Added customizable color conversion.
  • /ircban now works in linking mode.

Version 0.9.1

  • Fixed possible IRCd crash issue.
  • Added /ircreload command to reload the plugin configuration. - Permission: bukkitircd.reload - Aliases: /ireload
  • /irckick now works in linking mode.
  • Hopefully fixed the "[Ljava.lang.Object; cannot be cast to [Lcom.Jdbye.BukkitIRCd.IRCUser;" error

Version 0.9a

  • Fixed an issue where if any errors occurred when executing a server command from IRC, it would crash the plugin.
  • Fixed a crashing issue that could occur occasionally.

Version 0.9

  • Added Dynmap support - Dynmap messages show up on IRC and vice versa.
  • The plugin now detects when Dynmap/Permissions is disabled or enabled.
  • Left in some debug logging by accident in the first upload of v0.9, now removed.
  • Previous upload of v0.9 displayed /me wrong in Dynmap, now fixed.

Version 0.8c

  • Fixed /part support in linking mode.
  • Fixed nick changes showing up in linking mode even when the user is not on the channel.

Version 0.8b

  • Fixed /notice support in linking mode

Version 0.8a

  • Fixed /ircban error
  • Small bug fix related to mode changes in linking mode.

Version 0.8

  • InspIRCd server linking support
  • Rewrote a large portion of the plugin
  • Added /rawsend and /irclink commands (permission node bukkitircd.link, /rawsend is console only and disabled by default)
  • Added debug mode (currently only used in inspircd linking mode)

Version 0.7

  • Implemented /ircreply to reply quickly to the last message you received.
  • Added aliases for every command.

Version 0.6

  • Implemented WHO, ISON, AWAY IRC commands. That means the plugin should now support every IRC command required by the RFC (apart from join and part, since this plugin is designed for running a single channel)
  • Changed to a better wildcard matching algorithm for bans, that supports the "?" character.
  • You can now ban or unban multiple people in 1 command. Had to implement this to make mass unbanning in the mIRC channel central work properly.

Version 0.5b

  • Changed the console to be a separate channel instead of private messaging (avoids IRC client beeping and lets you see commands executed by other users)

Version 0.5a

  • Bugfix with IRC chat showing up in the IRC console.
  • Bugfix with messages showing multiple times in the IRC console.

Version 0.5

  • Added executing server commands from IRC by messaging Console. The output is shown.
  • People can now send messages to the console by messaging the server name, for example to respond to a /ircmsg from console.

Version 0.4

  • Added IRC password identification with /oper, for accessing kick, ban and topic change. Ingame users can also be kicked.

Version 0.3

  • Added Superperms support.

Version 0.2

  • Small bug fix for user modes on some clients.
  • Initial release.
  • Currently not compatible with chat channel plugins such as Towny or HeroChat.