Griatch
|
7581d65cb3
|
Made superuser able to have a separate "superuser character" in order to be able to have also test-characters without privileges.
|
2013-03-11 22:01:52 +01:00 |
|
Griatch
|
bbdf2e0896
|
Fixed a bug that caused superuser status to be cached only once for characters, even if the player was not yet connected.
|
2013-03-11 20:01:03 +01:00 |
|
Griatch
|
29e313492f
|
Added more session info to ooclook. Working on a bug that causes superuser to not be recognized now and then - this seems to be related to character.player returning None. This revision contains some printout debug messages since that bug is not yet fixed.
|
2013-03-11 01:32:17 +01:00 |
|
Griatch
|
406800f254
|
Merge.
|
2013-03-09 12:16:50 +01:00 |
|
Griatch
|
0f2762d5f2
|
Added functionality to @services command. Allowed @reload to also accept a reason argument.
|
2013-03-08 23:09:21 +01:00 |
|
Bobby Bailey
|
7607edca5b
|
Update @about to reflect current license.
|
2013-03-02 22:01:44 -05:00 |
|
Griatch
|
458e3e7599
|
Added @sessions command for viewing active sessions connected to a given account.
|
2013-02-17 20:21:23 +01:00 |
|
Griatch
|
25505d69a6
|
Moved login and disconnect from session-level to sessionhandler level to make the process cleaner with hooks rather than direct calls.
|
2013-02-17 18:48:48 +01:00 |
|
Griatch
|
1f676eda60
|
Some more fixes to the commands.
|
2013-02-16 21:26:59 +01:00 |
|
Griatch
|
db8af97ab2
|
Fixed player creation, removing FIRST_LOGIN flag on character (keeping it on player)
|
2013-02-14 18:09:59 +01:00 |
|
Griatch
|
71346dcc67
|
Merge.
|
2013-02-14 17:55:35 +01:00 |
|
Griatch
|
4dea96f5e4
|
Some further fixes.
|
2013-02-14 17:55:05 +01:00 |
|
Griatch
|
0b4c4feb6e
|
Removed a too-verbose printout during batch-build.
|
2013-02-11 10:21:18 +01:00 |
|
Griatch
|
e345d659fd
|
Merge.
|
2013-02-09 11:21:38 +01:00 |
|
Kelketek
|
00f46d36cd
|
Fixed #346, examine cutting off parts of output due to ANSI coloration.
|
2013-02-06 15:07:44 -06:00 |
|
Griatch
|
a84b4f24fc
|
Fixed bugs that now allows multiple sessions to connect through the same player to different characters. Still lots of bugs and inconsistencies, the permissions of superusers don't quite transfer sometimes, for example.
|
2013-02-04 22:02:04 +01:00 |
|
Griatch
|
ab5b9116df
|
More bugfixes.
|
2013-02-03 21:38:37 +01:00 |
|
Griatch
|
b82a75d816
|
Fixed initial_setup and set up the _playable_characters attribute on all players, for handling multi-accounts. Still some issues with how the character's permissions is accessed.
|
2013-02-03 20:04:40 +01:00 |
|
Griatch
|
b26c3ab872
|
Fixed bugs and allowed for logging in using one character. Added a simple command for creating a new character.
|
2013-02-03 17:00:46 +01:00 |
|
Griatch
|
f1767251c6
|
Can now log in to a character selection screen. Lots more testing required before one-char-per-session works.
|
2013-02-03 00:25:06 +01:00 |
|
Griatch
|
231af4a351
|
Continued work on multi-char-per-account. Added a new default login point. Still need to add sessid to commands.
|
2013-02-02 15:55:42 +01:00 |
|
Griatch
|
11d1114f61
|
Some minor cleanups.
|
2013-02-01 21:51:38 +01:00 |
|
Griatch
|
88f327ba40
|
Merge.
|
2013-02-01 21:51:13 +01:00 |
|
Stephen Hansen
|
230e12d8b6
|
Fix to @py to a) print value of expressions, and b) print duration when requested for evals
|
2013-02-01 12:29:40 -08:00 |
|
Griatch
|
f734e9511c
|
Handle the case of doing aliases=<string> instead of aliases=[<string>] in create_object - this caused the malformed data to be stored in cache and causing tracebacks in cmdhandler until @reloaded.
|
2013-02-01 21:03:03 +01:00 |
|
Griatch
|
8eefc5d9f9
|
Fixed a bug in @del dbref lookup.
|
2013-02-01 20:00:17 +01:00 |
|
Griatch
|
d1125c65dc
|
Fixed a formatting error viewing single-string aliases of objects with the examine command.
|
2013-02-01 19:27:45 +01:00 |
|
Stephen Hansen
|
5cfff771f2
|
Initial support for pypy + evennia
|
2013-01-31 14:34:52 -08:00 |
|
Griatch
|
91281e6bb8
|
Fixed an error in @delete that caused ranges of dbrefs not work non-locally. Based on patch supplied in Issue 344 (thanks!).
|
2013-01-20 17:23:31 +01:00 |
|
Griatch
|
e8d93dedbe
|
Added a /time switch to the @py command, after idea by JoshBenner over IRC. This optionally outputs the execution time for a given input.
|
2013-01-11 16:46:04 +01:00 |
|
Griatch
|
f8514bb0f1
|
Added a little more info about the player needing the right permissions to @puppet, not the character. Resolves Issue 340.
|
2013-01-07 18:35:36 +01:00 |
|
Griatch
|
58c010ef46
|
Some further work on the OOBhandler mechanism.
|
2013-01-04 10:35:29 +01:00 |
|
Griatch
|
6e46158946
|
Fixed an arg_regex in the examine command - it was disabling switches
|
2012-12-12 23:21:22 +01:00 |
|
Griatch
|
d14b014611
|
Fixed the auto-subscription to channels by non-superusers. Resolves Issue 336. Removed a spurious print statement in the unloggedin create command.
|
2012-12-12 22:57:03 +01:00 |
|
Griatch
|
c615693a2a
|
Added a give command to the default command set. As part of this also fixed some bugs in how object typeclasses were compared.
|
2012-12-08 17:11:22 +01:00 |
|
Griatch
|
030c245b5b
|
Fixed a bug in examine when listing more than one cmdset.
|
2012-12-08 14:17:11 +01:00 |
|
Griatch
|
c0302f7cff
|
Added global_dbref argument to caller.search, for allowing e.g. the examine command to view globally by dbref yet local-only if supplying a name. Resolves Issue 327.
|
2012-12-08 14:09:42 +01:00 |
|
Griatch
|
d55bee8905
|
Fixed a type - get_attribute_cache() should be get_attr_cache()
|
2012-11-09 23:17:10 +01:00 |
|
Griatch
|
d2d9953f94
|
Cache changes: Moved all caches (except idmapper) to central caching module. This makes it easier to overview cache memory usage (and clean it) as well as plug-in external cache mechanisms.
|
2012-11-01 11:20:07 +01:00 |
|
Griatch
|
20d6de5104
|
Made a better check for cleaning module names, should resolve Issue 319.
|
2012-10-28 14:38:17 +01:00 |
|
Griatch
|
ec46465656
|
Implemented ansi-colour backgrounds in webclient. Added a new @color command for displaying colour spaces. Also changed a number of other features outlined in Issue 309.
|
2012-10-24 21:41:07 +02:00 |
|
Griatch
|
6a1f66d759
|
Fixed a bug in examine when examining Players.
|
2012-10-23 23:08:43 +02:00 |
|
Griatch
|
9abc25c53e
|
Made @py cmd-echo verbatim. Resolves Issue 310.
|
2012-10-23 22:34:56 +02:00 |
|
Griatch
|
ce036e07f3
|
Added the ability of obj.move_to to accept a None location with a keyword to_none. Also changed the @tel command to accept a /tonone switch for putting things' location to None. Resolves Issue 307.
|
2012-10-23 22:31:51 +02:00 |
|
Griatch
|
fc4d7c92f9
|
Cleaned up the drop-command's error messages somewhat.
|
2012-10-23 20:39:59 +02:00 |
|
Griatch
|
3f01ab8006
|
Some minor fixes to the default @py output and also some more info to the extended_room contrib.
|
2012-10-20 21:04:00 +02:00 |
|
Griatch
|
0cf3b42e14
|
Removed a hard-coded "nicks" alias from CmdNicks for easier overloading. Use nick/list to get the same functionality (or overload func to add it again). Resolves Issue 291.
|
2012-10-14 16:42:04 +02:00 |
|
Griatch
|
b5dd21864d
|
Changed help category to be displayed with title() instead of with capitalize(). Resolves Issue 289.
|
2012-10-14 16:34:59 +02:00 |
|
Griatch
|
4dff822764
|
Fixed bug in @batchcommand (Resolves Issue 287). Also updated @dig to again handle deleting ranges of dbrefs (with or without # in front).
|
2012-10-14 16:24:21 +02:00 |
|
Griatch
|
86a44ab84d
|
Made sure the cmd-classes for 'home' and '@home' were differently named, which messed up their appearance in ev. Resolves Issue 285.
|
2012-10-14 16:03:02 +02:00 |
|