source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76   5 years contact Rename network to upstreamName
(edit) @75   5 years contact Remove unused user.getChannel, move getUpstream to user
(edit) @74   5 years contact Fix TOPIC parsing, broadcast to downstream clients
(edit) @73   5 years contact Allow clients to specify an upstream name in their username
(edit) @72   5 years contact Remove upstream prefix for outgoing MODE and PRIVMSG We shouldn't set …
(edit) @71   5 years contact Retry connecting to upstream servers Rate-limit retries in case …
(edit) @70   5 years contact cmd/jounce: fix non-TLS listener address
(edit) @69   5 years contact Add functions to translate between upstream and downstream names
(edit) @68   5 years contact Fix PING handlers, again
(edit) @67   5 years contact Enable TCP keep-alive on all connections
(edit) @66   5 years contact Properly handle PING messages
(edit) @65   5 years contact Don't leave connections half-opened
(edit) @64   5 years contact Add a -debug flag
(edit) @63   5 years contact Fix panic when closing downstream connection
(edit) @62   5 years contact Add config file
(edit) @61   5 years contact Add CLI flags for listening address and hostname
(edit) @60   5 years contact Add upstreamConn.SendMessage Allows us to change upstreamConn …
(edit) @59   5 years contact Document Ring
(edit) @58   5 years contact Forward PRIVMSG coming from downstream
(edit) @57   5 years contact Fix issues related to Ring - RingConsumer is now used directly in the …
(edit) @56   5 years contact Add downstreamConn.writeMessages This logic will become more …
(edit) @55   5 years contact Abbreviate {upstream,downstream}Conn with uc and dc This makes it …
(edit) @54   5 years contact Don't write to downstreamConn.messages directly Use a helper function …
(edit) @53   5 years contact readme: add some high-level goals, add contributing links
(edit) @52   5 years contact Switch license to AGPLv3
(edit) @51   5 years contact Add names to consumers
(edit) @50   5 years contact Add an in-memory ring buffer References: …
(edit) @49   5 years contact Handle downstream PART messages
(edit) @48   5 years contact Handle downstream JOIN messages
(edit) @47   5 years contact Send fake RPL_CREATED message
(edit) @46   5 years contact Handle downstream MODE messages
(edit) @45   5 years contact Close connection from writer goroutine Connections were being closed …
(edit) @44   5 years contact Add upstreamConn.register
(edit) @43   5 years contact Add parseMessageParams helper
(edit) @42   5 years contact Allow changing nickname
(edit) @41   5 years contact Skip unregistered and closed upstream connections
(edit) @40   5 years contact Add user.forEachDownstream
(edit) @39   5 years contact Add user.forEachUpstream
(edit) @38   5 years contact Add Server.getUser
(edit) @37   5 years contact Per-user connections
(edit) @36   5 years contact Forward PRIVMSG messages
(edit) @35   5 years contact Handle channel mode changes
(edit) @34   5 years contact Handle third-party JOIN and PART messages
(edit) @33   5 years contact Use a dedicated goroutine to write upstream messages
(edit) @32   5 years contact Add missing bridge.go, oops
(edit) @31   5 years contact Remove downstreamConn.WriteMessage It wasn't clear what this function …
(edit) @30   5 years contact Send channel info to downstream on registration
(edit) @29   5 years contact Keep track of upstream connections in a list
(edit) @28   5 years contact De-duplicate downstream QUIT handling
(edit) @27   5 years contact Forward channel information
(edit) @26   5 years contact Write to downstream conn in dedicated goroutine
(edit) @25   5 years contact Mark channel info as complete on RPL_ENDOFNAMES
(edit) @24   5 years contact Remove downstream conn from list on disconnect
(edit) @23   5 years contact Allow Server to have access to upstreamConn
(edit) @22   5 years contact Maintain a list of downstream connections
(edit) @21   5 years contact Add per-upstream logger
(edit) @20   5 years contact Split IRC helpers to separate file
(edit) @19   5 years contact Join channels on upstream servers
(edit) @18   5 years contact Handle NOTICE from upstream servers
(edit) @17   5 years contact Handle MODE messages from upstream servers
(edit) @16   5 years contact Handle upstream RPL_MYINFO messages
(edit) @15   5 years contact Send standard user/channel modes to downstream connections
(edit) @14   5 years contact Ignore some upstream messages
(edit) @13   5 years contact Split downstram and upstream code into separate files
(edit) @12   5 years contact Log upstream server errors
(edit) @11   5 years contact Add basic upstream message handler
(edit) @10   5 years contact Connect to upstream servers
(edit) @9   5 years contact Add Server.Logger
(edit) @8   5 years contact Rename conn to downstreamConn
(edit) @7   5 years contact Handle PING
(edit) @6   5 years contact Send ERR_NOMOTD on registration
(edit) @5   5 years contact Add connection registration
(edit) @4   5 years contact Handle NICK and USER
(edit) @3   5 years contact Send "unknown command" replies
(edit) @2   5 years contact Add LICENSE and README.md
(add) @1   5 years contact Add basic IRC listener
Note: See TracRevisionLog for help on using the revision log.