Bram Matthys
2eda1cb285
Windows...
2016-04-03 20:13:58 +02:00
Bram Matthys
89eaa72a8e
Windows: if we crash, produce a better stack backtrace.
2016-04-03 19:58:12 +02:00
Bram Matthys
db62117f2b
Windows: terminate more aggressively when you close UnrealIRCd.
2016-04-03 17:50:57 +02:00
Bram Matthys
67dfa094a7
Windows:
...
* Updates to make UnrealIRCd use LibreSSL
* Fix HTTPS support in cURL
* Forgot to ship curl-ca-bundle.crt
(Note: all 3 points from above only affect Windows)
2016-04-03 15:55:09 +02:00
Bram Matthys
8d562ededb
Remove support for EGD (Entropy Gathering Daemon). Nobody uses this and it only causes issues with LibreSSL.
2016-04-03 15:15:12 +02:00
Bram Matthys
8527f8720b
Updates to build with VS2012 / Windows SDK 7.1a
2016-04-03 14:13:24 +02:00
Bram Matthys
f95aa13d5b
Send RPL_SASLMECHS to clients ( #4253 , patch from grawity)
2016-04-03 11:53:59 +02:00
Bram Matthys
975996a702
Merge pull request #51 from grawity/sasl-external
...
Implement SASL EXTERNAL support
2016-04-03 11:44:58 +02:00
Bram Matthys
5d7d957246
Match new defaults with example conf.
2016-04-03 11:40:29 +02:00
Bram Matthys
54ebe14f99
Merge pull request #50 from grawity/defaults
...
Reduce required settings
2016-04-03 11:40:02 +02:00
Bram Matthys
fb26d7ee12
Fix NULL pointer crash on invalid link block, such as link::port without value. ( #4617 )
2016-04-03 10:29:30 +02:00
Bram Matthys
f98a5e69dc
When: 1) IPv6 functionality is enabled, and
...
2) link::outgoing::bind-ip is an IPv4 address, and
3) link::outgoing::hostname is a hostname, and
4) this hostname has both A and AAAA records,
then connect by IPv4 only, which is what the user expects (#4615 ).
2016-04-03 09:55:51 +02:00
Bram Matthys
8da3e3e1bc
Two small changes to improve crash reports from Windows users.
2016-03-11 15:44:08 +01:00
Bram Matthys
93afec781b
UnrealIRCd 4.0.2 release
2016-03-11 14:30:58 +01:00
Bram Matthys
eef1308888
Fix another Windows warning.
2016-03-11 14:25:00 +01:00
Bram Matthys
3389a99ae1
Get rid of some warnings on Windows (use more CMD_FUNCs & externs for it).
2016-03-11 14:22:07 +01:00
Bram Matthys
28a1fca8dc
Move kevent errors to DEBUGMODE until Travis has time to debug these...
2016-03-11 14:07:43 +01:00
Mantas MikulÄ—nas
a3493a9e0c
Provide a default set::maxchannelsperuser = 10
...
Based on what example.conf has.
2016-03-09 00:25:05 +02:00
Mantas MikulÄ—nas
5e9a74f0fd
Do not require set::services-server
...
Some places were already treating it as optional.
2016-03-09 00:25:05 +02:00
Mantas MikulÄ—nas
1121172418
Provide a default set::hiddenhost-prefix = "hidden"
2016-03-09 00:25:05 +02:00
Mantas MikulÄ—nas
6c1e9fc63b
m_sasl: Send user IP address to services
...
The user is not 'registered' yet at this point, so manually inform
services of their IP address (the syntax is "H <realhost> <ip>").
Services might use this when informing the user of failed auth attempts,
or when ratelimiting bruteforce.
2016-03-09 00:22:58 +02:00
Mantas MikulÄ—nas
b68befc29a
m_sasl: Send certfp for SASL EXTERNAL
2016-03-09 00:15:43 +02:00
Bram Matthys
cafb08446f
Fix ./Config script error caused by a change from January 24, 2016.
2016-03-07 11:16:32 +01:00
Bram Matthys
6f365747cb
Permit multiple except throttle::mask's. Reported by blank ( #4592 ).
2016-03-07 11:03:21 +01:00
Bram Matthys
1dacddc944
Interim update
2016-03-04 14:00:13 +01:00
Bram Matthys
caa5eba30f
Move blacklist hits to snomask +b (new) rather than notifying all ircops.
...
This snomask is set by default but this can be overridden via
set::snomask-on-oper or oper::snomask. Suggested by hayek (#4566 ).
2016-03-04 13:50:55 +01:00
Bram Matthys
4cad9cb0c5
SERVER parser error causing uplinks to show bad server description, reported by and patch from OUTsider ( #4576 ).
...
Patch used only with minor changes: one %i should have been %s, some annoying (char *) casts removed which existed in the original code as well, moved 'tmp' variable, collapsed NULL initalization, ..
2016-03-04 13:27:42 +01:00
Bram Matthys
6307224d89
Update set::modes-on-join restrictions to reflect current status (and be a bit more liberal). Reported by dboyz ( #4584 ).
2016-03-04 13:11:35 +01:00
Bram Matthys
bf1e1502ba
Use #include "unrealircd.h" in all modules ( #4516 ).
2016-03-04 13:02:06 +01:00
Bram Matthys
da9a1be85b
set::prefix-quit was not working, reported by capitaine ( #4586 ).
2016-03-04 12:40:26 +01:00
Bram Matthys
99c3fd3c36
Mistake caused by commit from yesterday, strlcpy arguments have always been very logical...
2016-03-02 14:12:30 +01:00
Bram Matthys
fa7acafb78
Update release notes a little
2016-03-02 13:46:46 +01:00
Bram Matthys
2f7543f846
Fix NULL pointer crash if sending malformed server-to-server traffic,
...
in this case an incorrect IP in USER (#4553 ). Probably someone trying
to write their own services.
2016-03-02 13:44:56 +01:00
Bram Matthys
1e25578c42
Add ability to hide quit messages of *LINEd users. Suggested by Aubrey, patch mostly from Zoddo ( #3993 ).
2016-02-29 14:22:49 +01:00
Bram Matthys
d540d65251
Add include for badwords.h to unrealircd.h
2016-02-29 14:00:56 +01:00
Bram Matthys
942f87d886
Merge pull request #43 from fduchene/patch-1
...
Allow shunned users to use the PING command (not to be confused with CTCP PING)
2016-02-29 13:56:44 +01:00
Bram Matthys
8c53075c92
Merge pull request #47 from blank4/unreal40
...
Use #include "unrealircd.h" in more files (#4516 )
2016-02-29 13:51:01 +01:00
Bram Matthys
9b84f057ab
Merge pull request #48 from Adam-/unreal40+svsmodeuid
...
svsmode: Don't show user their uid in MODE
2016-02-29 13:48:29 +01:00
Adam
2ae7fc2ef6
svsmode: Don't show user their uid in MODE
2016-02-12 09:52:30 -05:00
Bram Matthys
d8ffeefd92
Free moddata also for non-clients.
2016-02-03 11:33:40 +01:00
Bram Matthys
f7dd3cedd8
Fix minor linking bug which permitted a server to link in which used me::name, IF you had a link block for it. Reported by vNode1 ( #4559 ).
2016-01-31 20:46:52 +01:00
Bram Matthys
0905936622
Merge branch 'unreal40' of github.com:unrealircd/unrealircd into unreal40
2016-01-30 10:46:45 +01:00
Bram Matthys
9f4bd7228a
Logging to "syslog" was broken. It was creating a log file called "syslog" instead.
...
Reported by magic000 (#4562 ).
2016-01-30 10:45:57 +01:00
Travis McArthur
cbf8f9f265
Update Config to use Homebrew OpenSSL by default
2016-01-23 15:04:41 -08:00
Bram Matthys
4d0dbd40c4
Mention MOTD in example.conf and refer to new wiki article.
2016-01-20 10:55:15 +01:00
Bram Matthys
51ef387e89
Some services send SVSJOIN & SVSPART from a user source. Has no benefit in UnrealIRCd but we'll allow it since it was permitted before.
2016-01-15 18:08:12 +01:00
Bram Matthys
c6a48bd6be
Forgot to bump version number at one of the X places.
2016-01-13 18:33:59 +01:00
Bram Matthys
8357457b7e
Fix m_uid not handling collissions of 'unknowns'.
2016-01-13 16:38:09 +01:00
blank4
a225a93800
use #include "unrealircd.h" in modules/usermodes
2016-01-13 11:39:46 +00:00
blank4
4153df7f8f
use #include "unrealircd.h" in modules/chanmodes
2016-01-13 11:38:21 +00:00