[PR #105] [CLOSED] Support log messages over UDP #246

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

📋 Pull Request Information

Original PR: https://github.com/NarrativeScience-old/log.io/pull/105
Author: @yuvalt
Created: 12/17/2013
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 749319d support udp packets
  • 4920719 commit our lib so we dont need to run cake

📊 Changes

8 files changed (+19552 additions, -3 deletions)

View changed files

📝 .gitignore (+1 -2)
lib/client.js (+1188 -0)
lib/harvester.js (+216 -0)
lib/log.io.css (+71 -0)
lib/log.io.js (+17562 -0)
lib/server.js (+483 -0)
lib/templates.js (+24 -0)
📝 src/server.coffee (+7 -1)

📄 Description

Listen on the save server and port for UDP messages


🔄 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/105 **Author:** [@yuvalt](https://github.com/yuvalt) **Created:** 12/17/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`749319d`](https://github.com/NarrativeScience-old/log.io/commit/749319d73086711bb7def60508d34bbdc3cd4512) support udp packets - [`4920719`](https://github.com/NarrativeScience-old/log.io/commit/49207199852be81a5e753bca30d11c3d13123cbc) commit our lib so we dont need to run cake ### 📊 Changes **8 files changed** (+19552 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -2) ➕ `lib/client.js` (+1188 -0) ➕ `lib/harvester.js` (+216 -0) ➕ `lib/log.io.css` (+71 -0) ➕ `lib/log.io.js` (+17562 -0) ➕ `lib/server.js` (+483 -0) ➕ `lib/templates.js` (+24 -0) 📝 `src/server.coffee` (+7 -1) </details> ### 📄 Description Listen on the save server and port for UDP messages --- <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:44 +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#246
No description provided.