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

Merge pull request #181 from sunyc/master

Replaced in-house TELNET implementation with libtelnet

2c0f3c98473c5c76911e4221b22099288c8b92bc authored almost 11 years ago by Yucong Sun <[email protected]>
Add -j 4 for travis build.

dbe643f23403226a9d99750555936433dcccd614 authored almost 11 years ago by Yucong Sun <[email protected]>
Fix compiling error for libtelnet

eeec3fb64fe1cb5c8cb846654fc6fb8b869a15c6 authored almost 11 years ago by Yucong Sun <[email protected]>
Add a comment about -march/-mtune

a8ab491cc4af04e99fe5341bb5d1c9b552151d6a authored almost 11 years ago by Yucong Sun <[email protected]>
Update makefile for libtelnet.

2cc6bfb526c60961f6b458621a2845f45f99d7b6 authored almost 11 years ago by Yucong Sun <[email protected]>
Update travis build script.

beba469343ce3aa54dee704e8712e31ef868b08e authored almost 11 years ago by Yucong Sun <[email protected]>
Add missing m4 libraries.

8aa3851f8c2557cd884a0fbd8462c23b65a152e0 authored almost 11 years ago by Yucong Sun <[email protected]>
Import libtelnet @ https://github.com/seanmiddleditch/libtelnet

225223cb043d859407de4e1d7b2fb5e93f6d6752 authored almost 11 years ago by Yucong Sun <[email protected]>
Add gitignore for sources

6ebff5f177098f200999de042ef40e51fbb1cd1c authored almost 11 years ago by Yucong Sun <[email protected]>
Extract telnet releated stuff to net/telnet.cc

Aslo extract outbuf to a seperate module.

a901c645fdd7691b22cd5c015913dc2c9daddadd authored almost 11 years ago by Yucong Sun <[email protected]>
Fix debugmalloc.

f8b0cbaa5135484f22474c293674f99f3d9cf500 authored almost 11 years ago by Yucong Sun <[email protected]>
Merge pull request #180 from sunyc/master

Adding skeleton support for multithreaded networking subsystem.

2ae494734beb4aa7ab12bd554868e1a8d2988f09 authored almost 11 years ago by Yucong Sun <[email protected]>
Include source revision in program name.

850657858e814566d3cd8347e35749b5ee785a7a authored almost 11 years ago by Yucong Sun <[email protected]>
Format using google style.

15f8b672602bd73c6423a24915e57d2588b0b59f authored almost 11 years ago by Yucong Sun <[email protected]>
Use clang-format to format source

5d12263ffdd4ba1c3a58e16ac1d4bdd93f7e2461 authored almost 11 years ago by Yucong Sun <[email protected]>
Clear-up heap allocations to silence valgrind.

ac23b6104e5625d0e55370ce6e4f349faae8a2e4 authored almost 11 years ago by Yucong Sun <[email protected]>
Upgrade libstdc++ for travis build.

4ac66db6843cbe4b44770b3b4080b453498c495a authored almost 11 years ago by Yucong Sun <[email protected]>
Add add_realtime_event() to allow execute in main thread.

Add check for libevent_pthreads library.

bfe5c9998ec264953129e57473cacedc73c89b31 authored almost 11 years ago by Yucong Sun <[email protected]>
Use bufferevent for user connections.

Introduce "tick" for virtual time and promote main evenloop.
Removed VA* macros.

d7ae266899597fb866ae1c344be3acc17eb82c40 authored almost 11 years ago by Yucong Sun <[email protected]>
Use evconnlistener on inbound connections.

b9549741f32525f4637ffbc983cc4b220d74fd0b authored almost 11 years ago by Yucong Sun <[email protected]>
Add missing threadpool header.

4db0af2d42ca3020dadb1f98f2803d4c95236118 authored almost 11 years ago by Yucong Sun <[email protected]>
shutdown network threadpool on exit.

ff4d2d7d697833dd305e2c7f3765cbe7c67a6246 authored almost 11 years ago by Yucong Sun <[email protected]>
Initial support for threaded networking.

Accepting connections in separate thread.
Removed fd6 support.

bc5c1ea0664c12bd42177572a5d52e3bb4040b62 authored almost 11 years ago by Yucong Sun <[email protected]>
Adding -I. when compiling cc code.

