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

4966 Commits

Author SHA1 Message Date
Sam James
7c766b2096
distrib: refine OpenRC init scripts
- Add logging to init script
- Add delay so OpenRC realises if we crashed quickly b/c of e.g. bad config
   file
- General cleanups (like supporting multiple instances, style changes)

This should make it a lot easier to see what's going wrong when something
breaks.

Bug: ergochat/ergo#1914
Signed-off-by: Sam James <sam@gentoo.org>
2022-02-19 22:39:39 +00:00
Shivaram Lingamneni
1e7775f6de
Merge pull request #1918 from slingamn/znc_exact
use exact integer parsing for znc.in/playback
2022-02-15 11:28:32 -05:00
Shivaram Lingamneni
197a9d4b5e use exact integer parsing for znc.in/playback 2022-02-15 10:50:38 -05:00
Shivaram Lingamneni
cba3a2fc10
Merge pull request #1916 from slingamn/issue1895_info
fix #1895
2022-02-11 16:27:59 -05:00
Shivaram Lingamneni
2b0d94dfee manual: add note about secure-nets 2022-02-11 13:28:35 -05:00
Shivaram Lingamneni
0a2a850005
Merge pull request #1917 from progval/patch-4
Update help of REGISTER and VERIFY commands
2022-02-08 16:22:58 -05:00
Val Lorentz
e7abd93e90
Update help of REGISTER and VERIFY commands 2022-02-08 20:25:41 +01:00
Shivaram Lingamneni
0afa7edffe fix #1895
Include server start time in INFO output.
2022-02-08 07:38:11 -05:00
Shivaram Lingamneni
59ef59870a
Merge pull request #1915 from slingamn/privileged_kick
fix #1906
2022-02-08 05:52:04 -05:00
Shivaram Lingamneni
b492b8385b bump irctest 2022-02-07 19:11:31 -05:00
Shivaram Lingamneni
fcb86c54f7 fix #1906
Having the 'samode' capability made all KICK commands privileged. This appears
to have been introduced unintentionally by 42316bc04f and I can't find
any discussion of a rationale. Since this goes against our policy that all
ircop (as opposed to channel founder) privileges must be invoked explicitly
(e.g. SAJOIN, SAMODE), remove this.
2022-02-07 19:06:31 -05:00
Shivaram Lingamneni
6c0e9619cb
Merge pull request #1904 from slingamn/prefix.1
bump irc-go to v0.1.0
2022-01-20 18:03:25 -05:00
Shivaram Lingamneni
e3e8136f85 update ergo to work with irc-go v0.1.0 2022-01-20 18:00:04 -05:00
Shivaram Lingamneni
74f3ea1d2e bump irc-go to v0.1.0 2022-01-20 17:59:57 -05:00
Shivaram Lingamneni
fa7b76d66a
Merge pull request #1903 from slingamn/zero_nick
fix #1896
2022-01-19 22:32:08 -05:00
Shivaram Lingamneni
e3c9eb8e71 fix #1896
Don't allow any new uses of 0 as a nickname, since it conflicts with
the use of 0 as a placeholder for account name in WHOX.
2022-01-19 04:14:00 -05:00
Shivaram Lingamneni
c2bf59ca38
Merge pull request #1897 from slingamn/whox_show_ip
show arbitrary IP in WHOX
2022-01-19 02:16:14 -05:00
Shivaram Lingamneni
86c5839044
Merge pull request #1902 from slingamn/amode_v_join
fix #1901
2022-01-19 01:15:58 -05:00
Shivaram Lingamneni
eb477c3793 fix #1901
AMODE +v should allow you to join a +i channel
2022-01-19 00:54:03 -05:00
Shivaram Lingamneni
bf3c0ad70e
Merge pull request #1900 from csmith/docs-faq-webirc-secure
Add FAQ about WebIRC and secure clients
2022-01-19 00:52:22 -05:00
Chris Smith
0da7e68e6d Add FAQ about WebIRC and secure clients 2022-01-18 16:15:48 +00:00
Shivaram Lingamneni
6dc6abc455 set up new development version (again) 2022-01-10 19:03:54 -05:00
Shivaram Lingamneni
a73ad5fc10 bump irctest to latest 2022-01-10 18:58:11 -05:00
Shivaram Lingamneni
1d8a54289f bump version to 2.9.1 2022-01-10 02:33:56 -05:00
Shivaram Lingamneni
d8c9d0ec03 fix changelog 2022-01-10 02:32:27 -05:00
Shivaram Lingamneni
2e26efa55d changelog update for 2.9.1 2022-01-10 02:31:05 -05:00
Shivaram Lingamneni
7347e94da1
Merge pull request #1899 from slingamn/saregister_fix
fix #1898
2022-01-10 02:27:15 -05:00
Shivaram Lingamneni
3162c8a1c8 fix #1898
NS SAREGISTER would fail due to a nil dereference of `client`;
add two safeguards against this.
2022-01-10 01:58:05 -05:00
Shivaram Lingamneni
8605cd2295 correct 2.9.0 changelog credits for posterity 2022-01-09 23:34:10 -05:00
Shivaram Lingamneni
28ab3612e2
Merge pull request #1894 from thesamesam/openrc-init
distrib: add OpenRC init scripts
2022-01-09 17:27:11 -05:00
Shivaram Lingamneni
dba5d3faae show arbitrary IP in WHOX
This extends #1650 to cover WHO as well as WHOIS
2022-01-09 17:24:24 -05:00
Shivaram Lingamneni
1953e90720 set up new development version 2022-01-09 16:11:34 -05:00
Sam James
e6951aca3f README: add Gentoo package
Signed-off-by: Sam James <sam@gentoo.org>
2022-01-09 07:39:14 +00:00
Sam James
2619a23458 distrib: add OpenRC init scripts
Written originally for Gentoo but should work
on Alpine and other OpenRC-consuming distros too.

