Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

fluffos

FluffOS
Collective - Host: opensource - https://opencollective.com/fluffos-579 - Website: https://www.fluffos.info - Code: https://github.com/fluffos/fluffos

Merge pull request #253 from thefallentree/master

Make ed deal with chinese characters.

github.com/fluffos/fluffos - 53d3a2e5ccceec2847f5ac87b862547ac941213b authored over 9 years ago
Make ed deal with chinese characters.

github.com/fluffos/fluffos - cb68cdf23c30159cb607c50b431d022ba8df4cdf authored over 9 years ago
Merge pull request #252 from thefallentree/master

FluffOS 8.1

github.com/fluffos/fluffos - aa6fa16a5d8ef96c7fbeaefd4019c399fefd2154 authored over 9 years ago
Make source_revision detect better.

github.com/fluffos/fluffos - 062e0e9da9a66c3d39b00a1094784e0fa63c648b authored over 9 years ago
Test virtual object related stuff.

github.com/fluffos/fluffos - f04cf7e053838116ad5a26c758ca63148b7a862e authored over 9 years ago
Adding set_config() efun, allowing changing rutime config.

Fix #123.

github.com/fluffos/fluffos - f882d95268bdaeb848437c2daea835c298618130 authored over 9 years ago
Move APPLY_CACHE_BITS into runtime config.

for #246.

github.com/fluffos/fluffos - 39ecfcccc08eb72d4d0f8e3b7995c550d86858dc authored over 9 years ago
Adding runtime config "sprintf add_justfied ignore ANSI colors"

fix #247

github.com/fluffos/fluffos - 19fb7cc5fc2a6837872fe5c433871f86aaf9300c authored over 9 years ago
Move USE_ICONV, IPV6, DTRACE back to local_options.

For #246.

github.com/fluffos/fluffos - 23c266ffe0a37e4f5b215c6e911dffe0e0cabc45 authored over 9 years ago
Change USE_ICONV, IPV6 back to original undef.

github.com/fluffos/fluffos - 0c7ab4ca45d0f2acb8ee83ff96f0c8f15207379b authored over 9 years ago
Adding "enable_commands call init" runtime option.

Fix #250.

github.com/fluffos/fluffos - 0d04f2f3d6675f203e94f195c5e078feec91b65c authored over 9 years ago
fix #251 memory accounting int overflow

github.com/fluffos/fluffos - 08c4fe79dc80b7189327a5ba32a0365af9c348f0 authored over 9 years ago
Merge pull request #245 from sunyc/master

Adding check for PACKAGE_CORE / PACKAGE_OPS

github.com/fluffos/fluffos - a2dccbf41fafbb780638e46c97df86f8112b4ee4 authored almost 10 years ago
Adding check for PACKAGE_CORE and PACKAGE_OPS

github.com/fluffos/fluffos - 02a80cc85394399d801babffc302f933e0117acc authored almost 10 years ago
Merge pull request #244 from sunyc/master

Move many compile options into runtime options

github.com/fluffos/fluffos - 9909f41a66d3ae95f604c4fd01788ff3a3a3bd1f authored almost 10 years ago
Source format.

github.com/fluffos/fluffos - c835d798a982e63270646fa357f32153edb88eae authored almost 10 years ago
Disable i386 build, and fix travis.

github.com/fluffos/fluffos - ea9c2066c96dd70fcdc6cf945bcef2951ea99be7 authored almost 10 years ago
Improve rc.cc

github.com/fluffos/fluffos - d8f4896ba8ccd1329bd84f9e39ef65ad6aff2de4 authored almost 10 years ago
Adding detection for outdated options in local_options.

github.com/fluffos/fluffos - c3d468f1d8972caf945a010ec5c1de8dca137070 authored almost 10 years ago
Re-organize local_options.

github.com/fluffos/fluffos - e43a8c2a4aa6a7bb57f2f6464e3f22ecfd7df5f2 authored almost 10 years ago
Move SUPPRESS_ARGUMENT_WARNINGS to runtime config.

Also rename NUM_EXTERNAL_CMDS.

