This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4121b54e4c
evennia
/
src
/
imc2
History
Download ZIP
Download TAR.GZ
Greg Taylor
4121b54e4c
Remove some double quotes from version info.
2009-04-17 05:53:27 +00:00
..
__init__.py
Adding the beginnings of IMC2 support. We are now able to connect and authenticate with an IMC2 network, theoretically without blocking our server thread. We can't actually do anything useful just yet, but stay tuned.
2009-04-11 05:55:26 +00:00
admin.py
Remote IMC2 channels can now be listened to via IMC2 bindings. For this to work, create an IMC2ChannelMapping object with the channel you'd like to serve as the gateway to the remote IMC2 channel. Enter the IMC2 channel's name as the imc2_channel_name field and make sure the object is enabled. Any incoming ice-msg-b packets directed at your chosen channel will now be emitted to the appropriate channel as if it were local, with one difference: the user name is sender@origin. Sending messages is hopefully soon to follow.
2009-04-17 03:34:46 +00:00
connection.py
The IMC2 client now sends and receives. For most, this should be all that is needed. There are a bunch more support commands that will need to be implemented, as well as a few other things, but this is very usable now.
2009-04-17 05:20:55 +00:00
events.py
* Added the 'imclist' command to show other games connected to IMC.
2009-04-13 06:36:51 +00:00
models.py
The IMC2 client now sends and receives. For most, this should be all that is needed. There are a bunch more support commands that will need to be implemented, as well as a few other things, but this is very usable now.
2009-04-17 05:20:55 +00:00
packets.py
Remove some double quotes from version info.
2009-04-17 05:53:27 +00:00
reply_listener.py
* Added the 'imclist' command to show other games connected to IMC.
2009-04-13 06:36:51 +00:00
trackers.py
Pass on KeyError from deleting a non-existant game from the IMC2MudList.
2009-04-13 13:16:13 +00:00