source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @825   7 weeks root 破壊する
(edit) @824   21 months yakumo.izuru Remove spurious part from the docs Signed-off-by: Izuru Yakumo …
(edit) @823   21 months yakumo.izuru Use asciidoctor for generating manpages. Rename suikactl to suikadb. …
(edit) @822   22 months yakumo.izuru Prefer immortal.run over runit and rc.d, use vendored modules for …
(edit) @821   2 years yakumo.izuru Move runit script to rc.d, remove duplicate service unit …
(edit) @820   2 years yakumo.izuru Allow the configuration directory to be elsewhere, add system startup …
(edit) @819   2 years yakumo.izuru Same logic as c5fa22a71d but in reverse Signed-off-by: Izuru Yakumo …
(edit) @818   2 years yakumo.izuru Do some tidying Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
(edit) @817   2 years yakumo.izuru See you in Hell, scdoc! Signed-off-by: Izuru Yakumo …
(edit) @816   2 years yakumo.izuru Attempt to reduce executable sizes further Signed-off-by: Izuru …
(edit) @815   2 years yakumo.izuru Support existing Postgres database schemas (if switching from SQLite) …
(edit) @814   2 years koizumi.aoi Enable cross-compilation via the usual GOARCH/GOOS pair for use with …
(edit) @813   2 years koizumi.aoi feat: replace mattn/go-sqlite3 with modernc.org/sqlite - this also …
(edit) @812   2 years koizumi.aoi Update README Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @811   2 years koizumi.aoi Add package description for godoc Signed-off-by: Aoi K …
(edit) @810   2 years koizumi.aoi Add a 'version' subcommand to suikactl, show version on suika daemon …
(edit) @809   2 years koizumi.aoi Use internal versioning Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @808   2 years koizumi.aoi Update go.mod Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @807   2 years koizumi.aoi Use vanity module path Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @806   2 years koizumi.aoi Removed build.sr.ht stuff, update Makefile Signed-off-by: Aoi K …
(edit) @805   2 years koizumi.aoi You know the drill Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @804   2 years koizumi.aoi Drunk as I like Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @803   2 years koizumi.aoi Add runit and systemd unit files Signed-off-by: Aoi K …
(edit) @802   2 years koizumi.aoi Update references Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @801   2 years koizumi.aoi Rename to suika Signed-off-by: Aoi K <koizumi.aoi@…>
(edit) @800   2 years koizumi.aoi dev: move contrib/znc-import.go to cmd/soju-znc-import
(edit) @799   2 years koizumi.aoi Add -v to $GOFLAGS. Scratch the original module URI with another one.
(edit) @798   2 years koizumi.aoi dev: move import uris to this repository
(edit) @797   3 years contact contrib/clients: add goguma
(edit) @796   3 years contact contrib/clients: warn about catgirl
(edit) @795   3 years contact doc/ext: add README All authors have acknowledged the dual license. …
(edit) @794   3 years contact downstream: disallow '.' in nicknames See [1] and [2]. [1]: …
(edit) @793   3 years contact downstream: re-format illegalNickChars doc comment
(edit) @792   3 years contact downstream: fix network name msimatch check being too strict The …
(edit) @791   3 years contact Upgrade dependencies
(edit) @790   3 years contact downstream: fail on client or network name mismatch This probably …
(edit) @789   3 years contact downstream: be less strict when picking up client name Allow e.g. the …
(edit) @788   3 years contact downstream: panic when registering twice This would be a soju bug.
(edit) @787   3 years contact msgstore_fs: fix direct message targets When fetching messages via …
(edit) @786   3 years contact irc: simplify isHighlight
(edit) @785   3 years contact irc: add isHighlight tests
(edit) @784   3 years contact Introduce formatServerTime It's too easy to forget to convert to UTC.
(edit) @783   3 years contact Ignore READ commands for service
(edit) @782   3 years contact doc: move read spec to ext/
(edit) @781   3 years delthas Add support for the wip soju.im/read capability and READ command READ …
(edit) @780   3 years delthas Fix echo-message for TAGMSG A previous fix (d4b7bb02da1c) only fixed …
(edit) @779   3 years contact Fix flags variable name in RPL_WHOREPLY handler This param doesn't …
(edit) @778   3 years contact Refactor generateWHOXReply Isolate the field letter -> value logic …
(edit) @777   3 years contact Add context to upstreamConn.register
(edit) @776   3 years contact Add context to upstreamConn.runUntilRegistered
(edit) @775   3 years contact makefile: switch to BSD/GNU make Let's stop using POSIX make, it's …
(edit) @774   3 years contact db_postgres: use enum for sasl_mechanism Ensures only supported …
(edit) @773   3 years contact Forbid empty and flag-looking network names
(edit) @772   3 years contact service: make name arg optional for network commands Makes commands …
(edit) @771   3 years contact service: switch to -network flag for certfp and sasl commands Instead …
(edit) @770   3 years contact Fix capitalization of handleServiceSASLStatus
(edit) @769   3 years contact Ensure consistent network ordering Right now there is no consistent …
(edit) @768   3 years contact Drop user.forEachNetwork It's a trivial for loop.
(edit) @767   3 years contact Fix incorrect listen addr in error message The various server …
(edit) @766   3 years contact Retry on temporary net.Listener failure Instead of stopping to …
(edit) @765   3 years theo contrib/clients: Add information about emacs irc clients
(edit) @764   3 years contact Don't send RPL_NOTOPIC on JOIN As per …
(edit) @763   3 years chris bump required go version to 1.15 requires functions added to the …
(edit) @762   3 years contact Add context to upstreamConn.handleCapAck
(edit) @761   3 years contact Handle upstream multi-line SASL References: …
(edit) @760   3 years contact Add support for downstream multi-line AUTHENTICATE commands Useful …
(edit) @759   3 years contact Block RPL_{CREATIONTIME,TOPICWHOTIME} for detached channels Closes: …
(edit) @758   4 years contact Don't forward duplicate JOIN commands Closes: …
(edit) @757   4 years contact Add context to {conn,upstreamConn}.SendMessage This avoids blocking …
(edit) @756   4 years contact server: cleanup user in defer If a user goroutine panics, this …
(edit) @755   4 years contact service: send summary when executing "server notice" Sometimes this …
(edit) @754   4 years contact Use dc.nick instead of "*" for RPL_* messages Makes it clearer what …
(edit) @753   4 years contact Improve error message when downstream doesn't authenticate
(edit) @752   4 years contact Use more descriptive errors when aborting pending commands
(edit) @751   4 years contact Disallow ',' in nicknames It breaks lists as in PRIVMSG a,b,c :foo.
(edit) @750   4 years contact Add username to downstreamConn log messages
(edit) @749   4 years contact Improve msgStore.Append log message wording
(edit) @748   4 years contact Downgrade conn log messages to debug
(edit) @747   4 years contact Add Logger.Debugf Makes it easy to print debugging messages which …
(edit) @746   4 years contact Remove Logger.Print Callers can just use Logger.Printf instead.
(edit) @745   4 years contact Stop incrementing hopcount in RPL_WHOREPLY It's extra code for …
(edit) @744   4 years contact Read nickname from RPL_WELCOME References: …
(edit) @743   4 years contact Fallback to alt nick If the nickname we want is taken, fallback to …
(edit) @742   4 years contact Avoid forwarding MONITOR requests if upstream doesn't support it …
(edit) @741   4 years contact Use golang.org/x/time/rate Instead of hand-rolling our own …
(edit) @740   4 years contact Add context to network.storeClientDeliveryReceipts
(edit) @739   4 years contact Add context to upstreamConn.handleMessage
(edit) @738   4 years contact Cancel pending commands on downstream disconnect If a client queues a …
(edit) @737   4 years contact Mark ACCOUNT_REQUIRED error as permanent connection failure There's …
(edit) @736   4 years contact Don't retry connecting on permanent failure Closes: …
(edit) @735   4 years contact Add exponential backoff when re-connecting to upstream The first …
(edit) @734   4 years contact Add soju_upstream_connect_errors_total metric
(edit) @733   4 years contact Fix upstream gauge metric It wasn't decremented on error. While at …
(edit) @732   4 years contact Add context to connectToUpstream
(edit) @731   4 years contact Validate address in user.checkNetwork
(edit) @730   4 years contact Add "sasl status" command
(edit) @729   4 years contact Add support for draft/account-registration proxying This adds support …
(edit) @728   4 years contact doc/soju.1: add network create example
(edit) @727   4 years contact downstream: improve unmarshalEntityNetwork error message Closes: …
(edit) @726   4 years contact Return more descriptive auth failure errors
Note: See TracRevisionLog for help on using the revision log.