CIA.vc
fCraft
Minecraft Classic Server
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. MIT License.
syndicateUTC clock
13:21 on Feb 13, 2012
event counters
The last message was received 1.23 weeks ago at 22:50 on Feb 04, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
4 messages so far this month, 85 messages last month
1529 messages since the first one, 2.01 years ago, for an average of 11.54 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
22:50 on Feb 04fcraft
Commit by fragmer :: r1446 /branch-0.70x/ (10 files in 7 dirs):
Fix: Fixed "/ZAdd +-" not naming zones properly if a personal zone for given player already exists (thanks Hellenion)
Fix: ConfigGUI now correctly interprets "Notify" and "Auto" updater settings (port from 0.615)
Change: Data backups are now stored in ./databackups/ directory (port from 0.615)
#
04:13 on Feb 03fcraft
Commit by fragmer :: r1445 /tags/0.615/:
0.615 tag
#
04:05 on Feb 03fcraft
Commit by fragmer :: r1444 /branch-0.60x/ (7 files in 5 dirs):
0.615 final
 Fix: ConfigGUI now correctly interprets "Notify" and "Auto" updater settings.
 Change: Data backups are now stored in ./databackups/ directory.
#
03:04 on Feb 02fcraft
Commit by fragmer :: r1443 /branch-0.60x/ (3 files in 3 dirs):
0.615 RC1
 Added more information to PlayerDB record loading error reports.
#
07:22 on Jan 31fcraft
Commit by fragmer :: r1442 /branch-0.60x/fCraft/ (5 files in 4 dirs):
Fixed colorcodes (%-codes) not getting applied consistently (thanks BobKare) (port from 0.70x)
Fixed a rare name-verification issue that only affected players whose ranks have been imported (thanks Mc_MrCat) (port from 0.70x)
#
07:16 on Jan 31fcraft
Commit by fragmer :: r1441 /branch-0.70x/fCraft.Core/ (2 files in 2 dirs):
Fixed a rare name-verification issue that only affected players whose ranks have been imported.
#
03:56 on Jan 31fcraft
Commit by fragmer :: r1440 /branch-0.70x/fCraft.Core/ (3 files in 2 dirs):
Fixed colorcodes (%-codes) not getting applied consistently (thanks BobKare)
#
07:28 on Jan 30fcraft
Commit by fragmer :: r1439 /branch-0.70x/fCraft.Core/ (10 files in 6 dirs):
Reorganized and simplified low-level networking, based on FemtoCraft work.
#
06:03 on Jan 30fcraft
Commit by fragmer :: r1438 /branch-0.70x/fCraft.Core/ (2 files in 2 dirs):
Simplified the login procedure, based on FemtoCraft work. Fixed a very rare case where more max-connections-per-IP limit could be accidentally surpassed.
#
05:01 on Jan 30fcraft
Commit by fragmer :: r1437 /branch-0.70x/ (9 files in 5 dirs):
Reorganizing functionality in ExtensionMethods.cs
Removed ability to change GCInterval programmatically (bloat).
#
00:59 on Jan 30fcraft
Commit by fragmer :: r1436 /branch-0.70x/ (README.txt fCraft.Core/System/Server.cs):
Raised the number of connections that fCraft accepts per second to 12, and reduced related latency.
Reloading config now updates announcement interval and enabled/disables announcements as needed. This can also be done programmatically by setting Server.AnnounceInterval
#
03:09 on Jan 28fcraft
Commit by fragmer :: r1435 /branch-0.70x/fCraft.Core/ (4 files in 3 dirs):
Fixed PriorityEvent calling handlers in high-to-low priority order (instead of low-to-high).
Added a separate FlushWorlds permission, for /WFlush.
#
02:20 on Jan 27fcraft
Commit by fragmer :: r1434 /branch-0.70x/fCraft.Core/ (5 files in 3 dirs):
Implemented priority-enhanced event for IPBanList and Chat events.
Slightly optimized IEnumerable<Player>.Message/MessagePrefixed/MessageWoMAlert methods.
#
07:55 on Jan 26fcraft
Commit by fragmer :: r1433 /branch-0.70x/fCraft.Core/ (3 files in 3 dirs):
Implemented priority-enhanced event for DrawOperation and Heartbeat events.
#
06:55 on Jan 26fcraft
Commit by fragmer :: r1432 /branch-0.70x/fCraft.Core/ (29 files in 10 dirs):
Implemented priority-enhanced event for CommandManager's events.
Cleaned up some useless code annotations.
#
02:52 on Jan 26fcraft
Commit by fragmer :: r1431 /branch-0.70x/fCraft.Core/ (2 files in 2 dirs):
Added base code for prioritizing event handlers.
#
01:44 on Jan 26fcraft
Commit by fragmer :: r1430 /README.txt:
Updated branch readme.
#
00:51 on Jan 26fcraft
Commit by fragmer :: r1429 /branch-0.60x/ (11 files in 10 dirs):
Fixed /patrol checking Spectate permission, and /specpatrol not checking it.
Fixed /wrename not updating player's last-used-world-name (thanks Hellenion) (port from 0.700)
#
10:36 on Jan 25fcraft
Commit by fragmer :: r1428 /branch-0.70x/fCraft.Core/Commands/WorldCommands.cs:
/WLoad now copies over BlockDB data (if present) when changing maps.
#
10:21 on Jan 25fcraft
Commit by fragmer :: r1427 /branch-0.70x/fCraft.Core/ (3 files in 3 dirs):
Fixed /Gen attempting to generate maps over (2^31-1) blocks in volume (port from 0.600)
Fixed "random" brush producing obvious repeating patterns (port from 0.600)
Fixed /wrename not updating player's last-used-world-name (thanks Hellenion).
#