de047e44a9181b40eebbd9bbbfa38bef331cb55e authored almost 11 years ago by Yucong Sun <[email protected]>
Remove a debug check in backend loop.

455e2d03732ba0d26c7067aadde4bce58bd27934 authored almost 11 years ago by Yucong Sun <[email protected]>
Merge pull request #178 from sunyc/master

Adding file and lineno in debug output.

7022daa218957b9c9c133bec026420ba972b2501 authored about 11 years ago by Yucong Sun <[email protected]>
Adding file and lineno in debug output.

994553d2b0d58a37aa3089591cdb7abbe8b12539 authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #177 from sunyc/master

More changes to alpha8

48311ff7c8cb1ad5f902401ec531262ec03ca398 authored about 11 years ago by Yucong Sun <[email protected]>
Fix call_out(0).

It will run in current time slot now, as 2.x.

fecfb6f4e0e681b7681469b5db387a1cc614266d authored about 11 years ago by Yucong Sun <[email protected]>
Clean up gcov related files.

b00b4a9aa4741a04df28481c3757e9f054162b3a authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #175 from thanos-k/next-3.0

Small error in f_has_gmcp

190fa3d34fed4a1395923a014ca447627409844c authored about 11 years ago by Yucong Sun <[email protected]>
Small error in f_has_gmcp

04dd13b7c15c1a2b2e94134f599c8beabce405e1 authored about 11 years ago by [email protected] <[email protected]>
Merge pull request #174 from sunyc/master

Fix shadow check for in callout with closure. (Stavros)

8722b74f9082090f1b9fb02613c47f5d9e73ec0a authored about 11 years ago by Yucong Sun <[email protected]>
Fix shadow check for in callout with closure. (Stavros)

83853639c18a2ade3be02a8afa0c80c9ef224fb1 authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #1 from fluffos/next-3.0

Merge pull request #173 from sunyc/master

1e5d513f7b7a4825b1931f94b7fecf3bb24441f7 authored about 11 years ago by Thanos Koukoulis <[email protected]>
Merge pull request #173 from sunyc/master

Compile fix for CYGWIN32/64

6ab012006ad2d4cb55a4ae4803016bccc8525cdc authored about 11 years ago by Yucong Sun <[email protected]>
Ignore '\r' when compiling lpc.

168df194ef256469eb8a35796959cdbd9138694d authored about 11 years ago by Yucong Sun <[email protected]>
Migrate pkuxkx config to new format.

6588de7f625b645d2c4127b3929de960428e4e5f authored about 11 years ago by Yucong Sun <[email protected]>
Improve portability, fix build under CYGWIN.

d1be166eb90dd2fd9e234994422c4ca7421c93b6 authored about 11 years ago by Yucong Sun <[email protected]>
Adding new portability checks for CYGWIN.

a2a90e6d654ced519ae2e3f7ae51b585672145f9 authored about 11 years ago by Yucong Sun <[email protected]>
Merge two old files together, fix checkout issue on cygwin.

5946a854ec56e007ea4dfdacfc343097cb4e98df authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #172 from sunyc/master

Bump version number to alpha8

0a9667d2f345e54f8b8adb209b4da91bd1cb9d2b authored about 11 years ago by Yucong Sun <[email protected]>
Bump version number to alpha8

591b0f6525a98ca10f3727a06933953899862db1 authored about 11 years ago by Yucong Sun <[email protected]>
Add one more change to 7.4 release log.

a15b2b17a385417db32052ee56a831653a10c5b5 authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #171 from sunyc/master

Change log for fluffos-alpha7.5

5b63a24eb29f31f94a469d416878e3f08b519e8e authored about 11 years ago by Yucong Sun <[email protected]>
Change log for fluffos-alpha7.5

af2a3f1c177f000cc1b6a806ebc5452bffade84f authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #170 from sunyc/master

Compile fix for freebsd 9.2

76d7eb723c629b119bf71dd74da4e77fbea9a61f authored about 11 years ago by Yucong Sun <[email protected]>
Compile fix for freebsd 9.2

5c9bd927e31d449c14a69fa3cb6de4d5ee1ba234 authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #167 from sunyc/master

