[PR #10] [MERGED] Socket.io v0.8 #227

Closed
opened 2026-02-26 05:31:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NarrativeScience-old/log.io/pull/10
Author: @msmathers
Created: 9/23/2011
Status: Merged
Merged: 9/23/2011
Merged by: @msmathers

Base: masterHead: socket.io_v0.8


📝 Commits (5)

  • 4f3094c Upgrades harvester, server, and client components to socket.io v0.8.x.
  • 4631c34 Updated all unit tests for socket.io v0.8 updates
  • 87409e5 Readme, configure, package.json updates, adds version history
  • 7f529e3 Readme, configure, package.json updates, adds version history
  • f60f7e4 Fixed socket.io version check in configure

📊 Changes

22 files changed (+474 additions, -452 deletions)

View changed files

History.md (+17 -0)
📝 README.md (+3 -3)
📝 bin/configure.js (+15 -34)
📝 lib/client/js/history.js (+1 -2)
📝 lib/client/js/log_file.js (+2 -4)
📝 lib/client/js/web_client.js (+36 -40)
📝 lib/harvester/log_file.js (+3 -6)
📝 lib/harvester/log_harvester.js (+41 -33)
📝 lib/server/log_file.js (+16 -23)
📝 lib/server/log_server.js (+37 -54)
📝 lib/server/node.js (+26 -23)
📝 lib/server/web_client.js (+31 -20)
📝 package.json (+5 -5)
📝 tests/client/history_test.js (+4 -5)
📝 tests/client/log_file_test.js (+8 -10)
📝 tests/client/web_client_test.js (+24 -29)
📝 tests/harvester/log_file_test.js (+8 -11)
📝 tests/harvester/log_harvester_test.js (+27 -34)
📝 tests/server/log_file_test.js (+72 -49)
📝 tests/server/log_server_test.js (+59 -37)

...and 2 more files

📄 Description

Upgrades Log.io to socket.io v0.8.x


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NarrativeScience-old/log.io/pull/10 **Author:** [@msmathers](https://github.com/msmathers) **Created:** 9/23/2011 **Status:** ✅ Merged **Merged:** 9/23/2011 **Merged by:** [@msmathers](https://github.com/msmathers) **Base:** `master` ← **Head:** `socket.io_v0.8` --- ### 📝 Commits (5) - [`4f3094c`](https://github.com/NarrativeScience-old/log.io/commit/4f3094cf4d1e4f079c7e284b443c8c993c6f316b) Upgrades harvester, server, and client components to socket.io v0.8.x. - [`4631c34`](https://github.com/NarrativeScience-old/log.io/commit/4631c342677472a685e64abf9e8103682f83f95b) Updated all unit tests for socket.io v0.8 updates - [`87409e5`](https://github.com/NarrativeScience-old/log.io/commit/87409e5bb8322a0ca1adb27ad12a33c0da43fdad) Readme, configure, package.json updates, adds version history - [`7f529e3`](https://github.com/NarrativeScience-old/log.io/commit/7f529e34a56fc622e8130c8b28e65f101f66bab3) Readme, configure, package.json updates, adds version history - [`f60f7e4`](https://github.com/NarrativeScience-old/log.io/commit/f60f7e4549346a1b71bb4d446e0ded6e51fe6ffd) Fixed socket.io version check in configure ### 📊 Changes **22 files changed** (+474 additions, -452 deletions) <details> <summary>View changed files</summary> ➕ `History.md` (+17 -0) 📝 `README.md` (+3 -3) 📝 `bin/configure.js` (+15 -34) 📝 `lib/client/js/history.js` (+1 -2) 📝 `lib/client/js/log_file.js` (+2 -4) 📝 `lib/client/js/web_client.js` (+36 -40) 📝 `lib/harvester/log_file.js` (+3 -6) 📝 `lib/harvester/log_harvester.js` (+41 -33) 📝 `lib/server/log_file.js` (+16 -23) 📝 `lib/server/log_server.js` (+37 -54) 📝 `lib/server/node.js` (+26 -23) 📝 `lib/server/web_client.js` (+31 -20) 📝 `package.json` (+5 -5) 📝 `tests/client/history_test.js` (+4 -5) 📝 `tests/client/log_file_test.js` (+8 -10) 📝 `tests/client/web_client_test.js` (+24 -29) 📝 `tests/harvester/log_file_test.js` (+8 -11) 📝 `tests/harvester/log_harvester_test.js` (+27 -34) 📝 `tests/server/log_file_test.js` (+72 -49) 📝 `tests/server/log_server_test.js` (+59 -37) _...and 2 more files_ </details> ### 📄 Description Upgrades Log.io to socket.io v0.8.x --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:31:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#227
No description provided.