Commit graph

2954 commits

Author SHA1 Message Date
Greg Taylor
d1f5e7fdeb EGD: Send empty string instead of 'None' when no game_website is specified. 2016-04-04 18:56:04 -07:00
Griatch
e12e4652dc Further fix to the irc bot. 2016-04-04 22:15:30 +02:00
Griatch
bdd229afb4 Fixed IRC SSL implementation to handle a non-installed openssl library. 2016-04-04 22:13:26 +02:00
Griatch
8f1378c47e Set game directory listing to update every 30 mins, changed setting to GAME_DIRECTORY_LISTING and removed too verbose logging. 2016-04-04 20:23:15 +02:00
CloudKeeper1
bc04d5f99e BlauFeuer's Bug. @Cemit/sendername not functioning.
if "sendername" in self.switches:
            message = "%s: %s" % (self.key, message)

Should read: message = "%s: %s" % (self.caller.key, message)

Not functioning as intended. Credit goes to BlauFeuer.
2016-04-04 14:24:15 +02:00
Greg Taylor
0b3314fa20 Introducing the Evennia Game Directory service contrib. 2016-04-04 14:21:01 +02:00
Griatch
e10769ac22 Fixed cmdset.remove() by correcting the __ne__ operator on commands to properly use the matchset to identify disjoint sets. 2016-04-04 09:37:46 +02:00
CloudKeeper1
77416953ca Update build.ev
"can recall" to "can't recall"
2016-04-02 01:04:06 +11:00
CloudKeeper1
23dbdb4570 Update utils.py
Changes only effect time_format.
Line 302 - Removed seconds_str. Superfluous.
Line 303 - Provides minutes_str a default value which remains if value is below lowest descriptor. Previously if seconds was below a minute style 2 would return absolutely nothing.
2016-03-27 15:35:54 +02:00
Griatch
961e94f118 Made some minor tweaks to irc2chan docstring. 2016-03-27 15:30:27 +02:00
Griatch
335f3d0425 Removed pyopenssl requirement from requirements.txt again. 2016-03-27 15:30:07 +02:00
Sina Mashek
4c113f9ab7 Implemented @Griatch's suggestions 2016-03-26 15:28:15 -07:00
Sina Mashek
2d54bc33ab Added support for SSL IRC connections. 2016-03-26 02:44:20 -07:00
Griatch
402b9a7394 Upped twisted requirement to 16.0.0. This because of a backwards incompatible change in Twisted's lLoopingCall that Evennia makes use of. This fixes failings with loading the tutorual world (due to loopingcall errors). 2016-03-24 11:50:58 +01:00
Griatch
aa1fcfe6e1 Changed the @find pperm lock to perm, since the player will be checked automatically anyway and this works better with @quell. 2016-03-23 00:44:18 +01:00
Griatch
340f68f1eb Updated tests to run with updated output with dbrefs 2016-03-22 18:50:11 +01:00
Griatch
24c733f7cb Made builders and above see #dbrefs in various admin commands. 2016-03-22 15:17:50 +01:00
Griatch
7b80572bae Fixed wording and some refactoring. 2016-03-22 14:15:31 +01:00
Griatch
132140d446 Fixed link to markdown syntax 2016-03-22 14:03:37 +01:00
Griatch
032bc48bae Minor typo fixes. 2016-03-22 14:01:37 +01:00
Griatch
477391b5df Some cleanup of the contributing page 2016-03-22 12:24:44 +01:00
Griatch
0362aa14b8 Added issue/pr templates as per github's latest feature 2016-03-22 12:19:08 +01:00
BlauFeuer
adf215e855 CmdOption session option msg to session only
Since session options can be different between sessions, only show output from option commands to the session using them.
2016-03-21 10:32:38 +01:00
Griatch
684393f7f0 Update README.md 2016-03-15 12:33:24 +01:00
Griatch
ca48bed729 Updated the game_template/README
Changed it to not recommend `evennia -i start` anymore.
2016-03-15 11:56:14 +01:00
Griatch
d8c67c7c0c Minor fix to docstring. 2016-03-13 10:37:58 +01:00
Andrew Bastien
8e60a04849 Adding the at_rename hook to the base Typeclass. 2016-03-13 10:33:35 +01:00
Andrew Bastien
735416a16e Adding the at_rename hook to the base Typeclass. 2016-03-13 10:33:35 +01:00
Andrew Bastien
270037455a Added connection_time and idle_time properties to DefaultCharacter class. 2016-03-13 04:59:57 -04:00
Griatch
9522a94ece Added a missing i18n import to channelhandler 2016-03-05 22:00:25 +01:00
Mukandila Mukandila
22bbc40678 New French translation 2016-03-05 15:21:56 +01:00
Griatch
ed1b3ee819 Removed some spurious flat-API namespace pollution introduced by the py3 conversion effort 2016-02-26 12:02:20 +01:00
Griatch
907322cc2f Updated Evennia for django 1.9 (1.8 still supported). Run 'pip install --upgrade -e .' in
the Evennia repository to upgrade.
2016-02-20 09:14:31 +01:00
Griatch
d6c649f551 Removed subfieldbase and use from_db_value as recommended by django deprecation info. 2016-02-19 22:58:52 +01:00
Griatch
43dc48a675 Made unittests work, both for django 1.8 and 1.9. 2016-02-19 22:43:28 +01:00
Griatch
c0537fe456 Changed the deprecated get_field_by_name to just get_field. 2016-02-19 22:31:42 +01:00
Griatch
5a9cf29f45 Fixed deprecation warnings for future django1.10. 2016-02-19 21:07:25 +01:00
Griatch
e6a866a150 Made Evennia run with Django 1.9 2016-02-18 10:12:42 +01:00
Griatch
ba1f10e88f Made a more updated doc string. 2016-02-16 10:12:57 +01:00
Kai Huang
882a70ae4b Reverted incorrect internationalization in objects.py 2016-02-08 18:26:55 +01:00
Kai Huang
fd2f762730 Internationalization for comms and objects. 2016-02-08 18:26:55 +01:00
Griatch
e80ad9fd18 Fixed dbserialize pickle processor typo 2016-02-06 21:56:26 +01:00
Griatch
c1d8432630 Changed to properly exit when not giving a rhs to the options command 2016-02-06 12:57:26 +01:00
Kai Huang
8011d42321 return 0 in case of ObjectDoesNotExist in DefaultScript.stop instead of pass. 2016-02-02 22:16:33 +01:00
Kai Huang
88674307ec Catch ObjectDoesNotExist exception when calling delete() in DefaultScript.stop(). Fixes 919 2016-02-02 22:16:33 +01:00
Griatch
ed1b61a129 Update CODING_STYLE.md
Removing the warning about not all sources being converted to google-style ... since it's now all converted.
2016-02-01 22:38:43 +01:00
Griatch
418e6d953a Fixed an issue where the IDLE_TIMEOUT was triggered even though one had been active in the interval. 2016-01-27 21:21:37 +01:00
Griatch
483263dda1 Made EvTable handle data entries with completely empty cells. Resolves #917. 2016-01-20 19:52:53 +01:00
Griatch
0bf05a8795 Removed at_before_traverse hook completely since it was not used and also makes no sense to use due to how exits works. Overload at_traverse if wanting to tweak how traversal happens. Resolves #902. 2016-01-20 18:58:41 +01:00
Griatch
0ae1f9f171 Fixed a bug with identifying a unique command index (should be 1-N, not 0-(N-1)). 2016-01-19 21:23:51 +01:00