CIA.vc
FCraft
fCraft
Stats » Projects » FCraft
information
Photo
Open-source implementation of the Minecraft game server written in C#. Designed to be compatible with the default client, fCraft offers better performance and incorporates many new features.
syndicateUTC clock
14:55 on Mar 11, 2010
event counters
The last message was received 3.5 days ago at 02:55 on Mar 08, 2010
0 messages so far today, 0 messages yesterday
2 messages so far this week, 3 messages last week
5 messages so far this month, 21 messages last month
26 messages since the first one, 1.05 months ago, for an average of 1.21 days between messages
recent messages
dateReversed sort columnprojectcontentlink
02:49 MondayfCraft
Commit by fragmer :: r71 /fCraft/fCraft/ (4 files in 3 dirs):
Renamde "show" to "unhide" and "release" to "unfreeze", for consistency.
Typos fixed, help updated.
#
01:44 MondayfCraft
Commit by fragmer :: r70 /fCraft/fCraft/ (17 files in 7 dirs):
Added /hide - INVISIBLE MODE! See "/help hide" for details.
Combined /promote and /demote into single command, /user.
Added /freeze - immobilize people!
Added /lock - total lockdown, disables any modification to the map at a low level.
#
22:16 SundayfCraft
Commit by fragmer :: r69 /fCraft/fCraft/ (8 files in 5 dirs):
0.2.3
Implemented auto-backup.
Dumped all the available options to config, for now.
#
15:45 SundayfCraft
Commit by fragmer :: r68 /fCraft/fCraft/ (14 files in 6 dirs):
Made /class, /promote, and /demote case-insensitive.
Added CanViewOthersInfo to permissions, renamed CanBackup to CanSaveAndLoad, renamed CanSummon to CanBring, and renamed CanBuildAdmincrete to CanPlaceAdmincrete.
Added optional upTo attribute to CanPromote and highestClass attribute to CanDemote.
Fixed last login time not being recorded.
Improved the way /water and /lava work.
#
06:14 FridayfCraft
Commit by hearty0 :: r67 /fCraft/fCraft/Commands/InfoCommands.cs:
Fixed a typo(line 103, you wrote demote instead of promote)

The Advisor/Hearty0
#
20:40 on Feb 14fCraft
Commit by fragmer :: r66 /fCraft/fCraft/ (20 files in 8 dirs):
Refactored the logging functions completely, now with built-in String.Format().
Added SayColor to settings, and made SayColor and SystemMessageColor written to file by default.
Improved name verification.
Improved many log messages and added more error checks throughout.
#
15:26 on Feb 14fCraft
Commit by fragmer :: r65 /fCraft/fCraft/ (6 files in 4 dirs):
Reduced bandwidth used by player movement updates (thanks liq3).
#
13:10 on Feb 13fCraft
Commit by fragmer :: r64 /fCraft/fCraft/ (10 files in 7 dirs):
Minor thread-safety and performance improvements.
#
08:28 on Feb 12fCraft
Commit by fragmer :: r63 /fCraft/fCraft/ (16 files in 9 dirs):
0.2.2
Added HeartBeatURL and SaveMapOnShutDown to config.
Adjusted the default throttling settings for better responsiveness.
Lots of little fixes.
#
22:48 on Feb 11fCraft
Commit by fragmer :: r62 /fCraft/fCraft/ (4 files in 4 dirs):
Quick fix for null pointer crash in StandardCommands.Kick()
#
22:08 on Feb 11fCraft
Commit by fragmer :: r61 /fCraft/fCraft/ (12 files in 7 dirs):
0.2.1
Renamed a few permissions (BuildAdmin, DeleteAdmin, Alias).
Added MaxPacketsPerPlayerPerSecond optional setting in config.
Added /say command, and added an optional message to /kick.
Lots of misc bugfixes and changes.
#
12:05 on Feb 11fCraft
Commit by fragmer :: r60 /fCraft/fCraft/ (15 files in 8 dirs):
Renamed "backup" to "save" and "rollback" to "load."
Added /replace mode.
Added 2 priority modes for Session.Send - to prevent unresponsiveness during large block updates.
Improved thread safety in Map
Minor improvements to private and class chat. Text wrapping coming soon.
#
16:13 on Feb 10fCraft
Commit by fragmer :: r59 /fCraft/fCraft/ (7 files in 5 dirs):
Added ETA display for rollbacks, and a "50% done" report message for rollbacks lasting over 10 seconds.
Added "rollback completed" message.
Added some missing log messages.
Added thread safety checks for rollback.
#
15:00 on Feb 10fCraft
Commit by fragmer :: r58 /fCraft/fCraft/ (18 files in 8 dirs):
Preview release of the live backup/rollback system.
Added /backup and /rollback commands.
Added throttling mechanism to Map.ProcessUpdates().
Added "maxUploadSpeed_KBps" and removed now-redundant "OwnerName" in config.
Added a startup notice.
#
06:50 on Feb 10fCraft
Commit by fragmer :: r57 /fCraft/fCraft/ (12 files in 8 dirs):
Added a console to the UI. You can type in any chat and most of the commands - without having to log in!
Custom user data storage coming up.
#
22:25 on Feb 09fCraft
Commit by fragmer :: r56 /fCraft/fCraft/ (4 files in 4 dirs):
Minor bugfixes for the ban system.
#
02:32 on Feb 09fCraft
Commit by fragmer :: r55 /fCraft/fCraft/ (8 files in 6 dirs):
Misc formatting and spelling bugs all over the ban system.
Fixed incorrect multiple-child detection in StringTree.
#
00:48 on Feb 09fCraft
Commit by fragmer :: r54 /fCraft/fCraft/ (5 files in 4 dirs):
Removed AutoBanIP config setting. Already obsolete.
Added new ban/unban commands to /help.
Fixed lots of typos.
#
00:36 on Feb 09fCraft
Commit by fragmer :: r53 /fCraft/fCraft/ (13 files in 6 dirs):
Added /banall and /unbanall, and corresponding permission CanBanAll.
Lots of improvement to the whole ban mechanism.
VerifyName settings now has 3 options: Always (kick if name not verified), Balanced (default, kick if name not verified AND if IP changed), and Never.
#
20:38 on Feb 08fCraft
Commit by fragmer :: r52 /fCraft/fCraft/ (7 files in 5 dirs):
Updated /help to describe all currently implemented commands, and added /unbanip.
Added ability to type out a specific IP address for /baninfo, /banip, and /unbanip.
Fixed IPBanList not loading at startup.
Added the ability to teleport to map spawn with "/tp" (no params).
#