forked from TheArchives/blockBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a few bugs and finally updating the trunk.
-All: Code cleanup. -archives.py: Corrected a bug which prevented it from reading the correct file (finally!) -console.py: Added spec command, and fixed error which have possibly prevented /gc from working correctly, fixed pluginload/unload bit -constants.py: Moved blocklist (which used to belong to plugins/blockinfo.py) to this file. -decorators.py: Renaming only_username_command back to username_command. I will fix this later. -irc_client.py: Removed factory reference when calling Credits -blb.py: Now /bfb cleans up self.client.total as it should -blockinfo.py: Combining /binfo and /binfoend, moved blocklist to constants.py -core.py: Advanced error reporting when importing plugins -internet.py: Fixed error when logs/twitter.log does not exist -mobs.py: Disabled. -modutil.py: Removing /ipspec for now, moved /sendhb to serverutil.py, and some wording problems. -playerutil.py: /tp now belongs to player category in /cmdlist -serverutil.py: /sendhb now belongs here -worldutil.py: /backup now copies world.meta as well (unifying backup code in progress) -protocol.py: loops and timers are now also a protocol object -server.py: Now it is possible to trigger heartbeat sending, removing IPSpec reference -world.py: Removed mobs.py reference I have been working on the brand new ranking system, stay tuned!
- Loading branch information
tyteen4a03
committed
Mar 22, 2011
1 parent
d9ed95d
commit 678d7a3
Showing
22 changed files
with
483 additions
and
530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.