erlbot.git
2013-05-05 Matt MullinsCreate intermediate release. v9.5
2013-05-05 Matt MullinsBump amqp application version number.
2013-05-05 Matt MullinsBump irc_amqp_listener state version to 3.
2013-05-05 Matt MullinsReturn and save the AMQP Channel pid.
2013-01-22 Matt MullinsBump version number, add upgrade scripts v9
2013-01-22 Matt MullinsSend !-commands to AMQP for other programs
2013-01-16 Matt MullinsUse erlang: prefix for integer conversion
2013-01-14 Matt MullinsBump IRC app versions, disallow code_change. v8
2013-01-14 Matt MullinsUse one AMQP listener with wildcard, per ircnet.
2013-01-14 Matt MullinsBump Erlang version numbers to Ubuntu precise
2011-12-13 Matt MullinsBump release numbers. v7
2011-12-13 Matt MullinsFix DoS where any IRC user can crash the bot.
2011-12-13 Matt MullinsLimit IRC reconnects to once every 30 seconds.
2011-12-12 Matt MullinsAdded a !random command, and cut a new release. v6
2011-09-03 Matt MullinsAdd an intermediate release 4.5, which allows clean... v5
2011-09-03 Matt MullinsProperly handle the instance name when upgraded from...
2011-09-03 Matt MullinsHandle up/down-grade for the IRC application -- add...
2011-09-01 Matt MullinsAdd new modules to the IRC application
2011-09-01 Matt MullinsAdd AMQP client applications to release dependencies.
2011-09-01 Matt MullinsUpdate ERTS version number to match Ubuntu maverick
2011-09-01 Matt MullinsAdd configuration support for AMQP username/password...
2011-09-01 Matt MullinsRefactored the way commands are sent from the AMQP...
2011-09-01 Matt MullinsFix a bug to allow channels that do not have AMQP queues
2011-09-01 Matt MullinsUse the configuration file to determine AMQP routing key
2011-09-01 Matt MullinsFixed a bug caused by the Channel being killed out...
2011-09-01 Matt MullinsMove the irc_amqp_listener to be underneath the irc_obj...
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...