Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / neptulon/neptulon issues and pull requests
#99 - Add expvar stats
Pull Request -
State: closed - Opened by soygul over 8 years ago
#98 - Add expar stats
Issue -
State: closed - Opened by soygul over 8 years ago
#97 - Relax timings once again for failing Travis tests
Issue -
State: open - Opened by soygul over 8 years ago
#96 - logger: make logs prefixable
Pull Request -
State: closed - Opened by soygul over 8 years ago
#95 - logger: make logs prefixable
Issue -
State: closed - Opened by soygul over 8 years ago
#94 - Use coveralls for PRs
Issue -
State: open - Opened by soygul over 8 years ago
#93 - Set timeouts
Issue -
State: open - Opened by soygul over 8 years ago
#92 - Request size limit
Issue -
State: open - Opened by soygul over 8 years ago
#91 - Add custom logging
Pull Request -
State: closed - Opened by soygul over 8 years ago
#90 - Evaluate TCP/UDP/QUIC support again
Issue -
State: open - Opened by soygul over 8 years ago
#89 - Mw: Logger: Add option to log user ID (or all of session bag)
Issue -
State: open - Opened by soygul over 8 years ago
#88 - New style of ctx.Next()-ing
Pull Request -
State: closed - Opened by soygul over 8 years ago
#87 - Standardilize and open source middleware stack lib
Issue -
State: open - Opened by soygul almost 9 years ago
#86 - Evaluating Koa like middleware stacking where resSend executes at the end but not as a middleware
Issue -
State: open - Opened by soygul almost 9 years ago
#85 - Middleware tests
Pull Request -
State: closed - Opened by soygul almost 9 years ago
#84 - Conn.startReceive() should close connection in all coditions
Issue -
State: open - Opened by soygul almost 9 years ago
- 1 comment
#83 - Conn.ws is access by multiple goroutines and can have race conditions
Issue -
State: open - Opened by soygul almost 9 years ago
#82 - Response error handling
Pull Request -
State: closed - Opened by soygul almost 9 years ago
#81 - Vendor sub dependencies (middleware/test)
Pull Request -
State: closed - Opened by soygul almost 9 years ago
#80 - Vendor all dependencies
Pull Request -
State: closed - Opened by soygul almost 9 years ago
#79 - Add client package
Issue -
State: open - Opened by soygul almost 9 years ago
- 1 comment
#78 - Replace all wg.Wait() with channels and some of callbacks
Issue -
State: open - Opened by soygul almost 9 years ago
- 2 comments
#77 - Should ctx.Params/ctx.Result/ctx.ErrorData accept pointer or deal with pointer internally
Issue -
State: closed - Opened by soygul almost 9 years ago
- 1 comment
#76 - Returning error in ctx should close the conn itself?
Issue -
State: closed - Opened by soygul almost 9 years ago
- 1 comment
#75 - Replace UseTLS with net/HTTP style of *net.config.UseTLS ?
Issue -
State: open - Opened by soygul almost 9 years ago
#74 - WSS Prefix Handling and other improvements
Pull Request -
State: closed - Opened by soygul almost 9 years ago
#73 - Server.Listen / Server.Close in line with http package
Issue -
State: closed - Opened by soygul almost 9 years ago
#72 - JWT test
Pull Request -
State: closed - Opened by soygul almost 9 years ago
#71 - Add handling for `ws://` prefix in Server and Conn
Issue -
State: closed - Opened by soygul about 9 years ago
#70 - Add middleware type definition
Pull Request -
State: closed - Opened by soygul about 9 years ago
#69 - Run tests with induced network latency on Travis
Issue -
State: open - Opened by soygul about 9 years ago
#68 - Add unit/integration tests for each individual method
Issue -
State: open - Opened by soygul about 9 years ago
#67 - Tests: use 'defer ch.Connect().CloseWait()' convention for correct middleware registration
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#66 - Logging convention
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#65 - Enable custom/plugable logging
Issue -
State: open - Opened by soygul about 9 years ago
#64 - Handle requests in a separate goroutine and add msgWG, etc. counters for each goroutine for graceful shutdown
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#63 - Add external test case for testing client implementations
Pull Request -
State: closed - Opened by soygul about 9 years ago
#62 - Add client test command to CLI to be able to test Java client during Travis builds
Issue -
State: closed - Opened by soygul about 9 years ago
#61 - Should Server.Start/Conn.Connect block or use goroutines
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#60 - Make middleware signature http.Handler like
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#59 - Update example_test.go file with bidirectional example where client also receives requests from server with the router middleware
Issue -
State: open - Opened by soygul about 9 years ago
#58 - Add conn==true checks in Conn type
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#57 - Add JWT auth middleware
Issue -
State: closed - Opened by soygul about 9 years ago
#56 - Custom cert with OkHTTP
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#55 - Convert Neptulon to use WebSockets only
Pull Request -
State: closed - Opened by soygul about 9 years ago
#54 - Replace Client with Conn in conn/disconn/middleware functions
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#53 - Add Client.UseTLS option
Pull Request -
State: closed - Opened by soygul about 9 years ago
#52 - Merge client back into main package so ease maintenance
Pull Request -
State: closed - Opened by soygul about 9 years ago
#51 - Merge client package back into repo as a sub-package to make /test package easier to maintain without dupes
Issue -
State: closed - Opened by soygul about 9 years ago
#50 - Make all ConnectTLS sort of methods into UseTLS sort of builder methods
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#49 - WebSocket support
Issue -
State: closed - Opened by soygul about 9 years ago
- 2 comments
#48 - test.ServerHelper options for stack traces on errors
Issue -
State: open - Opened by soygul about 9 years ago
- 1 comment
#47 - Move message handler from Listener to client package
Pull Request -
State: closed - Opened by soygul about 9 years ago
#46 - Use Ctx object in all middleware and move Conn into client package
Pull Request -
State: closed - Opened by soygul about 9 years ago
#45 - List grpc/"net/rpc"/kite as alternatives and a comparison table
Issue -
State: closed - Opened by soygul about 9 years ago
#44 - Use testdata folder
Issue -
State: open - Opened by soygul about 9 years ago
- 1 comment
#43 - Evaluate golang.org/x/net/context
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#42 - Open source Listener implementation as AsyncListener
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#41 - Use CSR for client certs
Issue -
State: open - Opened by soygul about 9 years ago
#40 - Inspect automated cert methods (i.e. letsencrypt.org)
Issue -
State: closed - Opened by soygul about 9 years ago
- 1 comment
#39 - Use OCSP
Issue -
State: open - Opened by soygul about 9 years ago
- 1 comment
#38 - Use TLS strict mode
Issue -
State: open - Opened by soygul about 9 years ago
#37 - Use TLS session tickets
Issue -
State: open - Opened by soygul about 9 years ago
#36 - TLS client-certificates performance
Issue -
State: open - Opened by soygul about 9 years ago
#35 - Simplify markdown style
Pull Request -
State: closed - Opened by soygul over 9 years ago
#34 - Fix response handler map race condition
Pull Request -
State: closed - Opened by soygul over 9 years ago
#33 - Improve jsonrpc.Client
Pull Request -
State: closed - Opened by soygul over 9 years ago
#32 - Add request-response logger
Issue -
State: closed - Opened by soygul over 9 years ago
- 2 comments
#31 - Publish Cert Auth and Google Auth from Devastator project as public plugins for Neptulon JSON-RPC
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment
#30 - Make Neptulon JSON-RPC only?
Issue -
State: closed - Opened by soygul over 9 years ago
- 3 comments
#29 - Type safety
Pull Request -
State: closed - Opened by soygul over 9 years ago
#28 - Move functions in util.go into their own repos or use 3rd-party libraries
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment
#27 - Readme and Example ToDos
Issue -
State: closed - Opened by soygul over 9 years ago
- 2 comments
#26 - Errors cleanup
Pull Request -
State: closed - Opened by soygul over 9 years ago
#25 - Internal broadcast for conn accepted/closed & msg received/processed events
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment
#24 - Add a more comprehensive example
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment
#23 - Add a write deadline to Conn type or unify read/write deadlines both in Listener and Conn types
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment
#22 - Listener refactor
Pull Request -
State: closed - Opened by soygul over 9 years ago
#21 - Evaluate turning context object into a channel not to deal with locking all the time
Issue -
State: open - Opened by soygul over 9 years ago
- 2 comments
#20 - Pass in leaf certificate to reduce per handshake certificate processing
Issue -
State: open - Opened by soygul over 9 years ago
- 1 comment
#19 - JSON-RPC: Validate Req.Params is either an array or an object and not a primitive type
Issue -
State: open - Opened by soygul over 9 years ago
- 1 comment
#18 - Connection close support
Pull Request -
State: closed - Opened by soygul over 9 years ago
#17 - Use separate JSON-RPC message types (req/res/not) starting at jsonrpcApp level
Pull Request -
State: closed - Opened by soygul over 9 years ago
#16 - Evaluate overuse of pointers in Conn/Session/Message structs
Issue -
State: open - Opened by soygul over 9 years ago
#15 - Let middleware close a connection immediately and set an error response
Issue -
State: closed - Opened by soygul over 9 years ago
- 2 comments
#14 - Communication context
Pull Request -
State: closed - Opened by soygul over 9 years ago
#13 - Clients
Pull Request -
State: closed - Opened by soygul over 9 years ago
#12 - Provide Router(ctx) and Sender(ctx)
Issue -
State: closed - Opened by soygul over 9 years ago
#11 - Use chaining for client connection / listener creation
Issue -
State: open - Opened by soygul over 9 years ago
- 1 comment
#10 - Use tls.DialWithDialer in Conn struct constructor to be able to pass dial/tls-handshake timeout
Issue -
State: open - Opened by soygul over 9 years ago
#9 - Provide connection pool middleware
Issue -
State: closed - Opened by soygul over 9 years ago
#8 - Provide client for each built-in protocol
Issue -
State: closed - Opened by soygul over 9 years ago
- 2 comments
#7 - Sender
Pull Request -
State: closed - Opened by soygul over 9 years ago
#6 - Minimize certificate usage permissions (KeyUsage/KeyUsageExt) in both CA and client-certs
Issue -
State: open - Opened by soygul over 9 years ago
#5 - Create self-signed CA certificate for easy set-up if no CA cert is provided in config
Issue -
State: closed - Opened by soygul over 9 years ago
- 2 comments
#4 - Move neptulon.util.genCert code into its own package and expand functionality
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment
#3 - Remove all occurrences of log.Fatalln(...) and improve error handling
Issue -
State: closed - Opened by soygul over 9 years ago
- 6 comments
#2 - Evaluate using middleware stack with closures
Issue -
State: closed - Opened by soygul over 9 years ago
- 3 comments
#1 - Set conn.readDeadline to 30 seconds in test mode
Issue -
State: closed - Opened by soygul over 9 years ago
- 1 comment