Commit graph

545 commits

Author SHA1 Message Date
Griatch
fedc08c043 Cleanup of changelog 2018-09-30 13:06:36 +02:00
Griatch
f4cb75c496 Up requirements to Django 1.11, Twisted 18 and pillow 5.2.0 2018-09-25 22:11:34 +02:00
Griatch
0fd36ac335 Add missing CONNECTION_THROTTLE, cleanup 2018-09-25 21:35:49 +02:00
Griatch
33f04312f2 Merge branch 'validation' of https://github.com/strikaco/evennia-dev into strikaco-validation 2018-09-25 21:17:36 +02:00
Griatch
07d56f562b Make portal possible to start in the foreground too 2018-09-25 00:24:45 +02:00
Griatch
0d3c9ebea3 Fix no-location issues for istart (resolves #1662). 2018-09-23 23:29:23 +02:00
Johnny
791ace73bc Further improvements; Throttle maintains its own storage and no longer requires it to be supplied as an arg. 2018-09-21 17:38:31 +00:00
Johnny
b50364038c Reimplements Throttle as a standalone class with improved memory management. 2018-09-21 00:29:52 +00:00
Johnny
35efb57b56 Adds test for Evennia validator. 2018-09-20 22:57:20 +00:00
Johnny
c8c9e831ee Forces validation on Account.set_password() and provides an Account.validate_password() method to validate passwords. 2018-09-20 20:37:48 +00:00
Griatch
42038737ff Add interactive server-start mode. 2018-08-19 21:40:19 +02:00
Griatch
2a6e914161 Restart server, run collectstatic at init.
Fix tintin++ default. Resolves #1593.
2018-08-18 10:38:20 +02:00
Griatch
401315de41 Merge branch 'develop' into olc 2018-07-23 21:17:25 +02:00
Griatch
c8dae28cdf Rework AMP data packet format and batch-handling. Resolves #1635 2018-07-23 21:09:06 +02:00
Griatch
20d1ab0f3d Fix display error when telnet disabled 2018-07-21 22:43:36 +02:00
Griatch
6ba995cf96 Better handle logfile cycle while tailing 2018-04-01 08:29:35 +02:00
Griatch
756a921673 Merge branch 'master' into develop 2018-01-30 18:57:35 +01:00
Griatch
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 2018-01-30 18:22:24 +01:00
Griatch
2c78760a11 Slight rephrasing in the crypto install error message 2018-01-29 23:52:06 +01:00
Griatch
e413b1606a Merge branch 'master' into develop 2018-01-29 20:26:59 +01:00
Griatch
0aff168f3e Add xterm256 exception for tinyfugue 2018-01-29 20:22:35 +01:00
Griatch
3a3f2bfe9e Further refactor when an extra endline is added with the FORCEDENDLINE option 2018-01-29 20:03:54 +01:00
Griatch
9d34cd9956 Add FORCEDENDLINE default exception for later Tinyfugue with TTYPE support 2018-01-29 19:48:21 +01:00
Griatch
0ae76233ee Resolve merge conflicts 2018-01-29 00:16:30 +01:00
Griatch
587471c2b6 Change GA style to not include endline, add FORCEDENDLINE for clients requiring GA+endline. See #1395. 2018-01-28 23:15:38 +01:00
Griatch
4ce407afca Improve info about and when running evennia --log 2018-01-28 11:08:37 +01:00
Griatch
18029519a2 Fix a merge artifact 2018-01-27 22:10:31 +01:00
Griatch
2d606e8cfb Resolve merge conflicts 2018-01-27 22:01:43 +01:00
Griatch
9ed293b805 Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax. 2018-01-27 21:54:46 +01:00
Griatch
b0168ac7fe Clean up SSH key generation and output. 2018-01-27 21:30:10 +01:00
Griatch
948d27cd92 Cleanup of telnet-ssl, creating public/private/certs in code rather than
calling openssl in a subprocess. Also better handle errors and
reporting.
2018-01-27 19:51:00 +01:00
Griatch
5e08ca3579 Fix output error in ssh protocol. Resolves #1427 2018-01-27 15:35:27 +01:00
Griatch
4376058ee9 Merge branch 'master' into develop 2018-01-27 14:20:13 +01:00
Griatch
c110768293 Correct some language 2018-01-27 11:28:20 +01:00
Griatch
daa34e7fc2 Turn off kill/skill on Windows since it has no PID management 2018-01-27 11:21:42 +01:00
Griatch
18a9e4049a Make evennia call explicit for Windows' sake 2018-01-27 11:10:28 +01:00
Griatch
403b6c352a Remove Unix-centric Zombie-process removal that eats Windows 2018-01-27 10:57:33 +01:00
Griatch
fa4c59a662 Rename Windows argument correctly 2018-01-27 10:14:26 +01:00
Griatch
0d6ff46238 Dumb down launcher kill for Windows' sake 2018-01-27 09:43:11 +01:00
Griatch
c0fe8a92ee Make pid handling more stable, also internally 2018-01-27 00:33:09 +01:00
Griatch
c6eca6bf03 Let -l option merge log outputs from both log files 2018-01-26 22:30:39 +01:00
Griatch
6e5f9e8d2e Combining log files does not actually work, removing functionality 2018-01-26 22:12:57 +01:00
Griatch
4b5ae26125 Change GMCP Default. to use Core. instead. 2018-01-25 18:06:56 +01:00
Griatch
e23cfb5d67 Clarify mapping from Evennia-outputfuncs to GMCP-style cmdnames 2018-01-25 10:41:49 +01:00
Griatch
607741872c Remove debug print 2018-01-23 18:12:11 +01:00
Griatch
dd457ef695 Re-add regular database-connection drops to address MySQL timeouts. Resolves #1376. 2018-01-23 18:08:34 +01:00
Griatch
9e42277fbb Refactor the MAX_COMMAND_RATE throttle, related to #1556 2018-01-21 16:32:00 +01:00
Griatch
63bf978b39 Fix error in MULTISESSION_MODE=0 that would not correctly disconnect duplicate sessions but just unpuppet them 2018-01-21 12:29:22 +01:00
Griatch
e37fdc110f Move dict into attributes.get as a default 2018-01-21 09:52:24 +01:00
Tehom
080f3ba6e5 Fix update call to have right number of arguments. 2018-01-20 21:49:17 -05:00