mudpy.git
2015-02-18 Jeremy StanleySwitch password handler to passlib's PBKDF2
2015-01-17 Jeremy StanleyWrite files directly from yaml.dump
2015-01-09 Jeremy StanleyRemove UTF-8 encoding header from Python files
2014-12-29 Jeremy StanleyFix type mismatches in save file rotation
2014-12-26 Jeremy StanleyCorrect avatar inheritance
2014-11-06 Jeremy StanleyLog missing avatars
2014-10-13 Jeremy StanleyAccumulate logs during setup
2014-09-18 Jeremy StanleyAdd a .gitignore file
2014-09-13 Jeremy StanleyFinalize INI to YAML conversion
2014-08-06 Jeremy StanleyRemove the git2gch utility
2014-08-05 Jeremy StanleyClean up parenthetical spacing in bin/mudpy
2014-07-29 Jeremy StanleyMark unused import false positives
2014-06-23 Jeremy StanleyConvert sample data directory index to YAML
2014-06-17 Jeremy StanleySupport data directory indices in YAML
2014-06-16 Jeremy StanleyConvert sample prop data file to YAML
2014-06-13 Jeremy StanleyFile read-only check supports YAML
2014-06-07 Jeremy StanleyConvert sample area data file to YAML
2014-06-02 Jeremy StanleyDon't unnecessarily recast lists and dicts
2014-06-01 Jeremy StanleyInitialize data file contents on creation
2014-05-27 Jeremy StanleyConvert menu data file to YAML
2014-05-20 Jeremy StanleyCatch exceptions in YAML menus
2014-05-15 Jeremy StanleyConvert command data file to YAML
2014-05-10 Jeremy StanleyConvert archetype data file to YAML
2014-05-08 Jeremy StanleyBegin the transition from INI to YAML
2014-05-04 Jeremy StanleyCorrect stray use of location
2014-04-29 Jeremy StanleyClean up rendering in coder documentation
2014-04-23 Jeremy StanleyUse area instead of location or room
2014-04-15 Jeremy StanleySimplify coder documentation
2014-04-10 Jeremy StanleyMake exception logging failures more robust
2014-04-05 Jeremy StanleyBe explicit when show result raises an exception
2014-03-27 Jeremy StanleyTighten exceptions for new sockets and reads
2014-03-19 Jeremy StanleyFix log spamming on premature socket disconnect
2014-03-10 Jeremy StanleyStop trying to rename the daemon process
2014-03-06 Jeremy StanleyWrap long lines without using backslashes
2014-02-23 Jeremy StanleyClean up docstrings
2014-02-10 Jeremy StanleyFix reload to use a copy of datafile keys
2014-02-04 Jeremy StanleyRemove unused event code
2014-01-28 Jeremy StanleyCorrect copyright date for changelog
2014-01-20 Jeremy StanleyDrop support for Python 2.x
2013-12-07 Jeremy StanleyClean up imports
2013-11-22 Jeremy StanleyFix an incorrect TODO comment line
2013-10-16 Jeremy StanleyRecast to unicode when normalizing on Python 2.x
2013-09-17 Jeremy StanleyByte type comparisons on the output queue
2013-08-07 Jeremy StanleyImport a correct configparser for the interpreter
2013-07-21 Jeremy StanleyCorrect byte types and encoding in test script
2013-06-09 Jeremy StanleyUse chr instead of unichr
2013-05-15 Jeremy StanleyUse bytes in process table manipulation
2013-04-23 Jeremy StanleyUse byte type for passwords hash encoding
2013-03-19 Jeremy StanleyHandle byte type on sockets
2013-02-25 Jeremy StanleyUse new 0o notation for octal constants
2013-01-30 Jeremy StanleyThe reload function is in the imp module
2012-12-12 Jeremy StanleyUse int type instead of long
2012-11-07 Jeremy StanleyCorrect copyright years for change log
2012-10-17 Jeremy StanleyRecast filters when comparing
2012-09-25 Jeremy StanleyWork around lack of dict_keys index in catch-all
2012-08-01 Jeremy StanleyWork around lack of dict_keys index in data loader
2012-07-13 Jeremy StanleyUse range instead of xrange
2012-06-09 Jeremy StanleyUse absolute imports in telnet service module
2012-05-23 Jeremy StanleyUse absolute imports in catch-all module
2012-04-24 Jeremy StanleyUse absolute imports in data handler module
2012-03-06 Jeremy StanleyUse absolute imports in package init module
2012-02-24 Jeremy StanleyUse strings not unicode in telnet service module
2012-01-25 Jeremy StanleyUse strings not unicode in password module
2011-12-09 Jeremy StanleyUse strings not unicode in catch-all module
2011-11-05 Jeremy StanleyUse strings not unicode in data handler module
2011-10-01 Jeremy StanleyUse strings not unicode in package init module
2011-09-19 Jeremy StanleyUse strings not unicode in functional test script
2011-08-15 Jeremy StanleyUse strings not unicode in daemon executable
2011-07-19 Jeremy StanleyUse strings not unicode in changelog generator
2011-06-06 Jeremy StanleyAdditional style cleanup
2011-05-27 Jeremy StanleyPEP 8 conformance for package init library
2011-04-10 Jeremy StanleyPEP 8 conformance for monolithic library
2011-03-04 Jeremy StanleyPEP 8 conformance for password management library
2011-02-18 Jeremy StanleyPEP 8 conformance for telnet server library
2011-01-11 Jeremy StanleyPEP 8 conformance for data handling library
2010-12-06 Jeremy StanleyPEP 8 conformance for daemon executable script
2010-11-11 Jeremy StanleyPEP 8 conformance for ChangeLog writer script
2010-10-27 Jeremy StanleyPEP 8 conformance for test script
2010-09-13 Jeremy StanleyBack end data storage separation.
2010-07-06 Jeremy StanleyInline literals are more readable in source form.
2010-06-23 Jeremy StanleyASCII Scrub
2010-06-18 Jeremy StanleyCorrecting docstring format.
2010-06-18 Jeremy StanleyCorrecting minor docstring typos.
2010-06-17 Jeremy StanleySecure, extensible, forward-compatable passwords.
2010-05-31 Jeremy StanleyReformatted README for 72 columns.
2010-05-31 Jeremy StanleyChange README for new on-line documentation link.
2010-05-31 Jeremy StanleyNew coder guide document.
2010-05-29 Jeremy StanleyScript to generate ChangeLog file from commit log.
2010-05-07 Jeremy StanleyRegression testing script.
2010-05-04 Jeremy StanleyCosmetic adjustment to disconnect message.
2010-05-04 Jeremy StanleyProper RFC 1143 Telnet option negotiation queue.
2010-03-26 Jeremy StanleyClarification in README file.
2010-01-31 Jeremy StanleyNew top-level README file.
2010-01-30 Jeremy StanleyReformat license.
2010-01-30 Jeremy StanleyAnnual copyright update.
2009-12-25 Jeremy StanleyImported from archive.
2009-10-06 Jeremy StanleyImported from archive.
2009-10-02 Jeremy StanleyImported from archive.
2008-06-10 Jeremy StanleyImported from archive.
2006-07-15 Jeremy StanleyImported from archive.
next