Ecosyste.ms: OpenCollective

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

github.com/fluffos/fluffos

Actively maintained LPMUD driver (LPC interpreter, MudOS fork)
https://github.com/fluffos/fluffos

Delete obsolete file.

6cbbf68c609b6fa1b6dae4bd19e65ad43ffb31bb authored over 11 years ago by Yucong Sun <[email protected]>
Remove obsolote SERVER_IP directive, not used anywhere.

1f4d7e9b121904dc34dcae592caff843f0654600 authored over 11 years ago by Yucong Sun <[email protected]>
Delete MMALLOC/GCMALLOC and other obsolote options.

358b425f42321e18f7f8e81b06dbf038914a03cd authored over 11 years ago by Yucong Sun <[email protected]>
Remove the PROG_REF_TYPE setting, default to int.

00ae5e96d815aef863771cdabcec0e224142ebbe authored over 11 years ago by Yucong Sun <[email protected]>
Remove SIG_FUNC_TAKES_INT and all obsolote ifdef's.

87057ecb5db1b853c207bf583637a81147fc7539 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #118 from sunyc/master

Fix typo in socket_status()

a6807cf81f2292cc9bec572cb8405f475a1509a5 authored over 11 years ago by TheFallenTree <[email protected]>
Fix typo in socket_stats()

c83e8ce8beb0103f4b2dfe57b85d65f4f569f6f8 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #117 from sunyc/master

Fix memory corruption problem in other part of event system.

1678c2bdcc00259327453782f12caf46fa6fcf22 authored over 11 years ago by TheFallenTree <[email protected]>
Format source.

bdd8b8438bfa15f03812d03ba26f12cad497a3c0 authored over 11 years ago by Yucong Sun <[email protected]>
Fix memory corruption bug in lpc socket handling.

The data structure moves around due to RESIZE(), so we can't
pass pointer around.

1b37569cea4cd8cd578b038f1cbba9a96ed2ccb2 authored over 11 years ago by Yucong Sun <[email protected]>
Fix memory corruption problem for user event.

The data structure moves around due to RESIZE(), so we can't
pass pointer around.

7fa6b862d9343838b0a7c8341a4836b0ec77950b authored over 11 years ago by Yucong Sun <[email protected]>
Adding if guard for HAS_CONSOLE.

ec78e687a9feef1abdc507451f75c890a546a92e authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #116 from sunyc/master

Fix memory corruption problem in async dns.

ea2fc3e914ddcb8dc7fc8b9aaafdf500ed53583e authored over 11 years ago by TheFallenTree <[email protected]>
copy sockaddr when doing reverse resolution.

By the time resolution finishes, the requester maybe gone!

fa3774b844f437d5e2f78a97f3245d21b0c64828 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #115 from sunyc/master

More fixes for alpha6

2398f9aaeb87e09864b9720a41046d5200da3f52 authored over 11 years ago by TheFallenTree <[email protected]>
Reworked the debug problem, reverted hack.

af47679e82a8803af1295e1de273d48c8d705b58 authored over 11 years ago by Yucong Sun <[email protected]>
Inlined logon(), and added some more debug information.

bb9834b788e720da5c4e9ef0ba85dc73a3413a12 authored over 11 years ago by Yucong Sun <[email protected]>
Adding a check to prevent event loop reentrant.

c31d9ed7c08dd23c260ccac3627b00e36c0769de authored over 11 years ago by Yucong Sun <[email protected]>
Make new_user_handler() safe from LPC error().

6b560f8810c07c7a8611b334481e0f6d768cc607 authored over 11 years ago by Yucong Sun <[email protected]>
Close event before closing socket.

7ed9bc735a4380118aed2c55a6af3d8362b10553 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #114 from sunyc/master

Prepare for alpha6

ec73ddb2082fab2b3516362bfb4c2ce1a6dfd959 authored over 11 years ago by TheFallenTree <[email protected]>
Adding new test cases for unique_mapping.

272143b5651ae8a6fbe4695944ab3661c276a036 authored over 11 years ago by Yucong Sun <[email protected]>
Move up local_options check.

395cabc9e4d7eb450d886b007ea4f76fdf2c15d7 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #113 from sunyc/master

Prepare for alpha6 release

8da7b102b02309d2266553be6103d7141ecb8df9 authored over 11 years ago by TheFallenTree <[email protected]>
Force creating dwarf-2 debug info format.

