Commit graph

  • 046eb67100 - Fix -DDEFAULT_PERMISSIONS=0 support. Previously, support.c:unreal_copyfile() would create files with no permissions, breaking loadmodule. (#0003905) binki 2010-05-05 23:59:27 +0000
  • 23f72648c4 - Clarify/expand alias block documentation, especially for alias::type=command; (#0003902) binki 2010-05-05 22:50:31 +0000
  • c0790e90de - Remove the Compile as hub/leaf'' concept as I'm quite sure this doesn't actually do anything (#0003891) binki 2010-05-05 22:39:18 +0000
  • 5f05b3c80b - Update Unreal.nfo with information about new support network setup (#0003904) binki 2010-05-05 21:55:13 +0000
  • 0c939fa194 Automatic weekly version update: 201018 autoupdate 2010-05-02 23:00:10 +0000
  • 24d0463d4c Automatic weekly version update: 201017 autoupdate 2010-04-25 23:00:15 +0000
  • 8e26c4b540 linking bug & ipv6 thing (the latter is completely untested): - IPv6: it seems some recent Linux dists decided to make IPv6 sockets IPv6-only, instead of accepting both IPv4&IPv6 on them like until now. FreeBSD (and other *BSD's) already did that move a few years back, requiring server admins to sysctl. We now make use of a new option to explicitly disable "IPv6-only". This should work fine on Linux. Whether it provides a complete solution for FreeBSD, I don't know, testing is welcome! In theory setting net.inet6.ip6.v6only to 0 should no longer be needed, but you might still need to enable ipv6_ipv4mapping. - Fix stupid issue where current CVS would no longer link TO an earlier Unreal server (eg: outgoing connect to a 3.2.8 hub). Reported by ohnobinki (#0003901). Bram Matthys 2010-04-25 19:14:55 +0000
  • cd3dd80c54 Automatic weekly version update: 201016 autoupdate 2010-04-18 23:00:17 +0000
  • e3be08d5d1 Automatic weekly version update: 201014 autoupdate 2010-04-04 23:00:21 +0000
  • 84a19ab091 Automatic weekly version update: 201013 autoupdate 2010-03-28 23:00:16 +0000
  • e422f24d52 Automatic weekly version update: 201012 autoupdate 2010-03-22 00:00:10 +0000
  • a7ea2f49b3 Automatic weekly version update: 201011 autoupdate 2010-03-15 00:00:04 +0000
  • b245850fb0 update donators. Bram Matthys 2010-03-08 16:24:22 +0000
  • 86d8796b77 Automatic weekly version update: 201010 autoupdate 2010-03-08 00:00:12 +0000
  • e47baea5da - Made '/REHASH -motd' really rehash *all* MOTD, OPERMOTD, BOTMOTD and RULES files. Reported by bitmaster (#0003894). Bram Matthys 2010-03-03 13:56:28 +0000
  • 982e5a82c0 Automatic weekly version update: 201009 autoupdate 2010-03-01 12:14:53 +0000
  • 1af446e5a3 clarify UNREAL_VERSION_TIME: the week # is ISO week. Bram Matthys 2010-03-01 12:08:38 +0000
  • fb68c66f31 - Updated ./Config description for NOSPOOF, it already said it protects against HTTP POST proxies, now added some extra text to say it also protects against the Firefox XPS IRC Attack. Also made NOSPOOF enabled by default on *NIX (this was already the case on Windows). - Updated ./Config description for DPATH. Seems quite some people answer this question wrong, and when that happens, you only get some obscure error when running './unreal start'. - Fixed 'unreal' script to give a better error if it cannot find the IRCd binary. Bram Matthys 2010-03-01 11:49:30 +0000
  • a41384b37f - Removed old dgets() and crc32 function (code cleanup) Bram Matthys 2010-02-13 13:09:46 +0000
  • ef745b3423 - We now no longer treat \ (backslash) in *MOTD and RULES files as special. Previously this caused some really odd behavior. Backslashes are now treated as-is, so no special escaping is necessary. Reported by DelGurth (#0003002). - Removed old dgets() function Bram Matthys 2010-02-13 13:07:19 +0000
  • d4d58c1247 - Better document /REHASH flags. No longer document some flags as they are redundant and confusing. Also removed an old statement saying k-lines would be erased on rehash which is not true. Documented '/rehash -dns'. Reported by ohnobinki (#0003881). Bram Matthys 2010-02-13 12:48:33 +0000
  • bd999808d7 - Updated pkg-config m4 macro (now 0.23) for configure, patch from ohnobinki (#0003889). Bram Matthys 2010-02-13 11:22:53 +0000
  • ee078bb165 Removed old coders, pretty outdated... Bram Matthys 2010-02-11 17:38:41 +0000
  • ab2776eb6b - Another c-ares fix for Solaris 10, this time it had to do with PATH_SEPARATOR, the exact error was: error: PATH_SEPARATOR not set. Reported by j0inty, patch provided by ohnobinki (#0003887). Bram Matthys 2010-02-08 17:04:42 +0000
  • b2332556ac - Fix for --with-system-cares, reported and patch provided by ohnobinki (#0003890). Bram Matthys 2010-02-08 16:59:06 +0000
  • 3bcb2fe524 - Reverted the revert and updated one line to fix the fix. Bram Matthys 2010-02-08 16:50:35 +0000
  • d794786ec0 - Patch from above is (temp.) reverted, Unreal wouldn't compile without curl. Bram Matthys 2010-01-27 09:13:20 +0000
  • 8171ea4fd8 - Added patch from ohnobinki (#0003888), only slightly edited, which improves curl detection, added checks to see if curl actually works (print out a clear curl error during configure, instead of getting an error during 'make'), and we now error when using --enable-libcurl without --with-system-cares if the system curl depends on c-ares. This is because this can cause ABI incompatability between curl's c-ares and our c-ares, which leads to odd issues such as: Could not resolve host: www.example.net (Successful completion) And possibly other weird issues, perhaps even crashes. Bram Matthys 2010-01-25 20:23:59 +0000
  • 89e70ff23f woops.. set -x ;) Bram Matthys 2010-01-25 10:55:21 +0000
  • a19e31dbd0 update doc lowdigit 2010-01-23 12:59:54 +0000
  • 75ce9d27e7 again doc update lowdigit 2010-01-18 14:05:04 +0000
  • 9c22c743c6 doc update lowdigit 2010-01-18 14:03:38 +0000
  • 1defbfc962 *** empty log message *** lowdigit 2010-01-18 13:56:16 +0000
  • 1d79699c0d another test lowdigit 2010-01-16 19:13:55 +0000
  • 341bb11423 test lowdigit 2010-01-16 19:13:34 +0000
  • 9259ddee06 - Added set::uhnames setting which can be used to disable uhnames by setting it to 'no', the default is 'yes' (on). Requested by Robin (#0003885) as UHNAMES may increase the time of the nick list being loaded from 1 to 4 seconds when joining several channels with more than 1000 users. As this problem is only present on some networks, we keep UHNAMES enabled by default. Bram Matthys 2010-01-12 18:30:36 +0000
  • 9d3c5ce8e1 - Fixed a /RESTART issue on Linux: Unreal did not properly close all file- descriptors. Because of this, Unreal did not restart properly as you would get an "Address already in use" error. This only seemed to happen when logging to syslog, or when there was something wrong with syslogd. Reported by Mouse (#0003882). Bram Matthys 2010-01-04 13:22:34 +0000
  • 32ab3cba8b woops.. credit ;) Bram Matthys 2010-01-04 13:12:29 +0000
  • 7ad6dcd977 - Fixed a /RESTART issue on Linux: Unreal did not properly close all file- descriptors. Because of this, Unreal did not restart properly as you would get an "Address already in use" error. This only seemed to happen when logging to syslog. - Fixed a similar issue with syslog (and debugmode) and closing fd's as well: the first port we listened on would not open up, ircd did not log any error. Bram Matthys 2010-01-04 13:11:03 +0000
  • 6b28bfd1b7 curl auto-installation: - Made ./Config description about remote includes a bit more clear. - When you now answer Yes to Remote includes in ./Config and $HOME/curl does not exist, it now asks you if you want to automatically download and install curl (which is done by ./curlinstall). This has been tested on Linux, further testing on f.e. FreeBSD is required. Bram Matthys 2010-01-03 16:24:48 +0000
  • cb7c1a821b test Bram Matthys 2010-01-01 20:23:37 +0000
  • e3da8c7ebe test Bram Matthys 2010-01-01 20:22:41 +0000
  • 55fbab833b test Bram Matthys 2010-01-01 20:22:23 +0000
  • ee2f4f5f22 empty line Bram Matthys 2010-01-01 20:02:15 +0000
  • dddc8f07e4 PROTOCTL EAUTH/SERVERS/new linking protocol: - Server protocol: added PROTOCTL EATH=servername, which allows us to authenticate the server very early in the handshake process. That way, certain commands and PROTOCTL tokens can 'trust' the server. See doc/technical/protoctl.txt for details. - Server protocol: between new Unreal servers we now do the handshake a little bit different, so it waits with sending the SERVER command until the first PROTOCTL is received. Needed for next. - Server protocol: added PROTOCTL SERVERS=1,2,3,4,etc by which a server can inform the other server which servers (server numeric, actually) it has linked. See doc/technical/protoctl.txt and next for details. - When our server was trying to link to some server, and at the same time another server was also trying to link with us, this would lead to a server collision: the server would link (twice) ok at first, but then a second later or so both would quit with 'Server Exists' with quite some mess as a result. This isn't unique to Unreal, btw. This happened more often when you had a low connfreq in your link blocks (aka: quick reconnects), or had multiple hubs on autoconnect (with same connfreq), or when you (re)started all servers at the same time. This should now be solved by a new server handshake design, which detects this race condition and solves it by closing one of the two (or more) connections to avoid the issue. This also means that it should now be safe to have multiple hubs with low connfreq's (eg: 10s) without risking that your network falls apart. This new server handshake (protocol updates, etc) was actually quite some work, especially for something that only happened sporadically. I felt it was needed though, because (re)linking stability is extremely important. This new feature/design/fix requires extensive testing. This feature can be disabled by: set { new-linking-protocol 0; }; Bram Matthys 2010-01-01 19:49:06 +0000
  • 080a2d6810 Automatic weekly version update: 200952 autoupdate 2009-12-28 05:00:05 +0000
  • cb385bc103 changes of week52: unreal3_2_fixes doc/example.de.conf doc/unreal32docs.de.html stylus740 2009-12-27 08:48:28 +0000
  • feb5d81406 update unreal-notify mailinglist link (old one 404'd), add forums link. Bram Matthys 2009-12-24 09:30:50 +0000
  • 0039f7db25 - Removed log target 'kline' from documentation, as it didn't do anything (use 'tkl' instead). Reported by nephilim and Stealth (#0003849). Bram Matthys 2009-12-22 13:49:05 +0000
  • 75685b1684 Automatic weekly version update: 200951 autoupdate 2009-12-21 05:00:03 +0000
  • 1eb2a21b49 Typo correction in Files Block angrywolf 2009-12-15 13:04:59 +0000
  • 8f1f47aece - Added missing section 'Files block' (for some reason I missed the diff mail for it). - Grammar correction (removed the affix from irc.unrealircd.org so it's easier to update correctly). angrywolf 2009-12-15 12:59:46 +0000
  • 20c00d3697 Changes of week 50 angrywolf 2009-12-15 12:23:15 +0000
  • 086d464c8a Automatic weekly version update: 200950 autoupdate 2009-12-14 05:00:03 +0000
  • 49fa3ed3d8 unreal32docs.de.html changes of week 50 stylus740 2009-12-12 11:45:00 +0000
  • 8b637e344b Automatic weekly version update: 200949 autoupdate 2009-12-07 05:00:04 +0000
  • f5d9a87f08 - Use RPL_STARTTLS/ERR_STARTTLS numerics Bram Matthys 2009-12-06 16:59:15 +0000
  • 5a0a71de03 - Added support for STARTTLS. This allows users to switch to SSL without having to use a special SSL-only port, they can simply switch to SSL on any port. This is currently only supported by few clients (such as KVIrc 4). This functionality can be disabled by setting set::ssl::options::no-starttls, for example if you don't want to offer SSL to your users and only want it to be used for server to server links. Naturally, the IRCd must be compiled with SSL support for STARTTLS to work. - Fixed SSL_ERROR_WANT_READ in IRCd_ssl_write() Bram Matthys 2009-12-06 16:52:52 +0000
  • a5bd782cdf - Made the timesynch log output more clear and understandable. - Added an 'UnrealIRCd started' log message on startup. Bram Matthys 2009-12-06 16:31:42 +0000
  • 829247a272 Automatic weekly version update: 200948 autoupdate 2009-11-30 05:00:07 +0000
  • 6aab6d748d hmmm... dilemma... Bram Matthys 2009-11-29 16:12:44 +0000
  • 7dee0cdcf1 - Added support for "chained" extbans. Put simply this allows extban combinations such as ~q:~c:#test to only silence users on #test, for example. This feature is enabled by default, but can be disabled during ./Config -advanced. Module support for this feature must note the following: - For is_ok function, the extban can either assign extban_is_ok_nuh_extban, which will deal checking a chained extban (including checking for restricted extbans), or it can call that function from its own is_ok routine. For the latter case, remember to pass only the mask part of your ban format (ie, don't just pass para as otherwise it'll just call your is_ok again). - For conv_param function, the extban can either assign extban_conv_param_nuh_or_extban, which will automatically call conv_param for a chained extban, or pretty up a n!u@h mask. - For is_banned, the extban should call ban_check_mask with the mask part of the parameter. This will automatically call is_banned for a stacked extban, or match against a n!u@h. n!u@h is checked against the current user (ie, with the info in the globals ban_ip, etc), so things can get weird if you call this outside a normal ban check. Modules must keep in mind that chained extban support is not available (and neither are the three functions above) if DISABLE_STACKED_EXTBANS is #defined (this is controled by Config). Modules will not compile/load if they try to use them anyway. This change should not break extban modules, and should need some more extensive testing. - Misc fix for disabling extban chains, should've done stuff in our autoconf stuff instead of hacking configure directly :P . Bram Matthys 2009-11-29 12:46:29 +0000
  • 0ebf84d100 this is not the way it should be done... but i have no time to fix the real issue. Bram Matthys 2009-11-29 11:56:54 +0000
  • aceb72f52e doc/unreal32docs.de.html Last Chanes of week 48 stylus740 2009-11-28 18:54:48 +0000
  • a28d62c5f0 doc/unreal32docs.de.html - Changes of week 48 stylus740 2009-11-28 18:49:44 +0000
  • 236808d8b4 - set::level-on-join now also supports voice, halfop, protect and owner. Requested by katsklaw (#0003852). Partial patch provided by katsklaw and morpheus_pl. Bram Matthys 2009-11-23 15:11:20 +0000
  • 9c234ffdf8 - Added special caching of remote includes. When a remote include fails to load (for example when the webserver is down), then the most recent version of that remote include will be used, and the ircd will still boot and be able to rehash. Even though this is quite a simple feature, it can make a key difference when deciding to roll out remote includes on your network. Previously, servers would be unable to boot or rehash when the webserver was down, which would be a big problem (often unacceptable). The latest version of fetched urls are cached in the cache/ directory as cache/<md5 hash of url>. Obviously, if there's no 'latest version' and an url fails, the ircd will still not be able to boot. This would be the case if you added or changed the path of a remote include and it's trying to fetch it for the first time. To disable this new behavior, check out REMOTEINC_SPECIALCACHE in include/config.h. Bram Matthys 2009-11-23 09:43:10 +0000
  • 22bf17ddc7 - When an incorrect command line argument is passed, the IRCd will no longer boot. Previously it said 'Server not started' but started anyway. Reported and patch provided by ohnobinki (#0003870). Bram Matthys 2009-11-23 08:41:53 +0000
  • 355cc16d32 Automatic weekly version update: 200947 autoupdate 2009-11-23 05:00:04 +0000
  • 2ed84ed506 - Fixed bug reported by mut80r (#0003867) where locops didn't get a proper vhost when set::hosts::local had a 'user@host' syntax instead of just 'host'. Also fixed a bug with regards to +x on-oper with locops. Bram Matthys 2009-11-22 13:34:12 +0000
  • e92e2c22c3 - Applied patch from ohnobinki (#0003863) which makes run-time configuration of files (tune, pid, motd) possible. Bram Matthys 2009-11-22 12:23:00 +0000
  • 51d30af3fd - Applied patch from k4be (#0003866) which introduces a new packet hook (HOOKTYPE_PACKET). Replacing the 'text to be sent' to a client is supported, which allows character(set) conversion in a module. Note that modifying an incoming message by the hook is not supported. Bram Matthys 2009-11-22 12:10:56 +0000
  • 945bceb218 Automatic weekly version update: 200946 autoupdate 2009-11-16 05:00:03 +0000
  • 169f754f01 Automatic weekly version update: 200945 autoupdate 2009-11-09 05:00:04 +0000
  • c7ea6217e5 - Fixed IPv4 ip's in link::bind-ip on IPv6 builds. This caused issues ranging from not binding to that ip when linking, to not being able to link at all. Also fixed a very small memory leak upon /REHASH. Bug reported by Mr_Smoke (#0003858). Bram Matthys 2009-11-04 10:46:57 +0000
  • f60c2574d3 Automatic weekly version update: 200944 autoupdate 2009-11-02 05:00:04 +0000
  • c6c2cf9371 Automatic weekly version update: 200943 autoupdate 2009-10-26 05:00:04 +0000
  • 4d79d9f5d2 Automatic weekly version update: 200942 autoupdate 2009-10-19 05:00:03 +0000
  • 8bf078190e Automatic weekly version update: 200941 autoupdate 2009-10-12 05:00:04 +0000
  • 1922d94bf9 Automatic weekly version update: 200940 autoupdate 2009-10-05 05:00:03 +0000
  • 4ea0a642ff Automatic weekly version update: 200939 autoupdate 2009-09-28 05:00:04 +0000
  • 110b0aa9ac Automatic weekly version update: 200938 autoupdate 2009-09-21 05:00:03 +0000
  • d9a77b8112 Automatic weekly version update: 200937 autoupdate 2009-09-14 05:00:03 +0000
  • c6ca269538 Automatic weekly version update: 200936 autoupdate 2009-09-07 05:00:03 +0000
  • 2921b50e00 Automatic weekly version update: 200935 autoupdate 2009-08-31 05:00:04 +0000
  • 125102aad7 - class name 'default' is reserved. Using it caused the ircd to crash on-boot, reported by Dragon_Legion (#0003864). Bram Matthys 2009-08-26 10:27:04 +0000
  • a5deb6bb23 Automatic weekly version update: 200934 autoupdate 2009-08-24 05:00:04 +0000
  • 6319b36e2a Automatic weekly version update: 200933 autoupdate 2009-08-17 05:00:03 +0000
  • 660f7d97c4 #3865 -- reported by fbi Bram Matthys 2009-08-15 15:10:57 +0000
  • 7ca4d97ae9 Automatic weekly version update: 200932 autoupdate 2009-08-10 05:00:03 +0000
  • 4558c380c5 Automatic weekly version update: 200931 autoupdate 2009-08-03 05:00:03 +0000
  • fa0060ed27 Automatic weekly version update: 200930 autoupdate 2009-07-27 05:00:03 +0000
  • 147b5013aa Automatic weekly version update: 200929 autoupdate 2009-07-20 05:00:04 +0000
  • 9b7033b9fe Automatic weekly version update: 200928 autoupdate 2009-07-13 05:00:03 +0000
  • cd19366da1 Automatic weekly version update: 200927 autoupdate 2009-07-06 05:00:04 +0000
  • 57618c1c6d Automatic weekly version update: 200926 autoupdate 2009-06-29 05:00:04 +0000
  • 698660b485 Automatic weekly version update: 200925 autoupdate 2009-06-22 05:00:03 +0000
  • dc6eebbe09 Automatic weekly version update: 200924 autoupdate 2009-06-15 05:00:03 +0000
  • b070d8805c - Fixed issue where a negative time offset (either caused by ircd.tune or timesynch) made autoconnect not work for the duration of the offset (eg: -60 would make autoconnect wait 60 seconds after boot, instead of autoconnecting almost immediately). Reported by aragon (#0003853). Bram Matthys 2009-06-08 08:49:07 +0000
  • 69b7a3c35d Automatic weekly version update: 200923 autoupdate 2009-06-08 05:00:03 +0000