2009-07-18 21:40 deaded * Pug/: PugConfig_template.xml, src/net/sourceforge/ppf/plugin/pug/Pug.java: - added output section to config. Now all text outputs can be configured. - changing of the channel topic now configurable. - whoever starts the pug can be automatically added to the pug; this is configurable. - added two optional items to be described when starting the pug, eg: !pug 8 TDM dm6 (and output to go with this) - output of pug details to IRC as the teams are scrambled. - when someone joins the channel and a pug is started, and places are available, they are noticed with the pug details. - when the pug has been started the game event is now reset automatically. - team1 and team2 colours now configurable. 2009-07-18 21:40 deaded * Pug/changes.txt: updated for 1.4 2009-07-11 12:26 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tell.xml: Updated the documentation for version 2.3 of the plugin. 2009-07-11 12:25 edorfaus * Tell/: TellConfig_template.xml, src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Added an option to make it ignore leading spaces in front of the tell commands. 2009-07-07 12:30 deaded * PBUCON/: .classpath, .cvsignore, .project, PBUCONConfig_template.xml, build.xml, src/com/javasrc/tuning/agent/logfile/LogFileTailer.java, src/com/javasrc/tuning/agent/logfile/LogFileTailerListener.java, src/com/javasrc/tuning/agent/logfile/Tail.java, src/net/sourceforge/ppf/plugin/pbucon/PBucon.java, src/net/sourceforge/ppf/plugin/pbucon/ServerInfo.java: First version 2009-07-07 12:24 deaded * XKCD/: .classpath, .project, build.xml, src/irc/mcbainas/xkcdbot/XKCD.java: First version, contributed by AMcBain 2009-07-07 12:20 deaded * TestIPC/.project: Eclipse project file 2009-07-07 12:20 deaded * ServerQuery/QueriEd.jar: Updated to latest version 2009-07-07 12:18 deaded * ServerAdminHelperHL2/: ServerAdminHelperHL2Config_template.xml, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerInfo.java: Added support for say with Mani plugin 2009-07-07 12:16 deaded * PieSpy/.classpath: Tidying build path 2009-07-07 12:11 deaded * CVSROOT/.project, GeeklogSearch/.cvsignore, Jaiku/.cvsignore, LDAPQuery/.cvsignore: [no log message] 2009-06-14 17:19 edorfaus * TestIPC/: .cvsignore, build.xml, nbproject/project.xml, src/net/sourceforge/ppf/plugin/testipcplugin/TestIPCClientPlugin.java, src/net/sourceforge/ppf/plugin/testipcplugin/TestIPCProviderPlugin.java, src/net/sourceforge/ppf/plugin/testipcplugin/shared/ICurrentTextStorage.java: Added a simple example plugin for testing the new interface-based IPC code in PluginManager. 2009-06-14 14:09 edorfaus * PPF/src/net/sourceforge/ppf/: PluginManager.java, SharedURLClassLoader.java: Added code to allow plugins to share interfaces between them to simplify IPC. This is done by looking for a subdir of the plugin's directory, with the name "Shared". If it has files in it, they are added to a classloader that is put between the plugin's classloader and PPF's, and that is shared between all such plugins. 2009-06-14 04:12 edorfaus * PPF/src/net/sourceforge/ppf/PluginManager.java: Fixed a bug that made the "plugins" command not list any non-loaded plugins. 2009-06-10 01:07 edorfaus * PPF/src/net/sourceforge/ppf/PPF.java: Fixed a small bug in the line parser for onRawMessage. 2009-06-07 05:48 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tell.xml: Updated the documentation for version 2.2 of the plugin. 2009-06-07 05:17 edorfaus * Tell/: TellConfig_template.xml, src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Added a note on the "Okay, nick" line if the message was probably cut off. 2009-06-06 23:50 edorfaus * PPF/src/net/sourceforge/ppf/PPF.java: Reverted revision 1.72 since the PircBot base class already has the getUser method that can be used for the same purpose with very little extra work. 2009-06-06 23:46 edorfaus * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Fixed a bug that stopped private messages from working, and started using methods from PircBot instead of duplicate ones from PPF, so that the duplication can be removed. 2009-05-31 05:40 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tell.xml: Updated documentation to match version 2.1 of the plugin. 2009-05-31 05:39 edorfaus * Tell/: src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java, TellConfig_template.xml: Added a setting for only accepting messages from users that have joined at least one channel that the bot is also in. 2009-05-31 05:01 edorfaus * Tell/: TellConfig_template.xml, src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Added settings for making the bot only accept messages for the channels the bot are in, and only for channels the sender is in. The latter requires that the bot is in that channel too, as it can't check otherwise. 2009-05-31 04:56 edorfaus * PPF/src/net/sourceforge/ppf/PPF.java: Added methods for checking if the bot is in a given channel, and for checking if a given user (and the bot) is in a given channel. 2009-05-31 04:55 edorfaus * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Added a method for parsing strings into booleans. 2009-05-26 01:44 edorfaus * Tell/src/net/sourceforge/ppf/plugin/tellplugin/Message.java: Removed a no longer used class. 2009-05-26 01:43 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tell.xml: Updated documentation to match the new plugin version. 2009-05-26 01:42 edorfaus * Tell/TellConfig_template.xml: Updated to match the new plugin version. 2009-05-26 01:41 edorfaus * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Rewrote much of the functionality, should need less memory now and be less prone to desync between in-memory messages and stored messages. It now saves the config once per added message, and once per set of messages delivered (instead of for each message delivered). Made both the max messages count and the tell command configurable, and added authLevel and output for it. Made it autogenerate the config file if missing, and also automatically add missing elements of it (such as command config or settings). It now validates nick and channel names, complaining if they're invalid. If the nickname ends with a colon, the colon is stripped before validation. Now delivers messages when the user does an action. Only messages for the channel the user did something in are delivered, plus private messages. If the user does something in private, only private messages are delivered. 2009-05-24 22:52 edorfaus * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Added reverse methods for authLevelFromString and outputFromString, a method for creating the config document from scratch (without a file), and a pair of utility methods for working with the config document. 2009-05-24 22:47 edorfaus * PPF/src/net/sourceforge/ppf/PPF.java: Added a pair of methods for checking if nick and channel names are valid (that is, wether or not they follow the patterns shown in RFC 2812). 2009-05-24 08:08 edorfaus * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Fixed the code to load GoogleConfig.xml instead of GoogleBotConfig.xml 2009-05-21 14:38 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tell.xml: Fixed the contributors to the various versions in the changelog. 2009-05-17 14:47 edorfaus * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: Added two events, onRawLine and onRawMessage, that give access to the raw lines coming from the server, before parsing into other events. onRawLine is the most "raw" of them, and gives a simple string that is the line that came from the server. onRawMessage is a bit more parsed, into source hostmask, command and parameters, and is only called for messages that start with a source hostmask. These events are useful for loggers, and plugins that need access to the lines before any other plugins. 2008-09-21 17:37 deaded * QDB/: .classpath, .cvsignore, .project, QDBConfig_template.xml, build.xml, commons-lang-2.4.jar, src/net/sourceforge/ppf/plugin/qdbplugin/QDBPlugin.java: First version of plugin 2008-09-21 12:06 deaded * Bash/src/net/sourceforge/ppf/plugin/bashplugin/BashPlugin.java: Gives message if site is available but quotes db is not 2008-09-08 17:09 xkr47 * PPF/build.xml: add InviteBot which was forgotten from the 0.6 release 2008-08-27 21:02 deaded * Roulette/src/net/sourceforge/ppf/plugin/rouletteplugin/RoulettePlugin.java: Fixed bug where any authed person could spin for someone else even if config said otherwise. Moved Random initialisation to class level. Added ability to ban and made the decisions when and for how long (based on new maxBanDelay setting) random 2008-08-27 21:00 deaded * Roulette/RouletteConfig_template.xml: added maxBanDelay 2008-08-27 21:00 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/roulette.xml: Updated for 1.3 2008-08-19 21:48 dsilfvas * Jaiku/src/net/sourceforge/ppf/plugin/jaikuplugin/: Scheduler.java, jaikee/Jaikee.java, jaikee/JaikuComment.java, jaikee/JaikuEntry.java, reader/JSONJaikuReader.java, reader/JaikuReader.java: Added support for tracking commentson Jaiku entries and posting updates to IRC 2008-08-19 21:46 dsilfvas * Jaiku/src/net/sourceforge/ppf/plugin/jaikuplugin/JaikuPlugin.java: Cleaned the response on comment postings a bit 2008-08-18 18:00 rizzo * PieSpy/PieSpyConfig_template.xml: Defaulting archiving to false, as it would eventually fill up disk. Let the user set it to true if they really want archiving for some reason. 2008-08-18 18:00 rizzo * PPF/docs/forrest/src/documentation/content/xdocs/plugins/piespy.xml: Adding note about archiving piespy images filling up disk. 2008-08-18 16:45 rizzo * PPF/PPFConfig_template.xml: Adding config line for PieSpy plugin 2008-08-16 19:02 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/: quickstart.xml, user-guide.xml: Fixed references to 0.5 -> 0.6 2008-08-16 19:01 xkr47 * Jaiku/build.xml: Add line to make the file json_license.txt get included into release. 2008-08-16 19:00 xkr47 * Jaiku/: .classpath, json.jar, json_license.txt: Move jar files to root of plugin project to match how other plugins do it 2008-08-13 20:08 xkr47 * PPF/PPFConfig_template.xml: Improve quitMessage comment 2008-08-13 19:59 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/user-guide.xml: Implement feature request 1009679 - customisable quit message. The restart message is also separately customisable. The default quit message is now also set in the config template, with a magic keyword VERSION that gets replaced by "PPF v0.6" or similar. 2008-08-13 19:54 xkr47 * PPF/: PPFConfig_template.xml, src/net/sourceforge/ppf/PPF.java: Implement feature request 1009679 - customisable quit message. The restart message is also separately customisable. The default quit message is now also set in the config template, with a magic keyword VERSION that gets replaced by "PPF v0.6" or similar. 2008-08-12 19:41 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: jaiku.xml, piespy.xml, tinyurl.xml: Fixed a few missing or misplaced tags 2008-08-12 19:40 deaded * PPF/docs/forrest/src/documentation/content/xdocs/: index.xml: Updated for 0.6 release 2008-08-12 11:23 xkr47 * PPF/.classpath: export log4j also 2008-08-12 05:56 rizzo * PPF/docs/forrest/src/documentation/content/xdocs/plugins/piespy.xml: Adding docs for user commands, although I haven't tested them yet. 2008-08-12 04:20 rizzo * PieSpy/src/net/sourceforge/ppf/plugin/piespy/PieSpyPlugin.java: Remove a comment that doesn't apply anymore. 2008-08-12 04:10 rizzo * PieSpy/src/: org/jibble/socnet/Configuration.java, org/jibble/socnet/Graph.java, org/jibble/socnet/SocialNetworkBot.java, org/jibble/socnet/TestMain.java, net/sourceforge/ppf/plugin/piespy/PieSpyPlugin.java: TestMain.java wasn't needed. Made changes to Graph.java to eliminate need for SocialNetworkBot.java. Configuration object (which I hope to eliminate in the future) now stores the PLUGIN_VERSION that needs to be read by Graph class. Outputting this plugin name and PPF url on the bottom of the graphs now as well. 2008-08-11 21:57 rizzo * PieSpy/build.xml: Don't need the .jar file reference since we have none. 2008-08-11 21:53 rizzo * PieSpy/: SocNet.jar, build.xml, src/org/jibble/socnet/AdjacencyInferenceHeuristic.java, src/org/jibble/socnet/BinarySequenceInferenceHeuristic.java, src/org/jibble/socnet/Configuration.java, src/org/jibble/socnet/DirectAddressingInferenceHeuristic.java, src/org/jibble/socnet/Edge.java, src/org/jibble/socnet/Graph.java, src/org/jibble/socnet/IndirectAddressingInferenceHeuristic.java, src/org/jibble/socnet/InferenceHeuristic.java, src/org/jibble/socnet/Node.java, src/org/jibble/socnet/SocialNetworkBot.java, src/org/jibble/socnet/TestMain.java: Adding original socnet source since there were problems with the jar. This will allow me to eventually do some rewrites to use the PPF method of storing configuration rather than the Configuration class that everything depends on in here. 2008-08-11 20:57 xkr47 * PPF/: PPFConfig_template.xml, docs/forrest/src/documentation/content/xdocs/site.xml: InviteBot 1.0 2008-08-11 20:52 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Updated for 0.6 release 2008-08-11 20:43 xkr47 * InviteBot/.classpath, InviteBot/.cvsignore, InviteBot/.project, InviteBot/InviteBotConfig_template.xml, InviteBot/build.xml, InviteBot/src/net/sourceforge/ppf/plugin/invitebotplugin/InviteBotPlugin.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/invitebot.xml: InviteBot 1.0 2008-08-11 20:39 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/plugin_template.xml: added a dot after "First Version by author" e.g. "First Version by author." 2008-08-11 20:37 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: jaiku.xml, tinyurl.xml: Added contributor link to Dan Silfvast 2008-08-11 20:10 xkr47 * ServerAuth/ServerAuthConfig_template.xml, ServerAuth/src/net/sourceforge/ppf/plugin/serverauthplugin/ServerAuthPlugin.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/serverauth.xml: ServerAuth 1.3 (see doc for info) 2008-08-11 19:30 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: tell.xml, tinyurl.xml: Updated version info to match plugin version 2008-08-11 19:21 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/serveradminhelperhl2.xml: Updated version info to match plugin version 2008-08-11 19:15 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/serveradminhelper.xml: Updated version info to match plugin version 2008-08-11 19:09 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/roulette.xml: Updated version info to match plugin version 2008-08-11 18:55 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/pug.xml: First doc 2008-08-11 18:24 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: log.xml, one.xml: Updated version info to match plugin version 2008-08-11 18:24 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Updated for 0.6 release 2008-08-11 18:01 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/jmegahalai.xml: Updated version info to match plugin version 2008-08-11 17:57 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/advertiser.xml: Updated for 0.6 release 2008-08-11 17:57 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/introduction.xml: First doc 2008-08-10 13:41 deaded * PPF/: docs/forrest/src/documentation/content/xdocs/index.xml, docs/forrest/src/documentation/content/xdocs/site.xml, build.xml: Updated for 0.6 release 2008-08-10 13:40 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: cbfinder.xml, comicbot.xml, feedreader.xml: Updated change history and version info 2008-08-10 13:40 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: autoop.xml, geeklogsearch.xml: First doc 2008-08-10 13:39 deaded * FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: Updated version number 2008-08-10 12:06 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/jmegahalai.xml: JMegaHalAi 1.0 -> 1.1 documentation 2008-08-10 11:57 xkr47 * JMegaHalAI/src/net/sourceforge/ppf/plugin/jmegahalai/JMegaHalAIPlugin.java: Updated version to 1.1 2008-08-10 11:54 deaded * Countdown/: jep-2.4.1.jar, .classpath: [no log message] 2008-08-10 11:00 xkr47 * Log/src/net/sourceforge/ppf/plugin/logplugin/LogPlugin.java: code cleanup (no functional changes) 2008-08-10 10:44 deaded * Roulette/src/net/sourceforge/ppf/plugin/rouletteplugin/RoulettePlugin.java: Added authLevel to spin command 2008-08-10 10:39 deaded * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Fixed the regexp a bit 2008-08-10 10:29 xkr47 * PPF/build.xml: Lock java version to 1.5 2008-08-10 10:19 xkr47 * PPF/lib/pircbot.jar: Recompiled pircbot with java 1.5 2008-08-08 05:33 rizzo * PPF/docs/forrest/src/documentation/content/xdocs/: contributors.xml, plugins/piespy.xml: Adding piespy information to docs and contributors 2008-08-06 17:20 deaded * PieSpy/: .project, .classpath: [no log message] 2008-07-30 00:09 xkr47 * PPF/: lib/pircbot.jar, src/net/sourceforge/ppf/PPF.java: Improved PircBot to export the "verbose" flag through the isVerbose() method. This way we can stop using super.log() in our log() implementation and always log through log4j, yet honor the verbose configuration option. 2008-07-14 10:48 dsilfvas * Jaiku/: JaikuConfig_template.xml, src/net/sourceforge/ppf/plugin/jaikuplugin/JaikuPlugin.java, src/net/sourceforge/ppf/plugin/jaikuplugin/Scheduler.java, src/net/sourceforge/ppf/plugin/jaikuplugin/jaikee/Jaikee.java, src/net/sourceforge/ppf/plugin/jaikuplugin/jaikee/JaikuEntry.java: Added support for commenting on Jaiku entries directly from IRC Fixed a problem with multiple simultaneous Jaiku entries being posted in the wrong order Added relative time info to jaiku entries that are more than 30 minutes old 2008-07-07 16:06 deaded * GeeklogSearch/src/net/sourceforge/ppf/plugin/geeklogsearch/GeeklogSearchPlugin.java: Fixed copy-paste error 2008-07-03 23:20 deaded * GeeklogSearch/: .classpath, .cvsignore, .project, GeeklogSearchConfig_template.xml, build.xml, commons-codec-1.3.jar, httpunit.jar, js-1.6R5.jar, jtidy-4aug2000r7-dev.jar, src/net/sourceforge/ppf/plugin/geeklogsearch/GeeklogSearchPlugin.java: First version 2008-07-01 08:45 deaded * ServerAdminHelperHL2/src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java: Fixed copy-paste error for config reading 2008-06-25 11:56 deaded * ServerAdminHelperHL2/src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java: Increased version number 2008-06-25 11:54 deaded * ServerAdminHelperHL2/: ServerAdminHelperHL2Config_template.xml, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerInfo.java: Added support for showing IRC !say senders nick as a prefix to the message 2008-06-25 11:44 deaded * ServerAdminHelperHL2/ServerAdminHelperHL2Config_template.xml: removed unused config - each server has its own commandRconSay config as each should be different 2008-06-25 10:44 deaded * ServerAdminHelperHL2/: ServerAdminHelperHL2Config_template.xml, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/LogReaderThread.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java: Added auto detection of IP if a site local or loopback address was found by InetAddress.getLocalHost 2008-05-19 20:12 deaded * Pug/.cvsignore: [no log message] 2008-05-19 20:05 deaded * Pug/: PugConfig_template.xml, changes.txt, build.xml, src/net/sourceforge/ppf/plugin/pug/Pug.java: [no log message] 2008-05-10 10:01 deaded * PPF/src/net/sourceforge/ppf/PPF.java: fixed bug where liveInfo wasn't getting a channel if no topic was set for that channel 2008-04-09 07:03 rizzo * PieSpy/src/net/sourceforge/ppf/plugin/piespy/PieSpyPlugin.java: This has nothing to do with piespy, should be handled higher up 2008-04-08 16:13 rizzo * PieSpy/PieSpyConfig_template.xml: Removing unused configuration values 2008-04-08 15:56 rizzo * PieSpy/: .cvsignore, PieSpyConfig_template.xml, SocNet.jar, build.xml, src/net/sourceforge/ppf/plugin/piespy/PieSpyPlugin.java: Initial revision 2008-04-08 15:56 rizzo * PieSpy/: .cvsignore, PieSpyConfig_template.xml, SocNet.jar, build.xml, src/net/sourceforge/ppf/plugin/piespy/PieSpyPlugin.java: PieSpy import 2008-03-02 22:46 dsilfvas * Jaiku/: .classpath, JaikuConfig_template.xml, plugin_snippet.txt, src/net/sourceforge/ppf/plugin/jaikuplugin/Configuration.java, src/net/sourceforge/ppf/plugin/jaikuplugin/Scheduler.java, src/net/sourceforge/ppf/plugin/jaikuplugin/JaikuPlugin.java: Removed feed reader function as RSS/ATOM support is already provided by the FeedReader plugin 2008-02-22 18:07 dsilfvas * Jaiku/: JaikuConfig_template.xml, build.xml: Cleanups 2008-02-22 18:07 dsilfvas * PPF/: PPFConfig_template.xml, build.xml, docs/forrest/src/documentation/content/xdocs/contributors.xml, docs/forrest/src/documentation/content/xdocs/site.xml, docs/forrest/src/documentation/content/xdocs/plugins/jaiku.xml: Added JaikuPlugin 2008-02-22 17:27 dsilfvas * Jaiku/: src/net/sourceforge/ppf/plugin/jaikuplugin/jaikee/Jaikee.java, src/net/sourceforge/ppf/plugin/jaikuplugin/jaikee/JaikuEntry.java, src/net/sourceforge/ppf/plugin/jaikuplugin/jaikee/JaikuException.java, src/net/sourceforge/ppf/plugin/jaikuplugin/jaikee/JaikuPresence.java, .classpath, .cvsignore, .project, JaikuConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/jaikuplugin/Configuration.java, src/net/sourceforge/ppf/plugin/jaikuplugin/Connection.java, src/net/sourceforge/ppf/plugin/jaikuplugin/CoreException.java, src/net/sourceforge/ppf/plugin/jaikuplugin/IrcException.java, src/net/sourceforge/ppf/plugin/jaikuplugin/JaikuPlugin.java, src/net/sourceforge/ppf/plugin/jaikuplugin/Scheduler.java, src/net/sourceforge/ppf/plugin/jaikuplugin/reader/JSONJaikuReader.java, src/net/sourceforge/ppf/plugin/jaikuplugin/reader/JaikuReader.java: JaikuPlugin v1.0 2008-02-09 09:25 xkr47 * Log/LogConfig_template.xml: Change Log plugin template to reflect code change (and keep old behaviour) 2008-01-17 17:53 deaded * FeedReader/: .classpath, rome-0.7.jar, rome-fetcher-0.7.jar: Updated to use Rome 0.9 2008-01-17 16:38 deaded * FeedReader/: src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java, rome-0.9.jar, rome-fetcher-0.9.jar: Updated to use Rome 0.9 2007-12-29 17:37 deaded * ServerAdminHelper/src/net/sourceforge/ppf/plugin/serveradminhelperplugin/: LogReaderThread.java, ServerAdminHelperPlugin.java: escape names with $ in 2007-12-29 17:12 deaded * Roulette/src/net/sourceforge/ppf/plugin/rouletteplugin/RoulettePlugin.java: added config and ability to spin for someone else 2007-12-29 17:12 deaded * Roulette/build.xml: added template copying for release 2007-12-29 17:10 deaded * Roulette/: RouletteConfig_template.xml, .cvsignore: [no log message] 2007-12-29 17:09 deaded * ComicBot/src/net/sourceforge/ppf/plugin/comicbotplugin/: ComicBotPlugin.java, ComicTest.java: saved pathname works better on other platforms, and colours and formatting are taken away from messages that are used in the strips 2007-12-29 16:36 deaded * CBFinder/CBFinderConfig_template.xml: removed gametype 2007-12-29 16:36 deaded * CBFinder/src/net/sourceforge/ppf/plugin/cbfinderplugin/: CBClanFinder.java, CBFinderPlugin.java: fixed to work with latest layout and URL 2007-12-23 21:22 aradon5 * One/.classpath: classpath change 2007-12-23 21:20 aradon5 * One/src/net/sourceforge/ppf/plugin/one/OneGame.java: Minor Bug Changes 2007-12-22 23:04 aradon5 * One/: src/net/sourceforge/ppf/plugin/one/Card.java, src/net/sourceforge/ppf/plugin/one/One.java, src/net/sourceforge/ppf/plugin/one/OneGame.java, .classpath: Major Version Update: One.java Updated so only has control of scores and interaction with OneGame Class Allows for multiple One games in Multiple channels (Only limitation being the number of lines a particular bot can take in) Updated Help Commands OneGame.java Added to control One Game. Controls all aspects of One that don't have to deal with recorded Score Fixed Reverse with 2 players No long accepts wilds as starting card If a face card (reverse, skip, draw) card is at start, it will act as if the dealer played it Performance Tweaks 2007-11-30 07:24 aradon5 * Countdown/src/net/sourceforge/ppf/plugin/countdownplugin/CountdownPlugin.java: Added User Interface to interact with countdown puzzle. If a user says a valid set of numbers that gives the target, the bot will interact with the user 2007-11-18 20:15 dsilfvas * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: Added Dan Silfvast 2007-11-18 19:17 dsilfvas * TinyUrl/.classpath, TinyUrl/TinyUrlConfig_template.xml, TinyUrl/lib/ARP_license.txt, TinyUrl/lib/arp2.jar, TinyUrl/lib/icu4j.jar, TinyUrl/lib/rdf-api-2001-01-19.jar, TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java, TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TitleReader.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/tinyurl.xml: TinyUrl v2.0: Added titlereader functionality to fetch page titles and display them together with tinyurl output. 2007-11-10 14:04 deaded * Introduction/: .classpath, .cvsignore, .project, IntroductionConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/introduction/Introduction.java: First version 2007-11-04 12:04 deaded * Pug/.cvsignore: [no log message] 2007-11-04 12:03 deaded * Pug/: src/net/sourceforge/ppf/plugin/pug/Pug.java, PugConfig_template.xml: Changed to use config now - now it's a generic PUG bot rather than a dedicated ETQW one 2007-10-27 10:44 xkr47 * AutoOp/: AutoOpConfig_template.xml, src/net/sourceforge/ppf/plugin/autoopplugin/AutoOpPlugin.java, src/net/sourceforge/ppf/plugin/autoopplugin/ExtendedPPFPlugin.java: Fixed to use WHO output for determining of oped or not instead of PPF status (which seems to be wrong after netsplits) Also, first steps towards merged opping. 2007-10-27 09:42 xkr47 * AutoOp/: AutoOpConfig_template.xml, src/net/sourceforge/ppf/plugin/autoopplugin/AutoOpPlugin.java: version 1.2 2007-10-27 09:41 xkr47 * AutoOp/: .classpath, .cvsignore, .project, AutoOpConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/autoopplugin/AutoOpPlugin.java: version 1.1 2007-10-13 12:38 deaded * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: ignore case when nick changes are made 2007-10-13 12:36 deaded * Advertiser/src/net/sourceforge/ppf/plugin/advertiserplugin/AdvertiserPlugin.java: updated version number 2007-10-12 21:34 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/advertiser.xml: added missing advert type 2007-10-12 21:33 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/advertiser.xml: Added support for RANDOM_TIMED adverts 2007-10-12 21:30 deaded * Advertiser/: src/net/sourceforge/ppf/plugin/advertiserplugin/Advert.java, src/net/sourceforge/ppf/plugin/advertiserplugin/AdvertiserPlugin.java, AdvertiserConfig_template.xml: Added support for RANDOM_TIMED adverts 2007-10-11 21:27 aradon5 * One/src/net/sourceforge/ppf/plugin/one/One.java: Updated Documentation 2007-10-11 20:52 aradon5 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/one.xml: added one forrest doc 2007-10-11 19:12 aradon5 * One/: OneConfig.xml, OneConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/one/Card.java, src/net/sourceforge/ppf/plugin/one/One.java, src/net/sourceforge/ppf/plugin/one/Player.java: fixed minor compile errors as well as added Config_template 2007-10-11 18:51 aradon5 * One/OneConfig.xml: [no log message] 2007-10-11 18:49 aradon5 * One/: OneConfig.xml, src/net/sourceforge/ppf/plugin/one/Card.java, src/net/sourceforge/ppf/plugin/one/One.java, src/net/sourceforge/ppf/plugin/one/Player.java: Took Deaded's Framework and added several new features including !onestats, !onetop10, !count, Rules. Also, reversed the play order so it is now !play with exception to wilds which is !play 2007-10-01 16:19 deaded * Log/src/net/sourceforge/ppf/plugin/logplugin/LogPlugin.java: updated version number 2007-09-29 12:16 deaded * Log/src/net/sourceforge/ppf/plugin/logplugin/LogPlugin.java: Fixed http://sourceforge.net/tracker/index.php?func=detail&aid=1229309&group_id=86043&atid=578004 2007-09-29 10:05 deaded * PPF/src/net/sourceforge/ppf/gui/PPFConfigFrame.java: removed @Override annotations from used interface methods 2007-09-21 08:28 aradon5 * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: Added Aradon 2007-09-19 00:11 aradon5 * Weather/src/net/sourceforge/ppf/plugin/weatherplugin/WeatherPlugin.java: [no log message] 2007-09-14 22:30 aradon5 * Weather/: .cvsignore, Weather.jar, src/net/sourceforge/ppf/plugin/weatherplugin/WeatherPlugin.java, src/net/sourceforge/ppf/plugin/weatherplugin/weatherConfig.xml: Adding to CVS 2007-09-14 22:20 aradon5 * One/src/net/sourceforge/ppf/plugin/one/One.java: Added ability to see Hand w/ !hand Added output of cards when a person draws 2007-09-13 23:59 far2fish * ServerAdminManager/: ServerAdminManagerConfig_template.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Bugfixes in player name operations, and new features in checking teamkills 2007-09-12 23:37 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/: LogReader.java, ServerAdminManagerPlugin.java: Lot's of packages were lost due to IOExceptions so I altered the socket handling 2007-09-12 00:05 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/: LogReader.java, ServerAdminManagerPlugin.java: Some bugfixes and some new TODO items 2007-09-11 19:28 far2fish * ServerAdminManager/: ServerAdminManagerConfig_template.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Rewritten to a more secure architecture where only one port needs to be opened, and we are now checking the origon on the log messages 2007-09-10 16:49 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java: Added VAC ban support 2007-09-10 14:53 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Bugfix, was: date, should have been: timestamp 2007-09-10 14:50 far2fish * ServerAdminManager/: .cvsignore, ServerAdminManagerConfig_template.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Lot's of new features on spy management 2007-09-08 21:34 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Added more TODO tasks 2007-09-08 21:27 far2fish * ServerAdminManager/: ServerAdminManagerConfig_template.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: Changed $server to $serverId for spying 2007-09-07 23:39 far2fish * ServerAdminManager/: ServerAdminManagerConfig_template.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: Added support fro getReason() plus some minor bugfixes 2007-09-07 16:20 deaded * Pug/: .classpath, .cvsignore, .project, build.xml, src/net/sourceforge/ppf/plugin/pug/Pug.java: First version, more to be done soon 2007-09-03 18:48 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java: Removed one logline to prevent spam 2007-09-03 18:19 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Adding support for getting a spy reason 2007-08-21 22:32 far2fish * ServerAdminManager/: src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java, ServerAdminManagerConfig_template.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Rewritten to use XML repository instead of Derby 2007-08-21 19:26 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: A minor logging bug 2007-08-21 18:45 deaded * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java: implemented checkBan() 2007-08-21 18:42 deaded * ServerAdminManager/ServerAdminManagerConfig_template.xml: removed admin from template - not available from logs 2007-08-21 18:40 far2fish * ServerAdminManager/ServerAdminManagerConfig_template.xml: Added colors 2007-08-21 18:38 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java: Minor changes 2007-08-21 18:38 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: Bugfixes 2007-08-21 16:56 deaded * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/: LogReader.java, ServerAdminManagerPlugin.java: LogReader now run as a Thread 2007-08-20 22:24 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java: Added logging, and commented out startReading(), but this class still doesn't work. It seems it's causing a neverending loop in the plugin 2007-08-20 18:22 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: Bug fix 2007-08-20 18:05 po0ky * PPF/src/net/sourceforge/ppf/: DccChatRoom.java, PPF.java, PPFPlugin.java, PluginManager.java, gui/ChannelDialog.java, gui/NickDialog.java, gui/PPFConfigFrame.java, gui/PluginDialog.java, gui/ServerDialog.java, simplewebserver/RequestThread.java, simplewebserver/SimpleWebServer.java, util/PPFResourceBundle.java, util/StringFormatRelation.java, util/StringUtil.java: All 'unchecked conversion' are gone (except for 4 because of org.jdom.*). Made all Iterators type safe. Added @Override annotation where needed. 2007-08-20 17:02 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Forced uppercase added 2007-08-20 16:59 far2fish * ServerAdminManager/src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: Removed dummy main method with only test data 2007-08-20 16:47 far2fish * PPF/PPFConfig_template.xml: Added ServerAdminManager to config 2007-08-20 16:40 far2fish * ServerAdminManager/: Apache-Derby-License.txt, ServerAdminManagerConfig_template.xml, derby.jar, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/Surveiller.java: Adding support for spying on steamids 2007-08-20 15:07 far2fish * DBQuery/src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Workspace compliancy changed to Java 5.0 2007-08-16 20:21 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: added Server Admin Manager plugin link 2007-08-16 20:19 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/serveradminmanager.xml: first attempt - not finished 2007-08-16 19:51 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/serverquery.xml: updated for 2.4 changes 2007-08-16 19:49 far2fish * ServerAdminManager/ServerAdminManagerConfig_template.xml: Added two additional command triggers 2007-08-13 19:35 deaded * ServerAdminManager/: .classpath, .cvsignore, .project, ServerAdminManagerConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/LogReader.java, src/net/sourceforge/ppf/plugin/serveradminmanagerplugin/ServerAdminManagerPlugin.java: Preliminary version of the plugin, functional but more work required 2007-08-13 19:11 deaded * ServerQuery/: ServerQueryConfig_template.xml, changes.txt, src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java: added config for commands for auth levels and output destination 2007-07-12 22:48 xkr47 * PPF/.cvsignore: ignore PPF.jar also 2007-07-12 22:47 xkr47 * PPF/lib/pircbot.jar: Fix reconnect problem 2007-06-13 20:02 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/script.xml: fixed typo 2007-06-05 16:28 deaded * PPF/build.xml: Added One plugin 2007-06-03 13:58 deaded * One/: .classpath, .cvsignore, .project, build.xml, src/net/sourceforge/ppf/plugin/one/Card.java, src/net/sourceforge/ppf/plugin/one/One.java, src/net/sourceforge/ppf/plugin/one/Player.java: First version 2007-04-15 16:44 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/: contributors.xml, site.xml, plugins/ldapquery.xml: Updated the documentation regarding LDAPQuery plugin 2007-04-15 16:19 far2fish * PPF/PPFConfig_template.xml: Added a LDAPQuery plugin 2007-04-15 16:15 far2fish * LDAPQuery/: LDAPQueryConfig_template.xml, src/net/sourceforge/ppf/plugin/ldapqueryplugin/LDAPQueryPlugin.java: First working version - no parameter support 2007-04-14 23:44 far2fish * LDAPQuery/src/net/sourceforge/ppf/plugin/ldapqueryplugin/LDAPQueryPlugin.java: Fixed most warnings in the code. Some few warnings were suppressed for now 2007-04-14 23:33 far2fish * LDAPQuery/src/net/sourceforge/ppf/plugin/ldapqueryplugin/LDAPQueryPlugin.java: First draft on calling the LDAP class and sending ouput to channel 2007-04-13 18:30 xkr47 * Script/src/net/sourceforge/ppf/plugin/scriptplugin/: ScriptEngine.java, ScriptPlugin.java: Call the BSF.terminate() when plugin is unloaded. Added passing of "init" and "unload" events to the scripts. 2007-04-13 17:57 xkr47 * Script/: ScriptConfig_template.xml, bsfperl.jar, scripts/sample.pl: Perl support 2007-04-10 23:48 far2fish * LDAPQuery/: .classpath, .cvsignore, .project, LDAPQueryConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/ldapqueryplugin/LDAP.java, src/net/sourceforge/ppf/plugin/ldapqueryplugin/LDAPQueryPlugin.java: Initial codebase for a new plugin 2007-04-10 21:33 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/faq.xml: Fixed on spelling error, and added a paragraph about running PPF on BSD/Linux 2007-04-09 13:30 far2fish * DBQuery/src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Cosmetic change in logging 2007-04-08 22:45 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: advertiser.xml, ascii.xml, badwords.xml, baseconvert.xml, bash.xml, bf2bot.xml, bfmatch.xml, bftracks.xml, calc.xml, cbfinder.xml, channelcentral.xml, chucknorris.xml, comicbot.xml, countdown.xml, dbquery.xml, dict.xml, die.xml, edfinder.xml, eightball.xml, faq.xml, google.xml, html2irc.xml, httprequest.xml, imdb.xml, infobot.xml, insult.xml, jmegahalai.xml, karma.xml, links.xml, log.xml, mysqlquery.xml, plugin_template.xml, poll.xml, reminder.xml, roulette.xml, say.xml, script.xml, seen.xml, serveradminhelper.xml, serveradminhelperhl2.xml, serveradminshouter.xml, serverauth.xml, serverquery.xml, shoutcast.xml, simple.xml, tell.xml, time.xml, tinyurl.xml, todo.xml, translate1337.xml, triggermessage.xml, unitconvert.xml, usergreeting.xml, wiki.xml: Updated the URL to contributors.html 2007-04-08 22:22 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: serverquery.xml, simple.xml, tell.xml, tinyurl.xml, triggermessage.xml: Updated versionnumber and added a history record 2007-04-08 22:06 deaded * PPF/docs/forrest/src/documentation/content/xdocs/developers/todo-plugin.xml: updated for 0.5 locations 2007-04-08 21:54 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/seen.xml: Updated versionnumber and added a history record 2007-04-08 21:53 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Moved load of Script doc to ensure alphabetic order 2007-04-08 21:49 deaded * PPF/docs/forrest/src/documentation/content/xdocs/developers/helloworld.xml: updated for 0.5 locations 2007-04-08 21:43 far2fish * Poll/src/net/sourceforge/ppf/plugin/pollplugin/Poll.java: Added Plugin ID and Name to simplify relation to the docs 2007-04-08 21:32 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: channelcentral.xml, comicbot.xml, feedreader.xml, html2irc.xml: updated version information 2007-04-08 21:32 deaded * PPF/PPFConfig_template.xml: added missing plugin 2007-04-08 21:27 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/: plugins/todo.xml, site.xml: Added documentation for the TODO plugin 2007-04-08 21:10 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/bf2bot.xml: updated version information 2007-04-08 21:09 deaded * BF2Bot/build.xml: added properties files and python script to deploy build 2007-04-08 20:44 deaded * BF2Bot/BF2BotConfig_template.xml: added missing element 2007-04-08 20:26 deaded * BFMatch/BFMatchConfig_template.xml: added missing element 2007-04-08 20:25 deaded * PPF/PPFConfig_template.xml: bf2bot plugin fixed 2007-04-08 20:19 far2fish * TODO/src/net/sourceforge/ppf/plugin/todoplugin/TODOPlugin.java: Added a space after the translated "Added TODO" to improve readability when this output is printed to the channel 2007-04-08 20:08 deaded * PPF/PPFConfig_template.xml: changed some default load settings and removed plugin config for plugins that are not included in this release (0.5) 2007-04-08 20:03 deaded * PPF/docs/forrest/src/documentation/resources/images/config_plugins_dlg.gif: changed to show Die plugin so it can be used in quick start guide as well 2007-04-08 20:02 far2fish * PPF/build.xml: Added four new copy tasks to the target copy.bat to include those files needed for running PPF as a Windows Service. 2007-04-08 19:55 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: added Quick Start Guide 2007-04-08 19:55 deaded * PPF/docs/forrest/src/documentation/content/xdocs/quickstart.xml: first doc version 2007-04-08 19:53 deaded * PPF/docs/forrest/src/documentation/content/xdocs/index.xml: date finalised 2007-04-06 21:42 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: Changed the URL to my website 2007-04-06 21:42 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/dbquery.xml: Added info about teh paramSeparator and a link to java.sql.PreparedStatement 2007-04-06 19:48 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/html2irc.xml: fixed inner CDATA display 2007-04-06 18:35 deaded * PPF/docs/forrest/src/documentation/resources/images/developers/ppf-dir.gif: removed already replaced image 2007-04-06 18:34 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: added html2irc and script 2007-04-06 18:33 deaded * PPF/docs/forrest/src/documentation/resources/images/developers/: ppf-dir-system.jpg, ppf-dir.jpg: supporting images for dev index 2007-04-06 18:33 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/serveradminhelperhl2.xml: fixed forrest issues, typo, and history order 2007-04-06 18:33 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/serveradminhelper.xml: fixed forrest issues 2007-04-06 18:32 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: html2irc.xml, script.xml: First version of doc for this plugin 2007-04-06 18:31 deaded * PPF/docs/forrest/src/documentation/content/xdocs/developers/index.xml: updated for 0.5 locations 2007-04-06 15:05 jawe * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/serveradminhelper.xml, plugins/serveradminhelperhl2.xml: added docs for the ServerAdminHelper and ServerAdminHelperHL2 plugins 2007-04-05 23:32 far2fish * DBQuery/src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Added a local method getLocalTextFromDoc, which I use someplaces instead of getTextFromDoc, because I can't live with jdom stripping away spaces 2007-04-05 16:38 far2fish * DBQuery/DBQueryConfig_template.xml: Added the UPPER operator to the sample statements to avoid common support calls 2007-03-31 12:56 xkr47 * Ascii/build.xml, BF2Bot/build.xml, BFMatch/build.xml, BFTracks/build.xml, BadWords/build.xml, BaseConvert/build.xml, Bash/build.xml, CBFinder/build.xml, Calc/build.xml, ChannelCentral/build.xml, ChuckNorris/build.xml, ComicBot/build.xml, Countdown/build.xml, DBQuery/build.xml, Dict/build.xml, Die/build.xml, EDFinder/build.xml, EightBall/build.xml, FAQ/build.xml, FeedReader/build.xml, GameMonitor/build.xml, HTTPRequest/build.xml, HlLogSearch/build.xml, IRS/build.xml, InfoBot/build.xml, Insult/build.xml, JMegaHalAI/build.xml, Karma/build.xml, Links/build.xml, Log/build.xml, MySqlQuery/build.xml, NNTP/build.xml, NickHolder/build.xml, Poll/build.xml, Reminder/build.xml, Roulette/build.xml, SHOUTcast/build.xml, Say/build.xml, Script/build.xml, Seen/build.xml, ServerAdminHelper/build.xml, ServerAdminHelperHL2/build.xml, ServerAdminShouter/build.xml, ServerAuth/build.xml, ServerQuery/build.xml, Simple/build.xml, SimpleDccChatRoom/build.xml, Tell/build.xml, Time/build.xml, TinyUrl/build.xml, Translate1337/build.xml, TriggerMessage/build.xml, UnitConvert/build.xml, UserGreeting/build.xml, WarArranger/build.xml, WebChat/build.xml, html2irc/build.xml: adjust whitespace so build.xml:s look more the same. also fixed some copypaste bugs (some project names were wrong) 2007-03-31 11:40 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/jmegahalai.xml: Added note that brain is (now) also saved on unload 2007-03-31 11:37 xkr47 * JMegaHalAI/src/net/sourceforge/ppf/plugin/jmegahalai/JMegaHalAIPlugin.java: autosave brain on unload 2007-03-31 11:35 xkr47 * TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java: fixed url regexps to allow ~ character in paths 2007-03-09 11:02 deaded * Script/build.xml: fixed release target to copy config and scripts 2007-03-01 18:42 deaded * PPF/docs/forrest/src/documentation/content/xdocs/index.xml: note about demo being removed 2007-02-25 13:25 deaded * PPF/docs/forrest/src/documentation/content/xdocs/user-guide.xml: updated for config changes 2007-02-25 13:25 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: removed link for flash demo for config 2007-02-25 12:30 deaded * PPF/src/net/sourceforge/ppf/PPF.java: added convenience methods for pluginmanager access for use in the web server velocity engine 2007-02-25 12:03 deaded * PPF/web-templates/common/header.vm: removed Configure menu item 2007-02-25 11:57 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/feedreader.xml, FeedReader/.classpath, FeedReader/FeedReaderConfig_template.xml, FeedReader/rome-0.7.jar, FeedReader/rome-0.9.jar, FeedReader/rome-fetcher-0.7.jar, FeedReader/rome-fetcher-0.9.jar, FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: Reverted to rome 0.7 Added command !announce Fixed NPE when an entry's description was null Incremented version (beta6 for now) 2007-02-25 11:11 deaded * PPF/docs/forrest/src/documentation/resources/images/: config_main.gif, config_nicks.gif, config_nicks_dlg.gif, config_plugins.gif, config_plugins_dlg.gif, config_servers.gif, config_channels.gif, config_channels_dlg.gif, config_servers_dlg.gif, config_webserver.gif: updated for config changes 2007-02-25 10:42 deaded * PPF/docs/forrest/src/documentation/content/xdocs/project-info.xml: changed listed JRE to 1.5 2007-02-24 14:11 deaded * PPF/src/net/sourceforge/ppf/PPF.java: added checking for plugin state when calling loadplugin - fixes loadplugin bug 2007-02-24 14:09 deaded * PPF/src/net/sourceforge/ppf/PluginManager.java: added public method to check if the plugin is loaded 2007-02-24 14:03 deaded * Seen/src/net/sourceforge/ppf/plugin/seenplugin/SeenPlugin.java: won't try to save if config wasn't loaded 2007-02-24 13:35 deaded * Seen/src/net/sourceforge/ppf/plugin/seenplugin/SeenPlugin.java: Added check around config loading - now the plugin will load even if config is missing (and not throw NPE) 2007-02-24 13:29 deaded * Bash/.cvsignore, EightBall/.cvsignore: added config file 2007-02-24 12:33 cocane * ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java: fixed the you forgot to enter a channel crap. 2007-02-24 12:29 edorfaus * InfoBot/src/net/sourceforge/ppf/plugin/infobotplugin/InfoBotPlugin.java: Added plugin ID string. 2007-02-24 12:27 edorfaus * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: No I didn't - I committed the wrong file - now backing out changes. 2007-02-24 12:16 edorfaus * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Added plugin ID string. 2007-02-24 10:30 deaded * PPF/docs/forrest/src/documentation/content/xdocs/index.xml: added quick info about future direction 2007-02-23 01:41 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/poll.xml: Added documentation for the Poll plugin. 2007-02-23 01:39 edorfaus * Poll/: PollConfig_template.xml, src/net/sourceforge/ppf/plugin/pollplugin/PollPlugin.java: Fixed !ForgetPoll, upped version to 1.0 in preparation for release, and removed not-yet-implemented options from config template. 2007-02-23 00:34 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/time.xml: Fixed a typo. 2007-02-22 23:02 edorfaus * Wiki/build.xml: Modified to copy the jar to the right directory on Release, and to include the config file. 2007-02-19 01:47 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: google.xml, infobot.xml: Fixed link to contributors page for Bananeweizen 2007-02-19 01:33 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/infobot.xml: Added documentation for the InfoBot plugin. 2007-02-19 01:23 edorfaus * InfoBot/: InfoBot_de.properties, InfoBot_en.properties, src/net/sourceforge/ppf/plugin/infobotplugin/InfoBotPlugin.java: Fixed some minor issues in the language files, and upped the version from 0.1 to 1.1. 2007-02-18 14:53 deaded * PPF/src/net/sourceforge/ppf/gui/PPFConfigFrame.java: Added support for newer config elements 2007-02-18 14:53 deaded * PPF/build.xml: added config.bat and config.sh handling 2007-02-18 14:52 deaded * PPF/misc/: config.bat, config.sh: Start script for the PPFConfig.xml GUI editor 2007-02-18 12:30 deaded * PPF/PPFConfig_template.xml: updated verbose element 2007-02-18 12:21 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: added Reminder 2007-02-18 12:21 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/reminder.xml: First version of doc 2007-02-18 10:58 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: baseconvert.xml, httprequest.xml: Changed some formatting for Forrest 2007-02-18 10:47 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/unitconvert.xml: Changed some formatting for Forrest 2007-02-18 01:34 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/httprequest.xml: Added documentation for the HTTPRequest plugin. 2007-02-18 00:42 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/time.xml: Added documentation for the Time plugin. 2007-02-17 23:46 edorfaus * html2irc/html2ircConfig_template.xml: Updated regexp for google results to match after Google changed their HTML. 2007-02-17 23:43 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/baseconvert.xml, plugins/unitconvert.xml: Added plugin documentation for plugins BaseConvert and UnitConvert 2007-02-17 23:39 edorfaus * UnitConvert/UnitConvertConfig_template.xml: Added a set of area units, and a couple of others. 2007-02-17 23:37 edorfaus * UnitConvert/src/net/sourceforge/ppf/plugin/unitconvertplugin/UnitConvertPlugin.java: Fixed a comment, and added a warning message on stderr when config file contains more than one unit with the same ID. 2007-02-17 12:46 deaded * PPF/.cvsignore: added cachedir 2007-02-17 12:44 deaded * ServerAuth/src/net/sourceforge/ppf/plugin/serverauthplugin/ServerAuthPlugin.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/serverauth.xml: Updated version info 2007-02-17 09:53 cocane * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: just added me :> 2007-02-17 09:06 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/google.xml: Updated current version and change history after updating regexp yet again. 2007-02-17 09:02 edorfaus * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Changed result matching regexp because Google changed their HTML (again). Also changed the default TLD to .com to be more general. 2007-02-16 18:52 deaded * PPF/src/net/sourceforge/ppf/PPF.java: added method to get configured channels and also a dummy to help with config loading 2007-02-16 18:51 deaded * PPF/misc/digester-rules-bot.xml: updated verbose element 2007-02-16 18:50 deaded * ServerAuth/src/net/sourceforge/ppf/plugin/serverauthplugin/ServerAuthPlugin.java: added check for channels missed when starting, probably due to be registered and not authed by then 2007-02-11 18:32 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/faq.xml: Added docs for installing a Windows service for PPF 2007-02-11 18:21 far2fish * PPF/misc/: JavaService.exe, JavaService.license, removeService.cmd, runAsService.cmd, runAsService.txt: Added support for running PPF as a Windows service. 2007-02-11 18:09 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Updated site file with link to the docs for the Wiki plugin 2007-02-11 18:09 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/wiki.xml: Initial docs for the Wiki plugin 2007-02-11 16:52 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/index.xml: No longer try to keep a list of "global" changes 2007-02-11 16:24 deaded * PPF/build.xml: Updated version info and removed some plugins from current Release 2007-02-11 16:23 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Added some more plugins and fixed Browse CVS link 2007-02-11 16:23 deaded * PPF/docs/forrest/src/documentation/content/xdocs/project-info.xml: More emphasis on the plugins 2007-02-11 16:22 deaded * PPF/docs/forrest/src/documentation/content/xdocs/index.xml: Added a comment and a placeholder for a release date Feb 2007 :P 2007-02-11 16:22 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: bf2bot.xml, chucknorris.xml, countdown.xml, insult.xml, karma.xml: First doc version for these plugins 2007-02-11 13:38 deaded * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: added Bananeweizen 2007-01-19 23:28 jawe * FeedReader/TODO.txt: more ideas :) 2007-01-19 23:28 jawe * FeedReader/: .classpath, rome-0.7.jar, rome-0.9.jar, rome-fetcher-0.7.jar, rome-fetcher-0.9.jar: upgraded to rome 0.9 2007-01-19 23:27 jawe * PPF/: PPFConfig_template.xml, build.xml: added Script plugin 2007-01-19 23:27 jawe * Script/.cvsignore: added bin dir 2007-01-19 18:31 deaded * Script/: .classpath, jacl.jar, jruby.jar, tcljava.jar, scripts/sample.bsh, scripts/sample.groovy, scripts/sample.py, scripts/sample.rb, scripts/sample.tcl, .cvsignore, .project, ScriptConfig_template.xml, bsf.jar, bsh-2.0b4.jar, build.xml, groovy-all-1.0.jar, jython.jar, src/net/sourceforge/ppf/plugin/scriptplugin/FileFilter.java, src/net/sourceforge/ppf/plugin/scriptplugin/ScriptEngine.java, src/net/sourceforge/ppf/plugin/scriptplugin/ScriptPlugin.java: First version of a Script plugin 2007-01-19 18:26 deaded * PPF/src/log4j.properties: Added BSF Info level 2007-01-17 18:08 deaded * WebChat/src/net/sourceforge/ppf/plugin/webchatplugin/WebChatPlugin.java: fixed some errors 2007-01-17 18:00 deaded * BF2Bot/misc/bf2bot.py: Few fixes 2007-01-17 18:00 deaded * BF2Bot/RconEd.jar: Updated support 2007-01-17 17:59 deaded * BF2Bot/src/net/sourceforge/ppf/plugin/bf2botplugin/: BF2BotExtension.java, BF2BotPlugin.java, BF2Thread.java, IBF2BotExtension.java: Adding extension capabilities 2007-01-14 11:45 jawe * Die/.cvsignore: the usual exclusion of compiled files :) 2007-01-12 11:04 jawe * Wiki/Wiki.jar: should not be in source control 2007-01-12 11:01 jawe * ServerAdminHelperHL2/.classpath: added missing build path reference to QueriEd.jar 2007-01-12 11:00 jawe * PPF/PPFConfig_template.xml: added all available plugins ... maybe need to sort out the broken/unfinished ones 2007-01-12 09:24 jawe * ServerAuth/.classpath, Poll/.classpath, Poll/.project, UnitConvert/.classpath, UnitConvert/.project, BaseConvert/.classpath, BaseConvert/.project, Time/.classpath, Time/.project: added/updated proper eclipse project files 2007-01-12 09:23 jawe * PPF/build.xml: now building all available plugins in Release target 2007-01-12 09:22 jawe * Wiki/build.xml: bugfixes 2007-01-11 21:18 xkr47 * TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java: Fix to remove ) after url if ( present before 2007-01-11 06:38 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/say.xml: compatibility with forrest-0.7 2007-01-11 06:20 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/say.xml: compatibility with forrest-0.7 2007-01-07 20:04 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/google.xml: Updated change history with several versions worth of information. 2007-01-07 18:29 edorfaus * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Fixed the result matching regexp after the google site changed again 2007-01-06 21:30 cocane * ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java: proper onNotice and onPrivateMessage implementation, use /msg <#channel> or /notice <#channel> 2007-01-06 19:21 cocane * ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java: added handlers for onPrivateMessage and onNotice 2007-01-05 16:01 cocane * GameMonitor/src/net/sourceforge/ppf/plugin/gamemonitorplugin/GameMonitorPlugin.java: even more regex finetuning 2007-01-05 15:01 cocane * GameMonitor/src/net/sourceforge/ppf/plugin/gamemonitorplugin/GameMonitorPlugin.java: bettern patterns for more server info 2007-01-05 13:41 cocane * GameMonitor/src/net/sourceforge/ppf/plugin/gamemonitorplugin/GameMonitorPlugin.java: updated patterns 2007-01-05 13:36 cocane * html2irc/: .classpath, .cvsignore, .project, build.xml, html2ircConfig_template.xml, src/net/sourceforge/ppf/plugin/html2ircplugin/html2ircObject.java, src/net/sourceforge/ppf/plugin/html2ircplugin/html2ircPlugin.java: First upload. Feedback to ppf@kyoss.net or in #deaded. cheers 2007-01-05 13:19 cocane * GameMonitor/: .classpath, .cvsignore, .project, GameMonitorConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/gamemonitorplugin/GameMonitorPlayer.java, src/net/sourceforge/ppf/plugin/gamemonitorplugin/GameMonitorPlugin.java: First Upload. Thx to deaded again for helping me with CVS. cheers all 2007-01-01 17:05 deaded * PPF/src/net/sourceforge/ppf/: PPF.java, PluginManager.java: Refactored plugiin functionality to PluginManagement 2006-12-15 22:36 far2fish * DBQuery/: DBQueryConfig_template.xml, src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Added support for a customizable parameter separator 2006-12-10 19:12 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/dbquery.xml: Incremented PLUGIN_VERSION to 1.1 2006-12-10 19:08 far2fish * DBQuery/src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Incremented PLUGIN_VERSION to 1.1 2006-12-10 16:12 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/dbquery.xml: Support for parameters in a PreparedStatement. Thus updating documentation for the DBQuery plugin 2006-12-10 15:36 far2fish * DBQuery/DBQueryConfig_template.xml: Formatting issues 2006-12-10 15:35 far2fish * DBQuery/: DBQueryConfig_template.xml, src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Support for parameters in a PreparedStatement Support for OGame queries 2006-12-10 01:52 far2fish * DBQuery/DBQueryConfig_template.xml: Formatting issues 2006-12-10 01:50 far2fish * DBQuery/src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Supressing unchecked warnings 2006-12-10 01:47 far2fish * DBQuery/src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Supressing unused warnings 2006-12-10 01:44 far2fish * DBQuery/: DBQueryConfig_template.xml, src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java: Adding support for parameters in a PreparedStatement 2006-12-06 14:19 xkr47 * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Extracted document saving from addItemToList() and removeItemFromList() to saveDoc() and saveDocAs(String file) which allows users to call it manually. 2006-11-19 17:29 xkr47 * PPF/misc/PPF.sh: Fixed argument passing 2006-10-09 21:31 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/say.xml, Say/SayConfig_template.xml, Say/src/net/sourceforge/ppf/plugin/sayplugin/SayPlugin.java: Updated configuration file to be more flexible, deprecating the old-style config in the process, and updated the docs to match. 2006-09-29 08:53 bananeweizen * Wiki/.cvsignore: cvsignore bin, config, jar 2006-09-29 08:53 bananeweizen * Calc/.cvsignore, Seen/.cvsignore, Google/.cvsignore, Dict/.cvsignore: cvsignore config XML 2006-09-29 08:51 bananeweizen * PPF/.cvsignore: cvsignore lck files (when running directly from dev source) 2006-09-29 08:47 bananeweizen * PPF/src/net/sourceforge/ppf/PPFPlugin.java: another convinience method for getting language strings 2006-09-29 08:46 bananeweizen * FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: remove some tags in content of feed (for display only) 2006-09-29 07:51 bananeweizen * InfoBot/: .classpath, .project, InfoBot_de.properties, InfoBot_en.properties, build.xml, src/net/sourceforge/ppf/plugin/infobotplugin/InfoBotPlugin.java: converted to Eclipse Java project i18n German and English 2006-09-28 08:40 bananeweizen * Seen/: src/net/sourceforge/ppf/plugin/seenplugin/SeenPlugin.java, Seen_de.properties, Seen_en.properties: i18n German and English fixes 2006-09-25 07:54 bananeweizen * Wiki/: .classpath, .project, Wiki.jar, WikiConfig_template.xml, build.xml: initial project and config files 2006-09-25 07:52 bananeweizen * Wiki/src/net/sourceforge/ppf/plugin/wiki/WikiPlugin.java: initial source 2006-09-24 21:19 bananeweizen * Seen/: Seen_de.properties, Seen_en.properties, build.xml, src/net/sourceforge/ppf/plugin/seenplugin/SeenPlugin.java: remember seen nicks over sessions i18n: English, German 2006-09-24 21:18 bananeweizen * PPF/src/net/sourceforge/ppf/PPFPlugin.java: multiple methods for easier retrieval of language ressource strings 2006-09-24 21:07 bananeweizen * FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: new format keyword for feeds: $content 2006-09-24 21:05 bananeweizen * Google/: GoogleConfig_template.xml, src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: selectable TLD for google search 2006-09-24 14:39 edorfaus * Links/src/net/sourceforge/ppf/plugin/linksplugin/LinksPlugin.java: Added check for existance to !rmlink so that it tells the user if the link was not found, instead of saying it was removed. 2006-09-24 14:38 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/links.xml: Removed output attribute from docs on commandShowLinks since the command doesn't support it. 2006-09-24 13:18 edorfaus * Dict/src/net/sourceforge/ppf/plugin/dictplugin/DictPlugin.java, Dict/DictConfig_template.xml, Dict/build.xml, PPF/docs/forrest/src/documentation/content/xdocs/plugins/dict.xml: Added configuration file to the Dict plugin, fixed the timeout when dict server is down(now a pending dict request doesn't make the bot unresponsive either), added that it responds to private messages, and updated its docs accordingly. 2006-09-24 13:14 edorfaus * Bash/BashConfig_template.xml, Bash/build.xml, Bash/src/net/sourceforge/ppf/plugin/bashplugin/BashPlugin.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/bash.xml: Added configuration file to the Bash plugin, and updated its docs accordingly. 2006-09-24 04:54 edorfaus * EightBall/build.xml, EightBall/src/net/sourceforge/ppf/plugin/eightballplugin/EightBallPlugin.java, EightBall/EightBallConfig_template.xml, PPF/docs/forrest/src/documentation/content/xdocs/plugins/eightball.xml: Added configuration file for command, and updated docs accordingly. 2006-09-19 15:19 deaded * BF2Bot/: .classpath, .cvsignore, .project, RconEd.jar, bf2bot_mapping.properties, build.xml, misc/bf2bot.py, src/net/sourceforge/ppf/plugin/bf2botplugin/BF2BotPlugin.java, src/net/sourceforge/ppf/plugin/bf2botplugin/BF2Thread.java, BF2BotConfig_template.xml: First CVS version 2006-08-03 22:17 deaded * ServerAdminHelperHL2/: QueriEd.jar, RconEd.jar, ServerAdminHelperHL2Config_template.xml, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/LogReaderThread.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerInfo.java: [no log message] 2006-06-28 20:40 deaded * PPF/lib/pircbot.jar: Added 439 error code skipping 2006-05-19 19:43 deaded * Reminder/: .classpath, .project, build.xml, src/net/sourceforge/ppf/plugin/reminderplugin/Reminder.java, src/net/sourceforge/ppf/plugin/reminderplugin/ReminderPlugin.java, src/net/sourceforge/ppf/plugin/reminderplugin/ReminderThread.java, .cvsignore: First Version 2006-05-19 19:23 deaded * Countdown/.classpath, Countdown/.cvsignore, Countdown/.project, Countdown/build.xml, Countdown/src/net/sourceforge/ppf/plugin/countdownplugin/CountdownPlugin.java, Karma/.classpath, Karma/.cvsignore, Karma/.project, Karma/KarmaConfig_template.xml, Karma/build.xml, Karma/src/net/sourceforge/ppf/plugin/karmaplugin/KarmaPlugin.java: First Version 2006-04-22 12:12 jawe * BF2Stats/: BF2StatsConfig_template.xml, src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: * updated according to gamespy API changes * query by pid only, no more queries by nick * permanently caching nick<->pid mappings * added now necessary params to getplayerinfo.aspx 2006-04-16 14:03 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/triggermessage.xml, TriggerMessage/src/net/sourceforge/ppf/plugin/triggermessageplugin/TriggerMessagePlugin.java: Added backreferences to regexp triggers, and updated docs accordingly. 2006-04-13 16:07 deaded * PPF/lib/pircbot.jar: Updated renameUser problem 2006-04-12 14:45 edorfaus * Poll/src/net/sourceforge/ppf/plugin/pollplugin/PollPlugin.java: Fixed isInChan() to work with a getCommonChannels() that returns String[] instead of Iterator. 2006-04-12 01:10 edorfaus * InfoBot/: .project, InfoBotConfig_template.xml, build.xml, nbproject/project.xml, src/net/sourceforge/ppf/plugin/infobotplugin/InfoBotPlugin.java, .cvsignore: Added new plugin: InfoBot Acts as an infobot, learning definitions of words, and spewing them back when asked. Allows multiple definitions of each word. 2006-04-11 16:39 deaded * PPF/lib/pircbot.jar: Updated renameUser problem 2006-04-11 11:53 jawe * ServerAdminHelper/ServerAdminHelperConfig_template.xml: added type attribute and a second example server 2006-04-11 11:50 jawe * ServerAdminHelper/.classpath: removed reference to java system libs 2006-04-11 11:48 jawe * ServerAdminHelper/: .classpath, .cvsignore, .project, RconEd.jar, ServerAdminHelperConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/serveradminhelperplugin/LogReaderThread.java, src/net/sourceforge/ppf/plugin/serveradminhelperplugin/LogReaderThreadHL.java, src/net/sourceforge/ppf/plugin/serveradminhelperplugin/ServerAdminHelperPlugin.java, src/net/sourceforge/ppf/plugin/serveradminhelperplugin/ServerInfo.java: ServerAdminHelperHL2 modified to support HL(1) as well. * added type attribute for config entry * added gameType property to ServerInfo * added LogReaderThreadHL * refactored LogReaderThread to make more code reusable 2006-04-09 15:44 deaded * Insult/: .classpath, .cvsignore, .project, InsultConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/insultplugin/InsultPlugin.java: First Version 2006-04-09 15:30 deaded * ChuckNorris/build.xml, TODO/build.xml: Updated to include properties files 2006-04-09 15:11 deaded * ChuckNorris/: .classpath, .cvsignore, .project, ChuckNorrisConfig_template.xml, build.xml, chucknorris_en.properties, src/net/sourceforge/ppf/plugin/chucknorrisplugin/ChuckNorrisPlugin.java: First Version 2006-04-09 04:15 edorfaus * Calc/src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java: Fixed the issue where !random accepted from-20-to-17 ranges but in that case only generated 18-19. Now it still accepts from-20-to-17 but internally swaps them to generate from-17-to-20. 2006-04-08 16:26 edorfaus * Ascii/src/net/sourceforge/ppf/plugin/asciiplugin/AsciiPlugin.java: Fixed bug where deasc allowed out-of-range digits to be interpreted. 2006-04-08 15:56 deaded * ComicBot/data/: rifle.png, tractor.png, tractor.ini, rifle.ini: Comics contributed by Franger 2006-04-08 15:54 deaded * ComicBot/: ChangeHistory.txt, ComicBotConfig_template.xml, src/net/sourceforge/ppf/plugin/comicbotplugin/ComicBotPlugin.java: Added extra config for showing comic created message or not 2006-04-08 15:53 deaded * Advertiser/src/net/sourceforge/ppf/plugin/advertiserplugin/AdvertiserPlugin.java: Added plugin version setting 2006-04-08 15:50 deaded * ServerAdminHelperHL2/: .classpath, .cvsignore, .project, RconEd.jar, ServerAdminHelperHL2Config_template.xml, build.xml, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/LogReaderThread.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerAdminHelperHL2Plugin.java, src/net/sourceforge/ppf/plugin/serveradminhelperhl2plugin/ServerInfo.java: First Version 2006-03-12 15:16 deaded * PPF/src/net/sourceforge/ppf/gui/PPFConfigFrame.java: Updated GUI for latest additions to core 2006-03-05 09:54 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Changed getCommonChannels to getCommonChannelsList to avoid conflict with new pircbot api 2006-03-05 09:53 deaded * PPF/lib/pircbot.jar: Updated 1.4.6 beta 2006-03-03 18:03 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tell.xml: First Version 2006-02-28 00:01 edorfaus * HTTPRequest/: .classpath, .cvsignore, .project, HTTPRequestConfig_template.xml, build.xml, nbproject/project.xml, src/net/sourceforge/ppf/plugin/httprequestplugin/HTTPRequestPlugin.java: New plugin: HTTPRequest - lets users query HTTP servers, with user-specified URL and request method. 2006-01-08 09:13 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tinyurl.xml, TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java: Fixed not to print the "Url is tiny enough already" message when automatic mode enabled 2006-01-07 12:19 xkr47 * TinyUrl/TinyUrlConfig_template.xml, TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/tinyurl.xml: Added config option option to automatically generate tinyurls. If enabled, the !tinyurl command is disabled. 2005-12-31 12:15 edorfaus * Time/src/net/sourceforge/ppf/plugin/timeplugin/TimePlugin.java: Added shortcuts "GMT+-N" and "+-N" (e.g. "GMT+5" or "-4") for (actual) timezones "Etc/GMT-+N" 2005-12-31 11:27 edorfaus * Time/src/net/sourceforge/ppf/plugin/timeplugin/TimePlugin.java: Added more info(and examples) to !settz usage text. 2005-12-31 10:53 xkr47 * TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java: Updated URL regexps to accept slashes in query parameter part. This is not according to standards, but some content servers use it anyhow, and nothing breaks if we support it, so here goes. 2005-12-30 22:48 deaded * ServerQuery/src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java: Case insensitive shortcut querying 2005-12-30 21:16 deaded * ServerQuery/src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java: Changed defaultServers to use an ArrayList to keep the config order when querying. Removed unused code. 2005-12-27 23:49 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/die.xml: First Version 2005-12-27 23:48 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Removed NNTP, added Die 2005-12-27 23:41 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/roulette.xml: [no log message] 2005-12-27 23:25 deaded * PPF/: PPFConfig_template.xml, build.xml, docs/forrest/src/documentation/content/xdocs/index.xml, docs/forrest/src/documentation/content/xdocs/plugins/index.xml: NNTP removed from plugins to be released this version 2005-12-27 23:21 deaded * Roulette/src/net/sourceforge/ppf/plugin/rouletteplugin/RoulettePlugin.java: Added new Thread for message and kick so that delay wait for bang message doesn't affect bot ping pongs 2005-12-27 14:16 deaded * PPF/PPFConfig_template.xml: Added Die plugin to default and turned on 2005-12-27 14:14 deaded * Die/: .classpath, .project, build.xml, src/net/sourceforge/ppf/plugin/dieplugin/DiePlugin.java: First Version 2005-12-27 11:20 deaded * Time/.project: [no log message] 2005-12-27 11:14 deaded * BaseConvert/.project: [no log message] 2005-12-19 15:56 edorfaus * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Added feature: now works with Google Calculator, returning the result. 2005-12-07 19:43 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: jmegahalai.xml, links.xml, log.xml: [no log message] 2005-12-01 17:35 far2fish * DBQuery/: DBQueryConfig_template.xml, readme.txt: Updated data-source 2005-12-01 17:35 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/dbquery.xml: Fixed data source example and one spelling error 2005-11-27 21:52 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/plugin_template.xml: Improved the examples of the Configuration section. Title describing !bla is now "commandBla" and there is also an sample option "plop". 2005-11-27 21:45 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/plugins/tinyurl.xml, TinyUrl/TinyUrlConfig_template.xml, TinyUrl/src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java: TinyUrlPlugin v1.1 - http:// and https:// urls supported - proper regexp for matching urls - lots of new configuration options 2005-11-27 20:21 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/faq.xml: Updated command titles with textual description 2005-11-27 20:17 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/faq.xml: Fixed too long line in xml sample 2005-11-27 19:23 deaded * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Updated to include correct plugins for 0.5 2005-11-27 19:22 deaded * PPF/docs/forrest/src/documentation/content/xdocs/: plugins/index.xml, index.xml: Fixed layout, added TinyURL 2005-11-27 19:21 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/faq.xml: First docs 2005-11-27 18:42 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: advertiser.xml, ascii.xml, badwords.xml, bf2stats.xml, bfmatch.xml, bftracks.xml, calc.xml, cbfinder.xml, channelcentral.xml, comicbot.xml, feedreader.xml, hllogsearch.xml, mysqlquery.xml, say.xml, serveradminshouter.xml, serverauth.xml, serverquery.xml, shoutcast.xml, translate1337.xml, triggermessage.xml, usergreeting.xml: Updated given config dir from plugins to system 2005-11-27 17:53 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/plugin_template.xml: Fixed typo and changed default location from plugins to system dir 2005-11-26 01:47 xkr47 * PPF/docs/forrest/src/documentation/content/xdocs/: site.xml, plugins/tinyurl.xml: tinyurl documentation 2005-11-26 01:35 xkr47 * PPF/: PPFConfig_template.xml, build.xml: !tinyurl [url] 2005-11-26 01:27 xkr47 * TinyUrl/: .classpath, .cvsignore, .project, TinyUrlConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/tinyurlplugin/TinyUrlPlugin.java: !tinyurl [url] 2005-11-25 16:25 edorfaus * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Fixed regexp pattern after google changed their HTML. 2005-11-23 17:36 krachyn * PPF/docs/forrest/src/documentation/content/xdocs/plugins/index.xml: Changed date tag from tr to td 2005-11-20 21:34 deaded * PPF/src/net/sourceforge/ppf/gui/: ChannelDialog.java, NickDialog.java, PPFConfigFrame.java, PluginDialog.java, ServerDialog.java: Re-adding config GUI - updated for 0.5 changes 2005-11-19 00:49 edorfaus * Poll/: .cvsignore, nbproject/project.xml: [no log message] 2005-11-19 00:45 edorfaus * BaseConvert/.cvsignore, BaseConvert/nbproject/project.xml, UnitConvert/.cvsignore, UnitConvert/nbproject/project.xml, Time/.cvsignore, Time/nbproject/project.xml: [no log message] 2005-11-19 00:41 edorfaus * Ascii/nbproject/project.xml: [no log message] 2005-11-19 00:30 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/ascii.xml: Added plugin documentation for AsciiPlugin 2005-11-18 15:30 deaded * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Removed code to fix something that was fixed already :P 2005-11-17 23:55 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/triggermessage.xml: added descriptions for the new features since 1.0 - multiple random responses and regular expression triggers added descriptions for some exisiting features that were only visible in one example 2005-11-17 21:47 deaded * ServerQuery/QueriEd.jar, ServerAdminShouter/QueriEd.jar: Updated QueriEd 2.5 2005-11-17 21:46 deaded * PPF/docs/forrest/src/documentation/content/xdocs/: plugins/index.xml, index.xml: Updated for 0.5 2005-11-17 21:46 deaded * ServerQuery/src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java: SUPPORTED_GAMES list is now taken from QueriEd 2005-11-17 20:43 krachyn * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Added UserGreeting plugin 2005-11-17 20:35 krachyn * PPF/docs/forrest/src/documentation/content/xdocs/plugins/usergreeting.xml: Initial checkin 2005-11-17 20:34 krachyn * UserGreeting/src/net/sourceforge/ppf/plugin/usergreetingplugin/UserGreetingPlugin.java: Reverted version. Corrected some comments. 2005-11-17 19:36 deaded * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: fixed (removed) extra quote in result 2005-11-17 19:11 deaded * PPF/PPFConfig_template.xml: Changed default loaded plugins 2005-11-17 18:40 deaded * Simple/src/net/sourceforge/ppf/plugin/simpleplugin/SimplePlugin.java: Updated version number 2005-11-17 18:15 deaded * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Updated version number 2005-11-17 18:15 krachyn * UserGreeting/src/net/sourceforge/ppf/plugin/usergreetingplugin/UserGreetingPlugin.java: Updated plugin version number 2005-11-17 18:06 deaded * ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java: Updated version number 2005-11-17 17:23 deaded * PPF/.cvsignore: [no log message] 2005-11-17 17:22 deaded * PPF/: PPFConfig_template.xml, build.xml: Updated for 0.5 2005-11-17 17:09 krachyn * UserGreeting/src/net/sourceforge/ppf/plugin/usergreetingplugin/UserGreetingPlugin.java: Changed SetGreeting to replace any existing greeting instead of simply telling sender to delete current greeting. 2005-11-17 17:07 deaded * Ascii/.cvsignore: [no log message] 2005-11-17 16:57 deaded * Ascii/: .project, .classpath: [no log message] 2005-11-17 16:50 deaded * ChannelCentral/.cvsignore: ignored livestats.xml 2005-11-02 02:01 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/plugins/calc.xml: Added website documentation for the Calc plugin. 2005-11-02 00:26 edorfaus * Calc/src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java: Another bugfix in the backport-to-1.4 code... 2005-10-26 20:57 deaded * PPF/lib/pircbot.jar: Modified (post 1.4.4) 2005-10-26 13:33 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/bf2stats.xml: Added examples Added cacheExpiry and baseURL 2005-10-24 16:45 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/bf2stats.xml: typo 2005-10-24 16:29 jawe * PPF/docs/forrest/src/documentation/content/xdocs/plugins/bf2stats.xml: removed (and resolved :) TODO's minor changes as suggested by some brit :P 2005-10-24 14:33 jawe * TODO/build.xml: bugfix: added copying of TODOConfig_template.xml to TODOConfig.xml 2005-10-24 14:30 jawe * FeedReader/FeedReaderConfig_template.xml, FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java, PPF/docs/forrest/src/documentation/content/xdocs/plugins/feedreader.xml: added !feedinfo command 2005-10-24 14:29 jawe * Calc/src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java: bugfix 2005-10-23 17:31 jawe * PPF/: build.xml, docs/forrest/src/documentation/content/xdocs/site.xml, docs/forrest/src/documentation/content/xdocs/plugins/bf2stats.xml: added docs for bf2stats plugin enabled feedreader and dbquery menu links added bf2stats to build.xml 2005-10-23 09:06 deaded * IRS/: .classpath, .cvsignore, .project, IRSConfig_template.xml, MySQL-Connector-J-License.txt, build.xml, mysql-connector-java-3.0.9-stable-bin.jar, php/index.php, src/net/sourceforge/ppf/plugin/irsplugin/IRSPlugin.java, src/net/sourceforge/ppf/plugin/irsplugin/UserInfo.java: First version 2005-10-23 08:59 deaded * WebChat/WebChatConfig_template.xml: Template for config 2005-10-23 08:59 deaded * WebChat/: php/index.php, php/rc.php, .cvsignore: [no log message] 2005-10-23 08:58 deaded * WebChat/src/net/sourceforge/ppf/plugin/webchatplugin/WebChatPlugin.java: Made configurable 2005-10-22 20:47 jawe * Calc/src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java: backported to java 1.4 syntax (how ugly this looks now :) 2005-10-22 20:46 jawe * Calc/.classpath: jep-2.3.0.jar 2005-10-21 17:03 jawe * BF2Stats/BF2StatsConfig_template.xml: bugfix: in !bf2s command bugfix: line endings were mixed windows/unix 2005-10-21 11:48 jawe * BF2Stats/: BF2StatsConfig_template.xml, src/net/jawe/ppf/plugin/bf2stats/format.properties, src/net/jawe/ppf/plugin/bf2stats/stats.properties: added support for Wake Island 2007 2005-10-20 15:56 jawe * FeedReader/: .classpath, rome-0.6.jar, rome-0.7.jar, rome-fetcher-0.6.jar, rome-fetcher-0.7.jar, src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: fixed a bug where the last line of the !feeds command output would not be displayed updated rome 0.6 to 0.7 incremented version to beta4 removed some unused variables 2005-09-17 16:03 edorfaus * Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java: Fixed the issue of an extra " at the end of the address. 2005-09-16 22:35 edorfaus * Ascii/src/net/sourceforge/ppf/plugin/asciiplugin/AsciiPlugin.java, BaseConvert/src/net/sourceforge/ppf/plugin/baseconvertplugin/BaseConvertPlugin.java, Calc/src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java, Poll/src/net/sourceforge/ppf/plugin/pollplugin/Poll.java, Poll/src/net/sourceforge/ppf/plugin/pollplugin/PollPlugin.java, Time/src/net/sourceforge/ppf/plugin/timeplugin/TimePlugin.java, UnitConvert/src/net/sourceforge/ppf/plugin/unitconvertplugin/UnitConvertPlugin.java, UnitConvert/src/net/sourceforge/ppf/plugin/unitconvertplugin/unitconvert/Unit.java, UnitConvert/src/net/sourceforge/ppf/plugin/unitconvertplugin/unitconvert/UnitConvert.java: Added author information to javadoc. 2005-09-16 21:08 edorfaus * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: Added myself to the list 2005-09-16 20:23 edorfaus * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Help text fix (now includes where to put who the msg is for). 2005-09-16 18:59 edorfaus * Calc/: CalcConfig_template.xml, build.xml, jep-2.24.jar, jep-2.3.0.jar, src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java: Replaced Calc plugin with another, improved, implementation. 2005-09-16 18:21 edorfaus * Poll/: PollConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/pollplugin/Poll.java, src/net/sourceforge/ppf/plugin/pollplugin/PollPlugin.java: Added plugin: Poll (makes the bot capable of running polls/holding votes) 2005-09-16 18:01 edorfaus * Time/: TimeConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/timeplugin/TimePlugin.java: Added plugin: Time Lets users register their timezone with the bot, so that other users can later ask the bot what the time is for that user. Also allows asking for the time in a given TZ. 2005-09-16 17:48 edorfaus * UnitConvert/: UnitConvertConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/unitconvertplugin/UnitConvertPlugin.java, src/net/sourceforge/ppf/plugin/unitconvertplugin/unitconvert/Unit.java, src/net/sourceforge/ppf/plugin/unitconvertplugin/unitconvert/UnitConvert.java: Added plugin: UnitConvert (converts between different units) 2005-09-16 17:28 edorfaus * BaseConvert/: BaseConvertConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/baseconvertplugin/BaseConvertPlugin.java: Added new plugin: BaseConvert (converts between number bases) 2005-09-14 21:43 deaded * PPF/misc/PPF.bat: Works better with default installations 2005-09-07 16:47 deaded * PPF/: public_web/index.html, PPF-dev.bat, TODO.txt: [no log message] 2005-09-07 16:46 deaded * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFMatchPlugin.java: commented out incomplete output to HTML 2005-08-31 17:01 edorfaus * PPF/src/net/sourceforge/ppf/PPF.java: Quick-fix for bug 1227164\(responding to \!help in private\). 2005-08-31 16:58 edorfaus * Ascii/: AsciiConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/asciiplugin/AsciiPlugin.java: Added plugin: Ascii 2005-08-28 21:27 far2fish * DBQuery/DBQueryConfig_template.xml: Updated queries to provide out-of-the-box integration with CCCP 2005-08-15 21:26 edorfaus * PPF/: misc/digester-rules-bot.xml, src/net/sourceforge/ppf/PPF.java: Fix for bug #1254080 (Plugins dir not loaded from config) 2005-08-07 09:06 deaded * PPF/src/net/sourceforge/ppf/PPF.java: NoRouteToHostException catch added (edorfaus) 2005-08-05 01:49 allnice * _AllNice_Spring_Hibernate_Pirc_Demo/: web/metadata/dtd/editPages.dtd, web/metadata/dtd/form.dtd, web/metadata/dtd/hibernate-mapping-2.0.dtd, web/metadata/dtd/menu.dtd, web/metadata/dtd/nonEditPages.dtd, web/WEB-INF/lib/activation.jar, web/WEB-INF/lib/antlr.jar, web/WEB-INF/lib/itext-1.2.jar, web/jsp/header/error.jsp, web/jsp/header/header.jsp, web/jsp/header/list.jsp, web/jsp/header/poweredBy.jsp, web/metadata/dtd/content.dtd, web/WEB-INF/lib/hibernate3.jar, web/WEB-INF/lib/commons-collections-3.1.jar, web/WEB-INF/lib/hibernate-annotations.jar, web/WEB-INF/lib/jakarta-oro-2.0.8.jar, web/WEB-INF/lib/junit-3.8.1.jar, web/WEB-INF/lib/mail.jar, web/WEB-INF/lib/MenuAndBreadcrumb-1.1.jar, web/WEB-INF/lib/asm-attrs.jar, web/WEB-INF/lib/asm.jar, web/WEB-INF/lib/cglib-2.1.jar, web/WEB-INF/lib/commons-beanutils.jar, web/WEB-INF/lib/commons-digester.jar, web/WEB-INF/lib/commons-discovery.jar, web/WEB-INF/lib/commons-fileupload.jar, web/WEB-INF/lib/commons-logging-1.0.4.jar, web/WEB-INF/lib/commons-validator.jar, web/WEB-INF/lib/displaytag-1.0.jar, web/WEB-INF/lib/dom4j-1.6.jar, web/WEB-INF/lib/ehcache-1.1.jar, web/WEB-INF/lib/ejb-3.0-edr2.jar, web/WEB-INF/lib/jta.jar, web/WEB-INF/lib/log4j-1.2.9.jar, web/WEB-INF/lib/log4j.properties, web/WEB-INF/lib/pircbot.jar, web/WEB-INF/lib/spring.jar, web/WEB-INF/lib/struts.jar, src/common/be/allnice/demo/common/Address.java, src/common/be/allnice/demo/common/Role.java, src/common/be/allnice/demo/common/User.java, src/common/be/allnice/demo/common/UserExtension.java, src/common/be/allnice/demo/common/package-info.java, src/web/be/allnice/demo/presentation/util/ActionConstants.java, src/web/be/allnice/demo/presentation/util/BeanConstants.java, src/web/be/allnice/demo/presentation/util/ErrorConstants.java, src/web/be/allnice/demo/presentation/util/ExceptionHandler.java, src/web/be/allnice/demo/presentation/util/FormUtil.java, src/web/be/allnice/demo/presentation/util/RequestUtil.java, src/web/be/allnice/demo/presentation/util/RoleUtil.java, src/web/be/allnice/demo/presentation/util/SecurityUtil.java, src/web/be/allnice/demo/presentation/util/SessionConstants.java, src/web/be/allnice/demo/presentation/util/StringUtil.java, src/web/be/allnice/demo/presentation/util/StrutsValidator.java, src/web/be/allnice/demo/presentation/util/XmlConstants.java, web/WEB-INF/lib/antlr-2.7.5H3.jar, web/WEB-INF/lib/commons-lang-2.0.jar, web/WEB-INF/lib/mysql-connector-java-3.1.8-bin.jar, src/web/be/allnice/demo/presentation/forms/EditProfileActionForm.java, src/web/be/allnice/demo/presentation/forms/LoginActionForm.java, src/web/be/allnice/demo/presentation/forms/ManageRolesProfileActionForm.java, src/web/be/allnice/demo/presentation/forms/RequestPassActionForm.java, src/web/be/allnice/demo/presentation/forms/RequestProfileActionForm.java, web/jsp/body/registration/login.jsp, web/jsp/body/registration/requestPass.jsp, web/jsp/body/registration/requestProfile.jsp, web/jsp/menu/menu.jsp, src/common/be/allnice/demo/exception/CommonException.java, src/common/be/allnice/demo/exception/DAOException.java, src/common/be/allnice/demo/exception/DemoException.java, src/common/be/allnice/demo/exception/ExceptionCode.java, src/common/be/allnice/demo/exception/ServiceException.java, src/common/be/allnice/demo/exception/WebException.java, web/WEB-INF/tld/FCKeditor.tld, web/WEB-INF/tld/breadcrumb.tld, web/WEB-INF/tld/c-rt.tld, web/WEB-INF/tld/c.tld, web/WEB-INF/tld/displaytag-11.tld, web/WEB-INF/tld/displaytag-12.tld, web/WEB-INF/tld/displaytag-el-12.tld, web/WEB-INF/tld/fmt-rt.tld, web/WEB-INF/tld/fmt.tld, web/WEB-INF/tld/spring.tld, web/WEB-INF/tld/sql-rt.tld, web/WEB-INF/tld/sql.tld, web/WEB-INF/tld/struts-bean-el.tld, web/WEB-INF/tld/struts-bean.tld, web/WEB-INF/tld/struts-html-el.tld, web/WEB-INF/tld/struts-html.tld, web/WEB-INF/tld/struts-logic-el.tld, web/WEB-INF/tld/struts-logic.tld, web/WEB-INF/tld/struts-nested.tld, web/WEB-INF/tld/struts-tiles-el.tld, web/WEB-INF/tld/struts-tiles.tld, web/WEB-INF/tld/x-rt.tld, web/WEB-INF/tld/x.tld, web/jsp/body/profile/edit.jsp, web/jsp/body/profile/manageRoles.jsp, src/service/be/allnice/demo/service/AuthenticationService.java, src/service/be/allnice/demo/service/AuthenticationServiceImpl.java, src/service/be/allnice/demo/service/MailService.java, src/service/be/allnice/demo/service/RoleService.java, src/service/be/allnice/demo/service/RoleServiceImpl.java, src/service/be/allnice/demo/service/UserService.java, src/service/be/allnice/demo/service/UserServiceImpl.java, src/web/be/allnice/demo/presentation/actions/BaseLookupDispatchAction.java, src/web/be/allnice/demo/presentation/actions/CookieDispatchAction.java, src/web/be/allnice/demo/presentation/actions/MainDispatchAction.java, src/web/be/allnice/demo/presentation/actions/ProfileAction.java, src/web/be/allnice/demo/presentation/actions/ProfileDispatchAction.java, src/web/be/allnice/demo/presentation/actions/RegistrationAction.java, src/web/be/allnice/demo/presentation/actions/RegistrationDispatchAction.java, web/WEB-INF/xml/spring-bot.xml, web/WEB-INF/xml/spring-hibernate-DAO.xml, web/WEB-INF/xml/spring-hibernate-service.xml, web/WEB-INF/xml/spring-hibernate-setup.xml, web/WEB-INF/xml/spring-resources.xml, web/WEB-INF/xml/spring-service.xml, web/WEB-INF/xml/spring-web.xml, web/WEB-INF/xml/struts-config.xml, web/WEB-INF/xml/tiles-defs.xml, web/WEB-INF/xml/validations.xml, web/WEB-INF/xml/validator-rules.xml, .classpath, .cvsignore, .project, .tomcatplugin, .xdoclet, src/DAO/be/allnice/demo/dao/AuthenticateDAO.java, src/DAO/be/allnice/demo/dao/RoleDAO.java, src/DAO/be/allnice/demo/dao/UserDAO.java, src/DAO/be/allnice/demo/exception/dao/RoleDAOException.java, src/DAO/be/allnice/demo/exception/dao/RoleExistsException.java, src/DAO/be/allnice/demo/exception/dao/UserDAOException.java, src/DAO/be/allnice/demo/exception/dao/UserExistsException.java, src/web/be/allnice/demo/exception/AccessDeniedException.java, web/WEB-INF/dtd/hibernate-configuration-3.0.dtd, web/WEB-INF/dtd/spring-beans.dtd, web/WEB-INF/dtd/struts-config_1_0.dtd, web/WEB-INF/dtd/struts-config_1_1.dtd, web/WEB-INF/dtd/struts-config_1_2.dtd, web/WEB-INF/dtd/struts-config_1_3.dtd, web/WEB-INF/dtd/tiles-config_1_1.dtd, web/WEB-INF/dtd/validator_1_1_3.dtd, web/WEB-INF/dtd/validator_1_2_0.dtd, web/WEB-INF/dtd/web-app_2_2.dtd, web/WEB-INF/dtd/web-app_2_3.dtd, src/DAO/be/allnice/demo/dao/hibernate/AuthenticateDAOImpl.java, src/DAO/be/allnice/demo/dao/hibernate/RoleDAOImpl.java, src/DAO/be/allnice/demo/dao/hibernate/UserDAOImpl.java, src/web/be/allnice/demo/presentation/DemoRoleManager.java, src/web/be/allnice/demo/presentation/InitialisationServlet.java, web/index.jsp, web/jsp/baseLayout.jsp, web/jsp/footer.jsp, src/IRC/be/allnice/demo/irc/BotThread.java, src/IRC/be/allnice/demo/irc/DemoBot.java, src/DAO/hibernate.properties, src/DAO/jdbc.properties, src/web/displaytag.properties, src/web/mail.properties, src/web/messages.properties, web/metadata/menu.xml, web/misc/css/blue.css, web/misc/css/body.css, web/misc/css/browserfix.css, web/misc/css/displaytag.css, web/misc/css/main.css, web/misc/css/navigation.css, web/misc/css/stylesByDirk.css, web/misc/css/tabbing.css, web/jsp/body/empty.jsp, web/jsp/include/messages.jsp, web/jsp/include/pleezLoginFirst.jsp, web/jsp/include/taglibs.jsp, web/jsp/navigation/navigation.jsp, src/DAO/be/allnice/demo/dao/util/DBConstants.java, src/DAO/be/allnice/demo/dao/util/QueryCreator.java, src/DAO/be/allnice/demo/dao/util/QueryParamsObject.java, web/WEB-INF/.cvsignore, web/WEB-INF/web.xml, web/jsp/error/404.jsp, web/jsp/error/actionNotSupported.jsp, web/jsp/error/error.jsp, src/common/log4j.xml, src/common/be/allnice/demo/exception/common/InvalidLoginException.java, web/jsp/body/main/profile.jsp: initial upload 2005-08-04 18:39 jawe * BF2Stats/BF2StatsConfig_template.xml: bugfix 2005-08-04 18:33 jawe * BF2Stats/BF2StatsConfig_template.xml: added !bf2vehicle (vehicle K/D) 2005-08-04 18:04 jawe * BF2Stats/BF2StatsConfig_template.xml: added !bf2combat (combat stats) added !bf2s (shows a link to www.bf2s.com) changed !bf2stats and !bf2stats2 2005-07-31 16:13 jawe * BF2Stats/src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: changed the user-agent to GameSpyHTTP/1.0, which unlocks the gs servers again :P 2005-07-25 18:58 deaded * PPF/lib/pircbot.jar: a beta 1.4.6 2005-07-05 14:08 jawe * BF2Stats/: BF2StatsConfig_template.xml, src/net/jawe/ppf/plugin/bf2stats/BF2StatsCommand.java, src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: made additional search params configurable bugfix in command handling minor cosmetic changes 2005-07-04 21:16 jawe * BF2Stats/src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: added logging of stack traces in loadProperties() 2005-07-04 20:49 jawe * BF2Stats/: src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java, BF2StatsConfig_template.xml, src/net/jawe/ppf/plugin/bf2stats/converter.properties, src/net/jawe/ppf/plugin/bf2stats/format.properties, src/net/jawe/ppf/plugin/bf2stats/stats.properties, src/net/jawe/ppf/plugin/bf2stats/converter/IntegerConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/LongConverter.java: converter instances are assigned to stats keys, instead of their names, saves mem and time. bugfixes in chaching maybe saved some mem by using integers instead of longs. 2005-07-04 15:43 jawe * BF2Stats/: src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java, src/net/jawe/ppf/plugin/bf2stats/converter.properties, src/net/jawe/ppf/plugin/bf2stats/format.properties, src/net/jawe/ppf/plugin/bf2stats/stats.properties, src/net/jawe/ppf/plugin/bf2stats/converter/BF2StatsConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/DoubleConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/IntervalConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/LongConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/NoopConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/RatioConverter.java, src/net/jawe/ppf/plugin/bf2stats/converter/TimestampConverter.java, BF2StatsConfig_template.xml, build.xml: added conversion of codes to meaningful names (ranks, kits, vehicles etc.) 2005-07-03 13:38 jawe * BF2Stats/index.php: obsolete 2005-07-03 13:33 jawe * BF2Stats/: BF2StatsConfig_template.xml, bf2stats-config-rules.xml, titles_de.properties, titles_en.properties, src/net/jawe/ppf/plugin/bf2stats/BF2Stats.java, src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java, src/net/jawe/ppf/plugin/bf2stats/BF2StatsCommand.java: added support for more gamespy query methods changed caching, updated timstamps are now per method removed titles_xy.properties, all formatting is now done in the config 2005-07-02 16:50 xkr47 * PPF/: PPFConfig_template.xml, misc/digester-rules-bot.xml, src/net/sourceforge/ppf/PPF.java: Implemented RFE [ 1003203 ] Hide PING PONG 2005-07-02 11:51 xkr47 * PPF/src/net/sourceforge/ppf/PPF.java: Unload all plugins on shutdown or restart. 2005-07-02 11:43 xkr47 * PPF/src/net/sourceforge/ppf/PPF.java: added TODO: if the xml file is not valid xml, we might get strange errors from digester.parse() like "Bean has no property named servers" - maybe we should validate the xml as well to catch those ? 2005-07-02 11:25 xkr47 * PPF/src/net/sourceforge/ppf/PPF.java: // TODO use well defined exit codes (symbolic constants) -> exit codes now defined using EXIT_CODE_* constants //TODO does this sometimes suppress the quit message? -> System.exit() no longer called in quit() and restart(), instead we call it in onDisconnect() 2005-07-02 09:38 xkr47 * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/: BFEvent.java, ScoreEvent.java: Removed bunch of serialVersionUID warnings by making HashMap a member of BFMatch instead of superclass. 2005-07-02 03:05 jawe * BF2Stats/: titles_de.properties, titles_en.properties: beautified some titles 2005-07-02 03:05 jawe * BF2Stats/BF2StatsConfig_template.xml: added additional commands 2005-07-02 02:20 jawe * BF2Stats/build.xml: typo 2005-07-02 02:18 jawe * BF2Stats/: BF2StatsConfig_template.xml, bf2stats-config-rules.xml, build.xml, src/net/jawe/ppf/plugin/bf2stats/BF2StatsCommand.java, src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: made commands, rankURL and cacheExpiry configurable (using digester) 2005-07-02 02:17 jawe * BF2Stats/: titles_en.properties, titles_de.properties: corrected choice format, still needs work though 2005-07-02 02:14 jawe * PPF/.classpath: exporting commons-digester.jar 2005-07-02 02:13 jawe * PPF/src/log4j.properties: added BF2Stats plugin 2005-07-01 20:34 jawe * BF2Stats/src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: nicks are now being URL-encoded in the search URL 2005-07-01 20:06 jawe * PPF/misc/: digester-rules-bot.xml, digester-rules-plugin.xml, digester-rules-plugins.xml: fixed bug #1229972 "New plugins not visible" 2005-07-01 18:11 jawe * Links/build.xml: corrected ant project name 2005-07-01 17:07 xkr47 * BFTracks/src/net/sourceforge/ppf/plugin/bftracksplugin/BFTracksFinder.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFLogContentHandler.java, ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java, Seen/src/net/sourceforge/ppf/plugin/seenplugin/SeenPlugin.java: Removed unused includes and variables 2005-07-01 15:11 jawe * BF2Stats/src/net/jawe/ppf/plugin/bf2stats/: BF2Stats.java, BF2StatsPlugin.java: added caching of stats (5min for now, will make configurable) commented out the most noisy debug loggings 2005-07-01 14:22 deaded * PPF/PPFConfig_template.xml: Added BF2Stats plugin config 2005-07-01 14:03 xkr47 * PPF/src/net/sourceforge/ppf/PPF.java: Fixed two warnings including one unnecessary opening of an url connection :) 2005-07-01 13:38 deaded * CVSROOT/loginfo: Added rules for mailing commits 2005-07-01 12:17 jawe * BF2Stats/src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: added PPFHelp for !bf2stats command added TODO comments added javadocs refactored quite a bit 2005-07-01 01:05 jawe * BF2Stats/.cvsignore: removed wrong entries added BF2StatsConfig.xml (which isunused yet, though) 2005-07-01 01:00 jawe * BF2Stats/: .classpath, .cvsignore, .project, BF2StatsConfig_template.xml, build.xml, index.php, titles_de.properties, titles_en.properties, src/net/jawe/ppf/plugin/bf2stats/BF2StatsPlugin.java: First working version 2005-06-29 21:46 deaded * PPF/PPFConfig_template.xml: Added UserGreeting plugin config 2005-06-29 21:44 deaded * UserGreeting/: .classpath, .cvsignore, .project, UserGreetingConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/usergreetingplugin/UserGreetingPlugin.java: First version for CVS 2005-06-28 23:03 xkr47 * ChannelCentral/: ChannelCentralConfig_template.xml, src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java: !mode and !invite commands 2005-06-28 21:59 deaded * ServerQuery/ServerQueryConfig_template.xml: Added type attribute to server shortcuts 2005-06-28 21:54 deaded * PPF/PPFConfig_template.xml: Updated with missing plugin configs 2005-06-28 21:50 deaded * ChannelCentral/LiveStats.xml: Removed - is created when needed by the plugin 2005-06-28 21:49 deaded * DBQuery/build.xml: Copied text files as well 2005-06-28 21:48 deaded * Google/.classpath: [no log message] 2005-06-28 21:44 deaded * NNTP/.cvsignore: [no log message] 2005-06-28 21:44 deaded * NNTP/NNTPConfig_template.xml: First version 2005-06-28 21:43 deaded * NNTP/NNTPConfig.xml: Removed - should not have been in CVS, template file should be 2005-06-28 21:34 deaded * PPF/PPFConfig_template.xml: Changed encoding to ISO-8859-1 2005-06-25 11:41 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Removed HOMEPAGE from version info (some servers don't allow connect with http in version info) 2005-06-25 11:29 deaded * FAQ/: .classpath, .cvsignore, .project, FAQConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/faqplugin/FAQPlugin.java: First version 2005-06-25 11:25 deaded * Links/: .classpath, .cvsignore, .project, LinksConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/linksplugin/LinksPlugin.java: First version 2005-06-24 20:25 krachyn * SHOUTcast/build.xml: Added a property to deal with the config file on case-senstive file systems until we can fix the CVS filename. 2005-06-24 20:15 krachyn * PPF/build.xml: Enabled nodocs by default. Changed case for SHOUTcast plugin for those working on case-sensitive file systems. 2005-06-20 22:05 deaded * ServerAdminShouter/QueriEd.jar, ServerQuery/QueriEd.jar: Updated QueriEd version 2005-06-12 16:20 jawe * FeedReader/TODO.txt: one step forward, two steps back :) 2005-06-12 16:19 jawe * FeedReader/src/net/jawe/ppf/plugin/feedreader/Feed.java: removed: obsolete parameter to addAnnouncedEntry() removed: obsolete method formatEntry() changed: using a HashSet instead of a TreeSet in setAnnounced() 2005-06-12 16:16 jawe * FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: changed: announced entries are sent in reverse order changed: stack trace of feed fetching errors is only displayed in DEBUG logging level 2005-06-12 16:12 jawe * PPF/build.xml: changed PPF.version to the next to-be-released beta 2005-06-12 16:10 jawe * PPF/src/net/sourceforge/ppf/PPF.java: remove an obosolete TODO 2005-06-12 16:07 jawe * PPF/misc/PPF.sh: removed '&' (run in background) in call to nohup java ..., must be specified on command line (./PPF.sh &) 2005-06-11 13:58 jawe * PPF/src/net/sourceforge/ppf/PPF.java: added notice back to sender when he/she sets a language organized imports (hope you don't mind :) 2005-06-09 09:33 jawe * PPF/misc/digester-rules-bot.xml: bugfix: ident username config setting was not read 2005-06-09 09:12 jawe * PPF/src/net/sourceforge/ppf/PPF.java: removed obsolete references to jdom 2005-06-06 12:22 jawe * TriggerMessage/src/net/sourceforge/ppf/plugin/triggermessageplugin/TriggerMessagePlugin.java: bugfix: !rt command didn't work, because trigger key wasn't converted toLowerCase() in removeTrigger() method 2005-06-05 17:32 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Added comment to remove docs for MySQLQuery plugin 2005-06-05 17:29 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Made sure 0.5 plugins doc don't get published yet 2005-06-05 17:22 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/dbquery.xml: Fixed TAB problem with datasource sample 2005-06-05 17:18 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/contributors.xml: Fixed my profile 2005-06-05 17:13 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/: plugins/mysqlquery.xml, plugins/dbquery.xml, plugins/translate1337.xml, contributors.xml: Fixed case on the name far2fish 2005-06-05 02:14 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/site.xml: Updated site.xml with reference to dbquery.xml 2005-06-05 02:13 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/dbquery.xml: Added Forrest file for plugin DBQuery 2005-05-03 19:22 jawe * IMDB/.classpath: added googleapi.jar 2005-05-03 19:09 jawe * FeedReader/TODO.txt: added 1 good idea 2005-05-03 19:08 jawe * FeedReader/: rome-0.6.jar, rome-fetcher-0.6.jar: upgraded to the real 0.6 version (was a CVS build before) 2005-05-03 19:07 jawe * PPF/misc/PPF.sh: (re)added nohup 2005-05-03 19:00 jawe * FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: attributes are ommitted if equal to default values when saving config. 2005-04-28 23:46 allnice * FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: !feeds bug (msg to long fix) 2005-04-28 23:42 allnice * Google/src/net/sourceforge/ppf/plugin/googleplugin/SoapGooglePlugin.java: authentication bugfix 2005-04-25 21:48 allnice * Google/src/net/sourceforge/ppf/plugin/googleplugin/SoapGooglePlugin.java: fix version conflict 2005-04-23 09:40 allnice * PPF/src/net/sourceforge/ppf/util/StringUtil.java: fix for version mismatch 2005-04-23 09:32 allnice * PPF/src/net/sourceforge/ppf/util/ChannelInfo.java: [no log message] 2005-04-21 23:47 allnice * PPF/src/net/sourceforge/ppf/PPF.java: Saving of colored topic in getBot()..... using color codes of irc itself use StringUtil class to convert 2005-04-18 21:13 allnice * ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/: ChannelCentralPlugin.java, ChannelInfo.java: colors in topic commands 2005-04-18 21:03 allnice * Simple/src/net/sourceforge/ppf/plugin/simpleplugin/SimplePlugin.java: !colors update 2005-04-18 20:35 allnice * PPF/src/net/sourceforge/ppf/util/StringUtil.java: ugly fix for color code without number 2005-04-18 20:34 allnice * ServerQuery/src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java: StringUtils adjustment fix 2005-04-18 20:30 allnice * BFTracks/src/net/sourceforge/ppf/plugin/bftracksplugin/BFTracksFinder.java, FeedReader/src/net/jawe/ppf/plugin/feedreader/Feed.java, FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java: StringUtils adjustment fix 2005-04-18 20:27 allnice * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/: BFLogContentHandler.java, BFMatchPlugin.java: StringUtils adjustment fix 2005-04-18 17:57 allnice * PPF/src/net/sourceforge/ppf/util/StringUtil.java: fix: array out of bound exception 2005-04-18 17:45 allnice * PPF/src/net/sourceforge/ppf/util/: StringFormatRelation.java, StringUtil.java: minor adjustment tried to fix $NORMAL bug works in main method but not when bot is running 2005-04-15 00:33 allnice * Google/version1.1Readme.txt, IMDB/version1.1Readme.txt: readme version 1.1 2005-04-15 00:25 allnice * IMDB/: IMDB.iml, IMDBConfig_template.xml, build.xml, googleapi.jar: config files needed for this new version 2005-04-15 00:23 allnice * IMDB/src/net/sourceforge/ppf/plugin/imdbplugin/: ImdbScore.java, SoapImdbPlugin.java: new IMDB plugin through Google SOAP and with some minor HTML parsing 2005-04-15 00:19 allnice * Google/Google.iml: intelliJ module file 2005-04-15 00:15 allnice * Google/src/net/sourceforge/ppf/plugin/googleplugin/SoapGooglePlugin.java: new version of the plugin You need googleapi web key FREE available @ http://www.google.com/apis/ 2005-04-15 00:14 allnice * Google/: build.xml, edtftpj-1.2.4.jar, ftp.jar, googleapi.jar: remove template in build file in orde to use the old plugin version 2005-04-15 00:12 allnice * Google/GoogleConfig_template.xml: New Config file for using SOAP version of the plugin 2005-04-14 23:38 allnice * PPF/src/net/sourceforge/ppf/util/StringUtil.java: converting colors/formattings in several ways UTF-8 -> HTML UTF-8 -> IRCcodes IRCcodes -> UTF-8 I deprecated some old methods and made some "better" method names 2005-04-14 23:25 allnice * PPF/src/net/sourceforge/ppf/util/StringFormatRelation.java: extra class needed for StringUtil 2005-04-09 17:47 far2fish * DBQuery/: .classpath, Firebird-JCA-JDBC-License.txt, PostgreSQL-JDBC-License.txt, firebirdsql-full.jar, postgresql-8.0-310.jdbc3.jar, readme.txt, DBQueryConfig_template.xml: Ships with PostgreSQL support in favour of FirebirdSQL 2005-04-08 10:46 xkr47 * PPF/src/net/sourceforge/ppf/PPF.java: Exceptions were logged in all on*() methods except onQuit(). onQuit() updated. 2005-04-08 10:27 xkr47 * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Fixed bug in message loading at startup - multiple pending channel messages failed to load properly 2005-04-08 09:18 xkr47 * PPF/PPFConfig_template.xml: Changed ISO8859-1 to ISO-8859-1 (the former is an alias not present in all JVMs) 2005-04-07 22:01 jawe * Log/.cvsignore: added bin dir 2005-04-07 21:52 jawe * PPF/misc/PPF.bat: bugfixes 2005-04-06 16:28 deaded * PPF/build.xml: Added Log plugin 2005-04-06 14:26 jawe * Calc/.cvsignore: added bin dir 2005-04-06 12:23 jawe * PPF/: PPFConfig_template.xml, build.xml: synchronized and alphabetized plugin list in build.xml and PPFConfig_template.xml 2005-04-06 11:26 jawe * PPF/src/log4j.properties: changed append attribute for debugfile appender to false 2005-04-05 22:27 jawe * PPF/: build.xml, misc/PPF.bat, misc/PPF.sh: changed distribution packaging, now contains sources in archives in src folder (as it did before) changed startup scripts, included facility for restarting the bot (by DeadEd and far2fish) startup scripts are copied from the templates in misc rather than being generated by echo tasks 2005-04-05 22:20 jawe * DBQuery/.cvsignore: added DBQuery.jar 2005-04-05 17:05 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Fixed retryDelay 2005-04-05 16:41 deaded * Log/LogConfig_template.xml: Added dir attribute 2005-04-05 16:36 deaded * JMegaHalAI/src/net/sourceforge/ppf/plugin/jmegahalai/JMegaHalAIPlugin.java: Added notice upon save 2005-04-05 15:52 deaded * Log/src/net/sourceforge/ppf/plugin/logplugin/LogPlugin.java: Added dir 2005-04-05 01:00 jawe * PPF/PPFConfig_template.xml: added missing plugins 2005-04-05 00:58 jawe * Log/build.xml: added config 2005-04-04 19:01 jawe * PPF/: src/net/sourceforge/ppf/IrcChannel.java, src/net/sourceforge/ppf/IrcServer.java, src/net/sourceforge/ppf/PPF.java, src/log4j.properties, build.xml, .classpath, .cvsignore, misc/digester-rules-bot.xml, misc/digester-rules-plugins.xml, misc/digester-rules.dtd, misc/version.txt, lib/commons-digester.jar, lib/commons-beanutils-core.jar, src/net/sourceforge/ppf/simplewebserver/SimpleWebServer.java: added jakarta commons-digester PPF configs are loaded by digester now added getters/setters for configurable PPF properties added classes representing servers and channels 2005-04-04 18:56 jawe * PPF/public_web/styles/blue.css: moved PPF/web-templates/styles to PPF/public_web/styles 2005-04-04 18:43 jawe * PPF/PPFConfig_template.xml: added Roulette and JMegaHalAI plugins sorted plugins alpabetically (I think ;) 2005-04-04 18:39 jawe * JMegaHalAI/JMegaHal.jar: re-added jar (oops) 2005-04-04 18:35 jawe * JMegaHalAI/JMegaHal.jar: removed jar from CVS 2005-04-04 18:30 jawe * JMegaHalAI/src/net/sourceforge/ppf/plugin/jmegahalai/JMegaHalAIPlugin.java: added help for save command restricted help command to auth level master added help command as privmsg added some TODO comments 2005-04-04 16:33 deaded * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: Messages left in private get delivered to private. Private messages now deleted from list after delivery. 2005-03-28 10:49 deaded * PPF/src/net/sourceforge/ppf/util/StringUtil.java: Added configurable colours to HTML colours replace method 2005-03-28 10:47 deaded * PPF/src/net/sourceforge/ppf/simplewebserver/RequestThread.java: More bot integration and template support 2005-03-28 10:43 deaded * PPF/PPFConfig_template.xml: Added dccPorts and webServer 2005-03-28 10:42 deaded * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Made getVersion() public 2005-03-28 10:40 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Added restart command + exit code; added fromWeb() to link with the webserver plus added some public accessor methods to help get info from the bot on the web side; added config and support for specifying which DCC port(s) to use; added config and support for starting the bot with the Bot Control Admin Panel 2005-03-28 10:30 deaded * PPF/web-templates/: channel.vm, index.vm, notauthed.vm, plugins.vm, common/footer.vm, common/header.vm: First templates for Bot Control Admin Panel 2005-03-28 10:28 deaded * PPF/: .cvsignore: [no log message] 2005-03-28 10:28 deaded * PPF/build.xml: Put plugins in same order as show in directory - easier to keep track 2005-03-28 10:26 deaded * PPF/lib/pircbot.jar: A modified 1.4.3 release (to be updated as soon as 1.4.4 is available) 2005-03-28 10:25 deaded * PPF/lib/velocity-dep-1.4.jar: [no log message] 2005-03-28 10:24 deaded * PPF/.classpath: Added velocity 2005-03-28 10:22 deaded * ServerQuery/src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java: Added NWN to list of supported games 2005-03-28 10:21 deaded * ServerQuery/QueriEd.jar: Updated to a 2.1 beta 2005-03-28 10:21 deaded * Calc/.cvsignore, Log/.cvsignore, NickHolder/.cvsignore, SHOUTcast/.cvsignore, SimpleDccChatRoom/.cvsignore, WarArranger/.cvsignore: [no log message] 2005-03-28 10:20 deaded * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFLogContentHandler.java: Added HTML output possibility 2005-03-28 10:17 deaded * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFMatchPlugin.java: Added HTML output possibility 2005-03-28 10:11 deaded * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/LogFormatter.java: Formatter class for producing the HTML output 2005-03-28 10:09 deaded * BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/BFEvent.java: Excessive DEBUG messages removed 2005-03-05 12:04 deaded * PPF/PPFConfig_template.xml: Moved encoding element under irc-settings where is should have been 2005-03-05 12:00 deaded * PPF/PPFConfig_template.xml: Added encoding element 2005-02-24 21:45 jawe * PPF/: src/net/sourceforge/ppf/IrcChannel.java, src/net/sourceforge/ppf/IrcServer.java, src/net/sourceforge/ppf/PPF.java, .classpath, build.xml, lib/commons-beanutils-core.jar, lib/commons-digester.jar, misc/digester-rules-bot.xml, misc/digester-rules-plugins.xml, misc/digester-rules.dtd, misc/version.txt, src/log4j.properties: first working version using jakarta commons-digester for loading the config 2005-02-24 20:40 jawe * ServerQuery/QueriEd.jar: updated to latest beta 2005-02-23 23:47 jawe * DBQuery/.classpath: removed dependencies on c:\app\extlibs, importing project PPF instead 2005-02-23 22:45 far2fish * DBQuery/.classpath: [no log message] 2005-02-23 22:38 far2fish * DBQuery/: Firebird-JCA-JDBC-License.txt, .classpath, .cvsignore, .project, DBQueryConfig_template.xml, MySQL-Connector-J-License.txt, build.xml, readme.txt, src/net/sourceforge/ppf/plugin/dbqueryplugin/DBQueryPlugin.java, firebirdsql-full.jar, mysql-connector-java-3.1.6-bin.jar, src/.cvsignore: [no log message] 2005-02-23 16:52 jawe * PPF/docs/forrest/src/documentation/content/xdocs/: plugins/hllogsearch.xml, site.xml: added docs for HlLogSearch plugin 2005-02-23 16:05 jawe * Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java: changed log level of "no messages found" message to DEBUG 2005-02-23 15:42 jawe * PPF/PPFConfig_template.xml: made max connection attempts and connection retry delay configurable 2005-02-23 15:41 jawe * PPF/build.xml: bugfix in PPF.sh generation 2005-02-23 15:39 jawe * PPF/src/net/sourceforge/ppf/PPF.java: just some cosmetic changes 2005-02-23 14:36 jawe * PPF/src/net/sourceforge/ppf/PPF.java: made max connection attempts and connection retry delay configurable 2005-02-23 11:44 jawe * PPF/src/net/sourceforge/ppf/PPF.java: removed TODO about core bot commands help -> resolved 2005-02-23 11:40 jawe * PPF/build.xml: don't fail when copying docs and there are none (occurs when releasing with -Dnodocs=true) 2005-02-23 11:34 jawe * PPF/src/net/sourceforge/ppf/PPF.java: Added online help for core bot commands 2005-02-23 09:48 jawe * PPF/: PPFConfig_template.xml, src/net/sourceforge/ppf/PPF.java: made plugins dir configurable (element 'plugins' now supports an optional attribute 'dir') 2005-02-22 12:29 jawe * Tell/build.xml: bugfix, wrong copy destination in target release 2005-02-22 12:13 jawe * Tell/.cvsignore: added bin dir 2005-02-22 04:43 jawe * PPF/src/net/sourceforge/ppf/PPF.java: forgot the quit message 2005-02-22 04:19 jawe * PPF/build.xml: changed - to . in ant target names, just for consistency 2005-02-22 02:12 jawe * PPF/: PPFConfig_template.xml, build.xml, version.txt, src/net/sourceforge/ppf/PPF.java: version is now generated from ant added Tell plugin to release 2005-02-21 21:19 jawe * PPF/src/net/sourceforge/ppf/gui/: PPFConfigFrame.java, ChannelDialog.java, NickDialog.java, PluginDialog.java, ServerDialog.java: obsolete, will be replaced with a web interface 2005-02-21 12:52 jawe * PPF/build.xml: bugfix in Release-src (core libs were copied to wrong dir) 2005-02-21 12:47 jawe * PPF/build.xml: changed source release build so you can start building it out-of-the-box 2005-02-21 00:31 jawe * PPF/TODO.txt: removed items regarding Tell plugin (resolved in Tell 1.1) 2005-02-21 00:28 jawe * PPF/src/net/sourceforge/ppf/PPFPlugin.java: added more detailed error handling 2005-02-21 00:27 jawe * PPF/src/net/sourceforge/ppf/PPF.java: added logging of stacktraces (forgot to add the exception as parameter) 2005-02-21 00:26 jawe * Tell/: src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java, .cvsignore, TellConfig_template.xml, build.xml, src/net/sourceforge/ppf/plugin/tellplugin/Message.java: added trigger on typed messages added private messages added loading/saving of messages 2005-02-21 00:22 jawe * PPF/: log4j.properties, src/log4j.properties, build.xml: moved PPF/log4j.properties to PPF/src 2005-02-20 21:18 jawe * ServerAuth/src/net/sourceforge/ppf/plugin/serverauthplugin/ServerAuthPlugin.java: added audit logging changed to fail gracefully if messageAtStartup attribute is not specified (backwards compatible) 2005-02-20 21:17 jawe * PPF/src/net/sourceforge/ppf/PPF.java: changed a logging message 2005-02-20 21:16 jawe * PPF/log4j.properties: changed rootLogger config to DEBUG, debugconsole, debugfile 2005-02-20 21:14 jawe * PPF/build.xml: changed release related targets to reflect the new file layout 2005-02-20 21:05 jawe * NNTP/build.xml, Translate1337/build.xml, ComicBot/build.xml, MySqlQuery/build.xml, Roulette/build.xml, NickHolder/build.xml, BFTracks/build.xml, ServerAdminShouter/build.xml, Simple/build.xml, Seen/build.xml, EDFinder/build.xml, HlLogSearch/build.xml, CBFinder/build.xml, Dict/build.xml, SimpleDccChatRoom/build.xml, BadWords/build.xml, BFMatch/build.xml, ServerAuth/build.xml, TODO/build.xml, Say/build.xml, IMDB/build.xml, ServerQuery/build.xml, JMegaHalAI/build.xml, Calc/build.xml, WarArranger/build.xml, WebChat/build.xml, Bash/build.xml, Google/build.xml, TriggerMessage/build.xml, Advertiser/build.xml, Log/build.xml, ChannelCentral/build.xml, SHOUTcast/build.xml, FeedReader/build.xml, EightBall/build.xml: changed the copy destinations in release target to reflect the new file layout 2005-02-20 11:50 deaded * JMegaHalAI/.cvsignore: added bin dir 2005-02-20 04:18 jawe * Dict/.classpath, ComicBot/.classpath, ServerAuth/.classpath, EightBall/.classpath, NNTP/.classpath, Bash/.classpath, ServerQuery/.classpath, Roulette/.classpath, BadWords/.classpath, SHOUTcast/.classpath, TriggerMessage/.classpath, Log/.classpath, Translate1337/.classpath, Advertiser/.classpath, Calc/.classpath, TODO/.classpath, NickHolder/.classpath, ChannelCentral/.classpath, IMDB/.classpath, HlLogSearch/.classpath, BFTracks/.classpath, Simple/.classpath, ServerAdminShouter/.classpath, Say/.classpath, CBFinder/.classpath, EDFinder/.classpath, WarArranger/.classpath, Seen/.classpath, FeedReader/.classpath, SimpleDccChatRoom/.classpath, Google/.classpath, BFMatch/.classpath, JMegaHalAI/.classpath, PPF/.classpath, Tell/.classpath, WebChat/.classpath, MySqlQuery/.classpath: removed all PPF libs from the plugins and exported them in PPF instead 2005-02-20 03:54 jawe * FeedReader/Rome-License.txt: Rome License (Apache 2.0) -> isn't that incompatible with GPL? 2005-02-20 01:23 jawe * Say/build.xml, BFTracks/build.xml, EDFinder/build.xml, EightBall/build.xml, ServerQuery/build.xml, SimpleDccChatRoom/build.xml, Google/build.xml, BFMatch/build.xml, PPF/build.xml, BadWords/build.xml, Simple/build.xml, TriggerMessage/build.xml, WarArranger/build.xml, NickHolder/build.xml, SHOUTcast/build.xml, HlLogSearch/build.xml, Dict/build.xml, Bash/build.xml, Translate1337/build.xml, NNTP/build.xml, FeedReader/build.xml, Roulette/build.xml, JMegaHalAI/build.xml, Calc/build.xml, WebChat/build.xml, Log/build.xml, ChannelCentral/build.xml, ComicBot/build.xml, ServerAdminShouter/build.xml, ServerAuth/build.xml, TODO/build.xml, IMDB/build.xml, Seen/build.xml, MySqlQuery/build.xml, Advertiser/build.xml, CBFinder/build.xml: changed ant build files to reflect the new structure 2005-02-19 22:22 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Changed location for plugins directory and added (but disabled) code for internal web server 2005-02-19 22:21 deaded * PPF/build.xml: Updated compile path for plugins 2005-02-19 22:15 deaded * BFTracks/build.xml, EDFinder/build.xml, ComicBot/build.xml, BFMatch/build.xml, Bash/build.xml, Advertiser/build.xml, BadWords/build.xml, Dict/build.xml, CBFinder/build.xml, ChannelCentral/build.xml, Calc/build.xml, NickHolder/build.xml, HlLogSearch/build.xml, NNTP/build.xml, MySqlQuery/build.xml, IMDB/build.xml, JMegaHalAI/build.xml, Log/build.xml, FeedReader/build.xml, Google/build.xml, EightBall/build.xml, Seen/build.xml, ServerQuery/build.xml, Say/build.xml, Tell/build.xml, Simple/build.xml, TriggerMessage/build.xml, SimpleDccChatRoom/build.xml, SHOUTcast/build.xml, Translate1337/build.xml, ServerAuth/build.xml, WebChat/build.xml, WarArranger/build.xml, ServerAdminShouter/build.xml, TODO/build.xml, Roulette/build.xml: Updated path to PPF build.xml 2005-02-19 21:35 deaded * Translate1337/.classpath, Say/.classpath, Seen/.classpath, TODO/.classpath, ServerAdminShouter/.classpath, WarArranger/.classpath, Simple/.classpath, WebChat/.classpath, Roulette/.classpath, TriggerMessage/.classpath, ServerAuth/.classpath, Tell/.classpath, SimpleDccChatRoom/.classpath, ServerQuery/.classpath, SHOUTcast/.classpath: [no log message] 2005-02-19 21:25 deaded * Google/.classpath, NNTP/src/net/sourceforge/ppf/plugin/nntpplugin/NNTPConnection.java, NNTP/src/net/sourceforge/ppf/plugin/nntpplugin/NNTPPlugin.java, NNTP/.classpath, NickHolder/.classpath, HlLogSearch/.classpath, IMDB/.classpath, MySqlQuery/.classpath, FeedReader/.classpath, JMegaHalAI/.classpath, Log/.classpath: [no log message] 2005-02-19 21:19 deaded * BFTracks/.classpath, Dict/.classpath, BFMatch/.classpath, BadWords/.classpath, EDFinder/.classpath, EightBall/.classpath, CBFinder/.classpath, Bash/.classpath, Advertiser/.classpath, ComicBot/.classpath, ChannelCentral/.classpath, Calc/.classpath: [no log message] 2005-02-19 21:14 deaded * EightBall/src/net/sourceforge/ppf/plugin/eightballplugin/EightBallPlugin.java: [no log message] 2005-02-19 20:49 deaded * Translate1337/.classpath, Translate1337/.cvsignore, Translate1337/.project, Translate1337/Translate1337Config_template.xml, Translate1337/build.xml, Translate1337/src/net/sourceforge/ppf/plugin/translate1337plugin/Translate1337Plugin.java, TriggerMessage/.classpath, TriggerMessage/.cvsignore, TriggerMessage/.project, TriggerMessage/TriggerMessageConfig_template.xml, TriggerMessage/build.xml, TriggerMessage/src/net/sourceforge/ppf/plugin/triggermessageplugin/RegexpTrigger.java, TriggerMessage/src/net/sourceforge/ppf/plugin/triggermessageplugin/TriggerMessagePlugin.java, WarArranger/.classpath, WarArranger/.cvsignore, WarArranger/.project, WarArranger/WarArrangerConfig_template.xml, WarArranger/build.xml, WarArranger/src/net/sourceforge/ppf/plugin/wararrangerplugin/WarArrangerPlugin.java, WebChat/php/index.php, WebChat/php/rc.php, WebChat/php/images/biggrin.gif, WebChat/php/images/confused.gif, WebChat/php/images/cool.gif, WebChat/php/images/cry.gif, WebChat/php/images/eek.gif, WebChat/php/images/evil.gif, WebChat/php/images/exclaim.gif, WebChat/php/images/frown.gif, WebChat/php/images/mad.gif, WebChat/php/images/neutral.gif, WebChat/php/images/razz.gif, WebChat/php/images/redface.gif, WebChat/php/images/smile.gif, WebChat/php/images/wink.gif, WebChat/.classpath, WebChat/.cvsignore, WebChat/.project, WebChat/MySQL-Connector-J-License.txt, WebChat/build.xml, WebChat/mysql-connector-java-3.0.9-stable-bin.jar, WebChat/src/net/sourceforge/ppf/plugin/webchatplugin/WebChatPlugin.java: [no log message] 2005-02-19 20:45 deaded * SimpleDccChatRoom/.classpath, SimpleDccChatRoom/.cvsignore, SimpleDccChatRoom/.project, SimpleDccChatRoom/build.xml, SimpleDccChatRoom/src/net/sourceforge/ppf/plugin/simpledccchatroomplugin/SimpleDccChatRoomPlugin.java, Tell/src/net/sourceforge/ppf/plugin/tellplugin/TellPlugin.java, Tell/.classpath, Tell/.cvsignore, Tell/.project, Tell/build.xml, TODO/.classpath, TODO/.cvsignore, TODO/.project, TODO/TODOConfig_template.xml, TODO/build.xml, TODO/todo_de.properties, TODO/todo_en.properties, TODO/todo_fi.properties, TODO/src/net/sourceforge/ppf/plugin/todoplugin/TODOPlugin.java: [no log message] 2005-02-19 20:42 deaded * ServerAdminShouter/.classpath, ServerAdminShouter/.cvsignore, ServerAdminShouter/.project, ServerAdminShouter/QueriEd.jar, ServerAdminShouter/ServerAdminShouterConfig_template.xml, ServerAdminShouter/build.xml, ServerAdminShouter/src/net/sourceforge/ppf/plugin/serveradminshouterplugin/ServerAdminShouterPlugin.java, ServerAuth/.classpath, ServerAuth/.cvsignore, ServerAuth/.project, ServerAuth/ChangeHistory.txt, ServerAuth/ServerAuthConfig_template.xml, ServerAuth/build.xml, ServerAuth/src/net/sourceforge/ppf/plugin/serverauthplugin/ServerAuthPlugin.java, ServerQuery/.classpath, ServerQuery/.cvsignore, ServerQuery/.project, ServerQuery/QueriEd-License.txt, ServerQuery/QueriEd.jar, ServerQuery/ServerQueryConfig_template.xml, ServerQuery/build.xml, ServerQuery/src/net/sourceforge/ppf/plugin/serverqueryplugin/ServerQueryPlugin.java, SHOUTcast/.classpath, SHOUTcast/.cvsignore, SHOUTcast/.project, SHOUTcast/ShoutCastConfig_template.xml, SHOUTcast/build.xml, SHOUTcast/src/net/sourceforge/ppf/plugin/shoutcastplugin/ShoutCastInfo.java, SHOUTcast/src/net/sourceforge/ppf/plugin/shoutcastplugin/ShoutCastPlugin.java, Simple/.classpath, Simple/.cvsignore, Simple/.project, Simple/build.xml, Simple/src/net/sourceforge/ppf/plugin/simpleplugin/SimplePlugin.java: [no log message] 2005-02-19 20:39 deaded * Say/.classpath, Say/.cvsignore, Say/.project, Say/SayConfig_template.xml, Say/build.xml, Say/src/net/sourceforge/ppf/plugin/sayplugin/SayPlugin.java, Seen/.classpath, Seen/.cvsignore, Seen/.project, Seen/build.xml, Seen/src/net/sourceforge/ppf/plugin/seenplugin/SeenPlugin.java: [no log message] 2005-02-19 20:35 deaded * Log/.classpath, Log/.cvsignore, Log/.project, Log/LogConfig_template.xml, Log/build.xml, Log/src/net/sourceforge/ppf/plugin/logplugin/LogFormatter.java, Log/src/net/sourceforge/ppf/plugin/logplugin/LogPlugin.java, MySqlQuery/.classpath, MySqlQuery/.cvsignore, MySqlQuery/.project, MySqlQuery/MySQL-Connector-J-License.txt, MySqlQuery/MySqlQueryConfig_template.xml, MySqlQuery/build.xml, MySqlQuery/mysql-connector-java-3.0.9-stable-bin.jar, MySqlQuery/sql/demo.sql, MySqlQuery/sql/readme.txt, MySqlQuery/src/net/sourceforge/ppf/plugin/mysqlqueryplugin/MySqlQueryPlugin.java, NickHolder/.classpath, NickHolder/.cvsignore, NickHolder/.project, NickHolder/NickHolderConfig_template.xml, NickHolder/build.xml, NickHolder/src/net/sourceforge/ppf/plugin/nickholderplugin/NickHolderPlugin.java, NNTP/.classpath, NNTP/.cvsignore, NNTP/.project, NNTP/NNTPConfig.xml, NNTP/build.xml, NNTP/src/net/sourceforge/ppf/plugin/nntpplugin/NNTPConnection.java, NNTP/src/net/sourceforge/ppf/plugin/nntpplugin/NNTPPlugin.java, Roulette/.classpath, Roulette/.cvsignore, Roulette/.project, Roulette/build.xml, Roulette/src/net/sourceforge/ppf/plugin/rouletteplugin/RoulettePlugin.java: [no log message] 2005-02-19 20:30 deaded * Google/.classpath, Google/.cvsignore, Google/.project, Google/build.xml, Google/comp.bat, Google/src/net/sourceforge/ppf/plugin/googleplugin/GooglePlugin.java, HlLogSearch/.classpath, HlLogSearch/.cvsignore, HlLogSearch/.project, HlLogSearch/HlLogSearchConfig_template.xml, HlLogSearch/build.xml, HlLogSearch/src/net/jawe/ppf/plugin/hllogsearch/HlLogSearchPlugin.java, IMDB/.classpath, IMDB/.cvsignore, IMDB/.project, IMDB/build.xml, IMDB/src/net/sourceforge/ppf/plugin/imdbplugin/IMDBPlugin.java, JMegaHalAI/.classpath, JMegaHalAI/.cvsignore, JMegaHalAI/.project, JMegaHalAI/JMegaHal.jar, JMegaHalAI/build.xml, JMegaHalAI/src/net/sourceforge/ppf/plugin/jmegahalai/JMegaHalAIPlugin.java: [no log message] 2005-02-19 20:26 deaded * ComicBot/.classpath, ComicBot/.cvsignore, ComicBot/.project, ComicBot/ChangeHistory.txt, ComicBot/ComicBotConfig_template.xml, ComicBot/build.xml, ComicBot/edtftpj-1.2.4.jar, ComicBot/edtftpj-License.txt, ComicBot/ftp.jar, ComicBot/data/dcstrip.ini, ComicBot/data/dcstrip01-small.png, ComicBot/data/dcstrip01.png, ComicBot/data/strip1.ini, ComicBot/data/strip1.png, ComicBot/data/strip2.ini, ComicBot/data/strip2.png, ComicBot/data/strip3.ini, ComicBot/data/strip3.png, ComicBot/data/strip4.ini, ComicBot/data/strip4.png, ComicBot/data/strip5.ini, ComicBot/data/strip5.png, ComicBot/data/strip6.ini, ComicBot/data/strip6.png, ComicBot/data/strip7.ini, ComicBot/data/strip7.png, ComicBot/src/net/sourceforge/ppf/plugin/comicbotplugin/ComicBotPlugin.java, ComicBot/src/net/sourceforge/ppf/plugin/comicbotplugin/ComicTest.java, Dict/.classpath, Dict/.cvsignore, Dict/.project, Dict/build.xml, Dict/src/net/sourceforge/ppf/plugin/dictplugin/DictPlugin.java, EDFinder/.classpath, EDFinder/.cvsignore, EDFinder/.project, EDFinder/HttpUnit-License.txt, EDFinder/JTidy-License.txt, EDFinder/Tidy.jar, EDFinder/build.xml, EDFinder/httpunit.jar, EDFinder/src/net/sourceforge/ppf/plugin/edfinderplugin/EDClanInfo.java, EDFinder/src/net/sourceforge/ppf/plugin/edfinderplugin/EDFinder.java, EDFinder/src/net/sourceforge/ppf/plugin/edfinderplugin/EDFinderPlugin.java, EDFinder/src/net/sourceforge/ppf/plugin/edfinderplugin/EDLadderInfo.java, EDFinder/src/net/sourceforge/ppf/plugin/edfinderplugin/EDMatchInfo.java, EightBall/.classpath, EightBall/.cvsignore, EightBall/.project, EightBall/build.xml, FeedReader/.classpath, FeedReader/.cvsignore, FeedReader/.project, FeedReader/FeedReaderConfig_template.xml, FeedReader/TODO.txt, FeedReader/build.xml, FeedReader/rome-0.6.jar, FeedReader/rome-fetcher-0.6.jar, FeedReader/src/net/jawe/ppf/plugin/feedreader/FeedReaderPlugin.java, FeedReader/src/net/jawe/ppf/plugin/feedreader/Feed.java: [no log message] 2005-02-19 20:23 deaded * BFTracks/src/net/sourceforge/ppf/plugin/bftracksplugin/BFTracksFinder.java, BFTracks/src/net/sourceforge/ppf/plugin/bftracksplugin/BFTracksLiveInfo.java, BFTracks/src/net/sourceforge/ppf/plugin/bftracksplugin/BFTracksPlugin.java, BFTracks/src/net/sourceforge/ppf/plugin/bftracksplugin/BFTracksPlayerInfo.java, BFTracks/.classpath, BFTracks/.cvsignore, BFTracks/.project, BFTracks/BFTracksConfig_template.xml, BFTracks/HttpUnit-License.txt, BFTracks/JTidy-License.txt, BFTracks/Tidy.jar, BFTracks/build.xml, BFTracks/httpunit.jar, Calc/.classpath, Calc/.project, Calc/build.xml, Calc/jep-2.24.jar, Calc/src/net/sourceforge/ppf/plugin/calcplugin/CalcPlugin.java, CBFinder/.classpath, CBFinder/.cvsignore, CBFinder/.project, CBFinder/CBFinderConfig_template.xml, CBFinder/HttpUnit-License.txt, CBFinder/JTidy-License.txt, CBFinder/Tidy.jar, CBFinder/build.xml, CBFinder/cbfinder_de.properties, CBFinder/cbfinder_en.properties, CBFinder/cbfinder_fi.properties, CBFinder/cbfinder_fr.properties, CBFinder/cbfinder_nl.properties, CBFinder/cbfinder_sv.properties, CBFinder/httpunit.jar, CBFinder/src/net/sourceforge/ppf/plugin/cbfinderplugin/CBClanFinder.java, CBFinder/src/net/sourceforge/ppf/plugin/cbfinderplugin/CBClanInfo.java, CBFinder/src/net/sourceforge/ppf/plugin/cbfinderplugin/CBFinderPlugin.java, CBFinder/src/net/sourceforge/ppf/plugin/cbfinderplugin/CBLadderInfo.java, CBFinder/src/net/sourceforge/ppf/plugin/cbfinderplugin/CBMatchInfo.java, ChannelCentral/.classpath, ChannelCentral/.cvsignore, ChannelCentral/.project, ChannelCentral/ChannelCentralConfig_template.xml, ChannelCentral/LiveStats.xml, ChannelCentral/build.xml, ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelCentralPlugin.java, ChannelCentral/src/net/sourceforge/ppf/plugin/channelcentralplugin/ChannelInfo.java: [no log message] 2005-02-19 20:20 deaded * BadWords/.classpath, BadWords/.cvsignore, BadWords/.project, BadWords/BadWordsConfig_template.xml, BadWords/build.xml, BadWords/src/net/sourceforge/ppf/plugin/badwordsplugin/BadWordsPlugin.java, Bash/src/net/sourceforge/ppf/plugin/bashplugin/BashPlugin.java, Bash/.classpath, Bash/.cvsignore, Bash/.project, Bash/build.xml, BFMatch/.classpath, BFMatch/.cvsignore, BFMatch/.project, BFMatch/BFMatchConfig_template.xml, BFMatch/QueriEd.jar, BFMatch/build.xml, BFMatch/mapinfo/coord_bocage_day2.cfg, BFMatch/mapinfo/coord_dc_basrahs_edge.cfg, BFMatch/mapinfo/coord_dc_desertshield.cfg, BFMatch/mapinfo/coord_dc_dustbowl.cfg, BFMatch/mapinfo/coord_dc_lostvillage.cfg, BFMatch/mapinfo/coord_dc_lostvillage_nopara.cfg, BFMatch/mapinfo/coord_el_alamein.cfg, BFMatch/mapinfo/coord_gazala.cfg, BFMatch/mapinfo/coord_kharkov.cfg, BFMatch/mapinfo/coord_stalingrad.cfg, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFLogContentHandler.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFMatchConfig.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/BFMatchPlugin.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/MapLookup.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/PlayerInfo.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/ScoreComparator.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/BFEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/BFEventFactory.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/ChangePlayerNameEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/ChatEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/CreatePlayerEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/DebugEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/DisconnectPlayerEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/EnterVehicleEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/ExitVehicleEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/RestartMapEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/RoundInitEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/RoundStatsEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/ScoreEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/ServerEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/SetTeamEvent.java, BFMatch/src/net/sourceforge/ppf/plugin/bfmatchplugin/event/SpawnEvent.java: [no log message] 2005-02-19 20:17 deaded * PPF/.classpath, PPF/src/net/sourceforge/ppf/simplewebserver/RequestThread.java, PPF/src/net/sourceforge/ppf/simplewebserver/SimpleWebServer.java, PPF/src/net/sourceforge/ppf/PPF.java, PPF/docs/favicon.ico, PPF/docs/index.html, Advertiser/.classpath, Advertiser/.cvsignore, Advertiser/.project, Advertiser/AdvertiserConfig_template.xml, Advertiser/build.xml, Advertiser/src/net/sourceforge/ppf/plugin/advertiserplugin/Advert.java, Advertiser/src/net/sourceforge/ppf/plugin/advertiserplugin/AdvertiserPlugin.java: [no log message] 2005-02-19 14:24 jawe * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: added javadocs 2005-02-19 10:09 deaded * PPF/docs/forrest/src/documentation/content/xdocs/: contributors.xml, plugins/feedreader.xml: Fixed spelling errors 2005-02-19 03:13 jawe * PPF/src/net/sourceforge/ppf/PPF.java: added logging of admin actions at info level changed stats command function to show the actually consumed memory and a localized start date 2005-02-18 19:54 jawe * PPF/src/net/sourceforge/ppf/util/StringUtil.java: added multiple responses and regular expression triggers to TriggerMessage plugin added formatUser method to StringUtil, used in FeedReader and TriggerMessage plugins 2005-02-17 13:25 jawe * PPF/src/net/sourceforge/ppf/PPF.java: added bot's nick to all INFO log messages 2005-02-17 13:14 jawe * PPF/src/: messages_de.properties, messages_dk.properties, messages_en.properties, messages_fi.properties, messages_fr.properties, messages_nl.properties, messages_no.properties, messages_sv.properties: removed the INFO prefix from some messages (it's the loglevel now anyway) added error_loading_plugin key (with english text) to the remaining languages 2005-02-17 13:06 jawe * PPF/log4j.properties: added specific log levels for the feed reader and hl log search plugins 2005-02-17 12:58 jawe * PPF/log4j.properties: renamed stdout appenders to console console appender now outputs to System.err (more compatible with PPF 0.4) 2005-02-17 04:12 jawe * PPF/docs/forrest/src/documentation/content/xdocs/: plugins/feedreader.xml, contributors.xml, site.xml: added docs for feed reader plugin added me to contributors 2005-02-17 02:30 jawe * PPF/src/net/sourceforge/ppf/PPFPlugin.java: improved error handling 2005-02-16 22:38 jawe * PPF/src/net/sourceforge/ppf/PPF.java: changed configFilename to cfgFilename for naming consistency 2005-02-16 17:43 jawe * PPF/.cvsignore: added compile.bat to cvsignore 2005-02-16 17:43 jawe * PPF/: comp.bat, config.bat, run.bat, run.sh: the startup scripts are generated by ant now 2005-02-16 17:41 jawe * PPF/build.xml: added Release-src target added create.compile.bat target some cosmetic changes 2005-02-15 19:32 jawe * PPF/build.xml: some minor improvements to javadoc and create.docs targets bugfix in create-startup-scripts and create.config.bat targets 2005-02-15 15:57 jawe * PPF/src/net/sourceforge/ppf/: DccChatRoom.java, gui/PPFConfigFrame.java, util/PPFResourceBundle.java: replaced all occurences of System.out, System.err and printStackTrace() with commons-logging 2005-02-15 12:22 jawe * PPF/src/net/sourceforge/ppf/util/PPFResouceBundle.java: removed, was just a typo 2005-02-14 22:46 jawe * PPF/src/: messages_de.properties, messages_en.properties: added msg "error_loading_plugin", english and german 2005-02-14 22:43 jawe * PPF/src/net/sourceforge/ppf/PPF.java: improved logging and error handling for plugin (re)loading 2005-02-14 21:05 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Fixed problem in onPrivateMessage that messages were only passed to plugins when a user was authed 2005-02-14 14:17 jawe * PPF/src/net/sourceforge/ppf/PPF.java: refined error/warn log levels 2005-02-14 14:02 jawe * PPF/src/net/sourceforge/ppf/PPF.java: added logging when the bot joins a channel 2005-02-14 13:49 jawe * PPF/src/net/sourceforge/ppf/util/StringUtil.java: changed username 2005-02-14 13:48 jawe * PPF/src/net/sourceforge/ppf/util/StringUtil.java: added javadoc 2005-02-14 04:45 jawe * PPF/src/net/sourceforge/ppf/: gui/PPFConfigFrame.java, PPF.java, PPFPlugin.java: removed hardcoded references to xerces, leaving finding of a sax parser up to JAXP, so users can choose a different parser on the command line changed PPF.log() method to log PircBot status messages at DEBUG level and PircBot errors at ERROR level. 2005-02-14 00:06 jawe * PPF/lib/pircbot.jar: Updated to PircBot 1.4.2 2005-02-13 21:34 jawe * PPF/src/net/sourceforge/ppf/PPF.java: slightly improved logging changed onDisconnect so that plugins are notified of disconnect first and reconnect is initiated after that 2005-02-13 20:56 jawe * PPF/build.xml: added automatic generation of startup scripts for Release target some cosmetic changes 2005-02-13 18:11 jawe * PPF/log4j.properties: changed the (commented out) rootLogger config for debugging 2005-02-13 18:03 jawe * PPF/logs/: .cvsignore, dummy.txt: added dummy.txt, so CVS recognized this dir added *.log to .cvsignore 2005-02-13 18:01 jawe * PPF/PPFConfig_template.xml: added HlLogSearch and FeedReader plugins 2005-02-13 17:18 jawe * PPF/misc/eclipse/logging-templates.xml: eclipse code templates for logging 2005-02-13 17:04 jawe * PPF/.cvsignore: added PPFConfig.xml 2005-02-13 16:04 jawe * PPF/src/net/sourceforge/ppf/PPFPlugin.java: improved exception handling and logging 2005-02-13 13:34 jawe * PPF/PPFConfig.xml: obsolete 2005-02-13 13:28 jawe * PPF/src/net/sourceforge/ppf/PPF.java: added command line options for: help, version, config-file removed some obsolete comments some cosmetic changes 2005-02-13 00:50 jawe * PPF/src/net/sourceforge/ppf/PPF.java: improved exception handling and logging refactored configuration of PPF into method configure() some cosmetic changes 2005-02-12 23:14 jawe * PPF/: comp.bat, config.bat, run.bat, run.sh, lib/commons-logging.jar, src/net/sourceforge/ppf/PPF.java: PPF: changed System.err.println() and e.printStackTrace() to commons-logging FeedReader: changed log4j to commons-logging Scripts: added commons-logging.jar to the classpaths 2005-02-12 18:23 jawe * PPF/build.xml: added names to ant projects 2005-02-12 11:16 deaded * PPF/TODO.txt: [no log message] 2005-02-12 06:13 jawe * PPF/: comp.bat, config.bat, run.bat, run.sh: added lib/log4j-1.2.9.jar to the classpath 2005-02-12 06:10 jawe * PPF/lib/log4j-1.2.9.jar: removed plugins/FeedReader/log4j-1.2.8.jar added lib/log4j-1.2.9.jar changed FeedReaderPlugin.java, adopted to the changes in new log4j version 2005-02-12 02:45 jawe * PPF/build.xml: added creation of a logs dir (see log4j.properties) 2005-02-12 02:29 jawe * PPF/src/messages_de.properties: finished and slightly changed german translation 2005-02-12 02:10 jawe * PPF/log4j.properties: moved log4j.properties from plugins/FeedReader to the basedir 2005-02-12 01:38 jawe * PPF/build.xml: added plugins HlLogSearch and FeedReader to Release target added copying log4j.properties to ${build.dir} to Release target changed (out of boredom :) the way the startup scripts are copied 2005-02-12 01:21 jawe * PPF/run.sh: converted from dos to unix file endings changed java option server to -server 2005-01-12 18:36 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Fixed bug - static !help text changed to use the configurable command 2005-01-12 18:27 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Added encoding config. Fixed server connection problems so that it goes around the list properly 2005-01-12 18:12 deaded * PPF/docs/forrest/src/documentation/content/xdocs/: index.xml, site.xml, plugins/comicbot.xml, plugins/index.xml, plugins/serverauth.xml: [no log message] 2005-01-12 17:43 deaded * PPF/docs/forrest/src/documentation/content/xdocs/plugins/bfmatch.xml: First version 2004-08-23 19:44 deaded * PPF/docs/forrest/src/documentation/: content/xdocs/contributors.xml, content/xdocs/index.xml, content/xdocs/site.xml, content/xdocs/developers/index.xml, content/xdocs/developers/todo-plugin.xml, content/xdocs/plugins/comicbot.xml, content/xdocs/plugins/index.xml, resources/images/developers/todo-complete.gif: Updates 2004-08-23 19:36 deaded * PPF/docs/forrest/forrest.properties: [no log message] 2004-08-23 19:24 deaded * PPF/docs/forrest/src/documentation/content/.cvsignore: [no log message] 2004-08-23 19:20 deaded * PPF/config.bat: First version 2004-07-22 20:04 deaded * PPF/build.xml: Fixed classpath issue 2004-07-22 19:59 deaded * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: [no log message] 2004-07-04 16:16 deaded * PPF/build.xml: Fixed classpath to use on JARs in lib dir 2004-07-03 22:23 deaded * PPF/docs/forrest/src/documentation/: resources/images/icon_ppf.ico, resources/images/pbppf.gif, resources/images/ppf_8831.gif, content/xdocs/contributors.xml, content/xdocs/faq.xml, content/xdocs/link.xml, content/xdocs/site.xml, content/xdocs/user-guide.xml, content/xdocs/plugins/advertiser.xml, content/xdocs/plugins/badwords.xml, content/xdocs/plugins/bash.xml, content/xdocs/plugins/bftracks.xml, content/xdocs/plugins/cbfinder.xml, content/xdocs/plugins/channelcentral.xml, content/xdocs/plugins/comicbot.xml, content/xdocs/plugins/dict.xml, content/xdocs/plugins/edfinder.xml, content/xdocs/plugins/eightball.xml, content/xdocs/plugins/google.xml, content/xdocs/plugins/imdb.xml, content/xdocs/plugins/mysqlquery.xml, content/xdocs/plugins/plugin_template.xml, content/xdocs/plugins/say.xml, content/xdocs/plugins/seen.xml, content/xdocs/plugins/serveradminshouter.xml, content/xdocs/plugins/serverauth.xml, content/xdocs/plugins/serverquery.xml, content/xdocs/plugins/shoutcast.xml, content/xdocs/plugins/simple.xml, content/xdocs/plugins/translate1337.xml, content/xdocs/plugins/triggermessage.xml, content/xdocs/developers/helloworld.xml, content/xdocs/developers/index.xml, content/xdocs/developers/todo-plugin.xml, resources/images/developers/helloworld-complete.gif, resources/images/developers/helloworld-dir.gif, resources/images/developers/ppf-dir.gif, resources/images/developers/todo-complete.gif, resources/images/developers/todo-dir.gif: [no log message] 2004-07-03 22:16 deaded * PPF/: src/net/sourceforge/ppf/util/PPFResourceBundle.java, PPFConfig_template.xml: [no log message] 2004-07-03 22:13 deaded * PPF/src/: messages_en.properties, messages_fi.properties, net/sourceforge/ppf/PPF.java, net/sourceforge/ppf/PPFPlugin.java, net/sourceforge/ppf/gui/PPFConfigFrame.java, net/sourceforge/ppf/gui/PluginDialog.java, net/sourceforge/ppf/util/StringUtil.java: [no log message] 2004-06-28 19:13 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/comicbot.xml: [no log message] 2004-06-27 14:49 far2fish * PPF/docs/forrest/src/documentation/content/xdocs/plugins/: mysqlquery.xml, translate1337.xml: [no log message] 2004-06-27 13:19 deaded * PPF/docs/forrest/src/resources/: common/scripts/breadcrumbs-optimized.js, common/scripts/breadcrumbs.js, common/scripts/fontsize.js, common/scripts/menu.js, common/xslt/fo/.svn/README.txt, common/xslt/fo/.svn/dir-wcprops, common/xslt/fo/.svn/empty-file, common/xslt/fo/.svn/entries, common/xslt/fo/.svn/format, common/xslt/html/.svn/wcprops/book2menu.xsl.svn-work, common/xslt/html/.svn/wcprops/document2html.xsl.svn-work, common/xslt/html/.svn/wcprops/dotdots.xsl.svn-work, common/xslt/html/.svn/wcprops/pathutils.xsl.svn-work, common/xslt/html/.svn/wcprops/renderlogo.xsl.svn-work, common/xslt/html/.svn/wcprops/site2xhtml.xsl.svn-work, common/xslt/html/.svn/wcprops/split.xsl.svn-work, common/xslt/html/.svn/wcprops/tab2menu.xsl.svn-work, common/xslt/html/.svn/wcprops/tabutils.xsl.svn-work, common/images/.svn/props/.cvsignore.svn-work, common/images/.svn/props/README.txt.svn-work, common/images/.svn/props/add.jpg.svn-work, common/images/.svn/props/built-with-forrest-button.png.svn-work, common/images/.svn/props/corner-imports.svg.xslt.svn-work, common/images/.svn/props/dc.svg.xslt.svn-work, common/images/.svn/props/external-link.gif.svn-work, common/images/.svn/props/fix.jpg.svn-work, common/images/.svn/props/forrest-credit-logo.png.svn-work, common/images/.svn/props/hack.jpg.svn-work, common/images/.svn/props/pdfdoc.gif.svn-work, common/images/.svn/props/printer.gif.svn-work, common/images/.svn/props/rc.svg.xslt.svn-work, common/images/.svn/props/remove.jpg.svn-work, common/images/.svn/props/rss.png.svn-work, common/images/.svn/props/spacer.gif.svn-work, common/images/.svn/props/update.jpg.svn-work, common/images/.svn/props/valid-html401.png.svn-work, common/images/.svn/props/vcss.png.svn-work, common/images/.svn/props/xmldoc.gif.svn-work, common/scripts/.svn/text-base/breadcrumbs-optimized.js.svn-base, common/scripts/.svn/text-base/breadcrumbs.js.svn-base, common/scripts/.svn/text-base/fontsize.js.svn-base, common/scripts/.svn/text-base/menu.js.svn-base, deaded-site/images/.svn/README.txt, deaded-site/images/.svn/dir-wcprops, deaded-site/images/.svn/empty-file, deaded-site/images/.svn/entries, deaded-site/images/.svn/format, deaded-site/images/.svn/prop-base/.cvsignore.svn-base, deaded-site/images/.svn/prop-base/chapter.gif.svn-base, deaded-site/images/.svn/prop-base/chapter_open.gif.svn-base, deaded-site/images/.svn/prop-base/current.gif.svn-base, deaded-site/images/.svn/prop-base/error.png.svn-base, deaded-site/images/.svn/prop-base/info.png.svn-base, deaded-site/images/.svn/prop-base/label.gif.svn-base, deaded-site/images/.svn/prop-base/page.gif.svn-base, deaded-site/images/.svn/prop-base/pdfdoc.gif.svn-base, deaded-site/images/.svn/prop-base/printer.gif.svn-base, deaded-site/images/.svn/prop-base/success.png.svn-base, deaded-site/images/.svn/prop-base/warning.png.svn-base, deaded-site/images/.svn/prop-base/xmldoc.gif.svn-base, common/css/.svn/props/forrest.css.xslt.svn-work, common/images/.svn/wcprops/.cvsignore.svn-work, common/images/.svn/wcprops/README.txt.svn-work, common/images/.svn/wcprops/add.jpg.svn-work, common/images/.svn/wcprops/built-with-forrest-button.png.svn-work, common/images/.svn/wcprops/corner-imports.svg.xslt.svn-work, common/images/.svn/wcprops/dc.svg.xslt.svn-work, common/images/.svn/wcprops/external-link.gif.svn-work, common/images/.svn/wcprops/fix.jpg.svn-work, common/images/.svn/wcprops/forrest-credit-logo.png.svn-work, common/images/.svn/wcprops/hack.jpg.svn-work, common/images/.svn/wcprops/pdfdoc.gif.svn-work, common/images/.svn/wcprops/printer.gif.svn-work, common/images/.svn/wcprops/rc.svg.xslt.svn-work, common/images/.svn/wcprops/remove.jpg.svn-work, common/images/.svn/wcprops/rss.png.svn-work, common/images/.svn/wcprops/spacer.gif.svn-work, common/images/.svn/wcprops/update.jpg.svn-work, common/images/.svn/wcprops/valid-html401.png.svn-work, common/images/.svn/wcprops/vcss.png.svn-work, common/images/.svn/wcprops/xmldoc.gif.svn-work, deaded-site/images/.cvsignore, deaded-site/images/chapter.gif, deaded-site/images/chapter_open.gif, deaded-site/images/current.gif, deaded-site/images/error.png, deaded-site/images/favicon.ico, deaded-site/images/info.png, deaded-site/images/label.gif, deaded-site/images/page.gif, deaded-site/images/pdfdoc.gif, deaded-site/images/printer.gif, deaded-site/images/success.png, deaded-site/images/warning.png, deaded-site/images/xmldoc.gif, deaded-site/images/.svn/props/.cvsignore.svn-work, deaded-site/images/.svn/props/chapter.gif.svn-work, deaded-site/images/.svn/props/chapter_open.gif.svn-work, deaded-site/images/.svn/props/current.gif.svn-work, deaded-site/images/.svn/props/error.png.svn-work, deaded-site/images/.svn/props/info.png.svn-work, deaded-site/images/.svn/props/label.gif.svn-work, deaded-site/images/.svn/props/page.gif.svn-work, deaded-site/images/.svn/props/pdfdoc.gif.svn-work, deaded-site/images/.svn/props/printer.gif.svn-work, deaded-site/images/.svn/props/success.png.svn-work, deaded-site/images/.svn/props/warning.png.svn-work, deaded-site/images/.svn/props/xmldoc.gif.svn-work, deaded-site/xslt/html/.svn/prop-base/book2menu.xsl.svn-base, deaded-site/xslt/html/.svn/prop-base/document2html.xsl.svn-base, deaded-site/xslt/html/.svn/prop-base/site2xhtml.xsl.svn-base, deaded-site/xslt/html/.svn/prop-base/tab2menu.xsl.svn-base, common/images/.svn/text-base/.cvsignore.svn-base, common/images/.svn/text-base/README.txt.svn-base, common/images/.svn/text-base/add.jpg.svn-base, common/images/.svn/text-base/built-with-forrest-button.png.svn-base, common/images/.svn/text-base/corner-imports.svg.xslt.svn-base, common/images/.svn/text-base/dc.svg.xslt.svn-base, common/images/.svn/text-base/external-link.gif.svn-base, common/images/.svn/text-base/fix.jpg.svn-base, common/images/.svn/text-base/forrest-credit-logo.png.svn-base, common/images/.svn/text-base/hack.jpg.svn-base, common/images/.svn/text-base/pdfdoc.gif.svn-base, common/images/.svn/text-base/printer.gif.svn-base, common/images/.svn/text-base/rc.svg.xslt.svn-base, common/images/.svn/text-base/remove.jpg.svn-base, common/images/.svn/text-base/rss.png.svn-base, common/images/.svn/text-base/spacer.gif.svn-base, common/images/.svn/text-base/update.jpg.svn-base, common/images/.svn/text-base/valid-html401.png.svn-base, common/images/.svn/text-base/vcss.png.svn-base, common/images/.svn/text-base/xmldoc.gif.svn-base, common/scripts/.svn/prop-base/breadcrumbs-optimized.js.svn-base, common/scripts/.svn/prop-base/breadcrumbs.js.svn-base, common/scripts/.svn/prop-base/fontsize.js.svn-base, common/scripts/.svn/prop-base/menu.js.svn-base, common/xslt/.svn/README.txt, common/xslt/.svn/dir-wcprops, common/xslt/.svn/empty-file, common/xslt/.svn/entries, common/xslt/.svn/format, common/xslt/html/book2menu.xsl, common/xslt/html/document2html.xsl, common/xslt/html/dotdots.xsl, common/xslt/html/pathutils.xsl, common/xslt/html/renderlogo.xsl, common/xslt/html/site2xhtml.xsl, common/xslt/html/split.xsl, common/xslt/html/tab2menu.xsl, common/xslt/html/tabutils.xsl, deaded-site/css/.svn/prop-base/forrest.css.xslt.svn-base, deaded-site/css/.svn/prop-base/page.css.svn-base, deaded-site/images/.svn/text-base/.cvsignore.svn-base, deaded-site/images/.svn/text-base/chapter.gif.svn-base, deaded-site/images/.svn/text-base/chapter_open.gif.svn-base, deaded-site/images/.svn/text-base/current.gif.svn-base, deaded-site/images/.svn/text-base/error.png.svn-base, deaded-site/images/.svn/text-base/info.png.svn-base, deaded-site/images/.svn/text-base/label.gif.svn-base, deaded-site/images/.svn/text-base/page.gif.svn-base, deaded-site/images/.svn/text-base/pdfdoc.gif.svn-base, deaded-site/images/.svn/text-base/printer.gif.svn-base, deaded-site/images/.svn/text-base/success.png.svn-base, deaded-site/images/.svn/text-base/warning.png.svn-base, deaded-site/images/.svn/text-base/xmldoc.gif.svn-base, deaded-site/images/.svn/wcprops/.cvsignore.svn-work, deaded-site/images/.svn/wcprops/chapter.gif.svn-work, deaded-site/images/.svn/wcprops/chapter_open.gif.svn-work, deaded-site/images/.svn/wcprops/current.gif.svn-work, deaded-site/images/.svn/wcprops/error.png.svn-work, deaded-site/images/.svn/wcprops/info.png.svn-work, deaded-site/images/.svn/wcprops/label.gif.svn-work, deaded-site/images/.svn/wcprops/page.gif.svn-work, deaded-site/images/.svn/wcprops/pdfdoc.gif.svn-work, deaded-site/images/.svn/wcprops/printer.gif.svn-work, deaded-site/images/.svn/wcprops/success.png.svn-work, deaded-site/images/.svn/wcprops/warning.png.svn-work, deaded-site/images/.svn/wcprops/xmldoc.gif.svn-work, deaded-site/xslt/.svn/README.txt, deaded-site/xslt/.svn/dir-wcprops, deaded-site/xslt/.svn/empty-file, deaded-site/xslt/.svn/entries, deaded-site/xslt/.svn/format, common/images/.svn/prop-base/.cvsignore.svn-base, common/images/.svn/prop-base/README.txt.svn-base, common/images/.svn/prop-base/add.jpg.svn-base, common/images/.svn/prop-base/built-with-forrest-button.png.svn-base, common/images/.svn/prop-base/corner-imports.svg.xslt.svn-base, common/images/.svn/prop-base/dc.svg.xslt.svn-base, common/images/.svn/prop-base/external-link.gif.svn-base, common/images/.svn/prop-base/fix.jpg.svn-base, common/images/.svn/prop-base/forrest-credit-logo.png.svn-base, common/images/.svn/prop-base/hack.jpg.svn-base, common/images/.svn/prop-base/pdfdoc.gif.svn-base, common/images/.svn/prop-base/printer.gif.svn-base, common/images/.svn/prop-base/rc.svg.xslt.svn-base, common/images/.svn/prop-base/remove.jpg.svn-base, common/images/.svn/prop-base/rss.png.svn-base, common/images/.svn/prop-base/spacer.gif.svn-base, common/images/.svn/prop-base/update.jpg.svn-base, common/images/.svn/prop-base/valid-html401.png.svn-base, common/images/.svn/prop-base/vcss.png.svn-base, common/images/.svn/prop-base/xmldoc.gif.svn-base, common/scripts/.svn/wcprops/breadcrumbs-optimized.js.svn-work, common/scripts/.svn/wcprops/breadcrumbs.js.svn-work, common/scripts/.svn/wcprops/fontsize.js.svn-work, common/scripts/.svn/wcprops/menu.js.svn-work, common/xslt/html/.svn/prop-base/book2menu.xsl.svn-base, common/xslt/html/.svn/prop-base/document2html.xsl.svn-base, common/xslt/html/.svn/prop-base/dotdots.xsl.svn-base, common/xslt/html/.svn/prop-base/pathutils.xsl.svn-base, common/xslt/html/.svn/prop-base/renderlogo.xsl.svn-base, common/xslt/html/.svn/prop-base/site2xhtml.xsl.svn-base, common/xslt/html/.svn/prop-base/split.xsl.svn-base, common/xslt/html/.svn/prop-base/tab2menu.xsl.svn-base, common/xslt/html/.svn/prop-base/tabutils.xsl.svn-base, deaded-site/xslt/html/.svn/wcprops/book2menu.xsl.svn-work, deaded-site/xslt/html/.svn/wcprops/document2html.xsl.svn-work, deaded-site/xslt/html/.svn/wcprops/site2xhtml.xsl.svn-work, deaded-site/xslt/html/.svn/wcprops/tab2menu.xsl.svn-work, common/scripts/.svn/props/breadcrumbs-optimized.js.svn-work, common/scripts/.svn/props/breadcrumbs.js.svn-work, common/scripts/.svn/props/fontsize.js.svn-work, common/scripts/.svn/props/menu.js.svn-work, common/xslt/fo/.svn/prop-base/document2fo.xsl.svn-base, common/xslt/fo/.svn/prop-base/footerinfo.xsl.svn-base, common/xslt/fo/.svn/prop-base/pdfoutline.xsl.svn-base, common/xslt/svg/.svn/wcprops/document2svg.xsl.svn-work, deaded-site/xslt/html/.svn/README.txt, deaded-site/xslt/html/.svn/dir-wcprops, deaded-site/xslt/html/.svn/empty-file, deaded-site/xslt/html/.svn/entries, deaded-site/xslt/html/.svn/format, common/.svn/prop-base/skinconf.xsl.svn-base, common/.svn/props/skinconf.xsl.svn-work, common/images/.svn/README.txt, common/images/.svn/dir-wcprops, common/images/.svn/empty-file, common/images/.svn/entries, common/images/.svn/format, deaded-site/.svn/wcprops/skinconf.xsl.svn-work, deaded-site/css/.svn/props/forrest.css.xslt.svn-work, deaded-site/css/.svn/props/page.css.svn-work, common/css/.svn/README.txt, common/css/.svn/dir-wcprops, common/css/.svn/empty-file, common/css/.svn/entries, common/css/.svn/format, common/images/.cvsignore, common/images/README.txt, common/images/add.jpg, common/images/built-with-forrest-button.png, common/images/corner-imports.svg.xslt, common/images/dc.svg.xslt, common/images/external-link.gif, common/images/fix.jpg, common/images/forrest-credit-logo.png, common/images/hack.jpg, common/images/pdfdoc.gif, common/images/printer.gif, common/images/rc.svg.xslt, common/images/remove.jpg, common/images/rss.png, common/images/spacer.gif, common/images/update.jpg, common/images/valid-html401.png, common/images/vcss.png, common/images/xmldoc.gif, common/xslt/fo/.svn/props/document2fo.xsl.svn-work, common/xslt/fo/.svn/props/footerinfo.xsl.svn-work, common/xslt/fo/.svn/props/pdfoutline.xsl.svn-work, common/xslt/html/.svn/text-base/book2menu.xsl.svn-base, common/xslt/html/.svn/text-base/document2html.xsl.svn-base, common/xslt/html/.svn/text-base/dotdots.xsl.svn-base, common/xslt/html/.svn/text-base/pathutils.xsl.svn-base, common/xslt/html/.svn/text-base/renderlogo.xsl.svn-base, common/xslt/html/.svn/text-base/site2xhtml.xsl.svn-base, common/xslt/html/.svn/text-base/split.xsl.svn-base, common/xslt/html/.svn/text-base/tab2menu.xsl.svn-base, common/xslt/html/.svn/text-base/tabutils.xsl.svn-base, deaded-site/css/.svn/wcprops/forrest.css.xslt.svn-work, deaded-site/css/.svn/wcprops/page.css.svn-work, common/xslt/html/.svn/README.txt, common/xslt/html/.svn/dir-wcprops, common/xslt/html/.svn/empty-file, common/xslt/html/.svn/entries, common/xslt/html/.svn/format, common/xslt/html/.svn/props/book2menu.xsl.svn-work, common/xslt/html/.svn/props/document2html.xsl.svn-work, common/xslt/html/.svn/props/dotdots.xsl.svn-work, common/xslt/html/.svn/props/pathutils.xsl.svn-work, common/xslt/html/.svn/props/renderlogo.xsl.svn-work, common/xslt/html/.svn/props/site2xhtml.xsl.svn-work, common/xslt/html/.svn/props/split.xsl.svn-work, common/xslt/html/.svn/props/tab2menu.xsl.svn-work, common/xslt/html/.svn/props/tabutils.xsl.svn-work, deaded-site/.svn/README.txt, deaded-site/.svn/dir-wcprops, deaded-site/.svn/empty-file, deaded-site/.svn/entries, deaded-site/.svn/format, deaded-site/xslt/fo/.svn/README.txt, deaded-site/xslt/fo/.svn/dir-wcprops, deaded-site/xslt/fo/.svn/empty-file, deaded-site/xslt/fo/.svn/entries, deaded-site/xslt/fo/.svn/format, common/.svn/README.txt, common/.svn/dir-wcprops, common/.svn/empty-file, common/.svn/entries, common/.svn/format, common/scripts/.svn/README.txt, common/scripts/.svn/dir-wcprops, common/scripts/.svn/empty-file, common/scripts/.svn/entries, common/scripts/.svn/format, common/xslt/fo/.svn/text-base/document2fo.xsl.svn-base, common/xslt/fo/.svn/text-base/footerinfo.xsl.svn-base, common/xslt/fo/.svn/text-base/pdfoutline.xsl.svn-base, deaded-site/.svn/prop-base/skinconf.xsl.svn-base, deaded-site/.svn/props/skinconf.xsl.svn-work, common/xslt/fo/.svn/wcprops/document2fo.xsl.svn-work, common/xslt/fo/.svn/wcprops/footerinfo.xsl.svn-work, common/xslt/fo/.svn/wcprops/pdfoutline.xsl.svn-work, common/xslt/svg/.svn/text-base/document2svg.xsl.svn-base, deaded-site/css/forrest.css.xslt, deaded-site/css/page.css, deaded-site/css/.svn/README.txt, deaded-site/css/.svn/dir-wcprops, deaded-site/css/.svn/empty-file, deaded-site/css/.svn/entries, deaded-site/css/.svn/format, deaded-site/xslt/fo/.svn/prop-base/document2fo.xsl.svn-base, deaded-site/xslt/html/.svn/props/book2menu.xsl.svn-work, deaded-site/xslt/html/.svn/props/document2html.xsl.svn-work, deaded-site/xslt/html/.svn/props/site2xhtml.xsl.svn-work, deaded-site/xslt/html/.svn/props/tab2menu.xsl.svn-work, deaded-site/xslt/html/.svn/text-base/book2menu.xsl.svn-base, deaded-site/xslt/html/.svn/text-base/document2html.xsl.svn-base, deaded-site/xslt/html/.svn/text-base/site2xhtml.xsl.svn-base, deaded-site/xslt/html/.svn/text-base/tab2menu.xsl.svn-base, common/css/forrest.css.xslt, common/css/.svn/prop-base/forrest.css.xslt.svn-base, deaded-site/skinconf.xsl, deaded-site/xslt/fo/.svn/text-base/document2fo.xsl.svn-base, deaded-site/xslt/html/book2menu.xsl, deaded-site/xslt/html/document2html.xsl, deaded-site/xslt/html/site2xhtml.xsl, deaded-site/xslt/html/tab2menu.xsl, common/.svn/text-base/skinconf.xsl.svn-base, common/css/.svn/wcprops/forrest.css.xslt.svn-work, common/xslt/fo/document2fo.xsl, common/xslt/fo/footerinfo.xsl, common/xslt/fo/pdfoutline.xsl, common/xslt/svg/.svn/README.txt, common/xslt/svg/.svn/dir-wcprops, common/xslt/svg/.svn/empty-file, common/xslt/svg/.svn/entries, common/xslt/svg/.svn/format, deaded-site/.svn/text-base/skinconf.xsl.svn-base, deaded-site/css/.svn/text-base/forrest.css.xslt.svn-base, deaded-site/css/.svn/text-base/page.css.svn-base, common/skinconf.xsl, common/.svn/wcprops/skinconf.xsl.svn-work, common/css/.svn/text-base/forrest.css.xslt.svn-base, common/xslt/svg/.svn/prop-base/document2svg.xsl.svn-base, deaded-site/xslt/fo/.svn/props/document2fo.xsl.svn-work, common/xslt/svg/document2svg.xsl, common/xslt/svg/.svn/props/document2svg.xsl.svn-work, deaded-site/xslt/fo/document2fo.xsl, deaded-site/xslt/fo/.svn/wcprops/document2fo.xsl.svn-work: Updated for Forrest 0.6 dev release and modified krysalis skin 2004-06-27 13:11 deaded * PPF/docs/forrest/src/documentation/: content/xdocs/plugins/advertiser.xml, content/xdocs/plugins/badwords.xml, content/xdocs/plugins/bash.xml, content/xdocs/plugins/bftracks.xml, content/xdocs/plugins/cbfinder.xml, content/xdocs/plugins/channelcentral.xml, content/xdocs/plugins/comicbot.xml, content/xdocs/plugins/config_colours.xml, content/xdocs/plugins/dict.xml, content/xdocs/plugins/edfinder.xml, content/xdocs/plugins/eightball.xml, content/xdocs/plugins/google.xml, content/xdocs/plugins/imdb.xml, content/xdocs/plugins/index.xml, content/xdocs/plugins/mysqlquery.xml, content/xdocs/plugins/plugin_template.xml, content/xdocs/plugins/say.xml, content/xdocs/plugins/seen.xml, content/xdocs/plugins/serveradminshouter.xml, content/xdocs/plugins/serverauth.xml, content/xdocs/plugins/serverquery.xml, content/xdocs/plugins/shoutcast.xml, content/xdocs/plugins/simple.xml, content/xdocs/plugins/translate1337.xml, content/xdocs/plugins/triggermessage.xml, resources/images/config_channels.gif, resources/images/config_channels_dlg.gif, resources/images/config_main.gif, resources/images/config_nicks.gif, resources/images/config_nicks_dlg.gif, resources/images/config_plugins.gif, resources/images/config_plugins_dlg.gif, resources/images/config_servers.gif, resources/images/config_servers_dlg.gif, resources/images/favicon.ico, resources/images/project-logo.gif, skinconf.xml, content/xdocs/License.xml, content/xdocs/project-info.xml, content/xdocs/site.xml, content/xdocs/tabs.xml, content/xdocs/user-guide.xml, content/xdocs/developers/index.xml, content/xdocs/developers/installer.xml, resources/images/developers/Files_naked_release.jpg, resources/images/developers/Inno_Setup_start.jpg, resources/images/developers/Inno_Setup_step1.jpg, resources/images/developers/Inno_Setup_step2.jpg, resources/images/developers/Inno_Setup_step3.jpg, resources/images/developers/Inno_Setup_step4.jpg, resources/images/developers/Inno_Setup_step5.jpg, resources/images/developers/Inno_Setup_step6.jpg, resources/images/formatting/bold.gif, resources/images/formatting/bold_red.gif, resources/images/formatting/bold_underline_reverse.gif, resources/images/formatting/mixture.gif, resources/images/formatting/red.gif: Updated for Forrest 0.6 dev release and added new docs 2004-06-27 13:02 deaded * PPF/docs/forrest/forrest.properties: Updated for Forrest 0.6 dev release 2004-06-06 17:50 deaded * PPF/docs/forrest/.cvsignore: [no log message] 2004-06-06 17:48 deaded * PPF/docs/forrest/: forrest-targets.ent, forrest.properties, status.xml, src/documentation/skinconf.xml, src/documentation/content/xdocs/License.xml, src/documentation/content/xdocs/faq.xml, src/documentation/content/xdocs/index.xml, src/documentation/content/xdocs/project-info.xml, src/documentation/content/xdocs/site.xml, src/documentation/content/xdocs/tabs.xml, src/documentation/resources/images/project-logo.gif: Docs for use with Apache Forrest 2004-05-11 18:11 deaded * PPF/: src/net/sourceforge/ppf/PPF.java, build.xml, run.bat: [no log message] 2004-04-24 18:22 deaded * PPF/TODO.txt: [no log message] 2004-04-21 18:41 deaded * PPF/build.xml: Added release related targets 2004-04-21 18:40 deaded * PPF/PPFConfig_template.xml: Added Bash plugin 2004-04-19 21:28 far2fish * PPF/run.sh: [no log message] 2004-04-19 19:27 far2fish * PPF/src/messages_dk.properties: [no log message] 2004-04-18 09:48 deaded * PPF/run.bat: Updated ... to work :P 2004-04-17 14:48 deaded * PPF/PPFConfig_template.xml: Template config for storing in CVS. Actual configs will be placed on ignore soon 2004-04-17 14:04 deaded * PPF/.cvsignore: Added build dir 2004-04-14 22:29 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Fixed based upon FindBugs report 2004-04-11 23:43 deaded * PPF/docs/License.txt: Added plugin info 2004-04-11 23:21 deaded * PPF/docs/: JDOM-License.txt, Jaxen-License.txt, License.txt, PircBot-License.txt, Xerces-License.txt: [no log message] 2004-04-11 22:50 deaded * PPF/src/net/sourceforge/ppf/: gui/PPFConfigFrame.java, PPFPlugin.java: Updated deprecated methods when moving to JDom 10 RC 1 2004-04-11 22:49 deaded * PPF/lib/: jdom.jar, xerces.jar: Updated to JDom 10 RC 1 2004-04-02 20:15 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Stop Bot sending join messages to everyone when it joins itself 2004-03-31 18:31 deaded * PPF/.cvsignore: [no log message] 2004-03-31 17:32 deaded * PPF/PPFConfig.xml: More changes for 0.4 :P 2004-03-31 17:25 deaded * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: More changes for 0.4 :P 2004-03-20 16:53 deaded * PPF/lib/pircbot.jar: Updated to PircBot 1.4.0 2004-03-01 22:28 deaded * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Changed some JDOMException catches to Exception catches to find incorrect XPaths 2004-02-29 20:13 deaded * PPF/PPFConfig.xml: Changes towards 0.4 2004-02-29 20:08 deaded * PPF/src/: net/sourceforge/ppf/PPF.java, net/sourceforge/ppf/PPFPlugin.java, net/sourceforge/ppf/PPFPluginInfo.java, net/sourceforge/ppf/util/PPFResouceBundle.java, net/sourceforge/ppf/util/StringUtil.java, messages_de.properties, messages_dk.properties, messages_en.properties, messages_fi.properties, messages_fr.properties, messages_nl.properties, messages_no.properties, messages_sv.properties: Changes towards 0.4 2004-02-29 20:07 deaded * PPF/src/net/sourceforge/ppf/util/PPFHelp.java: First version 2004-02-29 10:03 deaded * PPF/lib/pircbot.jar: Updated to 1.3.0 2004-02-27 19:26 deaded * PPF/lib/pircbot.jar: Updated to 1.2.8 2004-02-08 11:30 deaded * PPF/PPFConfig.xml: Changes towards 0.4 2004-02-08 11:20 deaded * PPF/src/: messages_de.properties, messages_dk.properties, messages_en.properties, messages_fi.properties, messages_fr.properties, messages_nl.properties, messages_no.properties, messages_sv.properties: Updated version 2004-02-08 11:19 deaded * PPF/src/net/sourceforge/ppf/PPFPluginInfo.java: First version 2004-02-08 11:18 deaded * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: Changes towards 0.4 2004-01-09 20:03 far2fish * PPF/src/: messages_dk.properties, messages_no.properties: [no log message] 2004-01-08 18:07 far2fish * PPF/: run.sh: [no log message] 2004-01-06 21:14 deaded * PPF/: PPFConfig.xml, src/net/sourceforge/ppf/PPF.java, src/net/sourceforge/ppf/PPFPlugin.java, src/net/sourceforge/ppf/util/AuthedUser.java: Updated for v0.3 2003-12-12 19:27 deaded * PPF/src/net/sourceforge/ppf/PPF.java: - started to add 2 extra auth levels and password handling for them - the configured server list is now gone through until a server is connected to - fixed problem of auth being lost when person is in 2 channels from bot and leaves one 2003-12-12 19:00 deaded * PPF/src/net/sourceforge/ppf/gui/PPFConfigFrame.java: Added handling for master and trusted passwords 2003-12-12 18:58 deaded * PPF/src/net/sourceforge/ppf/util/AuthedUser.java: Added authlevel attribute - nothing done with it yet though 2003-12-12 18:57 deaded * PPF/src/net/sourceforge/ppf/util/StringUtil.java: Added method for replacing colours from template to Pircbot colour codes 2003-12-04 15:04 deaded * PPF/lib/pircbot.jar: Updated to 1.2.5 2003-12-04 11:26 deaded * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Changed protected variables to private and provided getters for same. Small amount of JavaDocing done 2003-11-21 13:14 deaded * PPF/src/net/sourceforge/ppf/DccChatRoom.java: First version of a chatroom for use from plugins 2003-11-21 13:13 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Moved commands bot handles itself out of loop that sends the commands to the plugins 2003-11-12 19:03 deaded * PPF/src/net/sourceforge/ppf/gui/: ChannelDialog.java, NickDialog.java, PPFConfigFrame.java, PluginDialog.java, ServerDialog.java: First version of a Swing GUI to edit the config file 2003-11-02 00:08 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Upgraded version number 2003-11-02 00:06 deaded * PPF/src/net/sourceforge/ppf/PPF.java: Changed authing to use nick instead of login 2003-11-02 00:05 deaded * PPF/src/net/sourceforge/ppf/util/AuthedUser.java: Updated to use nick instead of login 2003-11-01 15:37 paulos * PPF/: comp.bat, run.bat: Compile and Run scripts for people who don't use Ant 2003-11-01 15:36 paulos * PPF/PPFConfig.xml: Added the Google plugin (in the commented section) 2003-10-28 14:56 deaded * PPF/src/net/sourceforge/ppf/PPFPlugin.java: Added methods for handling reading a XML doc using JDOM. Added methods for manipulating a list of key-value Strings and reading, writing, and viewing them. 2003-10-25 15:35 deaded * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: Updated resource loading 2003-10-22 16:36 deaded * PPF/src/net/sourceforge/ppf/PPF.java: turned verbose back off 2003-10-22 15:21 deaded * PPF/src/net/sourceforge/ppf/: PPF.java, PPFPlugin.java: Updated how the properties file list is obtained 2003-10-21 15:54 deaded * PPF/: .classpath, .cvsignore, .project, PPFConfig.xml, build.xml, lib/jaxen-core.jar, lib/jaxen-jdom.jar, lib/jdom.jar, lib/pircbot.jar, lib/saxpath.jar, lib/xerces.jar, src/messages_de.properties, src/messages_en.properties, src/messages_fi.properties, src/messages_fr.properties, src/messages_nl.properties, src/messages_sv.properties, src/net/sourceforge/ppf/util/AuthedUser.java, src/net/sourceforge/ppf/util/Filter.java, src/net/sourceforge/ppf/util/PPFResouceBundle.java, src/net/sourceforge/ppf/util/StringUtil.java, src/net/sourceforge/ppf/PPF.java, src/net/sourceforge/ppf/PPFPlugin.java: First version \o/ 2003-07-19 01:11 root * CVSROOT/: checkoutlist, commitinfo, config, cvswrappers, editinfo, loginfo, modules, notify, rcsinfo, taginfo, verifymsg: initial checkin