7cc07901b37207fcb57464ac31ca23a028fea545 authored over 11 years ago by Yucong Sun <[email protected]>
stroe_variable | fetch_variable accept ob as last argument. (Lonely)

069fe279ba0ce8e7938ff33b924a89dff731d54b authored over 11 years ago by Yucong Sun <[email protected]>
Update version to 3.0-alpha6

fd4dd0a413ac216f5cb5765c1446298760c9db88 authored over 11 years ago by Yucong Sun <[email protected]>
More ip-agnostic fixes.

46722f1a6dcc4576031841a041a1fe8a5a1019bf authored over 11 years ago by Yucong Sun <[email protected]>
Fix build without IPV6.

b97d1510a422b41e01d5001b2791e42de5788c13 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #112 from sunyc/master

Incorporate libevent to driver, and get rid of addr server

ea620595e878627832102fb07158760b08dca801 authored over 11 years ago by TheFallenTree <[email protected]>
More compile warning fixes.

b37072a81754447563f6937ea72c3ab0a180d000 authored over 11 years ago by Yucong Sun <[email protected]>
Delete all old win32/windows code. And some defunct malloc implementations.

025c62957a56da16b094ee98a9ff7ed9eed1d3f5 authored over 11 years ago by Yucong Sun <[email protected]>
Move read_file logging to seperate debug level.

f411e8a6ffd8415d6bd210896df8e72725600cb8 authored over 11 years ago by Yucong Sun <[email protected]>
Minor fixes, display event backend on startup.

2dfadac9ee99768b06ea55945fef1125160908b5 authored over 11 years ago by Yucong Sun <[email protected]>
Migrate DNS debug message to DBG_dns.

d3c65d0eb1a9a3e14f9e377c82832da34a89055c authored over 11 years ago by Yucong Sun <[email protected]>
Restore Mud IP entry in testsuite, and fix some IP related code to be ip-agnostic.

1be9f3cb25ffbb26109710cafc0a2a5fa956183d authored over 11 years ago by Yucong Sun <[email protected]>
Adding DBG_event level, update macro to standard format.

a50b548429253f81c1a9a7544dbe90a28934a8dc authored over 11 years ago by Yucong Sun <[email protected]>
Incorporate libevent, and replace addrserver with async DNS.

b54038c3b2aa109cd773708a26fd2ef082a54c6c authored over 11 years ago by Yucong Sun <[email protected]>
Update travis to install libevent-dev

39e774dbf8ba93e4886889171421545563b13712 authored over 11 years ago by Yucong Sun <[email protected]>
Require libevent 2.0 to build.

e391952350d6c9214b0d996f255634d115c221bd authored over 11 years ago by Yucong Sun <[email protected]>
Rename mapping.c to mapping.cc

294ed6bed85c093ffc8491d579c2778f03220821 authored over 11 years ago by Yucong Sun <[email protected]>
Source formatting

f339a642c5d1b94623ce04948cff630682b622d0 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #111 from sunyc/master

Release fluffos-3.0-alpha5

3c0c67e60bf13ebdc02b0424d93a48b5362cdea5 authored over 11 years ago by TheFallenTree <[email protected]>
Release fluffos-3.0-alpha5

83d406f8c3a11ea94349441fb5b1f2b5ced59315 authored over 11 years ago by Yucong Sun <[email protected]>
Source formating.

ea58118e9776736caf068b5b5184a60aaffb2d9b authored over 11 years ago by Yucong Sun <[email protected]>
format source.

4ca8b515c7759b2266029eafb137a425a3ca5a5a authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #107 from sunyc/master

Rewrite unique_mapping , fix the annoying memory leak.

2de039f13643385cf92480bb2ea8e9d105d19e9a authored over 11 years ago by TheFallenTree <[email protected]>
Rewrite unique_mapping, no more memory leak.

7619036a99374df6fd18c4eba7187dcf1115f849 authored over 11 years ago by Yucong Sun <[email protected]>
make DEBUG driver skip graceful crash routine.

a0541fc8b7649279dea3631ed05154c241c4a033 authored over 11 years ago by Yucong Sun <[email protected]>
Adding a test for unique_mapping.

2116066762e56adffc35e4625da1044eff06327e authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #106 from sunyc/master

