source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @187   5 years contact Rename AppendLog to appendLog This function is only safe to call from …
(edit) @186   5 years contact Fix missing upstreamConn.closed initialization Fixes: b33e5f29abbe …
(edit) @185   5 years contact Use clientName to decide whether or not history should be sent …
(edit) @184   5 years contact Remove downstreamConn.username Replace it with …
(edit) @183   5 years contact Add downstreamConn.clientName
(edit) @182   5 years contact Update password on NickServ SET PASSWORD message
(edit) @181   5 years contact s/List/LIST/ when referring to the command
(edit) @180   5 years contact Document functions safe to call from any goroutine
(edit) @179   5 years contact Introduce eventUpstreamDisconnected This allows us to perform cleanup …
(edit) @178   5 years delthas Add support for bouncer logs Add bouncer logs, in a …
(edit) @177   5 years delthas Add LIST support This commit adds support for downstream LIST …
(edit) @176   5 years delthas Make upstream.SendMessageLabeled use an uint64 id This commit is …
(edit) @175   5 years contact Fix race condition in upstreamConn.Close upstreamConn.closed was a …
(edit) @174   5 years delthas Fix parsing wrong empty element in RPL_WHOISCHANNELS channel list …
(edit) @173   5 years contact Stop accessing user data in downstreamConn.authenticate This becomes …
(edit) @172   5 years contact Get rid of Server.downstreamConns This is unused right now. Let's …
(edit) @171   5 years delthas Marshal NOTICE user prefixes and channels NOTICE messages can be both …
(edit) @170   5 years contact doc: add basic architecture document
(edit) @169   5 years contact Move man page to doc/
(edit) @168   5 years contact Nuke user.lock Split user.register into two functions, one to make …
(edit) @167   5 years contact Add eventDownstreamDisconnected This should remove the need for …
(edit) @166   5 years contact Add eventDownstreamConnected In a later commit, we'll be able to move …
(edit) @165   5 years contact Introduce a user.events channel This allows to easily add new events, …
(edit) @164   5 years delthas Add downstream NOTICE support
(edit) @163   5 years delthas Add downstream INVITE support
(edit) @162   5 years delthas Add upstream RPL_CREATIONTIME support
(edit) @161   5 years delthas Fix capitalization of 'id' Following the Go project source code …
(edit) @160   5 years delthas Add downstream TOPIC support
(edit) @159   5 years delthas Add KICK support Downstream and upstream message handling are …
(edit) @158   5 years delthas Simplify error handling for downstream JOIN/PART …
(edit) @157   5 years delthas Fix wrong handling of members parameter of RPL_NAMREPLY Some servers …
(edit) @156   5 years delthas Route NAMES, WHO, WHOIS replies to the requesting downstream Using …
(edit) @155   5 years delthas Add upstream labeled-response capability support
(edit) @154   5 years delthas Add a server-unique id to each downstream Adding a simple uint64 id …
(edit) @153   5 years delthas Add upstream batch capability support
(edit) @152   5 years delthas Add upstream message-tags capability support
(edit) @151   5 years contact Add a "network status" command
(edit) @150   5 years contact Make BouncerServ commands a tree For instance, replace …
(edit) @149   5 years contact Correctly set Channel.ID in DB.StoreChannel
(edit) @148   5 years contact Error out when storing unsupported SASL mechanism in DB
(edit) @147   5 years contact gitignore: add soju.db and soju.1
(edit) @146   5 years contact Add support for channel keys
(edit) @145   5 years contact Handle downstream JOIN/PART with multiple channel names Closes: …
(edit) @144   5 years contact Consume ring buffer for networks added on-the-fly
(edit) @143   5 years contact Move upstreamConn.ring to network This handles upstream disconnection …
(edit) @142   5 years delthas Add downstream self WHO and WHOIS support
(edit) @141   5 years delthas Add user hostname to downstream user prefix
(edit) @140   5 years delthas Add downstream NAMES support NAMES reply for channels currently …
(edit) @139   5 years delthas Add MODE arguments support - Add RPL_ISUPPORT support with CHANMODES, …
(edit) @138   5 years contact Add more details to ring buffer panics
(edit) @137   5 years contact Add user.{add,remove}Downstream
(edit) @136   5 years contact Add network.upstream helper
(edit) @135   5 years contact Fix typo
(edit) @134   5 years contact Fix empty SASL challenge message We were sending an empty string. We …
(edit) @133   5 years contact Drop messages on closed connections This prevents this panic: …
(edit) @132   5 years contact Avoid sending JOIN twice for the same channel
(edit) @131   5 years contact Move upstreamConn.history to network
(edit) @130   5 years contact Fix deadlocks in single-upstream mode
(edit) @129   5 years delthas Fix MODE downstream support - Fix replies without client as first …
(edit) @128   5 years delthas Add WHOIS support
(edit) @127   5 years delthas Add WHO support
(edit) @126   5 years contact Add basic Makefile
(edit) @125   5 years contact Remove some IRCv3 constants go-irc v3.1.2 adds some missing IRCv3 …
(edit) @124   5 years contact Fix history name dc.username contains the raw account username, not …
(edit) @123   5 years contact readme: add ref to man page, add link to GitHub repo
(edit) @122   5 years contact man: fix typo
(edit) @121   5 years contact man: add basic man page
(edit) @120   5 years delthas Add create-network bouncer service command
(edit) @119   5 years delthas Add suffixing for multi-upstream connections
(edit) @118   5 years delthas schema: add Network.name
(edit) @117   5 years contact Add basic infrastructure for bouncer service
(edit) @116   5 years contact ci: add builds.sr.ht manifest
(edit) @115   5 years delthas Add upstream INVITE support
(edit) @114   5 years contact Fix typo
(edit) @113   5 years contact Fix echo PRIVMSG messages
(edit) @112   5 years contact Add downstream SASL support
(edit) @111   5 years contact Allow CAP command when registered
(edit) @110   5 years contact Log downstream messages before registration
(edit) @109   5 years contact Protect upstreamConn.history with a lock
(edit) @108   5 years contact Add CAP support for downstream connections
(edit) @107   5 years contact Don't reply to PING when client is unregistered
(edit) @106   5 years contact Make downstreamConn.runUntilegistered exit with an error on EOF
(edit) @105   5 years contact Echo downstream PRIVMSGs to other downstream connections
(edit) @104   5 years contact Rename consumption to ringMessage
(edit) @103   5 years contact Per-user dispatcher goroutine This allows message handlers to read …
(edit) @102   5 years contact Rename messages channels to outgoing
(edit) @101   5 years contact Split user logic into its own file
(edit) @100   5 years contact Strip client & network name from username
(edit) @99   5 years contact Add sojuctl to .gitignore
(edit) @98   5 years contact Rename project to soju
(edit) @97   5 years contact Forward NOTICE messages coming from upstream connections
(edit) @96   5 years contact Update dependencies go-irc v3.1.1 contains a breaking change. …
(edit) @95   5 years contact Add support for SASL authentication We now store SASL credentials in …
(edit) @94   5 years contact schema: add Channel.key
(edit) @93   5 years contact Add support for upstream PASS command
(edit) @92   5 years contact Add upstream CAP LS support
(edit) @91   5 years contact Auto-save IRC networks
(edit) @90   5 years contact Store NICK changes in the DB
(edit) @89   5 years contact Update DB on JOIN and PART
(edit) @88   5 years contact Fix nil dereference when network is specified in username
Note: See TracRevisionLog for help on using the revision log.