summaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Expand)AuthorFilesLines
2011-08-31ooops level 20 wasn't being shownDipesh Amin1-1/+1
2011-08-31add command !tradestateDipesh Amin1-0/+14
2011-08-31Minor help grammar corrections.Dipesh Amin1-4/+4
2011-08-30Respond "No" to incoming trade requests.Dipesh Amin1-0/+1
2011-08-28Add a message for an unrecognised command.Dipesh Amin1-0/+2
2011-08-25Remove some surpurfulous code - the else: item_id == 0 would never be called.Dipesh Amin1-5/+2
2011-08-25Add a specific message for when a user adds money to a !add request.Dipesh Amin1-1/+5
2011-08-24Set a max on the price.Dipesh Amin1-2/+2
2011-08-24ooopsStefan Beller1-1/+1
2011-08-24Adding !list for blocked users; introduce config.adminStefan Beller1-3/+3
2011-08-24blocked users done rightStefan Beller1-0/+1
2011-08-24Revert "Prevent blocked users from buying items."Stefan Beller1-4/+0
2011-08-24improve blocked usersStefan Beller1-0/+4
2011-08-24Prevent blocked users from buying items.Dipesh Amin1-0/+4
2011-08-24Let a blocked user retrieve items/money.Dipesh Amin1-3/+4
2011-08-24Further clean up, also fixed a tiny bug (wrong variable name).Dipesh Amin1-28/+8
2011-08-24oopsDipesh Amin1-1/+1
2011-08-23Add some code to prevent problems with the !add command.Dipesh Amin1-0/+7
2011-08-23Move inventory check to player.py and remove prettyprintxml()Dipesh Amin1-24/+6
2011-08-22Pretty horrible bug, was altering the inventory state when checking.Dipesh Amin1-1/+1
2011-08-22More cleanup.Dipesh Amin1-12/+2
2011-08-22Edit some of the help.Dipesh Amin1-7/+9
2011-08-22A few fixes, now runs without a crash!Dipesh Amin1-7/+7
2011-08-22Fixed logic for checking money/inventory state.Dipesh Amin1-0/+24
2011-08-22Revert "Inventory/Money Check."Dipesh Amin1-25/+0
2011-08-22Revert "tab error"Dipesh Amin1-1/+1
2011-08-22tab errorDipesh Amin1-1/+1
2011-08-22Inventory/Money Check.Dipesh Amin1-0/+25
2011-08-22Clean up some help code.Dipesh Amin1-5/+1
2011-08-22adding more help messagesStefan Beller1-0/+18
2011-08-22Clean up more of the packet code.Dipesh Amin1-9/+2
2011-08-22Remove some more unnecessary packet handling.Dipesh Amin1-48/+2
2011-08-22Revert "Move some of the packet handling code."Dipesh Amin1-2/+19
2011-08-22Move some of the packet handling code.Dipesh Amin1-19/+2
2011-08-22Improve the !info message, when no items are being sold.Dipesh Amin1-1/+9
2011-08-22Add a relist_time setting to the configuration file.Dipesh Amin1-5/+5
2011-08-22Remove SMSG_BEING_ACTION packet handling code.Dipesh Amin1-20/+0
2011-08-22Replace a few print commands with logging.Dipesh Amin1-17/+3
2011-08-22Hide items that need relisting from the !selllist.Dipesh Amin1-3/+4
2011-08-22Add more logging information.Dipesh Amin1-16/+16
2011-08-21tabs->spaces, commit messages for tradesStefan Beller1-5/+9
2011-08-21Add git commit to remove admin operations.Dipesh Amin1-0/+4
2011-08-21put data into git repository to make backup easierStefan Beller1-1/+3
2011-08-21Remove a commentend sleep operation.Dipesh Amin1-1/+0
2011-08-21even more space changesStefan Beller1-1/+1
2011-08-21Adding copyright notesStefan Beller1-1/+4
2011-08-21Use config file for username and passwordStefan Beller1-5/+5
2011-08-21repair indentationStefan Beller1-2/+9
2011-08-21Remove tabs by spaces and remove config fileStefan Beller1-674/+674
2011-08-21Change the directory logs are stored in.Dipesh Amin1-1/+1