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
8046679980
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
8046679980
Fixed a missed update to the search functionality that now should use db_tagtype rather than the old and hackish category-prefix solution.
Resolves
#497
.
2014-04-06 10:21:06 +02:00
..
migrations
Merge from Kelketek's clone. Added fixes to migrations of Tags. Issues with ContentTypes meaning that this revision is not possible to start.
2013-10-17 23:44:52 +02:00
__init__.py
Changed the way ExitCommands work by adding at_traverse() as a new hook to do the actual moving. This should allow for more flexibility in overloading new Exit typeclasses without having to re-implement the Exit Cmdset functionality more than necessary. By default the same error hooks are called wether the failure is due to a lock or some other error, this is (now) easy to modify as needed.
2012-10-14 13:11:13 +02:00
admin.py
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
manager.py
Fixed a missed update to the search functionality that now should use db_tagtype rather than the old and hackish category-prefix solution.
Resolves
#497
.
2014-04-06 10:21:06 +02:00
models.py
Made addcom aliases case-insensitive.
Resolves
#428
. Also fixed a bug with channel aliases that made them not work correctly with the new Attribute changes.
2014-02-16 23:29:19 +01:00
objects.py
Added new IRC protocol implementation. Not tested yet.
2014-03-08 11:41:23 +01:00