3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-11 06:29:29 +01:00
Commit Graph

1555 Commits

Author SHA1 Message Date
Chris Smith
34a9a37b82 Fix usernames being used in place of hostnames.
Closes #355
2019-02-06 19:14:32 +00:00
Shivaram Lingamneni
20b8ba8cae don't send the client its own on-join MODE line
Fixes #353.
2019-02-06 13:50:45 -05:00
Shivaram Lingamneni
eff2571096 limit the number of channels a client can join 2019-02-06 04:55:05 -05:00
Shivaram Lingamneni
ff7bbc4a9c track channel registrations per account
* limit the total number of registrations per account
* when an account is unregistered, unregister all its channels
2019-02-06 04:34:45 -05:00
Shivaram Lingamneni
54ca7915c9 reference NS ENFORCE in the manual 2019-02-05 21:33:45 -05:00
Shivaram Lingamneni
73f36fba08 NS REGISTER needs a login throttle check as well 2019-02-05 20:23:32 -05:00
Shivaram Lingamneni
fba91b908f document chanserv amode, fixes #299 2019-02-05 20:23:32 -05:00
Shivaram Lingamneni
d321bf63ae document nick reservation 2019-02-05 20:23:32 -05:00
Shivaram Lingamneni
775ead700f prevent nick reservation land-grabs 2019-02-05 20:18:40 -05:00
Shivaram Lingamneni
726dbedab6 changelog updates 2019-02-05 20:18:40 -05:00
Shivaram Lingamneni
7608e0c76c fix #121 2019-02-05 20:17:55 -05:00
Shivaram Lingamneni
8eefe869d0
Merge pull request #350 from oragono/unicode-usernames-fix
Set uninteresting username if user's using a special nick
2019-02-05 17:50:13 -05:00
Daniel Oaks
457b7eaf11 Review fixes 2019-02-06 08:45:09 +10:00
Daniel Oaks
8ecf96d447 Set uninteresting username if user's using a special nick 2019-02-06 08:33:15 +10:00
Daniel Oaks
71a33890b8
Merge pull request #344 from slingamn/history.4
add CHATHISTORY and HISTORY implementations
2019-02-05 22:16:45 +10:00
Shivaram Lingamneni
a9f9f725b1 review fixes 2019-02-05 04:29:32 -05:00
Shivaram Lingamneni
928caba922
Merge pull request #345 from slingamn/saslonly.3
add sasl-only config option
2019-02-05 04:10:35 -05:00
Shivaram Lingamneni
daf1e68a7d review fix 2019-02-05 03:42:08 -05:00
Daniel Oaks
35fadd10fa
Merge pull request #346 from slingamn/identfixup.2
simplify username logic
2019-02-05 18:09:06 +10:00
Shivaram Lingamneni
36612f6e2d review fixes 2019-02-05 03:05:05 -05:00
Shivaram Lingamneni
bf1d758de9 simplify username logic 2019-02-05 02:42:13 -05:00
Shivaram Lingamneni
e094c2a9c5 add tests for masking in limiter/throttler 2019-02-05 02:25:16 -05:00
Shivaram Lingamneni
eb8f0e50df fix masking bug
IP.Mask() returns a new IP value, rather than modifying its target in place
2019-02-05 02:25:16 -05:00
Shivaram Lingamneni
1c23af8767 add sasl-only config option 2019-02-05 00:51:58 -05:00
Shivaram Lingamneni
463de94610 allow history queries against PRIVMSG of other clients, if the accounts match 2019-02-04 12:46:04 -05:00
Shivaram Lingamneni
51fcedc5a1 review fix 2019-02-04 12:16:28 -05:00
Shivaram Lingamneni
f6b3008f8f add CHATHISTORY and HISTORY implementations 2019-02-04 05:33:36 -05:00
Daniel Oaks
ea07d99074 Changelog updates 2019-02-04 07:20:03 +10:00
Daniel Oaks
466e4940b0 Update changelog 2019-02-04 07:13:21 +10:00
Daniel Oaks
59cf26f5a4 Update changelog. 2019-02-04 07:11:21 +10:00
Daniel Oaks
264bf8f0e5 Update changelog 2019-02-04 07:10:15 +10:00
Shivaram Lingamneni
057d00b2c8
Merge pull request #341 from oragono/restrict-usernames
Restrict idents as other servers do
2019-02-03 15:24:08 -05:00
Daniel Oaks
2ce203a6d8 Setup v0.13.0-unreleased devel ver (I forgot to do this~) 2019-02-04 06:18:40 +10:00
Daniel Oaks
e8309aee79 Avoiding a crash when getting a short ident is a good thing 2019-02-04 05:02:13 +10:00
Daniel Oaks
151002e232 Up identlen default to 20 2019-02-04 05:01:46 +10:00
Daniel Oaks
cf88986e1e Finish updating TL instructions 2019-02-04 04:55:45 +10:00
Daniel Oaks
d806eefcdf Update TL instructions 2019-02-04 04:53:57 +10:00
Daniel Oaks
59d44e5b1f
Merge pull request #342 from oragono/l10n_master
New Crowdin translations
2019-02-04 04:19:56 +10:00
Daniel Oaks
db85d057df New translations nickserv.lang.json (Danish) 2019-02-04 04:18:40 +10:00
Daniel Oaks
78f686234e New translations hostserv.lang.json (Danish) 2019-02-04 04:18:39 +10:00
Daniel Oaks
81d0aee132 New translations irc.lang.json (Danish) 2019-02-04 04:18:38 +10:00
Daniel Oaks
bb2eb5d884 New translations help.lang.json (Danish) 2019-02-04 04:18:36 +10:00
Daniel Oaks
8f5c350c03 New translations chanserv.lang.json (Danish) 2019-02-04 04:18:35 +10:00
Daniel Oaks
dd01e3a464 New translations help.lang.json (Czech) 2019-02-04 04:18:30 +10:00
Daniel Oaks
37c1902c9e Force CrowdIn to put files in the right place 2019-02-04 04:15:45 +10:00
Daniel Oaks
ce0f80577d Update translations 2019-02-04 03:54:18 +10:00
Daniel Oaks
7eef390756 Handle translations a little better 2019-02-04 03:54:10 +10:00
Daniel Oaks
e1553aa912 Initial CrowdIn translation stuff 2019-02-03 21:11:45 +10:00
Daniel Oaks
84333b82ae Update translations from CrowdIn! 2019-02-03 20:21:22 +10:00
Daniel Oaks
46f8ef9ed3 Be less strict with our language file loading, and handle multiple credits better 2019-02-03 20:21:07 +10:00