Griatch
|
1ae17bcbe4
|
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
|
2013-11-14 19:31:17 +01:00 |
|
Kelketek
|
48bcb9d0ba
|
Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike.
|
2013-09-29 13:11:10 -05:00 |
|
Kelketek
|
851e6d00cc
|
Turned comms into typeclassed objects.
|
2013-09-28 22:23:30 -05:00 |
|
Griatch
|
41859d9e46
|
Added the ability for the IRC bot to parse /me emotes from the IRC channel.
|
2013-01-30 15:14:30 +01:00 |
|
Griatch
|
90a64a3780
|
Fixed a bug in external_connections.
|
2012-12-13 22:46:18 +01:00 |
|
Griatch
|
4c849ec351
|
Cleaned and updated the i18n strings for various server-core system. Removed i18n for all strings that are only visible on stdout or in logs. Still missing i18n on certain specific things such as model field help and attribute warnings. Updated Swedish translation to match.
|
2012-06-14 02:43:35 +02:00 |
|
Griatch
|
cdab5a240b
|
Added RSS feed support to Evennia. This uses the @rss2chan command to tie a feed to an in-game channel. Updates to the feed will henceforth be echoed to the channel. The reader requires the python-feedreader package to be installed.
|
2012-01-28 20:12:59 +01: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 |
|
Griatch
|
52785e8f3e
|
Obs:Migrate. Made Comm system more generic, including the ability to connect arbitrary protocols to channels. Re-worked the IRC connectivity system - you can now again communicate between IRC and in-game evennia channels.
|
2011-04-10 12:39:07 +00:00 |
|