github.com/fluffos/fluffos - 9f27d6ec8e8e17047c1c90afb6bd9857215868e0 authored almost 10 years ago
Make ARGUMENTS_IN_TRACEBACK, LOCALS_IN_TRACEBACK always true.

github.com/fluffos/fluffos - cba24261dbcce67bbd41875214507db1644e8bc8 authored almost 10 years ago
Move OLD_RANGE_BEHAVIOR, WARN_OLD_RANGE_BEHAVIOR into runtime configs.

Also fixup WOMBLES etc in grammar.y.pre.

github.com/fluffos/fluffos - d34ba58abf28ffcea55ceb2f35cf11d0dc81b531 authored almost 10 years ago
Move OLD_TYPE_BEHAVIOR into runtime config.

github.com/fluffos/fluffos - 62ab8b963f61cded329e31f9209f97843c11f409 authored almost 10 years ago
Remove HAS_STATUS_TYPE.

github.com/fluffos/fluffos - 1c5219d0a58a40c8313bbe85f1ebcaf055f66693 authored almost 10 years ago
Move TRAP_CRASHES into runtime config.

github.com/fluffos/fluffos - 5b4ddc21308b834e2b002676180c3ddd90b79316 authored almost 10 years ago
Remove CALLOUT_HANDLES, as it has beacme default.

github.com/fluffos/fluffos - 2da492d3e1ec800510ae8c29ad0034c33b020d82 authored almost 10 years ago
Move NON_INTERACTIVE_STDERR_WRITE to runtime config.

github.com/fluffos/fluffos - 1267bae8f2d3a3cd9096f28895416f9a58e2950e authored almost 10 years ago
Make CACHE_STATS always true, restore lost LPC predefines.

github.com/fluffos/fluffos - d362ea8fbd33fbdd7383d13b599f1d1d4a04ee2d authored almost 10 years ago
Move USE_32BIT_ADDRESS , MAX STRING into options_internal.h

github.com/fluffos/fluffos - 0c5cc883846a3d52b896f22a30ef4ae3a9159e6a authored almost 10 years ago
Move HAS_CONSOLE to runtime config.

github.com/fluffos/fluffos - 4fafa7b94c5ce307654854de8ce2d2fda93a59f3 authored almost 10 years ago
Move INTERACTIVE_CATCH_TELL, SNOOP_SHADOWED, RECEIVE_SNOOP, REVERSE_DEFER to runtime config.

github.com/fluffos/fluffos - 1a7aa15e7716f0baa12c25aea44ac3a43044c320 authored almost 10 years ago
REMOVE OPCPROF OPCPROF_2D.

github.com/fluffos/fluffos - 27f47faf705f6bd97d3f6b39fe998f8846184039 authored almost 10 years ago
Move TRACE & TRACE_CODE.

github.com/fluffos/fluffos - 429bc9ac58e5d8ac8bc34e1b099b967535d495b4 authored almost 10 years ago
Move THIS_PLAYER_IN_CALL_OUT to runtime config.

github.com/fluffos/fluffos - e6975ee816b3fce9e303adbacf5dee43e219b207 authored almost 10 years ago
Delete no longer exists CALLOUT_LOOP_PROTECTION.

github.com/fluffos/fluffos - 1a4433a22e9a7b9996a1dda7f5e77c10b5e07e9c authored almost 10 years ago
Move NO_ANSI, STRIP_BEFORE_PROCESS_INPUT to runtime config.

github.com/fluffos/fluffos - c3e44ee3ee69ce45c239df813dc3ced607d4d2a6 authored almost 10 years ago
Move NO_RESETS, LAZY_RESETS, RADOMIZED_RESETS into runtime config.

github.com/fluffos/fluffos - 59126d07a6734fb3eb91154fea811bdc2701549c authored almost 10 years ago
Move MUDLIB_ERROR_HANDLER as runtime config.

github.com/fluffos/fluffos - f766390ccdc11ef6190370d4e062a6424d9ca417 authored almost 10 years ago
Move WOMBLES, CALL_OTHER_TYPE_CHECK, CALL_OTHER_WARN to runtime config.

