Commit graph

  • bf829244b8 *** empty log message *** trocotronic 2004-10-16 08:17:03 +00:00
  • 5018dec02f - Windows version can now hold ~4096 connections instead of ~1024 - help.conf: clarified MKPASSWD documentation, reported by hypnetric (#0001926). - Some modeskip handling for future versions Bram Matthys 2004-10-13 18:30:41 +00:00
  • 988f5ff9d6 - Made a few grammar corrections. angrywolf 2004-10-12 15:10:00 +00:00
  • c3b8d07de4 Update: except tkl::type angrywolf 2004-10-12 14:44:47 +00:00
  • e6156b4604 - Added spamfilter 'away' ('a') target (#0002057). Bram Matthys 2004-10-11 18:46:53 +00:00
  • 6af767a885 Added file: include/macros.h and a new macro, ARRAY_SIZEOF, Added the ability to specify multiple types in a tkl except codemastr 2004-10-11 17:51:02 +00:00
  • 681a0ce0c2 - Fixed OOB read/write on user quit (did no harm on Linux&FreeBSD). - Fixed some tiny memory leaks (~100 bytes) on rehash. - Updated chinese&japanese GBK nick code, fix supplied by Xuefer (#0002051). - Added release notes (unfinished). Bram Matthys 2004-10-10 23:37:25 +00:00
  • 31a7905c94 Update german doc/unreal32docs.de.html week 41 stylus740 2004-10-10 08:51:44 +00:00
  • 3716f12eee *** empty log message *** trocotronic 2004-10-09 16:01:49 +00:00
  • a0e3779f74 *** empty log message *** angrywolf 2004-10-09 09:16:10 +00:00
  • 2e9852c393 Update to the rest of the changes of week 41 (spamfilter target type clarifications). angrywolf 2004-10-09 09:11:27 +00:00
  • 2eadd2efa1 - IPv6: Fixed hostnames in link::hostname not working, reported by Jasmin (#0001990). Bram Matthys 2004-10-07 23:52:46 +00:00
  • 97ea680aec - Fix for too broad regex in badword::word causing the IRCd to hang, reported by Flop (#0002101). Bram Matthys 2004-10-07 20:45:18 +00:00
  • 6f72b78d1b - Made docs a bit more clear on spamfilter targettypes. [sorry angrywolf ;pp] Bram Matthys 2004-10-07 19:56:39 +00:00
  • 4d7f9b5a5b - Doc update: alias::target, alias::format::target and spamfilter target 'user'. - Also made a minor correction in the translation by request of groove-coverage. angrywolf 2004-10-07 18:53:30 +00:00
  • f6e36300bb - If a nick is qlined, the user is now lagged up to limit qline floods a bit (#0001335). Bram Matthys 2004-10-06 22:03:11 +00:00
  • fae77f21ec - Module coders: Added HOOKTYPE_REMOTE_JOIN, HOOKTYPE_REMOTE_PART, HOOKTYPE_REMOTE_KICK (all work just the same as the HOOKTYPE_LOCAL_* variants). - Module coders: HOOKTYPE_REMOTE_CONNECT is now also called during net-merge. You can use IsSynched(sptr->srvptr) to find out if it's called due to a net merge (0) or a connect (1). - Added spamfiler 'user' (u) target. This regex is checked against nick!user@host:realname when a user connects. This makes it easy to ban drones with simple patterns. For example: '/spamfilter add u gzline 86400 Drone[0-9]+!.+@.+:Drone[0-9]' would kill any drones that have both a nick and realname with 'Drone' followed by digits. Bram Matthys 2004-10-06 20:33:13 +00:00
  • d78acf841e Added channel alias {}'es and fixed an Isupport bug codemastr 2004-10-03 17:25:58 +00:00
  • cf68fd7d41 - Fixed resolver not working in FreeBSD jail, reported & patch provided by urkel (#0002097). Bram Matthys 2004-09-29 16:43:46 +00:00
  • 33d9d1dbcd bleh Bram Matthys 2004-09-28 18:56:45 +00:00
  • d04b80dcc3 - Fixed a (useless) cloak typo / made it a few nanosec faster. Reported by Martin Brulisauer. Bram Matthys 2004-09-28 18:56:12 +00:00
  • 3edac539d1 Updated Windows to TRE 0.7.0 codemastr 2004-09-25 19:11:42 +00:00
  • 75b639af81 Fixed a +u problem and updated to TRE 0.7.0 codemastr 2004-09-25 19:10:35 +00:00
  • 188e7990ba - Temporary fix for ircsprintf %lu 1..6 issue. Bram Matthys 2004-09-19 18:32:14 +00:00
  • 47c5c36bda - Added salted passwords. Salts are useful because it "protects" against stored-plaintext attacks (eg: rainbow) and prevents cracking of several passwords at once. This change means /MKPASSWD will now just generate a different string than before. Do note however, that the old syntax/encrypted passwords will still work and _will continue to work_ in the future, for at least the whole 3.2* series. If you are concerned with security and have some time, then converting your passwords is probably a good idea... Just in case your configuration file gets stolen one day ;). - MD5 password encryption is now always available on *NIX, even if SSL is disabled. Bram Matthys 2004-09-19 16:13:03 +00:00
  • 9b882e5c6d - Fixed a bug regarding chanmode +mu where the <IRC> messages were not properly relayed to all servers. Reported by Aenox (#0002079). Bram Matthys 2004-09-18 22:31:08 +00:00
  • 9b86b48b81 Updated doc/technical/token.txt and resolved 2 token conflicts. codemastr 2004-09-18 17:49:42 +00:00
  • cf760ad336 unreal32docs.de.html Changes week 37 stylus740 2004-09-12 07:19:49 +00:00
  • 19748e6f03 - Fixed prefix bug caused by previous 'fix'/behavior change. Reported by aquanight (#0002067). Bram Matthys 2004-09-11 19:19:17 +00:00
  • 3b6270056d *** empty log message *** trocotronic 2004-09-11 16:26:55 +00:00
  • bbf0df59f1 *** empty log message *** kolibot 2004-09-10 12:01:26 +00:00
  • 326f506cd9 - Updated installer for msvcr70.dll Bram Matthys 2004-09-09 00:10:19 +00:00
  • f71bc9335e Changed some stuff to use the release version of MS libraries codemastr 2004-09-08 18:53:27 +00:00
  • dc77debaec test kolibot 2004-09-07 23:42:00 +00:00
  • 1ee0f10401 - Added french docs, translated by Kolibot & Babass. Bram Matthys 2004-09-07 23:20:42 +00:00
  • 18311db5bf Fixed a typo in the *nix Makefile codemastr 2004-09-05 23:17:37 +00:00
  • edff4089c7 Update german Translation week 36 stylus740 2004-09-05 06:46:02 +00:00
  • fea3b691b3 Added a USERIP command codemastr 2004-09-04 22:55:19 +00:00
  • c88f698c88 - Update: snomask +o angrywolf 2004-09-04 20:55:30 +00:00
  • 23ee49f602 Exported the isupport functions for use in Windows modules. Added a new snomask, +o to show oper-up notices (oper only) codemastr 2004-09-04 17:05:25 +00:00
  • 36a75d5b55 SVSO now removes +v codemastr 2004-09-04 15:53:02 +00:00
  • 4896f37ed4 Some weird characters went into the description of link::ciphers. angrywolf 2004-09-04 14:22:24 +00:00
  • d8678f686c - Update to week 36. - Many grammar corrections. angrywolf 2004-09-04 14:11:11 +00:00
  • 483570dc4a *** empty log message *** trocotronic 2004-09-04 11:39:38 +00:00
  • cbc3eea61e Made it so WATCH will not respond with an erroneous reply if the parameter was simply + or - codemastr 2004-09-04 04:26:18 +00:00
  • 165386a44b Updated documentation to reflect that cmode +M allows voiced users to talk, not just registered users codemastr 2004-09-04 04:21:13 +00:00
  • a5a502c1d5 Added documentation for link::ciphers to unreal32docs.html codemastr 2004-09-04 04:18:01 +00:00
  • d18a82acfe Fixed a problem where a local TKL could be sent to remote servers when it is being changed codemastr 2004-09-04 04:08:07 +00:00
  • 53b8b86598 Fixed a bug with IP based except tkl {} lines did not validate the ident portion of the mask codemastr 2004-09-04 03:59:58 +00:00
  • b9558cebe4 ... codemastr 2004-09-04 00:00:49 +00:00
  • e1d088de41 Fixed a few compile warnings, made +b apply to IPs correctly codemastr 2004-09-03 23:48:15 +00:00
  • d4059fec92 Rewrote the 005 system to be dynamic and added an API to manipulate it codemastr 2004-09-03 21:46:32 +00:00
  • 2a1844812f Added a fix for installing unreal as a service under win2003 codemastr 2004-08-24 16:18:05 +00:00
  • ed476aaf75 Added snomasks to /whois usermode output and made usermodes available to all opers not just +e codemastr 2004-08-22 18:05:04 +00:00
  • 641b12bf00 - Some doc/example.conf clarifications, mainly for modules @ win32. Bram Matthys 2004-08-08 15:06:36 +00:00
  • 76cd27a028 - Made zip/non-zip modules on win32 binary compatible. Since it was nowhere documented that you should pass the ZIP_LINKS etc options to 'nmake -f makefile.win32 custommodule' many people didn't do this which caused odd problems when reading certain clientstructs. Module coders: in the meantime, for 3.2.1 mods, use something like: nmake -f makefile.win32 USE_ZIPLINKS=1 ZLIB_INC_DIR="c:\dev\zlib" ZLIB_LIB_DIR="c:\dev\zlib\dll32" custommodule MODULEFILE=m_mymodule For 3.2.2+ these additional parameters will no longer be needed (but wouldn't harm either). Bram Matthys 2004-08-07 21:20:22 +00:00
  • 0a97b75bfb changed last comment -> - unbroke spamfilter not working for msgs/notices (oops..). Bram Matthys 2004-08-02 03:33:13 +00:00
  • acf99712e9 - Oops.. made spamfilter for msgs/notices not working ;p.. fixed. Bram Matthys 2004-08-02 03:16:54 +00:00
  • fa1c1d4db7 - Windows: the 'notice' parameter in the usermsg callback was always 0 due some windows/vc weirdness, this also affected spamfilter (so any spamfilters added only at notice and not at msg on windows would not work). Now using the real 'notice' parameter. Bram Matthys 2004-07-29 19:52:39 +00:00
  • 1e743f80d4 forgot to change some paths (c:\openssl -> c:\dev\openssl) Bram Matthys 2004-07-28 20:54:02 +00:00
  • 1a8706a645 url change Bram Matthys 2004-07-28 20:41:20 +00:00
  • 85f88aa002 - Updated doc/compiling_win32.txt again with curl build instructions. Also linked to a page with an unreal dev package which contains zlib+ssl+curl precompiled. This basically means many people no longer need to compile zlib/ssl/curl anymore themselves (which is a pain to do and takes a lot of time). Bram Matthys 2004-07-28 20:40:10 +00:00
  • 9c2048f8cf Update unreal32docs.de.html for week 30 stylus740 2004-07-26 06:25:32 +00:00
  • d97c8de0b1 - Improved doc/compiling_win32.txt a lot: now VC7 only, and has instructions on: compiling modules and their (binary) compatability, zip links (zlib), ssl (OpenSSL)... Remote includes (curl and c-ares) instructions still need to be added. - Made 'Install as a service' unchecked by default, this should help beginners a lot. Bram Matthys 2004-07-25 00:49:05 +00:00
  • 743312fceb *** empty log message *** trocotronic 2004-07-24 08:03:28 +00:00
  • 6ce838a933 changelog typo: id -> if Bram Matthys 2004-07-22 22:10:31 +00:00
  • 1bd085164b - Fixed possible crash id /rehash'ing and a servername was just resolving (due to /connect or autoconnect) and was not present in the cache. Reported and traced by sh0 (#0001976). - Fixed compile bug at *NIX caused by ModuleGetErrorStr fix. Bram Matthys 2004-07-22 21:57:44 +00:00
  • 0597307562 - Fixed bugs regarding HOOKTYPE_SERVER_QUIT: was sometimes called twice and could cause crashes due read-after-free. Reported by SET (#0001988). Bram Matthys 2004-07-22 21:29:48 +00:00
  • c665636045 - Applied patch from slePP for bug #0001252: if IPv6 was enabled then in some cases names were not properly resolved. Original bug reported by kormat. Bram Matthys 2004-07-22 21:12:42 +00:00
  • 7aad095b33 improved changelog msg 'Fixed an MacOS X crash-on-first-connect' -> also mention sun solaris [and possibly others] etc :) Bram Matthys 2004-07-22 16:41:06 +00:00
  • e578ae4ad1 Added a missing message to ModuleGetErrorStr codemastr 2004-07-22 16:28:14 +00:00
  • 9b9aa1d80f - Fixed a bug if me::info was set to "". Bram Matthys 2004-07-21 20:57:22 +00:00
  • c38621994b - Fixed an MacOS X crash-on-first-connect if SSL was enabled (#0001982), reported by bit. Bram Matthys 2004-07-21 15:57:06 +00:00
  • 827b5fa7e8 Doc update (oper::modes) angrywolf 2004-07-19 17:42:41 +00:00
  • bdda1a6943 Made example.conf refer to unreal32docs.html for oper flags codemastr 2004-07-18 22:39:06 +00:00
  • 8440b94865 Added oper::modes codemastr 2004-07-18 22:35:55 +00:00
  • c0ea216165 Added a new modules makefile codemastr 2004-07-18 22:18:19 +00:00
  • ef85e44157 Fixed an NT service bug and a win32 lockup codemastr 2004-07-13 22:27:28 +00:00
  • 70b32d0164 Added sapart and svspart comments codemastr 2004-07-12 17:00:46 +00:00
  • f73784de19 *** empty log message *** trocotronic 2004-07-10 08:46:59 +00:00
  • a6fac49452 German Update for doc/unreal32docs.de.html Week28 stylus740 2004-07-10 06:57:44 +00:00
  • 7d1c6344bb Fixed some who ? flag bugs codemastr 2004-07-09 17:36:57 +00:00
  • 9bc2c3ffcc Added src/win32/editor.c codemastr 2004-07-09 16:34:20 +00:00
  • cad4c1d4b3 Win32 code cleanups codemastr 2004-07-08 21:54:40 +00:00
  • 72c94cb5c1 Fixed a whois bug when PREFIX_AQ is undefined codemastr 2004-07-07 20:57:24 +00:00
  • ec6dcdb573 Win32 code cleanups codemastr 2004-07-07 18:22:27 +00:00
  • 567649106e - Made several non-translated texts appear as Hungarian and made a few spelling corrections. - Updated the description of set::hosts::* directives. angrywolf 2004-07-07 13:43:27 +00:00
  • 8f196cd879 Removed the * and ^ flags from /whois if PREFIX_AQ is not enabled, Updated the /who docs to use correct English, Added documentation for the /who and /whois flags codemastr 2004-07-07 04:19:01 +00:00
  • 582c487cff - Fixed defizzer module. Reported by Rocko and netrixtardis. Bram Matthys 2004-07-06 22:28:09 +00:00
  • 3f9d00a84d Fixed a bug where an ident in a vhost {} was never sent out to other servers and added user@host support for set::hosts codemastr 2004-07-06 21:55:34 +00:00
  • 791152587c - Fixed ban bug: halfops were also prevented from doing nickchanges if banned, plus.. +b ~n:*!*@* also made nickchanges impossible for voiced(&halfop'ed) people (so like half of the purpose of it was defeated @$#&@#). Reported by Rocko. Bram Matthys 2004-07-06 14:56:53 +00:00
  • 08bd0aa006 Make allow-userhost-change force-rejoin apply to /oper, and removed /hs -> helpserv from anope.conf codemastr 2004-07-05 22:00:14 +00:00
  • 562766ae07 Corrected the mIRC link angrywolf 2004-07-05 20:01:50 +00:00
  • b4c03ed74a docs typo (mIRC link pointed to irssi >;p) reported by angrywolf + added additional semi-requirement for translations to put the document-in-progress online somewhere... this seems to be needed since like half of the translators end up dead / not responding ;) Bram Matthys 2004-07-05 19:01:57 +00:00
  • ce913cd127 Fixed a win32 module problem where file not found errors would display random characters codemastr 2004-07-05 16:54:29 +00:00
  • 8f5ee7983f Minor doc corrections reported by Ryan angrywolf 2004-07-04 13:46:36 +00:00
  • 5cc04d4020 temporary -> temporarily Bram Matthys 2004-07-03 18:41:51 +00:00
  • fd11ec968b added 'cloaking has been cracked' to release notes @ major bugs too Bram Matthys 2004-07-03 18:33:45 +00:00
  • bd9a57f90f Changed version to 3.2.1 and moved 3.2 changes to Changes.old codemastr 2004-07-03 18:28:20 +00:00
  • 52f76673c7 Release notes updates codemastr 2004-07-03 17:26:07 +00:00