* Implemented CobraMUSH modules. [RLB]
* All *local.c files moved over to module hooks. [RLB]
* Embedded the lua scripting engine. [RLB]
+ * Switched build system to autoconf.
Minor Changes:
* Mortal switch removed from @uptime [RLB]
* Removed incomplete and unused SWMP system
netmush. [AEJ]
* Direct login to any user without password via
--user=<user>. [RLB]
+ * @attribute/access may now be supplied the /defaults
+ switch. [RLB]
+ * @attribute without any switch now defaults to info. [RLB]
+ * All PennMUSH Enhancements documented on http://redmine.cobramush.org
+ upto PennMUSH version 1.8.XpX
Fixes:
* All fixes from pre-0.80 development series.
+ * All fixes in PennMUSH upto version 1.8.XpX
+ * When sending a message to a channel your not on the
+ game wouldn't return anything. [RLB]
+ * Documented our @attribute command behavior. [RLB]
+ * Streamlined several <x>who() functions use of Inheritable
+ powers. [RLB]