Signed-off-by: Sam James <sam@gentoo.org>
2022-01-09 07:39:14 +00:00
Shivaram Lingamneni
a0ad42272d bump version and changelog for v2.9.0 2022-01-09 01:47:27 -05:00
Shivaram Lingamneni
7a6e7f05a1
Merge pull request #1892 from slingamn/unregister_warning
add a warning about NS UNREGISTER unregistering channels
2022-01-06 16:00:17 -05:00
Shivaram Lingamneni
6863d58cab add a warning about NS UNREGISTER unregistering channels
See discussion on #1891
2022-01-05 13:30:36 -05:00
Shivaram Lingamneni
d68813927a
Merge pull request #1890 from slingamn/translations
update translations
2022-01-02 18:52:59 -05:00
Shivaram Lingamneni
c2a5853d08 commit the results of updatetranslations.py 2022-01-02 17:38:02 -05:00
Shivaram Lingamneni
d174b5aad6 add disambiguating numbers in translated strings 2022-01-02 17:36:12 -05:00
Shivaram Lingamneni
fb2be58e60 fix instructions for signing the checksum file 2022-01-02 17:29:10 -05:00
Shivaram Lingamneni
abd4cf7d3b bump version to v2.9.0-rc1 2022-01-02 16:37:22 -05:00
Shivaram Lingamneni
2dde9cb464
version and changelog updates for 2.9.0-rc1 (#1889)
* version and changelog updates for 2.9.0-rc1

* review fixes to changelog and documentation
2022-01-02 16:35:20 -05:00
Shivaram Lingamneni
c01e686221
Merge pull request #1888 from slingamn/ip_check_script.1
add ip-check-script.exempt-sasl
2022-01-02 07:44:09 -05:00
Shivaram Lingamneni
0a59f41cf9 add ip-check-script.exempt-sasl 2022-01-02 01:51:31 -05:00
Shivaram Lingamneni
58d8421f44 Revert "disable languages in default.yaml"
This reverts commit 3b3c5b591f.
2022-01-02 01:46:27 -05:00
Shivaram Lingamneni
378f9cc852
Merge pull request #1836 from slingamn/languages_disable
disable languages in default.yaml
2022-01-02 01:40:18 -05:00
Shivaram Lingamneni
d6b8e59462
Merge pull request #1885 from slingamn/issue1844_again
fix the reopened #1844
2022-01-02 01:25:09 -05:00
Shivaram Lingamneni
40bd298a91 fix the reopened #1844 2022-01-02 01:07:37 -05:00
Shivaram Lingamneni
ed75533cb1
optionally protect against multiple starts with flock (#1873)
* optionally protect against multiple starts with flock

Fixes #1823

* use traditional .lock extension

* move config key to top level
2022-01-01 18:56:40 -05:00