Commit Graph

2456 Commits

Author SHA1 Message Date
Shivaram Lingamneni c5a81d59ff fix #581 2019-12-17 13:21:26 -05:00
Shivaram Lingamneni 07865b8f63 chanserv enhancements and miscellaneous fixes
* Fix #684
* Fix #683
* Add `CHANSERV CLEAR`
* Allow mode changes from channel founders even when they aren't joined
* Operators with the chanreg capability are exempt from max-channels-per-account
* Small fixes and cleanup
2019-12-16 20:06:52 -05:00
Shivaram Lingamneni 62473468f0
Merge pull request #686 from slingamn/saregister_documentation
document relationship between registration.enabled and saregister
2019-12-13 15:54:53 -05:00
Shivaram Lingamneni 96a1434ab4 document relationship between registration.enabled and saregister 2019-12-08 20:58:53 -05:00
Shivaram Lingamneni 0da2d0036a
Merge pull request #681 from slingamn/issue679_stacktrace.4
Assorted fixes
2019-12-08 02:56:36 -05:00
Shivaram Lingamneni 438d1f0488 fix bad ERR_WASNOSUCHNICK responses 2019-12-05 08:31:17 -05:00
Shivaram Lingamneni bcc58be8af remove some redundant casefolds 2019-12-05 07:44:28 -05:00
Shivaram Lingamneni 08f351060e fix #682 2019-12-05 07:29:27 -05:00
Shivaram Lingamneni 0880f20f4b fix analogous invalid parameters for ERR_NOSUCHNICK 2019-12-05 06:52:07 -05:00
Shivaram Lingamneni aa8579b6e8 Assorted fixes
* Fix #679 (borked reply to `JOIN #chan,\r\n`)
* Replace invalid error parameters with *'s in various places
* Fix PART with no message sending an empty trailing parameter to the channel
* Fix some error responses not getting labeled
2019-12-02 21:13:09 -05:00
Shivaram Lingamneni fec1139dc8
Merge pull request #673 from slingamn/proxytls.18
fix #561, take two
2019-11-23 22:09:45 -05:00
Shivaram Lingamneni c6bd0aea8d
Merge pull request #672 from slingamn/issue671
fix #671
2019-11-23 22:09:37 -05:00
Shivaram Lingamneni 7f80f1b5ad
Merge pull request #669 from slingamn/connectionlimits.4
fix #646
2019-11-23 22:09:30 -05:00
Shivaram Lingamneni 6ee083b6c5 review fix 2019-11-23 22:06:51 -05:00
Shivaram Lingamneni 2d456c2106 review feedback: rename a key 2019-11-23 22:01:24 -05:00
Shivaram Lingamneni 41497c1b51 review fixes 2019-11-23 21:10:34 -05:00
Shivaram Lingamneni 667e6cb6ef
Merge pull request #676 from slingamn/typofixen
fix typos
2019-11-23 17:48:21 -05:00
Shivaram Lingamneni 389f936e82 fix typos 2019-11-23 17:47:52 -05:00
Shivaram Lingamneni d1615da7f1
Merge pull request #674 from csmith/merge-docker
Merge docker files from oragono-docker repository
2019-11-22 13:39:20 -05:00
Chris Smith 69e1dea224
Fix ports in the docker instructions
-P/--publish-all publishes the container ports on a random
host port, which you have to look up using `docker port`.

In the common case they should be published on the same ports.
2019-11-22 18:06:51 +00:00
Chris Smith 8228cb4b0d
Add docker section to the manual 2019-11-22 18:05:44 +00:00
Chris Smith 68a8f4b698
Merge in files from docker repository.
This will allow easier building on docker hub and let us automatically
publish tags for each release.

Fixes oragono/oragono-docker#20
2019-11-22 17:48:53 +00:00
Shivaram Lingamneni 7432ef07a7 rename some variables for clarity 2019-11-20 17:43:45 -05:00
Shivaram Lingamneni 50783d5276 fix #561, take 2 2019-11-20 17:35:35 -05:00
Shivaram Lingamneni 42db1778ac unexport rawLimiterConfig 2019-11-18 17:30:54 -05:00
Shivaram Lingamneni babd8b1da9 fix #671 2019-11-18 17:21:28 -05:00
Shivaram Lingamneni 4050b6571a fix #646
Includes a partially backwards-incompatible config change
2019-11-18 01:47:18 -05:00
Shivaram Lingamneni 5cce365092
Merge pull request #668 from slingamn/deps
Deps
2019-11-16 19:00:33 -05:00
Shivaram Lingamneni 6be11b9e83 update developing.md 2019-11-16 18:52:15 -05:00
Shivaram Lingamneni 149c9b45e8 bump version 2019-11-16 18:49:30 -05:00
Shivaram Lingamneni 0ee8206c21 bump to merged hash 2019-11-16 18:48:52 -05:00
Shivaram Lingamneni 8467654f7d update dependencies 2019-11-16 18:46:10 -05:00
Shivaram Lingamneni 0d77315a8d
Merge pull request #667 from slingamn/release
bump version and changelog
2019-11-16 18:22:59 -05:00
Shivaram Lingamneni d1ed5e4cbf bump version and changelog 2019-11-16 18:14:20 -05:00
Shivaram Lingamneni ff4fd3a786 add a note about announcements 2019-11-13 23:05:19 -05:00
Shivaram Lingamneni cbb3fe51b9
Merge pull request #664 from slingamn/sort_defs.2
tweaks to cap listing
2019-11-13 16:50:12 -05:00
Shivaram Lingamneni cb801e0c26
Merge pull request #660 from slingamn/manual_update
add manual entry for private channels
2019-11-10 13:41:35 -05:00
Shivaram Lingamneni bd86e51f42
Merge pull request #663 from oragono/l10n_master
New Crowdin translations
2019-11-10 00:26:41 -05:00
Shivaram Lingamneni ae9aecbbb0 increase max cap line length
Workaround for #661: this makes the `CAP LS 302` line from the default config
fit on a single line, as long as the server name is at most 35 characters.
2019-11-09 22:43:07 -05:00
Shivaram Lingamneni a75d26a46b refactor cap line splitting 2019-11-09 20:31:39 -05:00
Daniel Oaks c2084f8660 New translations translation.lang.yaml (Spanish) 2019-11-10 04:51:42 +10:00
Daniel Oaks b45bcebd99 New translations help.lang.json (Spanish) 2019-11-09 16:41:41 +10:00
Daniel Oaks 904131cda6 New translations irc.lang.json (Spanish) 2019-11-09 16:41:40 +10:00
Daniel Oaks f875f001d6 New translations nickserv.lang.json (Spanish) 2019-11-09 16:41:38 +10:00
Daniel Oaks 793f3415dc New translations irc.lang.json (Spanish) 2019-11-09 04:45:36 +10:00
Shivaram Lingamneni b7076f4c9e
Merge pull request #662 from oragono/l10n_master
New Crowdin translations
2019-11-07 21:20:13 -08:00
Daniel Oaks 7ed5f5f319 New translations irc.lang.json (Spanish) 2019-11-08 13:01:36 +10:00
Shivaram Lingamneni 74ab52d6e4 update tor guidelines 2019-11-07 14:05:35 -05:00
Shivaram Lingamneni 81d495cf95
Merge pull request #659 from oragono/l10n_master
New Crowdin translations
2019-11-07 10:39:12 -08:00
Shivaram Lingamneni 33d7e019d7 add manual entry for private channels 2019-11-07 13:38:13 -05:00