More Changes for alpha7.4

ecf3f5fa10cfcea30a6865692da8f0b5c42a6343 authored about 11 years ago by Yucong Sun <[email protected]>
Don't send trailing \0 on UDP using string message.

Uses fast macro for strlen, Also added a debug log for connect().

59fa4a1d3c58e66cc462ae526367c0fe1d4925e4 authored about 11 years ago by Yucong Sun <[email protected]>
Fix debug() macro, avoid exposing internal variables.

ef3a1f234b11e0da361b46d20fd675a36d73a3f8 authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #166 from sunyc/master

Fix a crash on early restore_object() call.

9ee38110737b4f54b23b0a58fb8469800e199dfb authored about 11 years ago by Yucong Sun <[email protected]>
Fix a crash on early restore_object() call.

gz_sel is not properly initialized.

32382d232079950259d9c097d51b3b88c8a54666 authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #165 from sunyc/master

More changes to 7.4

ee0527681bd3a1b986558fdd2f01877d87137741 authored about 11 years ago by Yucong Sun <[email protected]>
Revert "Run IO loop for at least 1 second. reduce unnecessary spin."

This reverts commit bffcfdcdf9d6292066eedecaac22904670307d4a.

6f1c1697d502fe576eaec22ce03db6cd25e7832e authored about 11 years ago by Yucong Sun <[email protected]>
Delete old bat file.

8ab5213ddeb2c180486ece3e59f37de09f4796fb authored about 11 years ago by Yucong Sun <[email protected]>
Cleanup events/callouts in DEBUG mode, so valgrind don't complain.

3d363bd309f0fc6d7bc2cdfb3a5ad72225e1c460 authored about 11 years ago by Yucong Sun <[email protected]>
Improve code style in call_tick_events()

8d1b379c78054b9c5a8bfcca8b3621055f787f1b authored about 11 years ago by Yucong Sun <[email protected]>
Increase default evaluator stack to 6000.

5a2eecf57223d483a169d8fa7f37e49fcfceb70f authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #163 from sunyc/master

More Changes for alpha7.4

0121055db793ae98c02ecdb7ed13b005b31845cb authored about 11 years ago by Yucong Sun <[email protected]>
Adding back 32bit compile mode test.

fix #152

f57b1690edc7e52141413cb4b34642f4c104d295 authored about 11 years ago by Yucong Sun <[email protected]>
Print out compiler version in make help.

f72a08519078b877d8d948afa076018c09f4b009 authored about 11 years ago by Yucong Sun <[email protected]>
Default zero-out newly allocated empty array.

fix #161.

899868955808f21586948cad69a16273691ed602 authored about 11 years ago by Yucong Sun <[email protected]>
Run IO loop for at least 1 second. reduce unnecessary spin.

bffcfdcdf9d6292066eedecaac22904670307d4a authored about 11 years ago by Yucong Sun <[email protected]>
Correctly trigger reset/cleanup events.

Also restoring the old behavior with heart_beat() etc.

445be5baf943b6246991301767fcee5fa4e9c98e authored about 11 years ago by Yucong Sun <[email protected]>
Merge pull request #160 from zoilder/MYSQL_Fetch_NewDecimal_Type

PACAKGE_DB: FIELD_TYPE_NEWDECIMAL for MYSQL

e4a961d6d1f033ea8bd40c8ddec96d953b6eb81a authored over 11 years ago by Yucong Sun <[email protected]>
Define for MYSQL Fetch NewDecimal Type

This is needed in my system for read a column SUM(xxx) in a SELECT.

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

Changes for alpha7.4

43d162e2e177961377a2e40d1ea17b4d55661959 authored over 11 years ago by Yucong Sun <[email protected]>
Revert back to old timing behavior for now.

bbddb046abc20c25ea9390f94a214ff43b1870ca authored over 11 years ago by Yucong Sun <[email protected]>
Rename current_time to current_virtual_time

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

Correctly push/pop error context for user events.

108e68aa1885de8bb676b2751992972b3fa02d95 authored over 11 years ago by Yucong Sun <[email protected]>
Correctly push/pop error context for user events.

Also make reclaim run every minutes, due to high churn.

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

