Commit graph

  • 003de86893 Changes of week 46 in: doc/example.de.conf doc/help.de.conf doc/unreal32docs.de.html stylus740 2006-11-18 09:04:31 +0000
  • f4b75de32e Changes of week 46: removed some typo. bock 2006-11-18 08:54:39 +0000
  • 3c60bf826d Automatic weekly version update: 200646 autoupdate 2006-11-13 05:00:04 +0000
  • 0910bdfd81 Corrected doc about set::dns behavior and added set::pingpong-warning bock 2006-11-12 22:43:14 +0000
  • f3d578f2ec - Fixed a couple of typos and other one-line-text fixes at various places: reported by aegis (#3081), DanPMK (#2818), tabrisnet (#2974, #2970, #2467), penna (#2721), Brad (#2488), vonitsanet (#2467). - Made OpenSSL version dynamic, reported by buildsmart (#0002975). - Rejecting fake +z modes in conf, reported by rve (#0002532). Bram Matthys 2006-11-12 21:49:52 +0000
  • 34e54c958b - /INVITE's from people on the silence list are now (silently) ignored, suggested by White_Magic (#0002478). Bram Matthys 2006-11-12 20:27:22 +0000
  • ed9e2ccd64 - Snomask N: Don't show nickchanges for U-lines, reported by seneces (#0002636). - Fixed set::dns::bind-ip directive seen as duplicate, reported by aegis (#0003074). - set::dns::* block is now no longer mandatory. All info has always been read from /etc/resolv.conf (*NIX) or the registry (Win32), and the set::dns block is ignored (except for set::dns::bind-ip, but that's a special case). Suggested by many including djGrrr to make things slightly more logical (#0003019). - As a consequence of the above, set::dns blocks were removed from doc/example*conf. - Added two more characters to Catalan charset, reported by rmh (#0002995). - Added set::pingpong-warning [yes|no] which decides whether to send the "** If you are having problems connecting due to ping timeouts, please type /quote pong .." message to each client when NOSPOOF is enabled (usually on Win32). The default is NO. Previously this message was always sent if NOSPOOF was on, which often caused confusion among users. The message was intended for non-confirming clients, but these should be fixed by now, and those that were not fixed (self-made bots/etc) did often not understand the message anyway. Anyway, you can still turn it on ;). (#2680). Bram Matthys 2006-11-12 19:38:17 +0000
  • f33a2c0d06 - Fixed 'SVSMOTD !' not deleting the services motd in memory, reported by avb (#0003110). Bram Matthys 2006-11-12 18:58:18 +0000
  • c4adb49bbb extern int file_exists(char* file); Bram Matthys 2006-11-11 20:34:10 +0000
  • 5c8e1da371 - loadmodule now reports proper errors when the actual file can't be found, instead of blaming it on the temp file, reported in #3015. (aquanight backport) Bram Matthys 2006-11-11 20:33:41 +0000
  • 1d03d16fcb - Cutoff webtv whois at MAXTARGETS (#0003004). Bram Matthys 2006-11-11 20:25:03 +0000
  • 0848c29f5e - Fixed set::allowed-nickchars causing a segfault for some unknown charsets, reported by avb (#0003069). (aquanight backport) Bram Matthys 2006-11-11 20:15:42 +0000
  • 013c376c91 - Moved failed oper snotices to snomask +o, and are sent out to all servers. Also now shows the uid attempted (like [FAILEDAUTH] does) for incorrect host or maxlogin. Bram Matthys 2006-11-11 20:13:00 +0000
  • 313113cfbf Automatic weekly version update: 200645 autoupdate 2006-11-06 05:00:03 +0000
  • 0bc77f25f9 - Made win32 compile again, reported by Bock (#0003106). Bram Matthys 2006-11-05 20:13:10 +0000
  • 3fa0b692ce #if defined(DEBUGMODE) && !defined(_WIN32) Bram Matthys 2006-11-05 00:28:39 +0000
  • a7fbab3cb9 - Win32: Fixed a few compiler warnings, suggested by Zell (#0002890). Bram Matthys 2006-11-05 00:21:12 +0000
  • 078e26b128 - If the 'crypt' algorithm is used, then passwords were/are truncated to 8 characters. We now print a warning when this happens (both on the IRC command and command-line). Suggested by JasonTik (#0002953). Bram Matthys 2006-11-04 23:53:41 +0000
  • ab7c44f251 - Services timestamps are now always treated as an unsigned long (0..2^32-1), instead of accidently as signed long during netsynchs. This bug caused issues with values larger than 2147483647. Reported by avenger (#0002980). Bram Matthys 2006-11-04 22:25:27 +0000
  • 45ec1c7c51 - Win32: we now no longer crash if no access to write to service.log, suggested and patch by Xuefer (#0002886). Bram Matthys 2006-11-04 21:40:57 +0000
  • fe77be7070 - Win32: SSL private key prompt should now no longer crash. Patch provided by Alexey Markevich (#0002866). Bram Matthys 2006-11-04 13:23:37 +0000
  • af598b644f - [internal] Made a spamfilter_build_user_string function that will build the spamfilter user target string (nick!user@host:info), insteaf of doing it at like 5 places. - Spamfilter target 'u' (user): the host field (nick!user@HOST:realname) is now escaped with brackets if it's an IPv6 address, eg: blah!blah@[1:2:3:4:5:6:7:8]:hello, reported by aquanight and others (#0003010). Bram Matthys 2006-11-04 00:10:53 +0000
  • 691a5ef783 - Using SVSMODE (or SVS2MODE) to set -x will now actually remove the vhost from memory, instead of letting it magically reappear whenever +x is set. This means services can now properly "unvhost" a user by sending a "SVSMODE User -x+x" (then any existing vhost will be removed and user will have a cloaked host). Reported by avenger and others (#0002933). Bram Matthys 2006-11-03 23:32:24 +0000
  • 54c7b1f322 - Fixed m_names.so not being build (a problem for people not using commands.so), reported by aegis (#0003085). Bram Matthys 2006-11-03 22:40:30 +0000
  • f53a8e204d - Fixed deny link {} blocks being ignored by autoconnect. Reported by a couple people, also see #0003084. (backport from aquanight) Bram Matthys 2006-11-03 20:36:27 +0000
  • 4ba5134d52 - Fixed SVSO - not removing coadmin (+C). Reported by Muisje (#0003077). Bram Matthys 2006-11-03 20:33:56 +0000
  • 25684239fa - Fixed some unitialized pointer things for win32 w/ssl on keyprompt, no idea if it helps, though. Would appreciate it if another code looks into this. -- Syzop Bram Matthys 2006-11-03 19:31:21 +0000
  • fc3f121cf7 - Made it so that when 'java' is enabled for a listen block, then the 2nd parameter to NICK is not seen as a password on this port. Patch from afolentes (#0003097). Bram Matthys 2006-11-03 19:23:30 +0000
  • 4b3d9c126e - Updated ukrainian-w1251 and belarussian-w1251 charsets: some characters were previously included that shouldn't. Reported by avb (#0003102), patch supplied by Bock. Bram Matthys 2006-11-03 13:41:09 +0000
  • 61ebb53352 Automatic weekly version update: 200644 autoupdate 2006-10-30 05:00:04 +0000
  • b31f629d43 Update... Linebreaks fixed and all. Bram Matthys 2006-10-28 17:17:15 +0000
  • 7c3fb9ee6b - Fixed a couple of add_Command/del_Command lines in m_chgname and m_helpop trying to add the same token twice. Didn't cause any trouble, normally, though... Bram Matthys 2006-10-28 14:10:31 +0000
  • 8c8938a88d Automatic weekly version update: 200643 autoupdate 2006-10-23 05:00:04 +0000
  • d4c9f5432a Automatic weekly version update: 200642 autoupdate 2006-10-16 05:00:05 +0000
  • 78ce3ffe4f updates.. ;p Bram Matthys 2006-10-12 20:59:57 +0000
  • 57ec52f274 Updates Bram Matthys 2006-10-10 12:18:59 +0000
  • 271a62162d Automatic weekly version update: 200641 autoupdate 2006-10-09 05:00:04 +0000
  • 765fc3bde1 Automatic weekly version update: 200640 autoupdate 2006-10-02 05:00:04 +0000
  • 9aed223b17 - Fixed zlib version check: 1.x is compatible with all 1.*, etc. (#0002966). Bram Matthys 2006-09-28 20:43:52 +0000
  • 6ee4cf1ab5 credit.. Emre -> ironic ;P Bram Matthys 2006-09-27 17:41:04 +0000
  • 38d5833c5b - Added doc/example.tr.conf (Turkish), translated by Emre. Bram Matthys 2006-09-27 15:42:07 +0000
  • 1c1b90a801 - Added doc/help.tr.conf (Turkish), translated by Diablo. Bram Matthys 2006-09-26 12:23:57 +0000
  • 9dc8f5fce1 Automatic weekly version update: 200639 autoupdate 2006-09-25 05:00:03 +0000
  • 1db0cc7dcd - Fixed cloak cutoff problem with long hosts. Bram Matthys 2006-09-22 18:34:45 +0000
  • 262e2b2ca6 - Windows 2003: Fixed UnrealIRCd unable to boot if no DNS server is configured, we now fallback to set::dns::nameserver in such a case. Thanks to Romeo (reporter, #0002802) and Bock for tracing this down. Bram Matthys 2006-09-19 12:45:18 +0000
  • 4154d3ff5e Automatic weekly version update: 200638 autoupdate 2006-09-18 05:00:04 +0000
  • ac79932314 - Kick non-SSL users when the channel turns out to be +z during netmerge, reported by Ron2K (#0002942). (patch 90% by Trocotronic) Bram Matthys 2006-09-15 12:29:01 +0000
  • 45dd5b37f4 *Changes of week 36 bock 2006-09-11 18:16:28 +0000
  • b30ff15c65 Automatic weekly version update: 200637 autoupdate 2006-09-11 05:00:05 +0000
  • 6012a6e473 doc update of week 36 sinameki 2006-09-10 20:19:59 +0000
  • a138c0efb2 * Changes of week 36/06 mark 2006-09-10 16:43:07 +0000
  • bffba7fc75 Cambios semana 36/06 trocotronic 2006-09-09 13:03:48 +0000
  • a3807a8d0a Changes of week 36 unreal32docs.de.html stylus740 2006-09-09 11:13:16 +0000
  • 1adfad22f5 Ajout du support de FreeBSD 6.* babass 2006-09-08 15:46:45 +0000
  • 30dbdaa750 - Fixed small memory leak in resolver (~40 bytes when connecting to a server) - Made Unreal use the original name in case of a CNAME, instead of the forwarded name, reported by jerrcsnet (#0003054). - The "looking up your hostname" message was always sent, regardless of show-connect-info. Bram Matthys 2006-09-06 12:24:05 +0000
  • 40d234d182 Automatic weekly version update: 200636 autoupdate 2006-09-04 05:00:03 +0000
  • c81b7595ab - Fix for channel mode +f: It incorrectly didn't eat a paramter on unset (ouch!), even though it always acted like it did in the MODE line sent to the channel. This bug caused desynchs in some cases. Bug reported by Korfio (#0003048). - Fixes to SVSNICK: case-change no longer causes a collision, don't return the value from exit_client (which would be FLUSH_BUFFER), fix QUIT not being sent back on collision. - Fix for above so it doesn't -r the client. Bram Matthys 2006-09-03 20:50:12 +0000
  • 31aaee7652 - Fixed bug in MODE #channel showing extended channel mode parameters when not in #channel. - Made 'MODE #channel b' and friends show bans to ircops even when not in channel. Bram Matthys 2006-08-29 13:22:58 +0000
  • 745dbfcfe0 - Module coders: Fixed CALLBACKTYPE_CLOAK_EX, it was not working properly at all. Bram Matthys 2006-08-29 11:57:24 +0000
  • 198abda16c Automatic weekly version update: 200635 autoupdate 2006-08-28 05:00:04 +0000
  • 4ae3b7071b doc/unreal32docs.de.html Changes of week 34 stylus740 2006-08-26 08:27:05 +0000
  • 078915c8bd - Fixed some bugs in webtv code that could have caused trouble in the future (off by one), reported by Ilja van Sprundel. Bram Matthys 2006-08-23 11:15:23 +0000
  • 601eb71ba7 - Fixed SSL crash problem due to previous SSL change. Bram Matthys 2006-08-23 10:43:02 +0000
  • 78d7291dcb Automatic weekly version update: 200634 autoupdate 2006-08-21 05:00:04 +0000
  • 1c993b2b24 - Fixed /SAJOIN able to join insecure users to +z channels, reported by phedny (#0002601). Bram Matthys 2006-08-20 23:32:26 +0000
  • 38f4a154f3 - Small compile fix for above Bram Matthys 2006-08-20 23:24:41 +0000
  • 05f5cfe02b - The server SSL certificate and private key can now be reloaded without requiring a server restart, simply use: /REHASH -ssl Bram Matthys 2006-08-20 23:05:55 +0000
  • c97cfd7a32 - Removed server numeric output from /MAP for normal users (still visible to ircops). - Renamed unreal32docs.tk.html to unreal32docs.tr.html - Module coders: Added HOOKTYPE_POST_SERVER_CONNECT (1 param: cptr) which is called when a server connects, just like HOOTYPE_SERVER_CONNECT but this is actually called *after* all clients and channels are synched. Obviously needed for some modules which must synch data that refers to clients/channels that would otherwise not exist yet on the other side. Bram Matthys 2006-08-19 13:34:20 +0000
  • 30af83b7e3 Automatic weekly version update: 200633 autoupdate 2006-08-14 05:00:04 +0000
  • 06630b734d Automatic weekly version update: 200632 autoupdate 2006-08-07 05:00:04 +0000
  • c17fc7053d Mark 3.3* fork Bram Matthys 2006-08-05 13:48:05 +0000
  • d57fda84df - Fixed SVSMODE -b [user] not always removing all bans (specificly, bans on the cloaked host when you have a vhost), a code cleanup was also done. Based on patch from tabrisnet. Reported by Rob (#0002981). Bram Matthys 2006-08-03 12:11:15 +0000
  • 9ea2326637 - Fixed operoverride message if oper is +h and -h's himself, reported by Bock (#2889). Bram Matthys 2006-08-03 11:10:58 +0000
  • 4e26a3d494 - Fixed forgotten operoverride logmessage (kick if chan +Q), reported in #2889. Bram Matthys 2006-08-03 10:51:05 +0000
  • 21eb4e5b5d - Fixed problem with oper as chanadmin kicking himself causing an operoverride notice, reported by Bock (as part of #2889). - Fixed desynch problem with +Q, reported by tabrisnet (#0002992). - Updated doc/coding-guidelines - Added bugs.* url to /info, was still showing some email address. Bram Matthys 2006-08-03 10:44:55 +0000
  • f5b302c007 plok.. pre-commit. Bram Matthys 2006-08-02 19:10:37 +0000
  • 9a804de95b Documented outdated for 69 days. Warning about document being out of date was sent 6 weeks ago. Bram Matthys 2006-07-31 11:26:42 +0000
  • b2007fb08f Automatic weekly version update: 200631 autoupdate 2006-07-31 05:00:03 +0000
  • 85e36fda8d added OpenBSD 3.9 gsf 2006-07-28 09:50:14 +0000
  • 7ef365b991 Automatic weekly version update: 200630 autoupdate 2006-07-24 05:00:04 +0000
  • 78463e7d1d - Fixed tld::options:: not working properly, reported by DelGurth (#0003003). Bram Matthys 2006-07-21 10:40:22 +0000
  • 198e1c0dd1 doc update of week 27 sinameki 2006-07-17 22:35:58 +0000
  • 909fda772b Automatic weekly version update: 200629 autoupdate 2006-07-17 05:00:03 +0000
  • 18bbcb6dbe - Added a closing comment mark 2006-07-10 16:36:24 +0000
  • a4152ff15f Automatic weekly version update: 200628 autoupdate 2006-07-10 05:00:05 +0000
  • 8eccfa7a33 Ajout du support de OpenBSD 3.9 babass 2006-07-09 17:03:03 +0000
  • f5a7d5e78b Changes week 27/06 mark 2006-07-08 20:45:47 +0000
  • 8e59f0c60e Changes of week 27: doc/example.de.conf doc/unreal32docs.de.html stylus740 2006-07-08 14:14:51 +0000
  • ed22d43bd2 Changes of week 27 angrywolf 2006-07-08 11:52:42 +0000
  • dbddfa8376 Cambios semana 27/06 trocotronic 2006-07-08 10:44:28 +0000
  • 4e575921a1 changes of week 27 bock 2006-07-08 10:28:17 +0000
  • e1dd8acd72 - Made it so undefining SHOW_SECRET (not the default) properly hides +s channels from ircops (except netadmins), as it should. Reported and patch supplied by Jason (#0002965). Bram Matthys 2006-07-04 10:05:18 +0000
  • 32495af164 - Added OpenBSD 3.9 to the supported OS list. Bram Matthys 2006-07-04 10:03:27 +0000
  • b171bb498f Automatic weekly version update: 200627 autoupdate 2006-07-03 05:00:03 +0000
  • 1827f1d59b - Added HOOKTYPE_SILENCED: this is called whenever a message did not get delivered to a user because the user was on the silence list. Bram Matthys 2006-06-27 12:47:53 +0000
  • 401a8f7f97 Automatic weekly version update: 200626 autoupdate 2006-06-26 05:00:04 +0000
  • 11e6da7c3d - c-ares resolver: upgrade from 1.3.0 to 1.3.1. This mainly fixes compile problems, including one reported by frigola on an old Sun Cobalt RAQ3. It will probably also fix an issue with the just released curl 7.15.4, if compiling with remote includes. TODO: Update win32 (not urgent) Bram Matthys 2006-06-25 12:40:31 +0000
  • 8953f00c1f -- Changed contact information (unreal32docs.nl.html) mark 2006-06-23 15:50:44 +0000
  • 622dd2e02e Added end-comment on line 23, it wasn't there and giving errors mark 2006-06-22 13:42:42 +0000
  • ff8d65b110 Latest Update for 3.2.5 gsf 2006-06-21 21:46:42 +0000