summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-23Patch buggy movement blocking when logging inloginsecurity-patch-1Dico
Added a separate event handler for PlayerMoveEvent which instead of cancelling the event, sets the new position to the old one. This should fix the buggy, flashy screen you get when you move your cursor while not yet logged in.
2016-06-21Merge pull request #46 from psrcek/patch-1Dico
Fix for bug, where you can shift click and toggle levers
2016-06-21Fix for bug, where you can shift click and toggle leverspsrcek
2016-06-12Fix cycle for 1.10 (will break in 1.8 now..)Dico200
2016-06-12Mysql update tweakDico200
2016-06-12Merge pull request #45 from psrcek/devDico
Fixed typo
2016-06-12made /check display email not confirmed warningDico200
2016-06-12Fixed typopsrcek
2016-06-05Serversigns permissions fix, adapted help page to user permissions, ↵Dico200
implemented help pages
2016-06-05Remove /clear from commands whitelist for the time beingDico200
2016-06-03Add /clear to serversigns command whitelistDico200
2016-06-01Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into devDico200
2016-05-31Fix calcDico200
2016-05-31Merge branch 'dev' of https://github.com/RedstonerServer/redstoner-utils ↵PixelSergey
into dev
2016-05-31Final fix to lol list pageingPixelSergey
Can someone tell me whether it's paging or pageing or both?
2016-05-31Remove debug I forgot to remove in prior commitDico200
2016-05-31Made serversigns force its commands into the command map (to replace the ↵Dico200
java plugin ServerSigns its commands)
2016-05-31Fix checking for page 0 in saylol.py listingPixelSergey
I hope I'm not making this too messy
2016-05-31Fix saylol.py for dicoPixelSergey
By the way, dico, some of your line notes on the previous commit were completely wrong Once again, this has been tested I didn't clean up the code, I think it's good enough. And it works perfectly.
2016-05-31Add lol list pageing.PixelSergey
Tested, works perf.
2016-05-31Forgot to set this timeout back up after testing... DerpDico200
2016-05-31Clean up imbusy. Improve replying to busy people. All working perfectly, ↵Dico200
tested thoroughly.
2016-05-30Fix /busy statusDico200
2016-05-30Another tiny tweak to @debugDico200
2016-05-30Fix @debug decorator not returning resultsDico200
2016-05-30Cleaned up chatalias, notable changes: Fixed remotes list and remove, ↵Dico200
improved prior alias checks for multi-aliasing, fixed color chat permission implementations, grouped the file properly, removed unreasonable complications, changed header from Alias to Chatalias, fixed a mistake where 2 threads are created per player for online players during server reload, moved a lot of repeated code to remote() base function
2016-05-30Removed unneeded try/except clauseDico200
2016-05-30Updated damnspam, made block breaking check attached levers and buttons, ↵Dico200
denied clicking now mentions timeout left, tweaked command slightly to perceive setting the timeout to 0 as removing it.
2016-05-30Remove sync.py fileDico200
2016-05-30Merge branch 'dev'Dico200
2016-05-30Friends fixDico200
2016-05-30Merge branch 'dev'Dico200
2016-05-30Friends hotfix... Did I really write this code?Dico200
2016-05-30Merge branch 'dev'Dico200
2016-05-30Imbusy hotfix...Dico200
2016-05-30Serversigns hotfixDico200
2016-05-30Merge branch 'dev'Dico200
2016-05-30Hotfix for chataliasDico200
2016-05-30Merge branch 'dev'Dico200
2016-05-30Cleaned up some of helpers.pyDico200
2016-05-29Chatalias: Fixed all the things (permission AMOUNT, permission LENGTH, and ↵Dico200
more), incremented version number
2016-05-29Removed Pan from pythoners, added Pep, added essentials:esudo to sudo_blacklistDico200
2016-05-29Tweak comment above imbusy, removed credits, removed a useless comment with ↵Dico200
an old line of code
2016-05-29Changed command blacklist to a whitelist. Added /svs commands to show ↵Dico200
whitelisted commands. Added a few more command aliases. Added maximum line count and maximum line size.
2016-05-29Removed @hook.enable decs from modules, added them to the on_enable() method ↵Dico200
of main.py.
2016-05-29Added/fixed torch breaker setting. Added a few missing saveSettings() calls. ↵Dico200
Fixed /set <setting> on turning it off and vice-versa for boolean settings that are enabled by default. A few more tweaks.
2016-05-28Merge pull request #43 from RedstonerServer/chatalias-chained-aliases-patchDico
Prevent chained aliases in chatalias
2016-05-28Fixes and stuffchatalias-chained-aliases-patchDico200
2016-05-28Moved OnModuleLoad to bottom of filePepich
2016-05-28That's an "s", not an "S" ._.Pepich