Added version command.
This commit is contained in:
parent
26dae0eb8a
commit
64656550eb
5 changed files with 206 additions and 101 deletions
|
@ -1,3 +1,3 @@
|
||||||
#ANT Task: ch.oscg.jreleaseinfo.BuildNumberHandler
|
#ANT Task: ch.oscg.jreleaseinfo.BuildNumberHandler
|
||||||
#Fri Apr 02 02:49:45 PDT 2010
|
#Mon Sep 13 14:45:55 PDT 2010
|
||||||
build.num.last=4
|
build.num.last=5
|
||||||
|
|
|
@ -197,7 +197,9 @@
|
||||||
<option name="m_ignoreLoopsWithoutConditions" value="false" />
|
<option name="m_ignoreLoopsWithoutConditions" value="false" />
|
||||||
</inspection_tool>
|
</inspection_tool>
|
||||||
<inspection_tool class="HashCodeUsesNonFinalVariable" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="HashCodeUsesNonFinalVariable" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
<inspection_tool class="IOResource" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="IOResource" enabled="true" level="WARNING" enabled_by_default="true">
|
||||||
|
<option name="ignoredTypesString" value="java.io.ByteArrayOutputStream,java.io.ByteArrayInputStream,java.io.StringBufferInputStream,java.io.CharArrayWriter,java.io.CharArrayReader,java.io.StringWriter,java.io.StringReader" />
|
||||||
|
</inspection_tool>
|
||||||
<inspection_tool class="IncrementDecrementUsedAsExpression" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="IncrementDecrementUsedAsExpression" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
<inspection_tool class="IndexOfReplaceableByContains" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="IndexOfReplaceableByContains" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
<inspection_tool class="InnerClassMayBeStatic" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="InnerClassMayBeStatic" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
@ -269,7 +271,7 @@
|
||||||
<inspection_tool class="NonSynchronizedMethodOverridesSynchronizedMethod" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="NonSynchronizedMethodOverridesSynchronizedMethod" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
<inspection_tool class="NoopMethodInAbstractClass" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="NoopMethodInAbstractClass" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
<inspection_tool class="ObsoleteCollection" enabled="true" level="WARNING" enabled_by_default="true">
|
<inspection_tool class="ObsoleteCollection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||||
<option name="ignoreLibraryArguments" value="false" />
|
<option name="ignoreRequiredObsoleteCollectionTypes" value="false" />
|
||||||
</inspection_tool>
|
</inspection_tool>
|
||||||
<inspection_tool class="OctalAndDecimalIntegersMixed" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="OctalAndDecimalIntegersMixed" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
<inspection_tool class="PackageVisibleField" enabled="true" level="WARNING" enabled_by_default="true" />
|
<inspection_tool class="PackageVisibleField" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
|
192
mobibot.iws
192
mobibot.iws
|
@ -28,17 +28,16 @@
|
||||||
<option name="USE_USER_FILTER" value="false" />
|
<option name="USE_USER_FILTER" value="false" />
|
||||||
<option name="USER" value="" />
|
<option name="USER" value="" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager" verified="true">
|
<component name="ChangeListManager">
|
||||||
<list default="true" readonly="true" id="944923a8-a8d5-4232-a77e-02473b958f59" name="Default" comment="">
|
<list default="true" readonly="true" id="944923a8-a8d5-4232-a77e-02473b958f59" name="Default" comment="">
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/buildnum.properties" afterPath="$PROJECT_DIR$/buildnum.properties" />
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/buildnum.properties" afterPath="$PROJECT_DIR$/buildnum.properties" />
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java" />
|
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" />
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" />
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.iws" afterPath="$PROJECT_DIR$/mobibot.iws" />
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.iws" afterPath="$PROJECT_DIR$/mobibot.iws" />
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.iml" afterPath="$PROJECT_DIR$/mobibot.iml" />
|
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/pircbot.jar" afterPath="$PROJECT_DIR$/lib/pircbot.jar" />
|
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.ipr" afterPath="$PROJECT_DIR$/mobibot.ipr" />
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.ipr" afterPath="$PROJECT_DIR$/mobibot.ipr" />
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java" />
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java" />
|
||||||
</list>
|
</list>
|
||||||
|
<ignored path="$USER_HOME_GRAILS$/" />
|
||||||
|
<ignored path="$USER_HOME_GRIFFON$/" />
|
||||||
<option name="TRACKING_ENABLED" value="true" />
|
<option name="TRACKING_ENABLED" value="true" />
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -139,16 +138,36 @@
|
||||||
<file leaf-file-name="Mobibot.java" pinned="false" current="false" current-in-tab="false">
|
<file leaf-file-name="Mobibot.java" pinned="false" current="false" current-in-tab="false">
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java">
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="1681" column="41" selection-start="42238" selection-end="42238" vertical-scroll-proportion="0.0">
|
<state line="96" column="95" selection-start="3468" selection-end="3468" vertical-scroll-proportion="-18.0">
|
||||||
|
<folding>
|
||||||
|
<element signature="imports" expanded="true" />
|
||||||
|
</folding>
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
</file>
|
||||||
|
<file leaf-file-name="buildnum.properties" pinned="false" current="true" current-in-tab="true">
|
||||||
|
<entry file="file://$PROJECT_DIR$/buildnum.properties">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state line="3" column="0" selection-start="98" selection-end="98" vertical-scroll-proportion="0.06716418">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
</file>
|
</file>
|
||||||
<file leaf-file-name="EntryLink.java" pinned="false" current="true" current-in-tab="true">
|
<file leaf-file-name="ReleaseInfo.java" pinned="false" current="false" current-in-tab="false">
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state line="56" column="28" selection-start="1568" selection-end="1578" vertical-scroll-proportion="0.0">
|
||||||
|
<folding />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
</file>
|
||||||
|
<file leaf-file-name="EntryLink.java" pinned="false" current="false" current-in-tab="false">
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java">
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="382" column="80" selection-start="8127" selection-end="8127" vertical-scroll-proportion="0.42152467">
|
<state line="382" column="80" selection-start="8127" selection-end="8127" vertical-scroll-proportion="0.0">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
|
@ -179,6 +198,10 @@
|
||||||
<setting name="OPEN_NEW_TAB" value="false" />
|
<setting name="OPEN_NEW_TAB" value="false" />
|
||||||
</FindUsagesManager>
|
</FindUsagesManager>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="Git.Settings">
|
||||||
|
<option name="GIT_EXECUTABLE" value="C:\Program Files (x86)\Git\bin\git.exe" />
|
||||||
|
<option name="CHECKOUT_INCLUDE_TAGS" value="false" />
|
||||||
|
</component>
|
||||||
<component name="HierarchyBrowserManager">
|
<component name="HierarchyBrowserManager">
|
||||||
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
||||||
<option name="SORT_ALPHABETICALLY" value="false" />
|
<option name="SORT_ALPHABETICALLY" value="false" />
|
||||||
|
@ -191,8 +214,9 @@
|
||||||
<option name="changedFiles">
|
<option name="changedFiles">
|
||||||
<list>
|
<list>
|
||||||
<option value="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Twitter.java" />
|
<option value="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Twitter.java" />
|
||||||
<option value="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" />
|
|
||||||
<option value="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java" />
|
<option value="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java" />
|
||||||
|
<option value="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" />
|
||||||
|
<option value="$PROJECT_DIR$/buildnum.properties" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
@ -307,7 +331,7 @@
|
||||||
<option name="STATE" value="0" />
|
<option name="STATE" value="0" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectView">
|
<component name="ProjectView">
|
||||||
<navigator currentView="PackagesPane" proportions="" version="1" splitterProportion="0.5">
|
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
|
||||||
<flattenPackages ProjectPane="true" />
|
<flattenPackages ProjectPane="true" />
|
||||||
<showMembers />
|
<showMembers />
|
||||||
<showModules />
|
<showModules />
|
||||||
|
@ -319,11 +343,7 @@
|
||||||
<sortByType />
|
<sortByType />
|
||||||
</navigator>
|
</navigator>
|
||||||
<panes>
|
<panes>
|
||||||
<pane id="ProjectPane">
|
|
||||||
<subPane />
|
|
||||||
</pane>
|
|
||||||
<pane id="Favorites" />
|
<pane id="Favorites" />
|
||||||
<pane id="Scope" />
|
|
||||||
<pane id="PackagesPane">
|
<pane id="PackagesPane">
|
||||||
<subPane>
|
<subPane>
|
||||||
<PATH>
|
<PATH>
|
||||||
|
@ -352,6 +372,41 @@
|
||||||
</PATH>
|
</PATH>
|
||||||
</subPane>
|
</subPane>
|
||||||
</pane>
|
</pane>
|
||||||
|
<pane id="ProjectPane">
|
||||||
|
<subPane>
|
||||||
|
<PATH>
|
||||||
|
<PATH_ELEMENT>
|
||||||
|
<option name="myItemId" value="mobibot" />
|
||||||
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
||||||
|
</PATH_ELEMENT>
|
||||||
|
</PATH>
|
||||||
|
<PATH>
|
||||||
|
<PATH_ELEMENT>
|
||||||
|
<option name="myItemId" value="mobibot" />
|
||||||
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
||||||
|
</PATH_ELEMENT>
|
||||||
|
<PATH_ELEMENT>
|
||||||
|
<option name="myItemId" value="mobibot" />
|
||||||
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
||||||
|
</PATH_ELEMENT>
|
||||||
|
</PATH>
|
||||||
|
<PATH>
|
||||||
|
<PATH_ELEMENT>
|
||||||
|
<option name="myItemId" value="mobibot" />
|
||||||
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
||||||
|
</PATH_ELEMENT>
|
||||||
|
<PATH_ELEMENT>
|
||||||
|
<option name="myItemId" value="mobibot" />
|
||||||
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
||||||
|
</PATH_ELEMENT>
|
||||||
|
<PATH_ELEMENT>
|
||||||
|
<option name="myItemId" value="mobibot" />
|
||||||
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
||||||
|
</PATH_ELEMENT>
|
||||||
|
</PATH>
|
||||||
|
</subPane>
|
||||||
|
</pane>
|
||||||
|
<pane id="Scope" />
|
||||||
</panes>
|
</panes>
|
||||||
</component>
|
</component>
|
||||||
<component name="PropertiesComponent">
|
<component name="PropertiesComponent">
|
||||||
|
@ -372,14 +427,14 @@
|
||||||
<property name="vcs_file_view_treeOrder1" value="1" />
|
<property name="vcs_file_view_treeOrder1" value="1" />
|
||||||
<property name="vcs_file_view_treeOrder4" value="4" />
|
<property name="vcs_file_view_treeOrder4" value="4" />
|
||||||
<property name="vcs_file_view_flatWidth5" value="81" />
|
<property name="vcs_file_view_flatWidth5" value="81" />
|
||||||
<property name="cvs_file_history_flatWidth6" value="135" />
|
|
||||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||||
|
<property name="cvs_file_history_flatWidth6" value="135" />
|
||||||
<property name="cvs_file_history_flatWidth4" value="135" />
|
<property name="cvs_file_history_flatWidth4" value="135" />
|
||||||
<property name="cvs_file_history_flatWidth5" value="136" />
|
<property name="cvs_file_history_flatWidth5" value="136" />
|
||||||
<property name="vcs_file_view_flatOrder0" value="0" />
|
|
||||||
<property name="cvs_file_history_flatWidth2" value="135" />
|
<property name="cvs_file_history_flatWidth2" value="135" />
|
||||||
<property name="cvs_file_history_treeOrder0" value="0" />
|
<property name="vcs_file_view_flatOrder0" value="0" />
|
||||||
<property name="cvs_file_history_flatWidth3" value="136" />
|
<property name="cvs_file_history_flatWidth3" value="136" />
|
||||||
|
<property name="cvs_file_history_treeOrder0" value="0" />
|
||||||
<property name="vcs_file_view_flatWidth0" value="81" />
|
<property name="vcs_file_view_flatWidth0" value="81" />
|
||||||
<property name="vcs_file_view_flatOrder2" value="2" />
|
<property name="vcs_file_view_flatOrder2" value="2" />
|
||||||
<property name="cvs_file_history_flatWidth0" value="135" />
|
<property name="cvs_file_history_flatWidth0" value="135" />
|
||||||
|
@ -408,8 +463,8 @@
|
||||||
<property name="cvs_file_history_treeWidth1" value="135" />
|
<property name="cvs_file_history_treeWidth1" value="135" />
|
||||||
<property name="cvs_file_history_treeWidth2" value="135" />
|
<property name="cvs_file_history_treeWidth2" value="135" />
|
||||||
<property name="cvs_file_history_treeWidth3" value="136" />
|
<property name="cvs_file_history_treeWidth3" value="136" />
|
||||||
<property name="cvs_file_history_treeWidth4" value="135" />
|
|
||||||
<property name="MemberChooser.showClasses" value="true" />
|
<property name="MemberChooser.showClasses" value="true" />
|
||||||
|
<property name="cvs_file_history_treeWidth4" value="135" />
|
||||||
<property name="cvs_file_history_treeWidth5" value="136" />
|
<property name="cvs_file_history_treeWidth5" value="136" />
|
||||||
<property name="cvs_file_history_treeWidth6" value="135" />
|
<property name="cvs_file_history_treeWidth6" value="135" />
|
||||||
<property name="cvs_file_history_flatOrder4" value="4" />
|
<property name="cvs_file_history_flatOrder4" value="4" />
|
||||||
|
@ -419,8 +474,8 @@
|
||||||
<property name="cvs_file_history_flatOrder0" value="0" />
|
<property name="cvs_file_history_flatOrder0" value="0" />
|
||||||
<property name="cvs_file_history_flatOrder1" value="1" />
|
<property name="cvs_file_history_flatOrder1" value="1" />
|
||||||
<property name="cvs_file_history_flatOrder6" value="6" />
|
<property name="cvs_file_history_flatOrder6" value="6" />
|
||||||
<property name="options.searchVisible" value="true" />
|
|
||||||
<property name="dynamic.classpath" value="false" />
|
<property name="dynamic.classpath" value="false" />
|
||||||
|
<property name="options.searchVisible" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="RecentsManager">
|
<component name="RecentsManager">
|
||||||
<key name="CopyClassDialog.RECENTS_KEY">
|
<key name="CopyClassDialog.RECENTS_KEY">
|
||||||
|
@ -439,22 +494,12 @@
|
||||||
<option name="showLabels" value="true" />
|
<option name="showLabels" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="RunManager" selected="Application.Mobibot">
|
<component name="RunManager" selected="Application.Mobibot">
|
||||||
<configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit" break_at_first_line="false" browser="DEFAULT" class_file="" class="" config_file="" directory="" file="" is_config_by_xml="false" is_groups_set="false" method_class="" method_file="" method="" open_page_automatically="false" scope="Class" stop_session_after_first_page="true" web_path="">
|
<configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
|
||||||
<option name="excludedGroups">
|
|
||||||
<set />
|
|
||||||
</option>
|
|
||||||
<option name="includedGroups">
|
|
||||||
<set />
|
|
||||||
</option>
|
|
||||||
<option name="mappings">
|
|
||||||
<list />
|
|
||||||
</option>
|
|
||||||
<option name="sessionId" value="" />
|
|
||||||
<method>
|
<method>
|
||||||
<option name="AntTarget" enabled="false" />
|
<option name="AntTarget" enabled="false" />
|
||||||
<option name="BuildArtifacts" enabled="false" />
|
<option name="BuildArtifacts" enabled="false" />
|
||||||
<option name="FtpUpload" enabled="false" />
|
|
||||||
<option name="Maven.BeforeRunTask" enabled="false" />
|
<option name="Maven.BeforeRunTask" enabled="false" />
|
||||||
|
<option name="ValidateXdebugSetup" enabled="true" />
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
<configuration default="true" type="Remote" factoryName="Remote">
|
<configuration default="true" type="Remote" factoryName="Remote">
|
||||||
|
@ -542,6 +587,21 @@
|
||||||
<option name="Maven.BeforeRunTask" enabled="false" />
|
<option name="Maven.BeforeRunTask" enabled="false" />
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<configuration default="true" type="WebLogic Instance" factoryName="Local">
|
||||||
|
<option name="PORT" value="7001" />
|
||||||
|
<deployment />
|
||||||
|
<server-settings>
|
||||||
|
<option name="PASSWORD" value="weblogic" />
|
||||||
|
</server-settings>
|
||||||
|
<predefined_log_file id="WEBLOGIC_DOMAIN_LOG_FILE" enabled="true" />
|
||||||
|
<predefined_log_file id="WEBLOGIC_SERVER_LOG_FILE" enabled="true" />
|
||||||
|
<method>
|
||||||
|
<option name="AntTarget" enabled="false" />
|
||||||
|
<option name="BuildArtifacts" enabled="false" />
|
||||||
|
<option name="Make" enabled="true" />
|
||||||
|
<option name="Maven.BeforeRunTask" enabled="false" />
|
||||||
|
</method>
|
||||||
|
</configuration>
|
||||||
<configuration default="true" type="JavascriptDebugSession" factoryName="Local">
|
<configuration default="true" type="JavascriptDebugSession" factoryName="Local">
|
||||||
<JSDebuggerConfigurationSettings>
|
<JSDebuggerConfigurationSettings>
|
||||||
<option name="engineId" value="embedded" />
|
<option name="engineId" value="embedded" />
|
||||||
|
@ -553,25 +613,6 @@
|
||||||
<option name="Maven.BeforeRunTask" enabled="false" />
|
<option name="Maven.BeforeRunTask" enabled="false" />
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
<configuration default="true" type="WebLogic Instance" factoryName="Local">
|
|
||||||
<option name="PORT" value="7001" />
|
|
||||||
<deployment />
|
|
||||||
<server-settings>
|
|
||||||
<option name="DOMAIN_PATH" value="" />
|
|
||||||
<option name="USER" value="weblogic" />
|
|
||||||
<option name="PASSWORD" value="weblogic" />
|
|
||||||
<option name="SERVER_NAME" value="myserver" />
|
|
||||||
<option name="DOMAIN_NAME" value="mydomain" />
|
|
||||||
</server-settings>
|
|
||||||
<predefined_log_file id="WEBLOGIC_DOMAIN_LOG_FILE" enabled="true" />
|
|
||||||
<predefined_log_file id="WEBLOGIC_SERVER_LOG_FILE" enabled="true" />
|
|
||||||
<method>
|
|
||||||
<option name="AntTarget" enabled="false" />
|
|
||||||
<option name="BuildArtifacts" enabled="false" />
|
|
||||||
<option name="Make" enabled="true" />
|
|
||||||
<option name="Maven.BeforeRunTask" enabled="false" />
|
|
||||||
</method>
|
|
||||||
</configuration>
|
|
||||||
<configuration default="true" type="JUnit" factoryName="JUnit">
|
<configuration default="true" type="JUnit" factoryName="JUnit">
|
||||||
<extension name="coverage" enabled="false" merge="false" />
|
<extension name="coverage" enabled="false" merge="false" />
|
||||||
<extension name="snapshooter" />
|
<extension name="snapshooter" />
|
||||||
|
@ -681,7 +722,7 @@
|
||||||
<option name="USE_PROJECT_SETTINGS" value="true" />
|
<option name="USE_PROJECT_SETTINGS" value="true" />
|
||||||
<option name="USE_ALTERNATE_LOCATION" value="false" />
|
<option name="USE_ALTERNATE_LOCATION" value="false" />
|
||||||
</component>
|
</component>
|
||||||
<component name="SvnConfiguration">
|
<component name="SvnConfiguration" maxAnnotateRevisions="500">
|
||||||
<option name="USER" value="" />
|
<option name="USER" value="" />
|
||||||
<option name="PASSWORD" value="" />
|
<option name="PASSWORD" value="" />
|
||||||
<option name="LAST_MERGED_REVISION" />
|
<option name="LAST_MERGED_REVISION" />
|
||||||
|
@ -691,6 +732,7 @@
|
||||||
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
||||||
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
||||||
<option name="DETECT_NESTED_COPIES" value="false" />
|
<option name="DETECT_NESTED_COPIES" value="false" />
|
||||||
|
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
||||||
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
||||||
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
||||||
<configuration useDefault="true">C:\Users\erik\AppData\Roaming\Subversion</configuration>
|
<configuration useDefault="true">C:\Users\erik\AppData\Roaming\Subversion</configuration>
|
||||||
|
@ -726,23 +768,23 @@
|
||||||
</todo-panel>
|
</todo-panel>
|
||||||
</component>
|
</component>
|
||||||
<component name="ToolWindowManager">
|
<component name="ToolWindowManager">
|
||||||
<frame x="150" y="12" width="1429" height="1173" extended-state="0" />
|
<frame x="129" y="67" width="1414" height="1175" extended-state="0" />
|
||||||
<editor active="false" />
|
<editor active="false" />
|
||||||
<layout>
|
<layout>
|
||||||
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32934684" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32934684" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32725528" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32662836" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.09736457" sideWeight="0.6669866" order="1" side_tool="false" content_ui="tabs" />
|
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.09696521" sideWeight="0.66762453" order="1" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39907408" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39907408" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="IDEtalk Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
<window_info id="IDEtalk Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="IDEtalk" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
<window_info id="IDEtalk" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32629558" sideWeight="0.5" order="19" side_tool="false" content_ui="tabs" />
|
<window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3256705" sideWeight="0.5" order="19" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33024693" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33024693" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.27818063" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.27818063" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
<window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.18155198" sideWeight="0.6669866" order="0" side_tool="false" content_ui="tabs" />
|
<window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.18134715" sideWeight="0.66762453" order="0" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="17" side_tool="false" content_ui="tabs" />
|
<window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="17" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39447004" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" x="22" y="277" width="980" height="213" />
|
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.39447004" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" x="22" y="277" width="980" height="213" />
|
||||||
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
<window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
||||||
|
@ -763,8 +805,8 @@
|
||||||
<window_info id="Code Outline" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
<window_info id="Code Outline" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
<window_info id="EJB" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="JProfiler" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="14" side_tool="false" content_ui="tabs" />
|
<window_info id="JProfiler" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="14" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Module Dependencies" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
|
||||||
<window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32962963" sideWeight="0.5" order="18" side_tool="false" content_ui="tabs" />
|
<window_info id="CVS" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32962963" sideWeight="0.5" order="18" side_tool="false" content_ui="tabs" />
|
||||||
|
<window_info id="Module Dependencies" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Duplicates" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
<window_info id="Duplicates" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32934684" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32934684" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
||||||
<window_info id="Regex" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.44135803" sideWeight="0.5" order="20" side_tool="false" content_ui="tabs" x="22" y="277" width="980" height="214" />
|
<window_info id="Regex" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.44135803" sideWeight="0.5" order="20" side_tool="false" content_ui="tabs" x="22" y="277" width="980" height="214" />
|
||||||
|
@ -787,6 +829,8 @@
|
||||||
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
|
||||||
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
|
||||||
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="true" />
|
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="true" />
|
||||||
|
<option name="ENABLE_BACKGROUND_PROCESSES" value="false" />
|
||||||
|
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
|
||||||
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Added a basic Twitter posting implementation." />
|
<option name="LAST_COMMIT_MESSAGE" value="Added a basic Twitter posting implementation." />
|
||||||
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
|
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
|
||||||
|
@ -865,16 +909,6 @@
|
||||||
<option name="myLastEditedConfigurable" />
|
<option name="myLastEditedConfigurable" />
|
||||||
</component>
|
</component>
|
||||||
<component name="editorHistoryManager">
|
<component name="editorHistoryManager">
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryComment.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state line="53" column="13" selection-start="2016" selection-end="2016" vertical-scroll-proportion="0.016098484" />
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/FeedReader.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state line="59" column="13" selection-start="2216" selection-end="2216" vertical-scroll-proportion="0.016098484" />
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
<entry file="file://$PROJECT_DIR$/licenses/JDOM License.txt">
|
<entry file="file://$PROJECT_DIR$/licenses/JDOM License.txt">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
|
||||||
|
@ -925,28 +959,42 @@
|
||||||
<state line="28" column="13" selection-start="642" selection-end="642" vertical-scroll-proportion="-0.13314448" />
|
<state line="28" column="13" selection-start="642" selection-end="642" vertical-scroll-proportion="-0.13314448" />
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Twitter.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state line="75" column="12" selection-start="1425" selection-end="1488" vertical-scroll-proportion="0.0" />
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/StockQuote.java">
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/StockQuote.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="52" column="13" selection-start="2029" selection-end="2029" vertical-scroll-proportion="0.0" />
|
<state line="52" column="13" selection-start="2029" selection-end="2029" vertical-scroll-proportion="0.0" />
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Twitter.java">
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="75" column="12" selection-start="1425" selection-end="1488" vertical-scroll-proportion="0.0">
|
<state line="382" column="80" selection-start="8127" selection-end="8127" vertical-scroll-proportion="0.0">
|
||||||
|
<folding />
|
||||||
|
</state>
|
||||||
|
</provider>
|
||||||
|
</entry>
|
||||||
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java">
|
||||||
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
|
<state line="56" column="28" selection-start="1568" selection-end="1578" vertical-scroll-proportion="0.0">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java">
|
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="1681" column="41" selection-start="42238" selection-end="42238" vertical-scroll-proportion="0.0">
|
<state line="96" column="95" selection-start="3468" selection-end="3468" vertical-scroll-proportion="-18.0">
|
||||||
<folding />
|
<folding>
|
||||||
|
<element signature="imports" expanded="true" />
|
||||||
|
</folding>
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
</entry>
|
</entry>
|
||||||
<entry file="file://$PROJECT_DIR$/src/net/thauvin/erik/mobibot/EntryLink.java">
|
<entry file="file://$PROJECT_DIR$/buildnum.properties">
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
<provider selected="true" editor-type-id="text-editor">
|
||||||
<state line="382" column="80" selection-start="8127" selection-end="8127" vertical-scroll-proportion="0.42152467">
|
<state line="3" column="0" selection-start="98" selection-end="98" vertical-scroll-proportion="0.06716418">
|
||||||
<folding />
|
<folding />
|
||||||
</state>
|
</state>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
|
@ -73,13 +73,35 @@ public class Mobibot extends PircBot
|
||||||
*/
|
*/
|
||||||
public static final int CONNECT_TIMEOUT = 5000;
|
public static final int CONNECT_TIMEOUT = 5000;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The HH:MM timestamp simple date format.
|
||||||
|
*/
|
||||||
|
private static final SimpleDateFormat HHMM_SDF = new SimpleDateFormat("HH:mm");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The ISO (YYYY-MM-DD) simple date format.
|
||||||
|
*/
|
||||||
|
private static final SimpleDateFormat ISO_SDF = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The info strings.
|
* The info strings.
|
||||||
*/
|
*/
|
||||||
private static final String[] INFO_STRS = {"Mobibot v" + ReleaseInfo.getVersion() + '.'
|
private static final String[] INFO_STRS =
|
||||||
+ ReleaseInfo.getBuildNumber()
|
{"Mobibot v" + ReleaseInfo.getVersion() + '.' + ReleaseInfo.getBuildNumber()
|
||||||
+ " by Erik C. Thauvin (erik@thauvin.net)",
|
+ " by Erik C. Thauvin (erik@thauvin.net)", "http://www.mobitopia.org/mobibot/"};
|
||||||
"http://www.mobitopia.org/mobibot/"};
|
|
||||||
|
/**
|
||||||
|
* The version strings.
|
||||||
|
*/
|
||||||
|
private static final String[] VERSION_STRS =
|
||||||
|
{"Version: " + ReleaseInfo.getVersion() + '.' + ReleaseInfo.getBuildNumber() + " ("
|
||||||
|
+ ISO_SDF.format(ReleaseInfo.getBuildDate()) + ')',
|
||||||
|
"Platform: " + System.getProperty("os.name") + " (" + System.getProperty("os.version") + ", "
|
||||||
|
+ System.getProperty("os.arch") + ", " + System.getProperty("user.country") + ')',
|
||||||
|
"Runtime: " + System.getProperty("java.runtime.name") + " (build "
|
||||||
|
+ System.getProperty("java.runtime.version") + ')',
|
||||||
|
"VM: " + System.getProperty("java.vm.name") + " (build " + System.getProperty("java.vm.version") + ", "
|
||||||
|
+ System.getProperty("java.vm.info") + ')'};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debug command line argument.
|
* Debug command line argument.
|
||||||
|
@ -296,6 +318,11 @@ public class Mobibot extends PircBot
|
||||||
*/
|
*/
|
||||||
private static final String INFO_CMD = "info";
|
private static final String INFO_CMD = "info";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The version command.
|
||||||
|
*/
|
||||||
|
private static final String VERSION_CMD = "version";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The view command.
|
* The view command.
|
||||||
*/
|
*/
|
||||||
|
@ -306,16 +333,6 @@ public class Mobibot extends PircBot
|
||||||
*/
|
*/
|
||||||
public static final String WEATHER_CMD = "weather";
|
public static final String WEATHER_CMD = "weather";
|
||||||
|
|
||||||
/**
|
|
||||||
* The HH:MM timestamp simple date format.
|
|
||||||
*/
|
|
||||||
private static final SimpleDateFormat HHMM_SDF = new SimpleDateFormat("HH:mm");
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The ISO (YYYY-MM-DD) simple date format.
|
|
||||||
*/
|
|
||||||
private static final SimpleDateFormat ISO_SDF = new SimpleDateFormat("yyyy-MM-dd");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The start time.
|
* The start time.
|
||||||
*/
|
*/
|
||||||
|
@ -332,6 +349,7 @@ public class Mobibot extends PircBot
|
||||||
private static final int DEFAULT_PORT = 6667;
|
private static final int DEFAULT_PORT = 6667;
|
||||||
|
|
||||||
// Initialize the countries.
|
// Initialize the countries.
|
||||||
|
|
||||||
static
|
static
|
||||||
{
|
{
|
||||||
COUNTRIES_MAP.put("AU", "Australia/Sydney");
|
COUNTRIES_MAP.put("AU", "Australia/Sydney");
|
||||||
|
@ -1048,6 +1066,14 @@ public class Mobibot extends PircBot
|
||||||
send(sender, DOUBLE_INDENT + bold("/msg " + getNick() + ' ' + SAY_CMD + " <text>"));
|
send(sender, DOUBLE_INDENT + bold("/msg " + getNick() + ' ' + SAY_CMD + " <text>"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (lcTopic.endsWith(VERSION_CMD))
|
||||||
|
{
|
||||||
|
if (isOp(sender))
|
||||||
|
{
|
||||||
|
send(sender, "To view the version data (bot, java, etc.):");
|
||||||
|
send(sender, DOUBLE_INDENT + bold("/msg " + getNick() + ' ' + VERSION_CMD));
|
||||||
|
}
|
||||||
|
}
|
||||||
else if (lcTopic.endsWith(MSG_CMD))
|
else if (lcTopic.endsWith(MSG_CMD))
|
||||||
{
|
{
|
||||||
if (isOp(sender))
|
if (isOp(sender))
|
||||||
|
@ -1085,17 +1111,21 @@ public class Mobibot extends PircBot
|
||||||
DOUBLE_INDENT + bold(
|
DOUBLE_INDENT + bold(
|
||||||
CALC_CMD + ' ' + CURRENCY_CMD + ' ' + DICE_CMD + ' ' + GOOGLE_CMD + ' ' + IGNORE_CMD));
|
CALC_CMD + ' ' + CURRENCY_CMD + ' ' + DICE_CMD + ' ' + GOOGLE_CMD + ' ' + IGNORE_CMD));
|
||||||
send(sender,
|
send(sender,
|
||||||
DOUBLE_INDENT + bold(INFO_CMD + ' ' + getChannel().substring(1) + ' ' + LOOKUP_CMD + ' '
|
DOUBLE_INDENT + bold(
|
||||||
+ HELP_POSTING_KEYWORD + ' ' + RECAP_CMD));
|
INFO_CMD + ' ' + getChannel().substring(1) + ' ' + LOOKUP_CMD + ' ' + HELP_POSTING_KEYWORD
|
||||||
|
+ ' ' + RECAP_CMD));
|
||||||
send(sender,
|
send(sender,
|
||||||
DOUBLE_INDENT + bold(SPELL_CMD + ' ' + STOCK_CMD + ' ' + HELP_TAGS_KEYWORD + ' ' + TIME_CMD + ' '
|
DOUBLE_INDENT + bold(
|
||||||
+ USERS_CMD + ' ' + VIEW_CMD));
|
SPELL_CMD + ' ' + STOCK_CMD + ' ' + HELP_TAGS_KEYWORD + ' ' + TIME_CMD + ' ' + USERS_CMD + ' '
|
||||||
|
+ VIEW_CMD));
|
||||||
send(sender, DOUBLE_INDENT + bold(JAIKU_CMD + ' ' + TWITTER_CMD + ' ' + WEATHER_CMD));
|
send(sender, DOUBLE_INDENT + bold(JAIKU_CMD + ' ' + TWITTER_CMD + ' ' + WEATHER_CMD));
|
||||||
|
|
||||||
if (isOp(sender))
|
if (isOp(sender))
|
||||||
{
|
{
|
||||||
send(sender, "The op commands are:");
|
send(sender, "The op commands are:");
|
||||||
send(sender, DOUBLE_INDENT + bold(CYCLE_CMD + ' ' + ME_CMD + ' ' + MSG_CMD + ' ' + SAY_CMD));
|
send(sender,
|
||||||
|
DOUBLE_INDENT + bold(
|
||||||
|
CYCLE_CMD + ' ' + ME_CMD + ' ' + MSG_CMD + ' ' + SAY_CMD + ' ' + VERSION_CMD));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1377,6 +1407,10 @@ public class Mobibot extends PircBot
|
||||||
{
|
{
|
||||||
infoResponse(sender, false);
|
infoResponse(sender, false);
|
||||||
}
|
}
|
||||||
|
else if (cmd.equals(VERSION_CMD))
|
||||||
|
{
|
||||||
|
versionResponse(sender, false);
|
||||||
|
}
|
||||||
else if (cmd.equals(DICE_CMD))
|
else if (cmd.equals(DICE_CMD))
|
||||||
{
|
{
|
||||||
final Random r = new Random();
|
final Random r = new Random();
|
||||||
|
@ -1918,6 +1952,10 @@ public class Mobibot extends PircBot
|
||||||
{
|
{
|
||||||
infoResponse(sender, true);
|
infoResponse(sender, true);
|
||||||
}
|
}
|
||||||
|
else if (cmd.equals(VERSION_CMD))
|
||||||
|
{
|
||||||
|
versionResponse(sender, true);
|
||||||
|
}
|
||||||
else if (cmd.equals(DEBUG_CMD))
|
else if (cmd.equals(DEBUG_CMD))
|
||||||
{
|
{
|
||||||
if (isOp(sender))
|
if (isOp(sender))
|
||||||
|
@ -2497,6 +2535,23 @@ public class Mobibot extends PircBot
|
||||||
isPrivate);
|
isPrivate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Responds with the bot's version info.
|
||||||
|
*
|
||||||
|
* @param sender The nick of the person who sent the message.
|
||||||
|
* @param isPrivate Set to true is the response should be send as a private message.
|
||||||
|
*/
|
||||||
|
private void versionResponse(String sender, boolean isPrivate)
|
||||||
|
{
|
||||||
|
if (isOp(sender))
|
||||||
|
{
|
||||||
|
for (int i = 0; i < VERSION_STRS.length; i++)
|
||||||
|
{
|
||||||
|
send(sender, VERSION_STRS[i], isPrivate);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines whether the specified nick should be ignored.
|
* Determines whether the specified nick should be ignored.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Created by JReleaseInfo AntTask from Open Source Competence Group */
|
/* Created by JReleaseInfo AntTask from Open Source Competence Group */
|
||||||
/* Creation date Fri Apr 02 02:49:45 PDT 2010 */
|
/* Creation date Mon Sep 13 14:45:55 PDT 2010 */
|
||||||
package net.thauvin.erik.mobibot;
|
package net.thauvin.erik.mobibot;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
@ -20,21 +20,21 @@ public class ReleaseInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** buildDate (set during build process to 1270201785391L). */
|
/** buildDate (set during build process to 1284414355047L). */
|
||||||
private static final Date buildDate = new Date(1270201785391L);
|
private static final Date buildDate = new Date(1284414355047L);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get buildDate (set during build process to Fri Apr 02 02:49:45 PDT 2010).
|
* Get buildDate (set during build process to Mon Sep 13 14:45:55 PDT 2010).
|
||||||
* @return Date buildDate
|
* @return Date buildDate
|
||||||
*/
|
*/
|
||||||
public static Date getBuildDate() { return buildDate; }
|
public static Date getBuildDate() { return buildDate; }
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get buildNumber (set during build process to 4).
|
* Get buildNumber (set during build process to 5).
|
||||||
* @return int buildNumber
|
* @return int buildNumber
|
||||||
*/
|
*/
|
||||||
public static int getBuildNumber() { return 4; }
|
public static int getBuildNumber() { return 5; }
|
||||||
|
|
||||||
|
|
||||||
/** project (set during build process to "mobibot"). */
|
/** project (set during build process to "mobibot"). */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue