summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-29Fix hooking commands throwing UnsupportedOperationException. Server will ↵command-intercepterDico200
instead tell us that the command 'serversigns' was not found in RedstonerUtils at the end of start, which is bullshit, everything works.
2016-06-28Removed an error and fixed /serversigns being completely inaccessible.Dico200
2016-06-26Fix serversigns derpDico200
2016-06-25Replaced serversigns interception implementation with the tool from misc tooDico200
2016-06-25Replaced imbusy interception implementations with the tool from miscDico200
2016-06-25fixed small issue with interceptionsDico200
2016-06-25Removed now unneeded comment from the command intercepterDico200
2016-06-25Added command intercepter tool, used it for //calcDico200
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.