summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-25msgstore_fs: fix direct message targetsHEADmasterSimon Ser
2022-02-25irc: simplify isHighlightSimon Ser
2022-02-25irc: add isHighlight testsSimon Ser
2022-02-16Introduce formatServerTimeSimon Ser
2022-02-12Ignore READ commands for serviceSimon Ser
2022-02-11doc: move read spec to ext/Simon Ser
2022-02-11Add support for the wip soju.im/read capability and READ commanddelthas
2022-02-09Fix echo-message for TAGMSGdelthas
2022-02-09Fix flags variable name in RPL_WHOREPLY handlerSimon Ser
2022-02-09Refactor generateWHOXReplySimon Ser
2022-02-08Add context to upstreamConn.registerSimon Ser
2022-02-08Add context to upstreamConn.runUntilRegisteredSimon Ser
2022-02-08makefile: switch to BSD/GNU makeSimon Ser
2022-02-08db_postgres: use enum for sasl_mechanismSimon Ser
2022-02-07Forbid empty and flag-looking network namesSimon Ser
2022-02-07service: make name arg optional for network commandsSimon Ser
2022-02-04service: switch to -network flag for certfp and sasl commandsSimon Ser
2022-02-04Fix capitalization of handleServiceSASLStatusSimon Ser
2022-02-04Ensure consistent network orderingSimon Ser
2022-02-04Drop user.forEachNetworkSimon Ser
2022-01-19Fix incorrect listen addr in error messageSimon Ser
2022-01-19Retry on temporary net.Listener failureSimon Ser
2022-01-13contrib/clients: Add information about emacs irc clientsTheodor Thornhill
2022-01-10Don't send RPL_NOTOPIC on JOINSimon Ser
2022-01-03bump required go version to 1.15Chris Howey
2021-12-10Add context to upstreamConn.handleCapAckSimon Ser
2021-12-10Handle upstream multi-line SASLSimon Ser
2021-12-09Add support for downstream multi-line AUTHENTICATE commandsSimon Ser
2021-12-09Block RPL_{CREATIONTIME,TOPICWHOTIME} for detached channelsSimon Ser
2021-12-08Don't forward duplicate JOIN commandsSimon Ser
2021-12-08Add context to {conn,upstreamConn}.SendMessageSimon Ser
2021-12-08server: cleanup user in deferSimon Ser
2021-12-08service: send summary when executing "server notice"Simon Ser
2021-12-07Use dc.nick instead of "*" for RPL_* messagesSimon Ser
2021-12-07Improve error message when downstream doesn't authenticateSimon Ser
2021-12-06Use more descriptive errors when aborting pending commandsSimon Ser
2021-12-06Disallow ',' in nicknamesSimon Ser
2021-12-06Add username to downstreamConn log messagesSimon Ser
2021-12-06Improve msgStore.Append log message wordingSimon Ser
2021-12-06Downgrade conn log messages to debugSimon Ser
2021-12-06Add Logger.DebugfSimon Ser
2021-12-06Remove Logger.PrintSimon Ser
2021-12-06Stop incrementing hopcount in RPL_WHOREPLYSimon Ser
2021-12-06Read nickname from RPL_WELCOMESimon Ser
2021-12-04Fallback to alt nickSimon Ser
2021-12-04Avoid forwarding MONITOR requests if upstream doesn't support itSimon Ser
2021-12-02Use golang.org/x/time/rateSimon Ser
2021-12-02Add context to network.storeClientDeliveryReceiptsSimon Ser
2021-12-02Add context to upstreamConn.handleMessageSimon Ser
2021-12-02Cancel pending commands on downstream disconnectSimon Ser