github.com/fluffos/fluffos - b86341995e8742ac874b2eb3ac550d8c1c46b6aa authored almost 10 years ago
Move WARN_TAB to runtime.

Also fixes compile.

github.com/fluffos/fluffos - 066de6636fd991e0cc629839bc7d3021f6489d53 authored almost 10 years ago
Move SANE_SORTING as runtime configs.

github.com/fluffos/fluffos - e0144b9d8522ef98cf147688349cd3afb85263e6 authored almost 10 years ago
Move EXPLODE* compile time options to runtime configs.

github.com/fluffos/fluffos - 68dd9d599520b028de54f08ca1b9fba0a91a689e authored almost 10 years ago
Remove #define NO_LIGHT

github.com/fluffos/fluffos - 327d3bef6475e263f5f10dd545659712ebf7f6ea authored almost 10 years ago
Merge pull request #243 from sunyc/master

More compile fixes

github.com/fluffos/fluffos - c2f4dc770c00b7cdf53237a3205dee3dcb817d61 authored almost 10 years ago
Adding missing unistd.h

github.com/fluffos/fluffos - be3eb8b10bc9e48ec67521bfdcc7f7e92d8b7d06 authored almost 10 years ago
Fix compiling under #undef SANE_SORTING.

github.com/fluffos/fluffos - d449fa1bfd0304cf00e69d883d1f3810a7de75d6 authored almost 10 years ago
Merge pull request #242 from sunyc/master

Fix more compile issue under different situation.

github.com/fluffos/fluffos - 7052b58eeb83536a6dd9e8f0db01d5ef137ee2fa authored almost 10 years ago
Fix compile without HAVE_ZLIB.

github.com/fluffos/fluffos - dab02fa40296f07d2ba45532cb565619ac6a6b46 authored almost 10 years ago
Warn about NUM_EXTERNAL_CMDS

github.com/fluffos/fluffos - 61ffdca19c33827e45a1340bda33b5cbfbf17208 authored almost 10 years ago
Merge pull request #241 from sunyc/master

Add missing #include for uisdigit.

github.com/fluffos/fluffos - 06a0a398e2c4887690ecb40720aa2d103efa86d3 authored almost 10 years ago
Add missing #include for uisdigit.

github.com/fluffos/fluffos - 874a73f3af0ad7c2c8cb339c7a6d2b19e6f504ec authored almost 10 years ago
Merge pull request #239 from sunyc/master

Fix compile without PACKAGE_COMPRESS

github.com/fluffos/fluffos - a8e6b4c05bd3222aafcf29c9d93873ae9ab00fe5 authored almost 10 years ago
Fix compile without PACKAGE_COMPRESS

github.com/fluffos/fluffos - f021eda863434d6906c29cbc543d0d8042272837 authored almost 10 years ago
Merge pull request #238 from sunyc/master

Fix compile issue

github.com/fluffos/fluffos - 30ad9ded808e02b198dd33e0d4a7ccb90fc20db9 authored almost 10 years ago
Fix build without PACKAGE_COMPRESS, adding missing errno.

From: andersgong <[email protected]>

github.com/fluffos/fluffos - 7da375730c4bc30f02f7d675f4124bd659c355f5 authored almost 10 years ago
Update header guard to avoid name clashing with old local_options.

github.com/fluffos/fluffos - 9ab4fbde28f1b3a77ba5b9ae975d2e76bd3f8346 authored almost 10 years ago
Merge pull request #237 from sunyc/master

Bump version to alpha8.1

github.com/fluffos/fluffos - e76dc00ec96218e92f7b4adef506b1351c3a4ac4 authored almost 10 years ago
Bump version to alpha8.1

github.com/fluffos/fluffos - 39bbd2cfecfdd606a80f54a18683814e4a764a29 authored almost 10 years ago
Merge pull request #236 from sunyc/master

Bump version to alpha8.1

github.com/fluffos/fluffos - 26beb7629c6a5bb20c6ea9f16a91b486453dd411 authored almost 10 years ago
Bump version to alpha8.1

github.com/fluffos/fluffos - 3986f75f7efa211e5a934c55108d20b3c2bea0a6 authored almost 10 years ago
Merge pull request #235 from sunyc/master

