source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51   6 years contact Add names to consumers
(edit) @50   6 years contact Add an in-memory ring buffer References: …
(edit) @49   6 years contact Handle downstream PART messages
(edit) @48   6 years contact Handle downstream JOIN messages
(edit) @47   6 years contact Send fake RPL_CREATED message
(edit) @46   6 years contact Handle downstream MODE messages
(edit) @45   6 years contact Close connection from writer goroutine Connections were being closed …
(edit) @44   6 years contact Add upstreamConn.register
(edit) @43   6 years contact Add parseMessageParams helper
(edit) @42   6 years contact Allow changing nickname
(edit) @41   6 years contact Skip unregistered and closed upstream connections
(edit) @40   6 years contact Add user.forEachDownstream
(edit) @39   6 years contact Add user.forEachUpstream
(edit) @38   6 years contact Add Server.getUser
(edit) @37   6 years contact Per-user connections
(edit) @36   6 years contact Forward PRIVMSG messages
(edit) @35   6 years contact Handle channel mode changes
(edit) @34   6 years contact Handle third-party JOIN and PART messages
(edit) @33   6 years contact Use a dedicated goroutine to write upstream messages
(edit) @32   6 years contact Add missing bridge.go, oops
(edit) @31   6 years contact Remove downstreamConn.WriteMessage It wasn't clear what this function …
(edit) @30   6 years contact Send channel info to downstream on registration
(edit) @29   6 years contact Keep track of upstream connections in a list
(edit) @28   6 years contact De-duplicate downstream QUIT handling
(edit) @27   6 years contact Forward channel information
(edit) @26   6 years contact Write to downstream conn in dedicated goroutine
(edit) @25   6 years contact Mark channel info as complete on RPL_ENDOFNAMES
(edit) @24   6 years contact Remove downstream conn from list on disconnect
(edit) @23   6 years contact Allow Server to have access to upstreamConn
(edit) @22   6 years contact Maintain a list of downstream connections
(edit) @21   6 years contact Add per-upstream logger
(edit) @20   6 years contact Split IRC helpers to separate file
(edit) @19   6 years contact Join channels on upstream servers
(edit) @18   6 years contact Handle NOTICE from upstream servers
(edit) @17   6 years contact Handle MODE messages from upstream servers
(edit) @16   6 years contact Handle upstream RPL_MYINFO messages
(edit) @15   6 years contact Send standard user/channel modes to downstream connections
(edit) @14   6 years contact Ignore some upstream messages
(edit) @13   6 years contact Split downstram and upstream code into separate files
(edit) @12   6 years contact Log upstream server errors
(edit) @11   6 years contact Add basic upstream message handler
(edit) @10   6 years contact Connect to upstream servers
(edit) @9   6 years contact Add Server.Logger
(edit) @8   6 years contact Rename conn to downstreamConn
(edit) @7   6 years contact Handle PING
(edit) @6   6 years contact Send ERR_NOMOTD on registration
(edit) @5   6 years contact Add connection registration
(edit) @4   6 years contact Handle NICK and USER
(edit) @3   6 years contact Send "unknown command" replies
(edit) @2   6 years contact Add LICENSE and README.md
(add) @1   6 years contact Add basic IRC listener
Note: See TracRevisionLog for help on using the revision log.