Switch tick_event priority_queue to multimap.

e539fdb29ffd0afac881098e806969dac22a1136 authored over 11 years ago by Yucong Sun <[email protected]>
Switch tick_event priority_queue to multimap.

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

use std::max, std::min instead of macro, fix compile warning.

dd88fba9d33cdd17d9fced65b72b36294814ffb4 authored over 11 years ago by Yucong Sun <[email protected]>
use std::max, std::min instead of macro, fix compile warning.

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

Changes for alpha7.4

7ffec9313a8405a68dcb5f5ee44017aee95331a2 authored over 11 years ago by Yucong Sun <[email protected]>
Make various time tracking efun uses real world time as intended.

6b2a97443b37931aebd2cfccbd42f60e8317eddd authored over 11 years ago by Yucong Sun <[email protected]>
Remove obsolote functions.

4bde65092d99886bb6d5284f66136259cb9e1b61 authored over 11 years ago by Yucong Sun <[email protected]>
Remove duplicated sig_hup handler.

277935fd0bfd97fdb85a49ed03387386891b844f authored over 11 years ago by Yucong Sun <[email protected]>
Register auto reclaim_objects() call.

eac9343ff5390356f41f91df8f9dd013a35e5a53 authored over 11 years ago by Yucong Sun <[email protected]>
Clear tick_events queue on exit.

36209f3cda485f2a73e3443411702a34bb00f1f0 authored over 11 years ago by Yucong Sun <[email protected]>
Make comment for APPLY_CACHE_BITS more obvious

ba0a6327231e6c3543efb4b9badd1eeaf3354e7e authored over 11 years ago by Yucong Sun <[email protected]>
Added a TODO to handle LPC runtime error more elegantly.

95759261753b419f43340850734ffa9f9e4b10dc authored over 11 years ago by Yucong Sun <[email protected]>
Update travis config.

e33ecab0d7a649ca51068d08189873b97b95eee3 authored over 11 years ago by Yucong Sun <[email protected]>
Migrate more internal stuff into options_internal.h

e6d9c925dfec6610fce2e29c1fa07ccfe6003a04 authored over 11 years ago by Yucong Sun <[email protected]>
Improve hash function for apply cache.

This seems to reduce collisions and should provide better
performance.

31c93c335aff0f3213fb0a962cb24d4d0317d12a authored over 11 years ago by Yucong Sun <[email protected]>
Unifiy callout, heartbeat and various funciton as an tick_event loop.

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

Deal with lack of SIGIOT.

907098db7026f2a0773cd0edb3a1cccf77f88bc8 authored over 11 years ago by Yucong Sun <[email protected]>
Deal with lack of SIGIOT.

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

Changes for alpha7.4

bf5d774eee1b03099a07f4ce5a5ee06689ee4396 authored over 11 years ago by Yucong Sun <[email protected]>
Fix compile warnings.

b0dc7f8e82acac85a36918eb5776ca187b7f3336 authored over 11 years ago by Yucong Sun <[email protected]>
Correction for postgresql include path.

Fix #150.

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

0f9c5402e5d752470fdee2d2d3a5a8bd41d01aed authored over 11 years ago by Yucong Sun <[email protected]>
Adding a safe_error routine.

ce89b7a9af0bcf0394d3ec3ed1800da371afa421 authored over 11 years ago by Yucong Sun <[email protected]>
Adding a TODO.

31637f9af4e17da489b7347d2a6828b7ea060938 authored over 11 years ago by Yucong Sun <[email protected]>
Improves log message in logon process.

8b570a1d6dd57031b3e630ae62f90eb085bb1067 authored over 11 years ago by Yucong Sun <[email protected]>
Bump version to 3.0-alpha7.4

66863d154b2d3bbe9e9845d6284fa1b6fbd88450 authored over 11 years ago by Yucong Sun <[email protected]>
Merge pull request #149 from pkuxkxjason/next-3.0

support the RANDOMIZED_RESETS option

761352df8ac3111c777a332f31cadf5b6da826a4 authored over 11 years ago by Yucong Sun <[email protected]>
support the RANDOMIZED_RESETS option

9dc53dc57791df6e38ddd63a941bbaf35da65ad8 authored over 11 years ago by jason <[email protected]>