Sync thirdparty/libtelnet @ HEAD

github.com/fluffos/fluffos - 4f5868b303e996517b3d55ad414913f4e1e0941a authored almost 10 years ago
Fix travis build error.

github.com/fluffos/fluffos - 898edf0bb1d3f487aae0eec106c5a0c917c9ac0a authored almost 10 years ago
Merge pull request #233 from bikeboy888/next-3.0

external_start() fix - socketpair() registered in LPC socket event system

github.com/fluffos/fluffos - 26d5641d8b0de05225840a5cacaaac8789097d97 authored almost 10 years ago
Move new_lpc_socket_event_listener from src/packages/external/external.cc to src/packages/sockets/socket_efuns.h #234

github.com/fluffos/fluffos - a46b14c88f452f9117fe961e2ae88cc7665807d9 authored almost 10 years ago
Sync thirdparty/libtelnet @ HEAD

github.com/fluffos/fluffos - 625bbe5fbd3f13d0a4873d715ece68c98a673783 authored almost 10 years ago
external_start fix - register socketpair() file descriptors to receive socket events

github.com/fluffos/fluffos - 780e62cc355b23f9ff82f3218daed183a3d5de02 authored almost 10 years ago
Merge pull request #231 from stavros-swmud/next-3.0

fix stray brace when INTERACTIVE_CATCH_TELL is on

github.com/fluffos/fluffos - d5b1679a1b2b74376fa81561cff37d8517a961c7 authored about 10 years ago
fix stray brace when INTERACTIVE_CATCH_TELL is on

github.com/fluffos/fluffos - 2887e3bb2a2ae4496cf34efc19946b8bc424c306 authored about 10 years ago
Merge pull request #230 from sunyc/master

Accounting improvement.

github.com/fluffos/fluffos - 2c428b2d28fec4674dcd790d514818ef68f3282f authored about 10 years ago
restoring some network traffic accounting.

github.com/fluffos/fluffos - 2ec8f3306e95ad771f84930b3af211669a994d28 authored about 10 years ago
source format

github.com/fluffos/fluffos - b81af1673e62117311770972888154e86c821622 authored about 10 years ago
Fix mis-alignment in compiler memory allocations.

This is apparently a leftover bug from 32bit world. where alignment requirement was 4bytes.
Sinc...

github.com/fluffos/fluffos - a1bbc566219eedb9ef82a8979be349a81fbc5a8d authored about 10 years ago
Remove STRING_STATS, CLASS_STATS, ARRAY_STATS, enabled by default.

github.com/fluffos/fluffos - e2860f9407bd2994899ce5b43747b379faf0de27 authored about 10 years ago
Upgrade driver internal accounting to use uint64.

Fix #229. Also move most of the global variables into stats.cc.

github.com/fluffos/fluffos - 87642e4c33d896eda8536779378d6276aaf8db1c authored about 10 years ago
Merge pull request #227 from sunyc/master

Remove corruption detection in MD, fix #198

github.com/fluffos/fluffos - 9fc6a6ee691032e40c6611293958238db90854d4 authored about 10 years ago
Remove corruption detection in MD, fix #198

github.com/fluffos/fluffos - 7220914b5cea9ecc4abd358a02ab9edb3c1bab3a authored about 10 years ago
Merge pull request #226 from sunyc/master

Fixed-delay game tick scheduling & call_out_walltime & subsecond call_out

github.com/fluffos/fluffos - 7bff4744147574b4984d919b54f092f1b5a3df49 authored about 10 years ago
Fix compile under m32.

github.com/fluffos/fluffos - 912a5b09f52f66ac0fbc8cef1d7b6899b6e3a7c6 authored about 10 years ago
Use time_to_gametick / gametick_to_time to simplify code.

github.com/fluffos/fluffos - dca56bb511ae1bc2104c33dd7a8c9464313c7851 authored about 10 years ago
Accepting float argument for call_out and call_out_walltime.

Allow subsecond scheduling (gametick or millisecond resolution) for call_out.
Fix #203.

