Bram Matthys
7193600a08
Force buildbot..
2019-08-15 12:09:21 +02:00
Bram Matthys
e22000ed48
Buildbot test...
2019-08-15 12:02:11 +02:00
Bram Matthys
d91f21a687
Update more old references to U4..
2019-08-15 11:55:18 +02:00
Bram Matthys
9e1556a6f7
Dumdeedum
2019-08-15 11:44:20 +02:00
Bram Matthys
6dc7aac372
Update some unrealircd-4 references to unrealircd-5.
...
.. or actually I just want to test buildbot :D
2019-08-15 11:26:20 +02:00
Bram Matthys
16f3b797e4
Use different OpenSSL functions that are more of a hassle but
...
also exist in older versions such as 1.0.1.
2019-08-15 09:02:42 +02:00
Bram Matthys
ced8b0935d
Check for and refuse to run with <2048 bits RSA keys. I hope nobody is
...
using 1024 bit RSA keys in 2019, but always better to check and inform
the admin about such a big mistake.
2019-08-15 08:52:28 +02:00
Bram Matthys
f58fff47d4
Small text change
...
[skip ci]
2019-08-14 09:28:14 +02:00
Bram Matthys
2127a36f61
Remove ~R extban as it is redundant now that we have ~a.
...
All services should have account names by now.
2019-08-13 21:08:22 +02:00
Bram Matthys
a32e285d63
Document ~f extban in helpop.
...
[skip ci]
2019-08-13 21:01:49 +02:00
Bram Matthys
e5b40f13df
Change the new extban from ~L to ~f:#forward:*!*@*.
...
... this just to annoy Gottem.
2019-08-13 20:56:38 +02:00
Bram Matthys
4d74ca9d9a
Take out labeled-response until it is unbroken (as in: don't load
...
by default for now). Not a high priority item at the moment.
2019-08-13 18:49:18 +02:00
Bram Matthys
4f4a867b58
Update prototype of HOOKTYPE_CHANMSG to include sendflags, prefix and target.
...
I needed the target for echo-message, and also in the history module we no
longer save to the history any @#channel messages, since otherwise they
could be played back to people we shouldn't see them ;)
2019-08-13 18:45:38 +02:00
Bram Matthys
4c8fe6e8d9
Add CAP echo-message.
2019-08-13 18:36:25 +02:00
Bram Matthys
912eea52d7
More NULs are always a good thing.
...
[skip ci]
2019-08-13 18:13:01 +02:00
Bram Matthys
5279212b30
More SSL to TLS changes
2019-08-13 13:09:49 +02:00
Bram Matthys
39bb0299f1
/REHASH -ssl -> /REHASH -tls
2019-08-13 12:59:56 +02:00
Bram Matthys
135b4808d0
Update example configs to use tls instead of ssl
2019-08-13 12:58:10 +02:00
Bram Matthys
c4b276d2d8
Windows: another conf\ssl to conf\tls instance (in the installer)
...
[skip ci]
2019-08-12 14:54:50 +02:00
Bram Matthys
7fa2b8be05
More ssl -> tls moves. Also recommend to use 'certfp' rather than
...
the longer 'sslcertfp' or 'tlscertfp', we already support this since
4.0 so... updated the documentation as well.
2019-08-12 14:53:29 +02:00
Bram Matthys
8ff6ad17ee
Part 4 of ssl/tls rename (not important)
...
[skip ci]
2019-08-12 14:44:14 +02:00
Bram Matthys
b6c786d2c0
gplplusssl.rtf should mention LibreSSL, not OpenSSL.
...
[skip ci]
2019-08-12 14:43:10 +02:00
Bram Matthys
ef739331b0
Rename ssl_antidos to tls_antidos.
2019-08-12 14:40:11 +02:00
Bram Matthys
2b0afacdf0
Rename of "ssl" to "tls" part 2
2019-08-12 14:35:32 +02:00
Bram Matthys
09cf485d6c
Mass rename of "ssl" to "tls" everywhere. Including conf/ssl to
...
conf/tls. If you are upgrading then conf/ssl will be renamed to
conf/tls and a symlink will be added (so certbot etc won't fail).
This is part 1...
2019-08-12 14:26:31 +02:00
Bram Matthys
86844c3c2b
Replace UnrealIRCd 4 -> UnrealIRCd 5
2019-08-12 13:49:35 +02:00
Bram Matthys
684baf9e59
Add a note to ./autogen.sh that this is only for devs, not end-users.
...
[skip ci]
2019-08-12 13:44:45 +02:00
Bram Matthys
2976c488b0
Delete appveyor.yml, as we are now using buildbot.
...
[skip ci]
2019-08-12 13:43:11 +02:00
Bram Matthys
e44f572725
Rename makefile.windows -> Makefile.windows, consistent with Makefile.in
...
[skip ci]
2019-08-12 13:41:55 +02:00
Bram Matthys
7f903b422c
Strip m_ prefix in modules (part II). Bump reported module version
...
of each module to 5.0 (or the ones that previously were 4.2, anyway).
2019-08-12 13:36:03 +02:00
Bram Matthys
fc5569408d
Drop the m_ prefix from modules.
...
So rename src/modules/m_*.c to src/modules/*.c and update makefiles
and modules.default.conf. Also remove m_ at various places in the
source files, but not the CMD_FUNC(), just the module name.
2019-08-12 13:32:58 +02:00
Bram Matthys
5701fbed20
Update installer script to reflect new windows paths
...
[skip ci]
2019-08-11 18:16:27 +02:00
Bram Matthys
4488819e69
Oops...
...
[skip ci]
2019-08-11 18:09:06 +02:00
Bram Matthys
61cf5f16d3
Ok.. I get it.
...
[skip ci]
2019-08-11 18:02:13 +02:00
Bram Matthys
63cfdb4b68
src/windows/win.h -> include/windows/win.h
...
and update the include name
@skipci
2019-08-11 17:58:53 +02:00
Bram Matthys
3d7117ea77
Whatever this is, I'm not leaving it alone :D
...
@skipci
2019-08-11 17:56:38 +02:00
Bram Matthys
c68b0e9ab4
Rename windows.{c,h} -> win.{c,h} to avoid confusion
2019-08-11 17:51:48 +02:00
Bram Matthys
645989e602
Rename makefile.win32 to makefile.windows, among several other changes.
...
(Would surprise me if this compiles without failure, tho)
@skipci
2019-08-11 17:46:12 +02:00
Bram Matthys
1498f1e716
Rename directories from 'win32' to 'windows'
2019-08-11 17:40:08 +02:00
Bram Matthys
3a29677c79
Windows build fix, just rename the damn file.
2019-08-11 17:35:44 +02:00
Bram Matthys
6c398c58fc
Windows makefile: you are weird.
2019-08-11 17:21:17 +02:00
Bram Matthys
a53316d256
Rename src/s_svs.c to src/aliases.c, since that is what it contains.
2019-08-11 17:19:42 +02:00
Bram Matthys
03e095cd92
Rename src/s_*.c files: drop the useless s_ prefix.
2019-08-11 17:15:14 +02:00
Bram Matthys
0cd6b9bea1
Integrate s_auth.c into s_bsd.c (only 200 lines and the place fits well)
2019-08-11 17:09:22 +02:00
Bram Matthys
25687c2bed
New efuncs: tkl_ip_hash() and tkl_ip_hash_type(), for the rmtkl module.
2019-08-11 14:48:07 +02:00
GottemHams
ae8c0af51c
Ported rmtkl (remove TKLs in bulk) while waiting for Syzop to implement some changes (compiles with a warning at the moment)
2019-08-10 21:55:34 +02:00
GottemHams
f6df735291
floodprot: Floodtype 'r' for handling per-user repeated PRIVMSGs (CTCP/notice/ACTION/regular message) + action 'd' for dropping stuff for floodtypes 't' (per-user text) and 'r'
2019-08-10 19:25:51 +02:00
Bram Matthys
3c47e22b75
These TODO/FIXME's can be removed (well, except 1)
...
@skipci
2019-08-10 14:14:54 +02:00
Bram Matthys
5af31c4a30
These FIXME's can be removed.
...
@skipci
2019-08-10 14:12:29 +02:00
Bram Matthys
c50f65c5bf
Update two small FIXME's (nothing worth mentioning)
2019-08-10 14:09:00 +02:00