Commit graph

  • a0626721fc Mark print line as DEBUG BlauFeuer 2018-03-02 07:14:57 -05:00
  • 71b6e6cdea Remove mutual exclusivity between value/strvalue when searching for Attributes with manager Griatch 2018-03-01 22:21:22 +01:00
  • 047e9f619a Make get_attribute/tag manager methods return querysets Griatch 2018-03-01 21:56:40 +01:00
  • 1f1b355263 Don't allow those with 'edit' access to obj to change the 'control' lock. Griatch 2018-03-01 20:53:20 +01:00
  • aa9663024c Make desc/set abide by edit/control locks Griatch 2018-03-01 20:23:18 +01:00
  • 5b96b09bca Fix bug in accessing attribute through manager Griatch 2018-03-01 20:13:36 +01:00
  • 037932aae2 Merge pull request #1552 from BlauFeuer/develop-locate Griatch 2018-02-22 19:13:11 +01:00
  • 6101ee0a1c Add warning if Favico.js library is not reachable Griatch 2018-02-21 20:34:29 +01:00
  • 9d3d627e22 Catch the case of a prematurely deleted guest account. Resolves #1500. Griatch 2018-02-21 20:18:33 +01:00
  • 998cc759d5 Add test for CmdFind locate alias and loc switch BlauFeuer 2018-02-15 19:41:24 -05:00
  • f2e5e70d9b Add loc switch to CmdFind and docstring BlauFeuer 2018-02-15 17:25:01 -05:00
  • 7531e03064 Merge pull request #1571 from chainsol/fix_#1570 Griatch 2018-02-14 21:06:58 +01:00
  • ad3c58e0da Merge pull request #1565 from arumford/patch-2 Griatch 2018-02-14 21:01:38 +01:00
  • fad008d660 add in is_connected property to base objects Nicholas Matlaga 2018-02-13 12:54:03 -05:00
  • 11c9d60111 Change if statement to better handle objects; move options dict before at_msg_receive call to allow channels to be known in hook Nicholas Matlaga 2018-02-13 12:49:55 -05:00
  • 84f7fbdd37 Add DefaultChannel.basetype_setup and add default locks, empty at_channel_creation to avoid having to use super() Griatch 2018-02-08 22:46:14 +01:00
  • 495078a49d Resolve master merge conflicts Griatch 2018-02-08 21:10:23 +01:00
  • 827b7214cd Start better handle a missing uid with auto-login (still issues) Griatch 2018-02-08 21:08:19 +01:00
  • 2e1ca526c6 Be more lenient with iterables sent to msg(text=..) Griatch 2018-02-08 20:35:00 +01:00
  • c5e0c2321b typo in docstring. arumford 2018-02-07 14:22:38 -06:00
  • 8276bcd4dc Merge branch 'develop' into get_by_tags Griatch 2018-02-03 19:42:40 +01:00
  • 56aeaf8486 get_by_tag manager can now query for multiple tag/category combinations Griatch 2018-02-03 19:42:24 +01:00
  • 039308b573 Start setting up unittests for typeclass tests Griatch 2018-02-03 16:34:12 +01:00
  • ca9d13bb45 Merge branch 'master' into develop Griatch 2018-02-03 16:18:54 +01:00
  • 70dbaf8bf4 Update lock docstring. Closes #1563. Griatch 2018-02-03 14:51:49 +01:00
  • 7e1057e74e The at_say hook didn't forward the from_obj keyword to msg(). Griatch 2018-02-03 11:13:01 +01:00
  • 3b7648ec0e Correct bugs in lock-handling, add more unit tests Griatch 2018-02-03 01:17:52 +01:00
  • 3ae096859e Not working. Tried a different query-setup unsuccessfully. Griatch 2018-02-01 21:28:35 +01:00
  • daeaf6381a Resolve merge conflicts Griatch 2018-02-01 17:59:55 +01:00
  • 756a921673 Merge branch 'master' into develop Griatch 2018-01-30 18:57:35 +01:00
  • a74fd55c7b Make FORCEDENDLINE default for clients we don't know for sure don't want a cr+nl at the end of the telnet line Griatch 2018-01-30 18:22:24 +01:00
  • 2c78760a11 Slight rephrasing in the crypto install error message Griatch 2018-01-29 23:52:06 +01:00
  • e413b1606a Merge branch 'master' into develop Griatch 2018-01-29 20:26:59 +01:00
  • 0aff168f3e Add xterm256 exception for tinyfugue Griatch 2018-01-29 20:22:35 +01:00
  • 3a3f2bfe9e Further refactor when an extra endline is added with the FORCEDENDLINE option Griatch 2018-01-29 20:03:54 +01:00
  • 9d34cd9956 Add FORCEDENDLINE default exception for later Tinyfugue with TTYPE support Griatch 2018-01-29 19:48:21 +01:00
  • 0ae76233ee Resolve merge conflicts Griatch 2018-01-29 00:16:30 +01:00
  • 2e17d344e4 Remove superfluous close_menu call leading to two exit-cmds being called when exiting via custom end node. Resolves #1428. Griatch 2018-01-29 00:02:07 +01:00
  • 587471c2b6 Change GA style to not include endline, add FORCEDENDLINE for clients requiring GA+endline. See #1395. Griatch 2018-01-28 23:12:01 +01:00
  • 4ce407afca Improve info about and when running evennia --log Griatch 2018-01-28 11:08:37 +01:00
  • 18029519a2 Fix a merge artifact Griatch 2018-01-27 22:10:31 +01:00
  • 2d606e8cfb Resolve merge conflicts Griatch 2018-01-27 22:01:43 +01:00
  • 9ed293b805 Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax. Griatch 2018-01-27 21:54:46 +01:00
  • b0168ac7fe Clean up SSH key generation and output. Griatch 2018-01-27 21:30:10 +01:00
  • 948d27cd92 Cleanup of telnet-ssl, creating public/private/certs in code rather than calling openssl in a subprocess. Also better handle errors and reporting. Griatch 2018-01-27 19:50:50 +01:00
  • 5e08ca3579 Fix output error in ssh protocol. Resolves #1427 Griatch 2018-01-27 15:35:27 +01:00
  • 4376058ee9 Merge branch 'master' into develop Griatch 2018-01-27 14:20:13 +01:00
  • 05b0869a5c Have log_file file handles refresh after a certain number of accesses. Possibly related to #1305 Griatch 2018-01-27 14:19:06 +01:00
  • c110768293 Correct some language Griatch 2018-01-27 11:28:20 +01:00
  • daa34e7fc2 Turn off kill/skill on Windows since it has no PID management Griatch 2018-01-27 11:21:42 +01:00
  • 18a9e4049a Make evennia call explicit for Windows' sake Griatch 2018-01-27 11:10:28 +01:00
  • 403b6c352a Remove Unix-centric Zombie-process removal that eats Windows Griatch 2018-01-27 10:57:33 +01:00
  • fa4c59a662 Rename Windows argument correctly Griatch 2018-01-27 10:14:26 +01:00
  • 0d6ff46238 Dumb down launcher kill for Windows' sake Griatch 2018-01-27 09:43:11 +01:00
  • c0fe8a92ee Make pid handling more stable, also internally Griatch 2018-01-27 00:33:09 +01:00
  • c6eca6bf03 Let -l option merge log outputs from both log files Griatch 2018-01-26 22:30:39 +01:00
  • 6e5f9e8d2e Combining log files does not actually work, removing functionality Griatch 2018-01-26 22:12:57 +01:00
  • 4b5ae26125 Change GMCP Default. to use Core. instead. Griatch 2018-01-25 18:06:56 +01:00
  • e23cfb5d67 Clarify mapping from Evennia-outputfuncs to GMCP-style cmdnames Griatch 2018-01-25 10:41:49 +01:00
  • 1befcb1699 Stop hard-coding examples of port settings in game template, it just confuses things. Griatch 2018-01-23 19:46:55 +01:00
  • 607741872c Remove debug print Griatch 2018-01-23 18:12:11 +01:00
  • dd457ef695 Re-add regular database-connection drops to address MySQL timeouts. Resolves #1376. Griatch 2018-01-23 18:08:34 +01:00
  • 9e42277fbb Refactor the MAX_COMMAND_RATE throttle, related to #1556 Griatch 2018-01-21 16:32:00 +01:00
  • 63bf978b39 Fix error in MULTISESSION_MODE=0 that would not correctly disconnect duplicate sessions but just unpuppet them Griatch 2018-01-21 12:29:22 +01:00
  • e37fdc110f Move dict into attributes.get as a default Griatch 2018-01-21 09:52:24 +01:00
  • 8abc4b1841 Merge pull request #1558 from TehomCD/fix_session_at_sync Griatch 2018-01-21 09:50:12 +01:00
  • 080f3ba6e5 Fix update call to have right number of arguments. Tehom 2018-01-20 21:49:17 -05:00
  • a45372e814 Correctly call the parent at_sync in the serversession. Resolves #1555. Griatch 2018-01-20 23:59:28 +01:00
  • 9ed1e6050b Merge pull request #1543 from vlegoff/py3k-fix-syntax-settings Griatch 2018-01-20 23:49:24 +01:00
  • 4979b10463 Merge pull request #1553 from BlauFeuer/master-wall Griatch 2018-01-20 23:36:07 +01:00
  • 3be493d990 Fix minor indentation error in launcher info cmd Griatch 2018-01-20 23:08:22 +01:00
  • e9d6606659 Minor rewordings Griatch 2018-01-20 16:00:28 +01:00
  • 30ae4c3be8 Wording fixes Griatch 2018-01-20 15:53:53 +01:00
  • b1e68b9138 Add support for running tests from menu, fix bug in kill Griatch 2018-01-20 15:50:24 +01:00
  • 9422c6314d Prevent server from reconnecting to Portal mid-shutdown Griatch 2018-01-20 13:19:06 +01:00
  • d6105f6d6c Remove dependence on .restart file, add reboot option to launcher Griatch 2018-01-20 12:41:27 +01:00
  • 9dfd1f5ea8 Add missing border line in menu Griatch 2018-01-20 00:51:41 +01:00
  • f9c35eb23a Add support for tail-log in launcher menu Griatch 2018-01-20 00:34:13 +01:00
  • 4cb3fc7012 Add MERGE_LOGS for those not wanting to merge server/portal logs Griatch 2018-01-20 00:14:04 +01:00
  • 9460614150 Make --log operate simultaneously to other commands Griatch 2018-01-20 00:06:34 +01:00
  • a2d63c9582 Add log-tailing to launcher options Griatch 2018-01-19 23:47:14 +01:00
  • a9648cf2bb Fix to catch non @ version of command BlauFeuer 2018-01-19 05:28:03 -05:00
  • 4769599cf9 Clean tz from log if in CET time Griatch 2018-01-19 09:50:26 +01:00
  • 7f9fad5594 Whitespace formatting MULTISESSION_MODE comments BlauFeuer 2018-01-19 01:57:48 -05:00
  • fbbf920587 Homogenize log time format in logger module Griatch 2018-01-19 01:58:24 +01:00
  • 713766b33a Change log format, rename, join server/portal logs Griatch 2018-01-19 01:27:52 +01:00
  • 4233298345 Enabled profile, change default websocket port Griatch 2018-01-18 21:55:06 +01:00
  • 03472e0d09 Expand menu with new functionality Griatch 2018-01-18 21:18:34 +01:00
  • 3a7b7ab4c0 Add kill signal handling to launcher Griatch 2018-01-18 21:02:24 +01:00
  • 958071d3cc fix leftover debug causing error Griatch 2018-01-18 20:44:16 +01:00
  • c147d86118 Further cleanup of launcher docs Griatch 2018-01-18 20:43:11 +01:00
  • 55d21500de Better formatting in evennia launcher help Griatch 2018-01-18 20:39:08 +01:00
  • 815ef198f5 Clean up launcher help strings Griatch 2018-01-18 20:07:38 +01:00
  • fabcc87ecd Remove evennia_runner.py (now managed by Portal) Griatch 2018-01-18 18:59:46 +01:00
  • 54c6ae4aec Add --gamedir option for remote-running Evennia Griatch 2018-01-18 00:44:36 +01:00
  • 4126ec8318 Clean up the launcher for the new functionality. Griatch 2018-01-17 22:11:25 +01:00
  • 3bdb0cd2ca Docstring typo fix in access method of Command BlauFeuer 2018-01-17 15:36:27 -05:00
  • 76f27f9bc2 Add proper status reporting and stability fixes Griatch 2018-01-17 00:42:40 +01:00
  • 1f128e1154 Update CmdWall test to reflect message change BlauFeuer 2018-01-16 10:20:19 -05:00
  • e5c5c0f873 CmdWall docstring and message change BlauFeuer 2018-01-16 09:59:03 -05:00