github.com/fluffos/fluffos - 6f84449d21fda2689690adfb75221ff6f3efe105 authored about 10 years ago
Adding call_out_walltime() efun for walltime delay based callback.

Fix #202.

github.com/fluffos/fluffos - c4383f48a482964ddc067d62ebb764bc12afcdc3 authored about 10 years ago
Adding add_walltime_event, rename add_tick_event to add_game_tickevent.

part of #202

github.com/fluffos/fluffos - eccd7d59bb9f753cf15c6c9b60adcfbb2042b259 authored about 10 years ago
Implement million second level gametick loop.

Part of #203, also deleted HEARTBEAT_INTERVAL in options.h
Add two runtime config, gametick msec...

github.com/fluffos/fluffos - 930dca66afc0f8b4f277c08ccfd4401953946a9c authored about 10 years ago
Remove unused runner.cc

github.com/fluffos/fluffos - 19b37fd98482f9e5c7306ca8429af572d182764e authored about 10 years ago
make lpc socket closeonexec, set send buffer size.

Fix #225

github.com/fluffos/fluffos - 21aaacf84dd5614dd6fc34c901d5688ed96c50b9 authored about 10 years ago
Run Clang-tidy across codebase.

github.com/fluffos/fluffos - c09af5aeb642014c7849791dca61d2eeac042efc authored about 10 years ago
Merge pull request #224 from sunyc/master

Correctly Fix #221

github.com/fluffos/fluffos - e7c99556aab4f1ea48b4cfd4967be2e93f6ab4d4 authored about 10 years ago
Correctly Fix #221

This commit revert 364eb15b0f1efd9a63a3c8bce164c721eb851e47, and fix #223.

The logic should be ...

github.com/fluffos/fluffos - b06f45f40655cf4ebb09480a4010890effb5cfef authored about 10 years ago
Merge pull request #222 from sunyc/master

Continuing code cleanup

github.com/fluffos/fluffos - 528a5fa6b00df75d0efdc88db2288b79e5092360 authored about 10 years ago
Reformat bison grammar file.

Also let bison auto generate grammar report, and enabled bison warning.

github.com/fluffos/fluffos - 8451d58a7a5b9ce177c361f71874e8ff79fe7232 authored about 10 years ago
Fix crasher in overriding undefined function by inherit.

Fix #221.

github.com/fluffos/fluffos - 364eb15b0f1efd9a63a3c8bce164c721eb851e47 authored about 10 years ago
Merge event.cc into backend.cc

Move some VM related stuff into vm package.

github.com/fluffos/fluffos - 75c66249a25a7a5e2ee920ec0017d3e98c738e23 authored about 10 years ago
Remove the mutex protecting tick_event_queue, As 3.0 have no multi-threading planned.

github.com/fluffos/fluffos - ac5be36e811818342e41ed0184db480a94745a2e authored about 10 years ago
Merge pull request #220 from sunyc/master

Revert "Remove support for ! char as the escap ecommand.

github.com/fluffos/fluffos - 8c0f7aec16afcc27eee12cd1587769af6abb2241 authored about 10 years ago
Revert "Remove support for ! char as the escap ecommand. (Please complain if you are still using this somehow)."

This reverts commit d288af83d6fa158950e4eaad25d5e7049bb752ab.

github.com/fluffos/fluffos - d19e1eeeb62e3259d1c26cb5af3338a9bbe0d115 authored about 10 years ago
Fix possible getaddrinfo leak in rare case.

github.com/fluffos/fluffos - 980a7b2f5947db8b3666702cb31125e88d358cbc authored about 10 years ago
Merge pull request #218 from sunyc/master

fix add_vmessage

github.com/fluffos/fluffos - 823c346a08e2f3cd70e84f89503eafd7d2f2c921 authored about 10 years ago
Adding a telnet edit testcase.

github.com/fluffos/fluffos - cf8b93cf7640bef45b0af64b77616af75895cc4d authored about 10 years ago
fix add_vmessage

github.com/fluffos/fluffos - 2f3ec9db4160c239e2d38fea22f2506c402e3bca authored about 10 years ago