erlbot.git
2011-09-01 Matt MullinsCreated the irc_object_supervisor, which is created...
2011-09-01 Matt MullinsAdd Supervisor, TableId, and the [future] irc_object_su...
2011-09-01 Matt MullinsAdd the irc_conn PID to the ETS table
2011-08-30 Matt MullinsRefactored the way configuration data is passed through...
2011-08-28 Matt MullinsLink the AMQP channel to the process listening, so...
2011-08-28 Matt MullinsAdded registered process names to the AMQP application...
2011-08-28 Matt MullinsUpdated version numbers for the release to match Ubuntu...
2011-08-28 Matt MullinsUpdated documentation on AMQP listener function.
2011-08-28 Matt MullinsVersion bump, added AMQP app to the release file
2011-08-28 Matt MullinsAdd irc application dependency on amqp application
2011-08-28 Matt MullinsAdded AMQP support to the irc application.
2011-08-28 Matt MullinsAMQP supports attaching a process to handle messages...
2011-08-14 Matt MullinsFix typo in names of irc_sup's children v4
2011-05-22 Matt MullinsRelease bump to upgrade the IRC app
2011-05-22 Matt MullinsAdded botsnack functionality to the irc application
2011-05-22 Matt MullinsBug fix: include the irc_util module in the irc application
2011-05-22 Matt MullinsIRC application version was not a string.
2011-05-22 Matt MullinsInclude the irc application in the release.
2011-05-22 Matt MullinsBug fix for irc.floofy-skirts.org: don't JOIN channels...
2011-05-22 Matt MullinsWrote the boiler-plate code to start the IRC modules...
2011-05-22 Matt MullinsAdded a newline to release file so version mismatch...
2011-05-22 Matt MullinsAdded module version to core/config; also made it a...
2011-05-21 Matt MullinsAdded a release file so we can actually boot this thing.
2011-05-21 Matt MullinsAdded boilerplate code to load the core modules as...
2011-05-21 Matt MullinsAdded module to handle configuration files
2011-05-19 Matt MullinsFinished writing the buffering/parsing code for handlin...
2011-05-19 Matt MullinsFinished most of the IRC protocol-level work:
2011-05-18 Matt MullinsUpdated how configuration is bubbled through
2011-05-18 Matt MullinsRemoved "Supervisor" from state tracked in irc_conn
2011-05-18 Matt MullinsDeleted some un-implemented things from irc_net_sup...
2011-05-18 Matt MullinsRenamed irc_sup to irc_net_sup; added some documentation
2011-05-18 Matt MullinsCreated a "core" application that supports core bot...
2011-05-18 Matt MullinsMoved around the IRC modules
2010-12-20 Matt MullinsBasic structure of the IRC modules. Nothing does anyth...