Fix broken get_usec_clock (time_expression).

2e37e5f670541fbf55e7e7625b601a8ad4ba20b9 authored over 11 years ago by TheFallenTree <[email protected]>
Fix broken get_usec_clock (time_expression).

Also remove some obsolete signal code.

a76131cab0c93803a8189bcc430ae9abecc3698e authored over 11 years ago by Yucong Sun <[email protected]>
format source

f269acc2bbebcbc8a73e0ac0fb8768576d827d84 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #105 from zoilder/Defer_Reverse

REVERSE_DEFER, fifo execution for defer()

c9dfd98337351e2eee86e92420fb99b5bedc0cec authored over 11 years ago by TheFallenTree <[email protected]>
Defer Reverse

9096cb6bb221c41952aceb5adbfb277af884c710 authored over 11 years ago by Zoilder <[email protected]>
Merge pull request #103 from sunyc/master

Fix ltrim bug (zolider), adding more test cases. …

18fbdcb222cbb15f3ad1a7cdab1d824dabff6df5 authored over 11 years ago by TheFallenTree <[email protected]>
Fix ltrim bug (zolider), adding more test cases.

Also noted that 2nd argument to trim is a set.

390622a4f61c0a7ff2a5873ec3bfe061cdb263eb authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #102 from sunyc/master

Adding missing detection for PCRE.

e9167dfe78ec9c57578d541300b419da0bdac05b authored over 11 years ago by TheFallenTree <[email protected]>
Update travis config.

98314411341a7dba6149384c8344e51b3381c405 authored over 11 years ago by Yucong Sun <[email protected]>
Adding missing detection for PCRE.

07eb03e8f208d81509286fd7aba09d041601462a authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #100 from sunyc/master

Reinstating rusage efun.

d1860203ff0c707f6b846ce8625c34106c0f3876 authored over 11 years ago by TheFallenTree <[email protected]>
Reinstating rusage efun.

22ec606c516bad29933f13a5e9002b97c86b4e24 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #99 from sunyc/master

More compile fix with dependency detection.

6286cd8fbe613c8b6e71e8e61e6698643d879124 authored over 11 years ago by TheFallenTree <[email protected]>
Update travis test config.

16429fb5eb4dc024099c7a2df2c57bc05a690d17 authored over 11 years ago by Yucong Sun <[email protected]>
Update changelogs.

bf8fcaa3ea90938f25d9d60566aa1b8a0e6e2e19 authored over 11 years ago by Yucong Sun <[email protected]>
Fix library detection for MYSQL,POSTGRESQL,SQLITE3.

Fix library detection for PACAKGE_CRYPTO.
Adding missing autogen.sh

95b8c7770db930d0ad77bb486028413c96899ff5 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #98 from sunyc/master

Correct check for mysql library/header when USE_MYSQL is defined.

7406b989e79f5bf958e26c3df908c59fb50a1e74 authored over 11 years ago by TheFallenTree <[email protected]>
Correct check for mysql library/header when USE_MYSQL is defined.

Also fix dtrace building.

517dd0ef07b8a986c55b94f715907cc8ca34c8ae authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #97 from sunyc/master

Fluffos 3.0-alpha4

b3bf0c021238a27d678bcb72931d615cc524f230 authored over 11 years ago by TheFallenTree <[email protected]>
Fluffos 3.0-alpha4

dfcda90a1deb50c4b9eba9712a37dd8447eb1907 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #96 from sunyc/master

Fully migrate to autoconf

d48f44a22b7fb816a7af8c5ddc19aeed5e635145 authored over 11 years ago by TheFallenTree <[email protected]>
solve posix_timer problem on CYGWIN

26087255a52d493bfb8ca9349cbadd7f71fed341 authored over 11 years ago by Yucong Sun <[email protected]>
solve iconv problem on CYGWIN

b3b40c9ef6cf4ccdd1c105f82397fdaff8bc81b4 authored over 11 years ago by Yucong Sun <[email protected]>
Delete the old random detector warning code.

c32aaf019c456cfd19d79e257f965653be5194e5 authored over 11 years ago by Yucong Sun <[email protected]>
Correctly use iconv_open to detect libiconv.

0d47a5a743d8d8c4422ba6afc23cbfd26ffd2762 authored over 11 years ago by Yucong Sun <[email protected]>
Use compile to check for local_options instead.

