Greg Taylor
|
756ac8dfe1
|
More case-sensitivity stuff. Also remove player's dbref from first connection welcome message.
|
2007-05-18 13:44:21 +00:00 |
|
Greg Taylor
|
98e9175582
|
Addition of a player_search() function in functions_db. This first searches for alias matches (exact, no case-sensitivity). If it finds none, it does a normal local_and_global_search() limited by object type PLAYER. Also did some more code cleanup and commenting.
|
2007-04-30 14:21:48 +00:00 |
|
Greg Taylor
|
3292405fcb
|
Adding initial data via Django's syncdb facility. We will no longer distribute a SQLite DB in the near future in favor of this cross-platform alternative. Also in this commit is a crash fix for @dig with SQLite.
|
2007-04-25 14:47:33 +00:00 |
|
Greg Taylor
|
50b17b3626
|
Changing the user login command to use the player's email address instead of username. Also Require quotes around the username with the character creation command regardless of whether it's two words or one.
|
2007-04-03 15:17:46 +00:00 |
|
Greg Taylor
|
5421ab7f6e
|
Re-organization.
|
2007-04-03 13:42:51 +00:00 |
|