source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @616   4 years hubert Dismiss TAGMSGs directed to BouncerServ
(edit) @615   4 years contact Add "server notice" command
(edit) @614   4 years contact Split CertFP logic into separate file
(edit) @613   4 years contact build: don't clobber config file Use test -f instead of cp -n, …
(edit) @612   4 years contact Add max-user-networks config option
(edit) @611   4 years contact doc/soju.1: mention that accept-proxy-ip affects PROXY proto
(edit) @610   4 years alex chathistory: Fix truncated backlog due to timezones Because …
(edit) @609   4 years contact Add WHOIS reply for BouncerServ
(edit) @608   4 years contact msgstore_fs: add limit on number of opened files
(edit) @607   4 years contact Add DB stats
(edit) @606   4 years contact Add limit for RSA bits
(edit) @605   4 years contact Add "server status" command Right now, it prints the number of active …
(edit) @604   4 years contact test: get rid of testUpstream No need for this complexity.
(edit) @603   4 years contact test: add NOTICE broadcast
(edit) @602   4 years contact test: add upstream
(edit) @601   4 years contact Use isErrClosed in Server.Serve
(edit) @600   4 years contact Add basic server test
(edit) @599   4 years contact Close DB on shutdown
(edit) @598   4 years contact db_sqlite: fix realname not fetched in ListUsers This fixes per-user …
(edit) @597   4 years contact Add support for IRCv3 WebSocket text subprotocol Technically we …
(edit) @596   4 years contact db_sqlite: switch to sql.Named This allows us to avoid mixing up …
(edit) @595   4 years hubert Fix DeliveryReceipt not being cleaned up
(edit) @594   4 years contact Workaround lack of net.ErrClosed in WebSocket library
(edit) @593   4 years contact readme: add note to use system libsqlite3
(edit) @592   4 years chris Set a higher timeout for proxyproto listeners go-proxyproto added …
(edit) @591   4 years hubert msgstore_fs: escape "." and ".."
(edit) @590   4 years hubert Allow CAP negotiation to happen with CAP REQ See …
(edit) @589   4 years hubert Use NULL-tolerant comparison for DeliveryReceipts Since NULL = NULL …
(edit) @588   4 years hubert Explicitly close connection to SQLite on failed upgrade
(edit) @587   4 years contact Upgrade dependencies
(edit) @586   4 years contact Send empty history for service Fixes error when fetching chat history …
(edit) @585   4 years contact Don't require upstream to be connected for CHATHISTORY Closes: …
(edit) @584   4 years contact Split unmarshalEntity into two functions Some command handlers need …
(edit) @583   4 years contact Don't send network notification when removed Closes: …
(edit) @582   4 years contact go fmt: add go:build tags This is the new style for build tags. The …
(edit) @581   4 years rafael Check for TLS config in wss listeners Previously …
(edit) @580   4 years contact Pass-through CLIENTTAGDENY in ISUPPORT
(edit) @579   4 years contact contrib/clients: sort alphabetically and wrap lines
(edit) @578   4 years delthas contrib/clients: Mention Hexchat
(edit) @577   4 years delthas service: Introduce network quote This command enables sending a raw …
(edit) @576   4 years hubert Add a C compiler to the list of dependencies It's needed to build sqlite3.
(edit) @575   4 years yyp service: show SHA-512 fingerprint Closes: …
(edit) @574   4 years contact ci: add gofmt check
(edit) @573   4 years jake.nelson Sort channel status channels by name
(edit) @572   4 years contact Introduce user.updateUser Unify updatePassword and updateRealname …
(edit) @571   4 years contact doc/soju.1: improve "user create" docs
(edit) @570   4 years contact Merge "change-password" into "user update" Add a -password flag to …
(edit) @569   4 years contact Only update realname if specified in "user udpate" This will allow …
(edit) @568   4 years contact Add per-user realname setting This allows users to set a default …
(edit) @567   4 years contact readme: list dependencies
(edit) @566   4 years hubert Hand-made word splitter for BouncerServ Remove the (direct) …
(edit) @565   4 years contact Disallow '$' in nicks
(edit) @564   4 years contact doc/soju.1: document bouncer-wide broadcasts
(edit) @563   4 years contact Allow admins to broadcast message to all bouncer users Typically done …
(edit) @562   4 years contact Unify downstream PRIVMSG and NOTICE handling We were doing some …
(edit) @561   4 years contact Forward LUSERS and STATS messages after initial registration
(edit) @560   4 years contact Add support for utf8-only
(edit) @559   4 years contact Add support for account-tag
(edit) @558   4 years greg Slightly relax new log file permissions Make new log files …
(edit) @557   4 years contact contrib/clients: add reference to Weechat script
(edit) @556   4 years contact doc/soju.1: explain http-origin defaults
(edit) @555   4 years contact Don't suggest users to /motd in multi-upstream mode
(edit) @554   4 years contact Make user MODE commands fail in multi-upstream mode References: …
(edit) @553   4 years greg Forward user mode changes in single-upstream mode References: …
(edit) @552   4 years greg Forward MOTD messages downstream The first MOTD upon connection is …
(edit) @551   4 years contact Add downstreamConn.SendBatch helper
(edit) @550   4 years contact Prune detached channels from CHATHISTORY TARGETS
(edit) @549   4 years contact Implement CHATHISTORY TARGETS References: …
(edit) @548   4 years contact doc/ext/bouncer-networks: fix typo
(edit) @547   4 years contact Forward unknown commands to upstream in single-upstream mode
(edit) @546   4 years contact Send placeholder when no network/channel is returned by BouncerServ
(edit) @545   4 years contact Reject JOIN with invalid channel names This prevents us from storing …
(edit) @544   4 years contact Fix typo in BOUNCER notifications: s/status/state/
(edit) @543   4 years contact Broadcast BOUNCER notifications to all downstream connections We …
(edit) @542   4 years contact Allow networks to be disabled
(edit) @541   4 years contact doc/getting-started: s/Freenode/Libera Chat/
(edit) @540   4 years contact Add support for IRCv3 setname References: …
(edit) @539   4 years contact Add channel status service command
(edit) @538   4 years contact contrib/clients: add note about bouncer-networks
(edit) @537   4 years contact Vendor BATCH bouncer-networks type And add the prefix throughout the …
(edit) @536   4 years contact Don't send connection status NOTICEs with bouncer-networks
(edit) @535   4 years contact Introduce the soju.im/bouncer-networks-notify capability
(edit) @534   4 years contact Send network settings in LISTNETWORKS
(edit) @533   4 years contact Add pass to bouncer network attributes
(edit) @532   4 years contact Implement the soju.im/bouncer-networks extension
(edit) @531   4 years sir db: refactor into interface This refactors the SQLite-specific bits …
(edit) @530   4 years hubert Don't build soju when calling "make install" Otherwise soju would be …
(edit) @529   4 years philipk Directly return self-messages to user in multi-upstream mode
(edit) @528   4 years contact Pass-through the BOT ISUPPORT token References: …
(edit) @527   4 years contact readme: link to rendered man page
(edit) @526   4 years hubert Don't forward label tags We don't want to have the label tag when …
(edit) @525   4 years contact doc/soju.1: document user delete command
(edit) @524   4 years contact doc/soju.1: document -connect-command
(edit) @523   4 years contact readme: add link to IRC channel
(edit) @522   4 years contact readme: move quickstart to dedicated doc page
(edit) @521   4 years hubert Fix CAP LIST listing disabled capabilities
(edit) @520   4 years contact Relay self-WHO/WHOIS in single-upstream mode In multi-upstream mode, …
(edit) @519   4 years contact Silence net.ErrClosed errors
(edit) @518   4 years contact contrib/clients: add gamja and senpai
(edit) @517   4 years contact Check message stores implement expected interfaces
Note: See TracRevisionLog for help on using the revision log.