Commit graph

  • c88f698c88 - Update: snomask +o angrywolf 2004-09-04 20:55:30 +0000
  • 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 +0000
  • 36a75d5b55 SVSO now removes +v codemastr 2004-09-04 15:53:02 +0000
  • 4896f37ed4 Some weird characters went into the description of link::ciphers. angrywolf 2004-09-04 14:22:24 +0000
  • d8678f686c - Update to week 36. - Many grammar corrections. angrywolf 2004-09-04 14:11:11 +0000
  • 483570dc4a *** empty log message *** trocotronic 2004-09-04 11:39:38 +0000
  • 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 +0000
  • 165386a44b Updated documentation to reflect that cmode +M allows voiced users to talk, not just registered users codemastr 2004-09-04 04:21:13 +0000
  • a5a502c1d5 Added documentation for link::ciphers to unreal32docs.html codemastr 2004-09-04 04:18:01 +0000
  • 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 +0000
  • 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 +0000
  • b9558cebe4 ... codemastr 2004-09-04 00:00:49 +0000
  • e1d088de41 Fixed a few compile warnings, made +b apply to IPs correctly codemastr 2004-09-03 23:48:15 +0000
  • d4059fec92 Rewrote the 005 system to be dynamic and added an API to manipulate it codemastr 2004-09-03 21:46:32 +0000
  • 2a1844812f Added a fix for installing unreal as a service under win2003 codemastr 2004-08-24 16:18:05 +0000
  • ed476aaf75 Added snomasks to /whois usermode output and made usermodes available to all opers not just +e codemastr 2004-08-22 18:05:04 +0000
  • 641b12bf00 - Some doc/example.conf clarifications, mainly for modules @ win32. Bram Matthys 2004-08-08 15:06:36 +0000
  • 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 +0000
  • 0a97b75bfb changed last comment -> - unbroke spamfilter not working for msgs/notices (oops..). Bram Matthys 2004-08-02 03:33:13 +0000
  • acf99712e9 - Oops.. made spamfilter for msgs/notices not working ;p.. fixed. Bram Matthys 2004-08-02 03:16:54 +0000
  • 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 +0000
  • 1e743f80d4 forgot to change some paths (c:\openssl -> c:\dev\openssl) Bram Matthys 2004-07-28 20:54:02 +0000
  • 1a8706a645 url change Bram Matthys 2004-07-28 20:41:20 +0000
  • 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 +0000
  • 9c2048f8cf Update unreal32docs.de.html for week 30 stylus740 2004-07-26 06:25:32 +0000
  • 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 +0000
  • 743312fceb *** empty log message *** trocotronic 2004-07-24 08:03:28 +0000
  • 6ce838a933 changelog typo: id -> if Bram Matthys 2004-07-22 22:10:31 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • e578ae4ad1 Added a missing message to ModuleGetErrorStr codemastr 2004-07-22 16:28:14 +0000
  • 9b9aa1d80f - Fixed a bug if me::info was set to "". Bram Matthys 2004-07-21 20:57:22 +0000
  • 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 +0000
  • 827b5fa7e8 Doc update (oper::modes) angrywolf 2004-07-19 17:42:41 +0000
  • bdda1a6943 Made example.conf refer to unreal32docs.html for oper flags codemastr 2004-07-18 22:39:06 +0000
  • 8440b94865 Added oper::modes codemastr 2004-07-18 22:35:55 +0000
  • c0ea216165 Added a new modules makefile codemastr 2004-07-18 22:18:19 +0000
  • ef85e44157 Fixed an NT service bug and a win32 lockup codemastr 2004-07-13 22:27:28 +0000
  • 70b32d0164 Added sapart and svspart comments codemastr 2004-07-12 17:00:46 +0000
  • f73784de19 *** empty log message *** trocotronic 2004-07-10 08:46:59 +0000
  • a6fac49452 German Update for doc/unreal32docs.de.html Week28 stylus740 2004-07-10 06:57:44 +0000
  • 7d1c6344bb Fixed some who ? flag bugs codemastr 2004-07-09 17:36:57 +0000
  • 9bc2c3ffcc Added src/win32/editor.c codemastr 2004-07-09 16:34:20 +0000
  • cad4c1d4b3 Win32 code cleanups codemastr 2004-07-08 21:54:40 +0000
  • 72c94cb5c1 Fixed a whois bug when PREFIX_AQ is undefined codemastr 2004-07-07 20:57:24 +0000
  • ec6dcdb573 Win32 code cleanups codemastr 2004-07-07 18:22:27 +0000
  • 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 +0000
  • 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 +0000
  • 582c487cff - Fixed defizzer module. Reported by Rocko and netrixtardis. Bram Matthys 2004-07-06 22:28:09 +0000
  • 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 +0000
  • 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 +0000
  • 08bd0aa006 Make allow-userhost-change force-rejoin apply to /oper, and removed /hs -> helpserv from anope.conf codemastr 2004-07-05 22:00:14 +0000
  • 562766ae07 Corrected the mIRC link angrywolf 2004-07-05 20:01:50 +0000
  • 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 +0000
  • ce913cd127 Fixed a win32 module problem where file not found errors would display random characters codemastr 2004-07-05 16:54:29 +0000
  • 8f5ee7983f Minor doc corrections reported by Ryan angrywolf 2004-07-04 13:46:36 +0000
  • 5cc04d4020 temporary -> temporarily Bram Matthys 2004-07-03 18:41:51 +0000
  • fd11ec968b added 'cloaking has been cracked' to release notes @ major bugs too Bram Matthys 2004-07-03 18:33:45 +0000
  • bd9a57f90f Changed version to 3.2.1 and moved 3.2 changes to Changes.old codemastr 2004-07-03 18:28:20 +0000
  • 52f76673c7 Release notes updates codemastr 2004-07-03 17:26:07 +0000
  • add996a92a - Made release notes a bit more scary + some other text updates (mainly english grammar/spelling) Bram Matthys 2004-07-03 16:19:46 +0000
  • 63e7fd12cc Update doc/unreal32docs.de.html week 27 stylus740 2004-07-03 07:17:56 +0000
  • 3b92a1dd2a Updated the copyright info angrywolf 2004-07-03 06:42:42 +0000
  • 7b12465473 Updated /Credits and added a donator. codemastr 2004-07-03 05:00:36 +0000
  • 67598ba37e Fixed a win32 installer bug codemastr 2004-07-02 17:43:12 +0000
  • d3cd57b767 Fixed a typo reported by Toxyc angrywolf 2004-07-01 15:26:11 +0000
  • b306553b0a *** empty log message *** trocotronic 2004-06-29 23:31:03 +0000
  • b6508ac6e0 write test trocotronic 2004-06-28 21:51:28 +0000
  • c065f16db6 - Added hungarian docs, translated by AngryWolf. Bram Matthys 2004-06-28 21:12:50 +0000
  • 1f1cdab0a6 ** internal 3.2.1-pre2 release ** Bram Matthys 2004-06-28 20:10:19 +0000
  • 0b5524cf7b - Fixed serious crashbug due to quick-rehashing bug! Basically if you did a /REHASH and the clientcount for a class reached 0 (due to quits) it would crash. Bram Matthys 2004-06-28 19:47:09 +0000
  • 1fe71cab31 - Added spanish docs, translated by Trocotronic. Bram Matthys 2004-06-28 18:48:46 +0000
  • c607eb43ef - Various (>15) small fixes for unreal32docs.html, reported by AngryWolf (#0001906). Bram Matthys 2004-06-27 23:24:48 +0000
  • 6c0b8db670 wircd.def Bram Matthys 2004-06-26 22:50:50 +0000
  • e3e5f5005c updated for pre1 Bram Matthys 2004-06-26 22:50:16 +0000
  • 6b2ee1cb4e ** internal 3.2.1-pre1 release ** Bram Matthys 2004-06-26 22:18:08 +0000
  • ae9d78e845 - Changed version to 3.2.1-pre1 and updated protocol # to 2304. Bram Matthys 2004-06-26 19:47:20 +0000
  • aa9ee31e4e - spamfilter.conf: Added sig for a mIRC decode worm, submitted by nexus. - Some release notes updates. Bram Matthys 2004-06-26 17:48:14 +0000
  • 602c3b94ad Changes german Translation week 26 doc/unreal32docs.de.html stylus740 2004-06-26 06:40:24 +0000
  • 5877a32b3b - Fixed "quickly-rehashing + autoconnect linkblocks = crash"-bug. This involved fixing multiple reference count bugs, one related to sptr->serv->conf, and another one related to sptr->serv->class. Both caused problems when someone did a /rehash when a server was in the process of connecting (so it might also happen when connfreq was hit and you did a /rehash). Original bug was reported by sh0 (#0001872). Bram Matthys 2004-06-25 23:50:08 +0000
  • af3c66dea5 - Updated HOOKTYPE_TKL_ADD/HOOKTYPE_TKL_DEL to cptr, sptr, tk, parc, parv, else it was impossible to tell *who* removed a *line. Again, parc/parv are 0/NULL for expires. Bram Matthys 2004-06-25 20:17:18 +0000
  • 638d17fbaa Fixed a problem where the tmp directory was created in the wrong place codemastr 2004-06-25 19:36:56 +0000
  • 283014822d Made the new numerics use nicknames codemastr 2004-06-25 19:28:38 +0000
  • ad82656408 - Added new logtype 'spamfilter' to log spamfilter matches - Updated example.conf: added all new flags we added in the example block, removed old confusing comment on SEGV logging, config.h: ripped out lPATH since that define isn't anywhere used and is only confusing. Bram Matthys 2004-06-25 01:37:56 +0000
  • 9c51507d36 - Made IPv6 bans work the way they should again, reported by al5001 (#0001876). Bram Matthys 2004-06-25 01:03:32 +0000
  • ec338581d9 - Fixed '/stats P' negative usercount bug (#0001691). Bram Matthys 2004-06-25 00:15:37 +0000
  • c4ee6e5114 Converted a bunch of notices to numerics codemastr 2004-06-23 19:47:40 +0000
  • 1671c330bf Fixed a CIDR bug codemastr 2004-06-22 18:37:00 +0000
  • 22425b09d3 dumdeedum Bram Matthys 2004-06-22 01:37:22 +0000
  • d75ca39f78 - Made Mod_Version required (this should be no problem since it's done automatically). - Added HOOKTYPE_LOG [int type, char *timebuf, char *logbuf] - Updated the release notes. Bram Matthys 2004-06-22 01:20:31 +0000
  • 8e5fb728a4 Added ELIST support codemastr 2004-06-21 18:40:02 +0000
  • 7c7592eaa7 German Translation update for: doc/unreal32docs.de.html week 25 stylus740 2004-06-20 06:42:18 +0000
  • 5385bd3f89 - internal: Added GetIP() which we will now use instead of all the Inet_ia2p() stuff because it's slightly faster (already replaced all of them in src/s_kline.c). GetIP(acptr) will return the ip for local users and remote users that support NICKIP, it returns NULL for remote users that are on non-NICKIP servers (or have non-NICKIP servers along their path). - internal: tkl_add_line now returns aTKline * - Added some more hooks: - HOOKTYPE_TKL_ADD [aClient *cptr, aClient *sptr, aTKline *tk] - HOOKTYPE_TKL_DEL [aClient *cptr, aClient *sptr, aTKline *tk] NOTE: 'NULL, NULL, tk' is used for *lines that are removed due to expiring - HOOKTYPE_LOCAL_KILL [aClient *sptr, aClient *target, char *comment] Bram Matthys 2004-06-19 22:49:02 +0000
  • 05a96a3b56 Fixed an SVSNICK bug that could lead to duplicate users in very rare circumstances codemastr 2004-06-18 17:02:01 +0000
  • 54ff17f164 Fixed a CIDR bug when compiled without IPv6 support codemastr 2004-06-18 16:07:35 +0000
  • 0ca3733542 - Fixed find_qline crashes regarding except tkl 'type qline', reported by Gilou (#0001882). - Fixed some CIDR bugs causing things not to match. Bram Matthys 2004-06-18 15:49:10 +0000
  • 3b398af944 - To be able to use /ADDLINE you now need the (new) 'can_addline' operflag (oper::flags), reason for this is that it's such a powerful/dangerous command. Bram Matthys 2004-06-17 22:32:33 +0000
  • 6316006acb ... codemastr 2004-06-17 21:45:36 +0000