mobibot/ChangeLog.txt
2005-03-05 21:52:19 +00:00

227 lines
7.7 KiB
Text

2005-03-05 13:40 erik
* lib/commons-codec-1.3.jar, lib/commons-httpclient-2.0.1.jar,
lib/commons-httpclient-3.0-rc1.jar, lib/delicious-1.4.jar,
properties/mobibot.properties, build.properties,
buildnum.properties, mobibot.iml, mobibot.ipr, mobibot.iws,
src/net/thauvin/erik/mobibot/DeliciousPoster.java,
src/net/thauvin/erik/mobibot/EntryLink.java,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/ReleaseInfo.java,
website/index.html: Added support for del.icio.us
2004-11-16 07:46 erik
* buildnum.properties, mobibot.iws,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/ReleaseInfo.java,
website/index.html: Added the ability to ignore nicknames.
2004-10-30 13:37 erik
* buildnum.properties, mobibot.iws,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/ReleaseInfo.java,
website/index.html: Added the ability to ignore links from
specified nicknames.
2004-10-04 07:22 erik
* build.properties, buildnum.properties, mobibot.iws,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/ReleaseInfo.java: Added
action(channel, action) method. Added input validation to
action/send methods.
2004-09-28 02:15 erik
* lib/MathEvaluator.jar: Fixed a problem with the MathEvaluator
library where "atan(), asin(), acos()" never worked right.
2004-09-27 18:36 erik
* .cvsignore, build.properties, build.xml, buildnum.properties,
mobibot.iml, mobibot.ipr, mobibot.iws,
ant/jreleaseinfo-1.2.0.jar, lib/EXML.jar, lib/fetchrss.jar,
lib/jdom-1.0.jar, lib/jdom.jar, lib/pircbot.jar,
lib/rome-0.4.jar, lib/rome-fetcher-0.4.jar, lib/rsslibj.jar,
licenses/EXML-license.txt, licenses/ROME License.txt,
licenses/RSSJLib License.txt, licenses/fetchrss License.txt,
properties/fetcher.properties,
src/net/thauvin/erik/mobibot/CurrencyConverter.java,
src/net/thauvin/erik/mobibot/EntryLink.java,
src/net/thauvin/erik/mobibot/FeedReader.java,
src/net/thauvin/erik/mobibot/GoogleSearch.java,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/ReleaseInfo.java,
src/net/thauvin/erik/mobibot/StockQuote.java,
src/net/thauvin/erik/mobibot/Weather.java, website/index.html:
Rome is now used to create and read the various feed.
2004-08-03 01:07 erik
* lib/commons-httpclient-2.0-final.jar, build.xml, mobibot.iml,
mobibot.ipr, mobibot.iws, lib/commons-httpclient-2.0.1.jar,
src/net/thauvin/erik/mobibot/Mobibot.java: Commons HTTPClinet
2.0.1 update. Added automated backup for the data file.
2004-07-07 07:10 erik
* lib/commons-logging.jar: Commons Logging 1.0.4 update.
2004-07-07 07:10 erik
* lib/pircbot.jar: PircBot 1.4.0 update.
2004-07-07 07:10 erik
* lib/: commons-net-1.2.0.jar, commons-net-1.2.2.jar: Commons Net
1.2.2 update.
2004-07-05 19:03 erik
* lib/: jweather-0.2.4.jar, jweather-0.2.5.jar: jweather 0.2.5
upgrade
2004-05-03 10:53 erik
* lib/: commons-net-1.1.0.jar, commons-net-1.2.0.jar,
jweather-0.2.3.jar, jweather-0.2.4.jar: commons-net 1.1.0 and
jweather 0.2.4
2004-03-10 09:05 erik
* .cvsignore: Ignore all serial files.
2004-03-10 09:04 erik
* src/net/thauvin/erik/mobibot/Mobibot.java: Removed angled
brackets around URLs as it was breaking Trillian. Added pong
command.
2004-03-10 09:03 erik
* src/net/thauvin/erik/mobibot/Weather.java: Added invalid station
ID message.
2004-03-10 09:03 erik
* src/net/thauvin/erik/mobibot/: FeedReader.java,
GoogleSearch.java: Removed angled brackets around URLs as it was
breaking Trillian.
2004-03-02 05:53 erik
* mobibot.iws, src/net/thauvin/erik/mobibot/Mobibot.java: Now uses
setAutoNickChange()
2004-03-02 05:52 erik
* lib/pircbot.jar: PircBot 1.3.0
2004-02-25 17:21 erik
* ChangeLog.txt: Initial import.
2004-02-25 16:27 erik
* mobibot.iws, src/net/thauvin/erik/mobibot/Mobibot.java: Added
random ping response.
2004-02-25 04:12 erik
* src/net/thauvin/erik/mobibot/: CurrencyConverter.java,
GoogleSearch.java, Mobibot.java, Weather.java: Added -serial
command line argument. Added ability to search the current URL
posts. Added ping command. Added more efficient arguments
parsing in the public and private commands. Added ability for
the originator to modify a post's URL. Removed the various
URL-based attributes from the constructor. Fixed the nick
command.
2004-02-24 05:09 erik
* README.txt: The properties file can now be specified from the
command line.
2004-02-24 04:58 erik
* website/index.html: Added reference to Commons CLI.
2004-02-24 04:56 erik
* mobibot.iml, mobibot.iws, lib/commons-cli-1.0.jar,
src/net/thauvin/erik/mobibot/Mobibot.java: The properties file
can now be specified from the command line.
2004-02-24 04:55 erik
* src/net/thauvin/erik/mobibot/CurrencyConverter.java: Added the
ability to list the current rates.
2004-02-18 03:40 erik
* src/net/thauvin/erik/mobibot/: Mobibot.java, Weather.java: The
weather command help is now returned when a station id is not
specified.
2004-02-17 06:10 erik
* README.txt: Added (very) minimal instructions.
2004-02-17 03:22 erik
* website/index.html: Added wiki reference.
2004-02-16 20:04 erik
* .cvsignore, build.properties, build.xml, mobibot.fb, mobibot.iml,
mobibot.ipr, mobibot.iws, lib/EXML.jar,
lib/commons-httpclient-2.0-final.jar, lib/commons-logging.jar,
lib/commons-net-1.1.0.jar, lib/fetchrss.jar, lib/google.jar,
lib/MathEvaluator.jar, lib/googleapi.jar,
lib/jakarta-oro-2.0.8.jar, lib/jdom.jar, lib/jweather-0.2.3.jar,
lib/log4j-1.2.8.jar, lib/pircbot.jar, lib/rsslibj.jar,
licenses/Commons License.txt, licenses/EXML-license.txt,
licenses/Google License.txt, licenses/GoogleTagLib License.txt,
licenses/JDOM License.txt, licenses/JWeather License.txt,
licenses/License.txt, licenses/Log4j License.txt,
licenses/PircBot License.html, licenses/RSSJLib License.txt,
licenses/fetchrss License.txt, properties/log4j.properties,
properties/mobibot.properties,
src/net/thauvin/erik/mobibot/CurrencyConverter.java,
src/net/thauvin/erik/mobibot/EntryComment.java,
src/net/thauvin/erik/mobibot/EntryLink.java,
src/net/thauvin/erik/mobibot/FeedReader.java,
src/net/thauvin/erik/mobibot/GoogleSearch.java,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/StockQuote.java,
src/net/thauvin/erik/mobibot/Weather.java, website/index.html,
website/simple.css: Initial import.
2004-02-16 20:04 erik
* .cvsignore, build.properties, build.xml, mobibot.fb, mobibot.iml,
mobibot.ipr, mobibot.iws, lib/EXML.jar,
lib/commons-httpclient-2.0-final.jar, lib/commons-logging.jar,
lib/commons-net-1.1.0.jar, lib/fetchrss.jar, lib/google.jar,
lib/MathEvaluator.jar, lib/googleapi.jar,
lib/jakarta-oro-2.0.8.jar, lib/jdom.jar, lib/jweather-0.2.3.jar,
lib/log4j-1.2.8.jar, lib/pircbot.jar, lib/rsslibj.jar,
licenses/Commons License.txt, licenses/EXML-license.txt,
licenses/Google License.txt, licenses/GoogleTagLib License.txt,
licenses/JDOM License.txt, licenses/JWeather License.txt,
licenses/License.txt, licenses/Log4j License.txt,
licenses/PircBot License.html, licenses/RSSJLib License.txt,
licenses/fetchrss License.txt, properties/log4j.properties,
properties/mobibot.properties,
src/net/thauvin/erik/mobibot/CurrencyConverter.java,
src/net/thauvin/erik/mobibot/EntryComment.java,
src/net/thauvin/erik/mobibot/EntryLink.java,
src/net/thauvin/erik/mobibot/FeedReader.java,
src/net/thauvin/erik/mobibot/GoogleSearch.java,
src/net/thauvin/erik/mobibot/Mobibot.java,
src/net/thauvin/erik/mobibot/StockQuote.java,
src/net/thauvin/erik/mobibot/Weather.java, website/index.html,
website/simple.css: Initial revision