Commit graph

8 commits

Author SHA1 Message Date
Griatch
7f7016ad7d Run Migrate. Implemented @search functionality with limits as per MUX (as part of the @find command). Added some more channel-related commands and changed locks for channels to have a "control" lock type rather than "admin". The migration converts this in existing channels.. 2011-04-20 22:40:27 +00:00
Griatch
23462c626c Further updates to the IMC2 system, making it a bit easier to use. 2011-04-20 00:27:19 +00:00
Griatch
c70d59045a Some bug fixes in the IMC system. 2011-04-19 21:40:53 +00:00
Griatch
b856cb8faf Implemented imcwhois command as part of the imcinfo command cluster. 2011-04-19 21:05:18 +00:00
Griatch
36bc29865b Some minor fixes and cleanups. 2011-04-19 15:31:13 +00:00
Griatch
0ea95631bf IMC (inter-mud-communication) is working again. Evennia's implementation connects an existing Evennia channel to an IMC2 network/channel seamlessly. One can listen to more than one IMC2 channel, but only send to one IMC channel, as defined when setting up the connection. One can list imc channels and muds connected to the network. We have only limited support for imctell at this point: It works for IMC users to send imc-tells to users on Evennia, but seemingly not the other way around. Evennias imctell function at least doesn't seem to properly send tells to my Talon IMC user. 2011-04-19 15:13:34 +00:00
Griatch
1ced5ee8f2 Added more compatibility checks for twisted.words in case IRC is activated. IMC2 implementation is cleaned up and converted to new comm system, but it's not working correctly and not usable. 2011-04-18 22:09:29 +00:00
Griatch
7d30b337d9 Cleanups and bug fixes. Fixed the @unlink command and also made it overally more stable. Resolves issue 161. Added more string conversion routines to handle non-ascii variables being stored in an Attribute. Resolves issue 160. 2011-04-16 22:26:22 +00:00