079ee6608daded03b11263302bc9cd2c32e8ae39 authored over 11 years ago by Yucong Sun <[email protected]>
Adding missing crypt.h check.

a10dc41eb96443696618596d5fe70addc627a36b authored over 11 years ago by Yucong Sun <[email protected]>
Adding missing files.

35cdd03798ee25f22bf541705c16989e6561b768 authored over 11 years ago by Yucong Sun <[email protected]>
Get rid of system_libs, library checking is in autoconf now.

f2ad33cf280f00be8041fe02757fedb90d935efc authored over 11 years ago by Yucong Sun <[email protected]>
Check local_options in autoconf.

30a6916a09f2f0062df8ddfdd04be4fc3a4af902 authored over 11 years ago by Yucong Sun <[email protected]>
Move some library detection into autoconf.

f3895e63bc5f35266077924800b3aacd54796c38 authored over 11 years ago by Yucong Sun <[email protected]>
Remove configure.h and completely replaced by autoconf.

d2b19b96498849dee6547c6e7eb8447c1866a03d authored over 11 years ago by Yucong Sun <[email protected]>
Delete SIGNED and VOLATILE macros.

450d493ce3214a49959674660231cabbfee650e6 authored over 11 years ago by Yucong Sun <[email protected]>
Move most of header check to autoconf.

As well as remove support for system doesn't have getrusage().
This will be resotred later.

32665163f0daaf64bbaaaaab6fbaa3776a4b0c98 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #93 from sunyc/master

adding missing sys/rusage.h

2621c3f95887e4bfd80182e555520cd60752dd46 authored over 11 years ago by TheFallenTree <[email protected]>
Adding missing sys/rusage.h detection.

53dbdf0183d45fe2d189317101112ba74f35b266 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #92 from sunyc/master

feedbacks from alpha3

ba80a2701d3b71023f994cef6f459504639ae707 authored over 11 years ago by TheFallenTree <[email protected]>
add leak-check=full on travis.

b534ebeb45dcc9b6c704d6e919655cb426d4eaf3 authored over 11 years ago by Yucong Sun <[email protected]>
Fix build without CUSTOM_CRYPT

851466941212706f1c834e19df7d90e9ab3f3a40 authored over 11 years ago by Yucong Sun <[email protected]>
Autoconf step 2: generate Makefile.

build.FluffOS has become a wrapper script.

09e11c4d7fe6f473f3a0ef4658b0503f7520ddad authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #91 from sunyc/master

add PACKAGE_TRIM.

d5957680730a5eb823ff040485cb32be2d5d4cc2 authored over 11 years ago by TheFallenTree <[email protected]>
PACKAGE_TRIM: trim, ltrim, rtrim EFUNs.

a6d36042c71457ea802b419152fd24e7649524ac authored over 11 years ago by Zoilder <[email protected]>
Merge pull request #90 from sunyc/master

Switch to autoconf for header detection.

4a39909de8ee553b9202e37c96ff0c93925c15a7 authored over 11 years ago by TheFallenTree <[email protected]>
Skip zero lengh file for asytle.

8cdbe104b055c5e42b40563a0077248bd6d94fce authored over 11 years ago by Yucong Sun <[email protected]>
Remove USE_STRUCT_DIRENT, always use dirent now.

9823674e94ab639fb705edeedca25dc5aab5eba9 authored over 11 years ago by Yucong Sun <[email protected]>
Switch to autoconf step 1: Checking header.

dd286498d7935f6f0b69631b525414d6e88bca49 authored over 11 years ago by Yucong Sun <[email protected]>
Remove old portability crafts.

This is to prepare to change to standard confiugre script.

8ac6710e488ffcd2a4dc2b0508f6bb32d4234dc3 authored over 11 years ago by Yucong Sun <[email protected]>
Add more missing "const"

9b3487b04c20aeae953b7dad71308ed87a9ab9b3 authored over 11 years ago by Yucong Sun <[email protected]>
Include <sys/rusage.h>.

b008bba26e3d5c9e309ef66a6e2a4c54a03146da authored over 11 years ago by Yucong Sun <[email protected]>
Remove useless detection of CONST and INLINE.

76a85f3a2b55286a6bfd06c8fb9763f27b5ed0b2 authored over 11 years ago by Yucong Sun <[email protected]>