Commit graph

  • da7cd5f8cc Blacklist module will now no longer send server notices about users who have already been klined/glined (earlier). Bram Matthys 2015-10-04 11:19:24 +0200
  • 792dd9a63c Merge pull request #36 from dboyz/3539 Bram Matthys 2015-10-01 21:01:16 +0200
  • 20c7e8d825 [#3539]: Validate if return string is NULL Daniel Tan 2015-10-02 02:00:56 +0800
  • ec3be52568 - Bram Matthys 2015-10-01 18:14:52 +0200
  • d059505c33 return value, now this function has been fixed to return int rather than void Bram Matthys 2015-09-22 10:45:31 +0200
  • 2f112c3efa Update hook prototypes (typechecking). Fix build. Forgot.. in 3.4 these return int now... Bram Matthys 2015-09-22 10:43:26 +0200
  • bd7aebc81e upd hook prototypes Bram Matthys 2015-09-21 13:40:36 +0200
  • 9ba9d65c7e Add GCC typechecking: we now validate HookAdd... calls, making sure the function (pointer) is as it should. This to avoid crashes and weird behavior in case of a mismatch. This resulted in 5-10 changes in the existing code where parameters were off. Hopefully I didn't make too many mistakes when writing the hook prototypes as it was a tedious job. An (unintentional) benefit of this new system is that you can see the hook prototypes in include/modules.h like: /* Hook prototypes */ int hooktype_local_quit(aClient *sptr, char *comment); .... Though, the wiki is likely a better place: https://www.unrealircd.org/docs/Dev:Hook_API Bram Matthys 2015-09-21 11:52:00 +0200
  • 3280c3639e Add runtime "listening on" message if listener is added. Bram Matthys 2015-09-20 17:08:49 +0200
  • cd6f127cfd Split "UnrealIRCd is now listening on.." message into IPv4 & IPv6 lines. Only display on-boot. Bram Matthys 2015-09-18 18:15:17 +0200
  • 331cdbc1d6 IRCd was applying set::restrict-usermodes to remote users, it shouldn't do that (#4418). Bram Matthys 2015-09-13 09:29:09 +0200
  • ae34c3626b Merge remote-tracking branch 'unrealircd/unreal34' into unreal34 Daniel Tan 2015-09-13 09:12:41 +0800
  • d0b53a9b09 For non-SID-capable servers: fix nenolod ripping out CLK and NICKIP capability checking. Bram Matthys 2015-09-12 11:25:31 +0200
  • 69a121278f De-duplicate code. Make sendto_serv_butone_nickcmd() use sendto_one_nickcmd(). Fixes bug reported by Adam. Bram Matthys 2015-09-12 11:16:02 +0200
  • af88bc7e19 Make port ranges work again in the listen block. Bram Matthys 2015-09-09 08:21:05 +0200
  • ada38f7ac3 Fix explicit password method in .conf no longer working, eg: password "....." { md5; }; Bram Matthys 2015-09-07 16:44:08 +0200
  • 177f102d26 Update example conf translations on new listen block. Bram Matthys 2015-09-07 15:45:04 +0200
  • 972ef43a81 Update listen block in example.conf to new format. Bram Matthys 2015-09-07 15:40:01 +0200
  • a89d64869b Upd release notes Bram Matthys 2015-09-07 13:48:11 +0200
  • 493ac9aec9 Add 'r' to flags if compiled with remote includes support. Suggested by katsklaw (#4002). Bram Matthys 2015-09-07 12:59:00 +0200
  • 74f2c10e2e Remote includes cache was only written after the first /REHASH. Now also on-boot, as it should. Bram Matthys 2015-09-07 12:37:54 +0200
  • 09191c47b2 Fix remote include caching for URL's that end in a / (#4409 too) Bram Matthys 2015-09-07 12:24:19 +0200
  • c12d05182e Fix remote includes cache not working. Reported by Eman (#4409). Bram Matthys 2015-09-07 12:14:15 +0200
  • ec8a7215bd Fix /GLINE 'ban too broad' error when the ban was perfectly OK. Bram Matthys 2015-09-07 11:58:31 +0200
  • 926bbbcec9 Show remote server IP to ircops in outgoing connects, both on success and failure. Makes things easier to debug. Bram Matthys 2015-09-07 11:45:38 +0200
  • 123b91cfe1 Server linking: fix crash on outgoing connect when link::outgoing::hostname is a.. hostname. Bram Matthys 2015-09-07 11:42:26 +0200
  • 99fb8dbfd6 Use unrealircd.org and not unrealircd.com in e-mail addresses, URL's, etc. Also use https:// Bram Matthys 2015-09-06 10:37:03 +0200
  • 208e93ce8e Update list of donators. Bram Matthys 2015-09-06 10:29:21 +0200
  • 13d7da7a7b Update release notes and bump version to 3.4-beta4. Bram Matthys 2015-09-06 10:09:19 +0200
  • 15469cae2e Send version information in SERVER command like before (VL). Expand PROTOCTL EAUTH. PROTOCTL EAUTH=servername,protocolversion,flags,unrealversiontext This makes deny link { } work again and gives a bit more information too. Bug reported by GLolol (#4408). Bram Matthys 2015-09-05 12:06:55 +0200
  • 8c9ddb4767 Server protocol documentation moved to the wiki at https://www.unrealircd.org/docs/Server_protocol Bram Matthys 2015-09-05 09:43:00 +0200
  • 8e87a963a1 Not important, but.. when server linking, send password just once and not twice. Bram Matthys 2015-09-04 12:30:07 +0200
  • 9b0bd01749 Fix crash on (outgoing) server linking attempt. Bram Matthys 2015-09-04 12:22:39 +0200
  • 01244b1710 Fix OpenBSD compile problem regarding sys/timeb.h. Reported by cman351 (#4398). More use of unrealircd.h. Bram Matthys 2015-09-04 11:59:53 +0200
  • 67fe4479ec Fix (harmless) curl compile warning, reported by warg (#3987). Bram Matthys 2015-09-04 11:32:04 +0200
  • 03616cb853 Fix UnrealIRCd hanging on SSL clients, thus freezing the IRCd. Reported by Eman (#4406). Bram Matthys 2015-09-04 11:14:06 +0200
  • 237d22249b Apparently forgot to run ./autogen.sh - strange nobody noticed :D Bram Matthys 2015-09-03 18:47:41 +0200
  • f44ad7e608 Fix possible crash on boot with bind/listen errors. Bram Matthys 2015-08-31 09:30:59 +0200
  • 77e092573d Fix compile problem (without remote includes) caused by yesterday changes. Bram Matthys 2015-08-31 09:19:49 +0200
  • 42cec683df Fix crash when you run './unrealircd mkpasswd bcrypt' on the command line. Reported by Eman (#4403). Bram Matthys 2015-08-30 09:53:40 +0200
  • f211a5424a Accept relative path if you boot the binary with -f cfgfile Bram Matthys 2015-08-30 09:50:47 +0200
  • 281ad03681 Remote includes were broken. Also set::ssl::certificate only worked with absolute paths. Both issues were reported by Eman (#4401, #4402). Bram Matthys 2015-08-30 09:40:51 +0200
  • 452aa02737 SSL: use ECDHE key only once (per session) for better forward security. Bram Matthys 2015-08-17 11:43:18 +0200
  • 37a6c078ff Disable SSL tickets to improve forward security. Isn't that useful on IRC anyway (hence session cache was already off). Bram Matthys 2015-08-17 11:37:27 +0200
  • 4378667303 SSL: Add support for ECDHE for forward secrecy. Bram Matthys 2015-08-17 11:10:25 +0200
  • f0bba94144 Disable SSLv3. Bram Matthys 2015-08-16 21:10:53 +0200
  • c17d0291c9 Update release notes. 3.4-beta3 release now. Bram Matthys 2015-08-16 15:09:30 +0200
  • 0256ea08df Fix SASL crash Bram Matthys 2015-08-16 15:08:30 +0200
  • 5755721d5f Last minute change to ./Config Bram Matthys 2015-08-16 15:07:17 +0200
  • 78f1540ec5 UnrealIRCd 3.2.10.5 release Bram Matthys 2015-08-16 15:05:42 +0200
  • 502e48bdfa Fix SVSMODE Servers only command. Reported by goXXip (#4391). Similar to previous issue. Bram Matthys 2015-08-15 18:36:33 +0200
  • 974ccb1066 SVSKILL may be sent from pseudo user Bram Matthys 2015-08-15 18:35:28 +0200
  • e4139a3c79 update release notes (crash reporter) Bram Matthys 2015-08-15 18:19:10 +0200
  • 787563beef Change version to 3.4-beta3 (some fixes will follow though, before release) Bram Matthys 2015-08-15 18:12:47 +0200
  • 6a5515d4dc Fix crash on outgoing server connect if ident checking was enabled (bug introduced a few weeks ago). Bram Matthys 2015-08-15 14:52:39 +0200
  • ad23afc81f Improve (error) messages shown on console while booting. Fatal boot errors are now shown on the console, no need to check ircd.log. Bram Matthys 2015-08-10 21:50:23 +0200
  • c5335a6866 Make all bind errors fatal. Log on which ports UnrealIRCd is listening on. Bram Matthys 2015-08-10 17:45:55 +0200
  • 351c4a5107 remove debugging inetport() thingy Bram Matthys 2015-08-10 17:23:17 +0200
  • 3d60e89e54 When log::maxsize is specified the ircd will now rename the log file to [nameoflogfile].old when it reaches the maximum size (any previous ircd.log.old will be overwritten). This is much more useful than just truncating the log file (= all contents are lost). Bram Matthys 2015-08-09 17:26:33 +0200
  • 810feea66f Merge pull request #33 from dboyz/recvq,sendq Bram Matthys 2015-08-09 17:12:34 +0200
  • fb157899dc Implemented #1613: When doing a remote /REHASH show the rehash result (such as warnings and errors encountered). Bram Matthys 2015-08-09 16:18:27 +0200
  • 54f30886d2 Fix server linking (outgoing) not working after IPv4/IPv6 split a week ago. Bram Matthys 2015-08-09 16:12:38 +0200
  • a18596c9b5 Nowadays OpenSSL is using the following official binary compatbility policy: for version A.B.Cd as long as A.B is the same for both runtime & compiled time then it's compatible. Bram Matthys 2015-08-09 15:24:20 +0200
  • 20d8f876c8 Fix crash on startup if using the dnsbl block with multiple replies. Reported by Hero (#4392). Bram Matthys 2015-08-09 15:10:53 +0200
  • f985f21c54 even better Bram Matthys 2015-07-29 18:48:17 +0200
  • ebc61fe603 Reject bans with ASCII < 32. There's no reason to allow these.. Bram Matthys 2015-07-29 18:44:39 +0200
  • 13089a6958 Show IPv6 nameservers in '/QUOTE DNS i'. This requires c-ares >=1.7.1. Since 1.7.1 is from March 2010 that should be okay ;) Bram Matthys 2015-07-29 17:53:43 +0200
  • a843cec6bc like I said Bram Matthys 2015-07-29 17:41:14 +0200
  • 9b97e28ccd Remove unused settings. Bram Matthys 2015-07-29 17:39:29 +0200
  • 09895c67f1 set::stats-server is optional, however if it was missing then if an oper did '/STATS S' the ircd would crash. Bram Matthys 2015-07-29 16:03:45 +0200
  • e627d3682c pass by ref instead of pass by value for chmode_str() Bram Matthys 2015-07-29 16:03:25 +0200
  • 8df16d5a83 kill some warnings (mostly bogus) Bram Matthys 2015-07-29 15:55:31 +0200
  • 2bd5345eec quick fix for flood counters being reset on /REHASH. will use moddata later so we can reload ok again. Bram Matthys 2015-07-29 13:13:09 +0200
  • 0bcc8494b7 Fix some FIXME's. Remove unused set::dns::nameserver (actually it was a fallback if /etc/resolv.conf etc failed but.. well.. not anymore!) Bram Matthys 2015-07-29 13:09:26 +0200
  • 8a3d1b22f1 Move too broad ban checking to ban_too_broad(usermask,hostmask) function. TODO: more config shit. Bram Matthys 2015-07-29 13:00:29 +0200
  • b12ee99ab2 like I said. Bram Matthys 2015-07-29 12:42:06 +0200
  • 14aca6bcde Remove unused alloca stuff. Fix windows warnings. Bram Matthys 2015-07-29 12:30:40 +0200
  • 8c86721c55 Fix some Windows compile warnings Bram Matthys 2015-07-29 12:19:29 +0200
  • 49bb80901e Add './unrealircd upgrade-conf' code for upgrading the listen block to the new syntax. Bram Matthys 2015-07-29 11:50:23 +0200
  • ff0b4aba75 New style listen block: listen { ip *; port 6667; };. Why? Mainly because the old style looks strange for IPv6 (brackets and stuff). Bram Matthys 2015-07-29 11:37:51 +0200
  • 6410f82162 don't care. Bram Matthys 2015-07-29 11:01:38 +0200
  • 4a890e3915 Add IPv6 info to release notes. Bram Matthys 2015-07-29 11:00:20 +0200
  • c19165c8a6 Remove remaining INET6 defines and questions, as it's now always the default. Bram Matthys 2015-07-29 10:42:40 +0200
  • ae23d99e07 Get rid of #if INET6 stuff, as all supported OS's support IPv6 at compile time. Use set::options::disable-ipv6 to disable IPv6 at runtime. Cleanup unused IPv6 structs/vars/functions/.. Bram Matthys 2015-07-29 10:31:12 +0200
  • 3b217f083a Make IPv6 work on Windows Bram Matthys 2015-07-29 09:50:36 +0200
  • c8a5bfd2b4 like I said.. Bram Matthys 2015-07-28 22:26:24 +0200
  • a29baf96f6 upgrade some ipv4-only stuff. Also set:🔗:bind-ip was broken in multiple ways. Bram Matthys 2015-07-28 22:24:17 +0200
  • fa87577918 and some more. Bram Matthys 2015-07-28 22:14:58 +0200
  • 49fb284096 finishing up.. Bram Matthys 2015-07-28 21:48:25 +0200
  • ea7a080154 remove more unused functions Bram Matthys 2015-07-28 21:44:32 +0200
  • 47ec1da3f5 Remove unused functions Bram Matthys 2015-07-28 21:42:40 +0200
  • 6f34a8203d Another interim commit for ipv4/ipv6 socket split. Compiles now, and client connects. Still plenty to fix.. Bram Matthys 2015-07-28 17:56:40 +0200
  • b072a80638 get rid of local->ip stuff in throttle Bram Matthys 2015-07-28 17:47:40 +0200
  • 46ee510da6 ipv4/ipv6 split. interim commit (does not compile) Bram Matthys 2015-07-28 17:42:24 +0200
  • 63724c312b Use acptr->ip Bram Matthys 2015-07-28 16:21:08 +0200
  • 3577583eaf ipv4/ipv6 split - phase 1 (unstable!!) Bram Matthys 2015-07-28 16:20:00 +0200
  • d15701bced Make ident code more ipv4/ipv6 neutral. This will break things until we do the socket split. Bram Matthys 2015-07-28 14:44:42 +0200
  • 3ffa547d2e Remove more acptr->local->ip stuff, and fix some code from minutes ago. Bram Matthys 2015-07-28 14:19:18 +0200
  • a6a5e93524 We already check for 'too many unknown connections from your IP' in add_connection(). Bram Matthys 2015-07-28 14:15:30 +0200
  • 8e30acda41 More local->ip & INET6 stuff removed. Bram Matthys 2015-07-28 14:14:52 +0200