index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
WebAdmin.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
2017-09-02
1
-0
/
+24
*
Replace ItemCallbacks with lambdas (#3948)
peterbell10
2017-09-01
1
-24
/
+0
*
Remove smart pointer macros
peterbell10
2017-07-21
1
-1
/
+1
*
Removed development plugins from settings file
mathiascode
2017-03-19
1
-0
/
+1
*
WebAdmin: Renamed two neighboring locks for better clarity / style.
Mattes D
2017-01-18
1
-2
/
+2
*
Webadmin: Added a missing CS lock.
Mattes D
2017-01-18
1
-0
/
+1
*
Refactored to put URL Encoding / Decoding in a single place. (#3491)
Mattes D
2016-12-25
1
-24
/
+1
*
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
2016-06-27
1
-211
/
+204
*
Revert "Lua callback"
Mattes D
2016-03-21
1
-204
/
+211
*
Removed cWebPlugin, WebAdmin uses cLuaState::cCallback.
Mattes D
2016-03-17
1
-211
/
+204
*
WebAdmin: Finish HTTP responses.
Mattes D
2016-03-03
1
-0
/
+1
*
Renamed HTTPResponse to HTTPOutgoingResponse.
Mattes D
2016-03-01
1
-4
/
+4
*
WebAdmin uses the new HTTP parser framework.
Mattes D
2016-03-01
1
-27
/
+47
*
Renamed HTTPServer folder to HTTP.
Mattes D
2016-03-01
1
-2
/
+2
*
Moved cHTTPRequest to a separate file, renamed to cHTTPRequestParser.
Mattes D
2016-03-01
1
-7
/
+7
*
Renamed the HTTP classes to indicate they're for server.
Mattes D
2016-03-01
1
-7
/
+7
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-3
/
+3
*
Namechange to Cuberite
Mattes D
2015-09-25
1
-5
/
+5
*
Fix comments
tycho
2015-05-28
1
-2
/
+2
*
Made -Weverything an error.
tycho
2015-05-24
1
-3
/
+3
*
CheckBasicStyle: checks spaces around * and &.
Mattes D
2015-05-09
1
-1
/
+1
*
Added URL member to the HTTPRequest API class.
Mattes D
2015-04-21
1
-1
/
+2
*
Refactored cWebPlugin for C++11 style and proper WebTab clearing.
Mattes D
2015-04-19
1
-2
/
+2
*
Split the plugin names and plugin folders to avoid confusing them.
Mattes D
2015-04-19
1
-8
/
+20
*
WebAdmin uses the new cNetwork API.
Mattes D
2015-01-27
1
-32
/
+43
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-5
/
+5
*
Webadmin: Added default ports to auto-generated ini file.
Mattes D
2014-09-07
1
-2
/
+6
*
[WebAdmin] Code improvements.
Howaner
2014-09-02
1
-59
/
+91
*
WebAdmin: Stop webadmin if template can't load.
Howaner
2014-08-31
1
-1
/
+3
*
WebAdmin: Added "files" folder and load the login template from login_template.html
Howaner
2014-08-31
1
-10
/
+96
*
Fixed shadowing variable
Tycho
2014-08-13
1
-5
/
+5
*
Removed unused method
Tycho
2014-08-13
1
-22
/
+0
*
WebAdmin: Added GetURLEncodedString().
madmaxoft
2014-08-09
1
-0
/
+32
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-3
/
+3
*
Style: Normalized spaces after if, for and while.
madmaxoft
2014-07-21
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Fixed spaces around single-line comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
If webadmin.ini doesn't exist, example one is written immediately.
madmaxoft
2014-04-30
1
-0
/
+1
*
Removed old unused code
Tycho
2014-04-27
1
-5
/
+0
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-3
/
+3
*
Rewritten HTTPServer to use size_t for data lengths.
madmaxoft
2014-04-01
1
-2
/
+2
*
Moved Lua API registering into a separate function.
madmaxoft
2014-03-12
1
-0
/
+1
*
WebAdmin is stopped properly on server shutdown / restart.
madmaxoft
2014-02-07
1
-11
/
+27
*
fixed warnings in webadmin.cpp
Tycho Bickerstaff
2013-12-31
1
-0
/
+3
*
Fixed getting configure button going to port 0.
STRWarrior
2013-12-24
1
-3
/
+3
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-3
/
+3
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+527