Michael King
26c6dd109a
* Re-implemented page using @teleport's protocol. Still can't get spaces in names working out of the box, but I'm looking into squashing that. (tsal)
2007-04-29 13:58:58 +00:00
Michael King
6355ed2298
* Found all my stupid bugs, and remembered that django's Model#get() will raise an exception if it cannot find any matching objects. Used that to determine "no such user".
2007-04-28 14:53:13 +00:00
Michael King
21a03fc07c
* After review of the codebase some more, discovered better methods for most of what I was trying to do.
...
* Before this change, it was no longer dumping the connection, but was always claiming that the target player was not online, when they were.
* Back to the drawing board on cmd_page for now.
2007-04-28 14:26:28 +00:00
Michael King
3054d1233f
* Fixed interpolation statements to have tuples instead of a string
2007-04-28 13:44:33 +00:00
Michael King
d017ff0d39
* Added cmd_page. I think I'm running into SQLite problems, as when the command runs, it simply dumps the session.
...
I tried to test this on MySQL, but I can't get syncdb to work, either. (tsalaroth mking@arikel.net )
2007-04-26 23:35:37 +00:00
Greg Taylor
7012960a70
Remove get_ansiname() by condensing functionality into get_name(). Removed session debug statements I had in for testing.
2007-04-26 20:32:56 +00:00
Greg Taylor
9e587bd4e3
Important update: Fixed two crash bugs in attribute getting/setting. Less importantly, the money value shown in 'inventory' now pluralizes properly.
2007-04-23 15:22:40 +00:00
Greg Taylor
9335adc03a
More command sanitizing checks, renamed startup script to startup.sh.
2007-04-03 20:15:54 +00:00
Greg Taylor
5421ab7f6e
Re-organization.
2007-04-03 13:42:51 +00:00