| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #233
|
|
|
|
|
|
|
|
(instead of client ones). Closes #68
|
|
Closes #482
|
|
|
|
|
|
|
|
for maps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed port) will be dropped (also affects clients. Put your bans into master.cfg: "ban 127.0.0.1" or "ban 127.0.0.1:8303". It's reloaded every 5 minutes. This change also adds IStorage, IConsole and IKernel to mastersrv.
|
|
|
|
|
|
optimised snapshot hashing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removefile returns remove() and CreateFolder returns fs_makedir(),
but they returns 0 on success and non-zero on error. Fix that,
RemoveFile and CreateFolder should return true on success.
(they return false when the type argument is invalid).
note: bug has remained unoticed because noone uses CreateFolder, and the
user of RemoveFile (the demo browser's remove button) doesn't
check the return value.
|
|
|
|
|
|
|
|
|
|
used instead. Closes #267
|
|
|