Commit graph

  • 335e30513c Fixed -Wall warnings for TSTime griever 2002-03-11 04:26:27 +0000
  • 38c48fef75 Fixed an IPv6 problem codemastr 2002-03-10 20:25:09 +0000
  • 662f6398f3 Release preparation codemastr 2002-03-10 19:24:16 +0000
  • 420991af6a Removed my_name_for_link (unused) codemastr 2002-03-08 22:13:51 +0000
  • 0f2ae3c278 Win32 fix with u_int16_t codemastr 2002-03-06 21:45:04 +0000
  • 4823908acb Removed src/cio_main.c, src/cio_init.c, include/cio.h, include/ciofunc.h extremely old unused code codemastr 2002-03-06 21:43:59 +0000
  • 03aa90bc43 ... codemastr 2002-03-05 23:22:21 +0000
  • bef880aa6a Removed all remnants of PROTO() codemastr 2002-03-05 23:09:39 +0000
  • b8fecd310f ... codemastr 2002-03-05 19:34:10 +0000
  • 104e7200f5 FOO! griever 2002-03-05 00:49:03 +0000
  • eaecb8c42a Win32 -Wall cleanup codemastr 2002-03-04 23:34:13 +0000
  • c4d3ae9df1 Clean compile with -Wall codemastr 2002-03-04 21:31:01 +0000
  • b60eb8f989 Readded examples to doc/conf.doc codemastr 2002-03-03 19:25:35 +0000
  • 8de39f6dc5 Made extraflags be checked by deny version and fixed a +I bug codemastr 2002-03-03 16:04:51 +0000
  • a46ebe1f38 Added various patches by Syzop codemastr 2002-03-02 17:18:11 +0000
  • 78fa804531 blah griever 2002-02-25 19:56:49 +0000
  • 2b6390daa3 fixed problem with wrong moved cptr passwd stskeeps 2002-02-19 16:19:36 +0000
  • 4aa8f59611 - Fixed #undef STRIPBADWORDS problem, patch by light stskeeps 2002-02-18 15:37:52 +0000
  • 3debe8680a -Wall -Wno-implicit griever 2002-02-16 21:31:51 +0000
  • 1c9ee5c817 -Wparentheses griever 2002-02-16 20:54:51 +0000
  • e5d74b9ae0 -Wformat griever 2002-02-16 20:40:12 +0000
  • 6f8aca82f3 -Wunused griever 2002-02-16 20:15:41 +0000
  • dbaab6e026 Fixed ugly code griever 2002-02-16 19:24:42 +0000
  • d3e7ab8006 Credits update and htm fix codemastr 2002-02-16 16:48:40 +0000
  • 3a4c06ffd3 Fixed a typo in the docs codemastr 2002-02-15 23:00:05 +0000
  • 73af1fd6e0 . stskeeps 2002-02-15 22:50:37 +0000
  • 4fd3ec7525 . stskeeps 2002-02-15 22:48:51 +0000
  • 19cd68a204 - lack of time sucks. openbsd problem stskeeps 2002-02-15 22:46:33 +0000
  • 2d7eb2c1b1 Possibly fixed the /who flags bug codemastr 2002-02-12 20:06:20 +0000
  • c5d855eb10 - Fixed m_rawto.c problem found by TheDarkOne stskeeps 2002-02-11 20:41:25 +0000
  • d29b6498fb Modified the _ fix to work on all OSes that need it codemastr 2002-02-11 17:08:18 +0000
  • 1f8489a471 . stskeeps 2002-02-11 16:23:02 +0000
  • 02acda1628 - Fixed an issue with -x and /quit and whowas, found by RaYmAn stskeeps 2002-02-11 16:16:25 +0000
  • fccb560c67 . stskeeps 2002-02-11 14:34:46 +0000
  • 376e3d3d6f - Fixed a problem with Mod_Handler being **, found by andi stskeeps 2002-02-11 13:29:11 +0000
  • f92fcae257 - Added SJOIN fix so it won't accept NULL channels stskeeps 2002-02-11 12:48:27 +0000
  • 7c54ce70c9 - Added andi's OpenBSD fix for the symbol issue with prefix _ stskeeps 2002-02-11 12:24:15 +0000
  • 0206d844e9 +- Added tainted variable. 3rd party modules must ++ this upon load, + -- upon unload. Will show a 3 in flags. +- Added extras/m_rawto.c - 3rd party module. Fixed some documentation stskeeps 2002-02-11 11:03:05 +0000
  • afcb0b2a03 - Made makefile ability to "make custommodule MODULEFILE=m_zline" if m_zline.c is in src/modules/, it will get compiled. This SHOULD help 3rd party modules atleast stskeeps 2002-02-11 10:24:11 +0000
  • 9194aece63 Various stskeeps 2002-02-06 19:38:30 +0000
  • a9f1838c3e - Various fixes to virthost system, may fix some memory corruptions and potential exploits. stskeeps 2002-02-06 19:35:42 +0000
  • 78ef8effe9 - Various fixes to virthost system, may fix some memory corruptions and potential exploits. stskeeps 2002-02-06 19:33:21 +0000
  • 90d56ef4e5 fix broken stskeeps 2002-02-06 15:03:15 +0000
  • ae0f7643dd Fixing broken tokens griever 2002-02-05 23:47:44 +0000
  • 30b0175a39 ... codemastr 2002-02-03 17:25:52 +0000
  • bd6729ad93 More -Wall cleanups codemastr 2002-02-03 17:15:37 +0000
  • 51d0d59ced slight compile error stskeeps 2002-02-03 15:11:55 +0000
  • 9daf3d0b73 - BEFORE you use event functions, LockEventSystem(), after, UnlockEventSystem(). In EVENT() functions, the system _is_ locked. This might fix the double recursion mutex problem we got. stskeeps 2002-02-03 15:09:49 +0000
  • 7805566ceb - Fixed loadmodule invisibility.so: undefined symbol: get_umode bug, reported by James-Bond, #0000060) stskeeps 2002-02-02 16:50:51 +0000
  • c7fbfa3e92 Yeah yeah, blah blah shit griever 2002-02-02 02:24:44 +0000
  • 8e7b926c31 Made the win32 version set read only log files to writable codemastr 2002-01-31 21:11:29 +0000
  • 887a003b98 Added a shutdown confirm message box when you click the X in win32 codemastr 2002-01-31 20:32:38 +0000
  • 5a0d13d9fa Fixed a umode system error with unknown modes codemastr 2002-01-31 17:50:56 +0000
  • 164869dca5 Documented the new set::scan::* directives in doc/conf.doc codemastr 2002-01-30 22:10:54 +0000
  • 538c318eb6 Fixed win32 scanner bugs, and added a menu option to view log files in win32 codemastr 2002-01-29 22:45:17 +0000
  • fa2e9760f9 - Changed some m_ functions into CMD_FUNC(m_*) stskeeps 2002-01-29 13:48:00 +0000
  • 5a366beda7 Scanner config changes codemastr 2002-01-29 00:21:57 +0000
  • 0f6d91091e ... codemastr 2002-01-28 00:39:32 +0000
  • 8be7cbab05 Made all functiosn use new-style parameter lists codemastr 2002-01-28 00:38:02 +0000
  • 112d928f11 - Fix for /version crash, reported by RaYmAn stskeeps 2002-01-27 23:18:32 +0000
  • 6d239e28ec - -Wall cleanup cleanup with SSL AUTH problem stskeeps 2002-01-27 22:40:11 +0000
  • d10bc57b74 ... codemastr 2002-01-27 20:31:56 +0000
  • 6b8c83ba85 Cleaned up a bunch of -Wall warnings codemastr 2002-01-27 20:28:41 +0000
  • 93f759f200 - Changed umode +I behavoiur to you have to be loading invisibility.so to ha the +I functionality. Code is still in IRCd, but isn't used until module is loaded. Loading of this will cause an R to be added to /version flags. Hopefully this will satisify some people's thoughts about a so called spy tool being enabled by default. Also added flag_add(char *) and flag_del(char) for modules to add to flags string. -Sts - Removed -win32 postfix for wircds, look in /version for W instead - Removed ircnetwork part of /version stskeeps 2002-01-27 18:07:20 +0000
  • dc3f1ba227 Documented link::cipher and except tkl in doc/conf.doc codemastr 2002-01-26 20:47:42 +0000
  • b549340657 Added except tkl codemastr 2002-01-26 20:38:12 +0000
  • 8f68a64363 Made SHOW_SECRET defined by default codemastr 2002-01-26 18:16:02 +0000
  • 15c765449b Fixed a t.next recode typo and added -pipe check for gcc codemastr 2002-01-26 17:54:14 +0000
  • ec5231f565 - Fixed some t.next's and replaced with codemastr method(tm) stskeeps 2002-01-26 00:20:20 +0000
  • db060a11b8 - Fixed some minor issues with dialog interface for .pem SSL passwords - Added makecert.bat / encpem.bat to src/win32, which are used in SSL release stskeeps 2002-01-26 00:17:35 +0000
  • f52f030346 fix stskeeps 2002-01-26 00:12:32 +0000
  • 58c667c7c3 Added a win32 dialog for the SSL .pem passwords codemastr 2002-01-25 23:11:29 +0000
  • a3a04d9797 - Added link::cipher for #define USE_SSL, use this to select ciphers, read example.conf for more. Closes #000016. Suggested by narf stskeeps 2002-01-25 22:22:11 +0000
  • 3e89146e19 Fixed a listener bug codemastr 2002-01-24 21:11:19 +0000
  • ce009a31ba Fixed a win32 bug that causes the editor to cut text at 32KB codemastr 2002-01-24 21:00:09 +0000
  • e39a1f9884 zogg socks fix stskeeps 2002-01-24 18:29:19 +0000
  • 7a7e2de05c - Added patch in #0000053 by |savage|, speedup in can_send stskeeps 2002-01-24 17:48:04 +0000
  • 59084e02a1 +- Fixed #0000046 regarding Module_free memory leak stskeeps 2002-01-24 17:44:03 +0000
  • 6fda3150a6 Removed some useless tkl code codemastr 2002-01-22 20:19:40 +0000
  • 6db9156993 Fixed a listener bug reported by Dragon974 codemastr 2002-01-22 20:03:54 +0000
  • e306a6e55c Recoded hooks to work like events codemastr 2002-01-21 18:25:20 +0000
  • e72587c252 ... codemastr 2002-01-20 20:19:40 +0000
  • eca91bee1f Fixed a module object bug involving static linking codemastr 2002-01-20 16:04:13 +0000
  • 0b873a2b6b Recoded hooks to use module objects codemastr 2002-01-20 15:42:48 +0000
  • c78c669fdd wtf.. griever 2002-01-20 00:01:36 +0000
  • 863e32a3d9 Problem with sendto_ops and null aclient->user fix stskeeps 2002-01-19 18:12:22 +0000
  • de2c5e6cc7 Various changes to the module system codemastr 2002-01-19 17:04:04 +0000
  • 84c70bdd2f Blah... griever 2002-01-15 20:07:30 +0000
  • aedfae229a Fixes about stuff griever 2002-01-15 04:32:00 +0000
  • f65e857d4e sendto_ops is SNO_SNOTICE now griever 2002-01-15 04:27:14 +0000
  • 587f4c4281 fix for stuff... made kline-address error easier to understand griever 2002-01-15 03:50:24 +0000
  • f5f4e4500f Blah de poop! griever 2002-01-15 00:39:04 +0000
  • dbda73fa56 Fixed various bugs and some cleanups codemastr 2002-01-14 20:01:36 +0000
  • 0dd1483fc3 example.conf and m_oper fixes griever 2002-01-13 22:00:27 +0000
  • 96d2cf936b MAXPARA removal griever 2002-01-12 22:18:48 +0000
  • f7ab73f82e stupid error griever 2002-01-10 20:22:46 +0000
  • 12cdefe981 . stskeeps 2002-01-09 13:52:25 +0000
  • 8b6f528b54 *prays* griever 2002-01-08 02:17:05 +0000
  • f512f9b901 now does a NOQUIT type thing for SQUITs griever 2002-01-08 02:14:49 +0000
  • 819e0c98ea uh? griever 2002-01-08 01:14:28 +0000