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
bc67af89b6
evennia
/
src
/
imc2
History
Download ZIP
Download TAR.GZ
Greg Taylor
bc67af89b6
Add the period character to the list of wordchars for continuous tokens. Silly me for forgetting it.
2009-04-12 17:01:17 +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
connection.py
IMC2Packet class is looking pretty stout now. We should be ready to start sub-classing it to the various IMC2 packet types.
2009-04-11 21:52:56 +00:00
events.py
Added stubs for all of the IMC packets. Also re-named the event.
2009-04-11 07:26:58 +00:00
packets.py
Add the period character to the list of wordchars for continuous tokens. Silly me for forgetting it.
2009-04-12 17:01:17 +00:00