Commit graph

  • 3251251be9 moved m_setname to a .so codemastr 2001-03-18 17:42:09 +0000
  • 26c45f50fd +- Changed license of m_dummy.c (dummy module, skeleton), so people can do + closed source modules. stskeeps 2001-03-18 13:07:00 +0000
  • 089067fbda +- Moved m_chgident to an .so stskeeps 2001-03-17 21:47:22 +0000
  • fe7b258bfb - all of the module files to the new format. + all of the networks files to the new format. +- Fixed a bug with RAKILL and UNSQLINE not working stskeeps 2001-03-17 18:56:50 +0000
  • edfca03e28 +- Modified an old Unreal3.1.1 to be network file converter, and converted + all of the module files to the new format. stskeeps 2001-03-17 16:22:40 +0000
  • c181a20492 +- Put out m_chghost, m_sethost in modules, remade Makefile structure and + added src/modules + + stskeeps 2001-03-17 14:12:24 +0000
  • e1b5d6fae0 +- Added module_sym("functionname"), for modules, like, sajoin might want to + do fp_m_join = module_sym("m_join"); stskeeps 2001-03-15 21:02:00 +0000
  • 67cdd867fd +- Made conf2 able to load empty files as well stskeeps 2001-03-14 13:07:27 +0000
  • 5e535f848d updated the badword configs to use newconf codemastr 2001-03-13 22:23:49 +0000
  • 1c23055cd7 +- Made chmode +z only settable by umode +z users or U:lines or services. stskeeps 2001-03-13 15:05:35 +0000
  • 634312f47d +- Added unknown connection flood protection (settable in config.h) stskeeps 2001-03-13 11:46:23 +0000
  • 9fc54cdaed reverted a previous change codemastr 2001-03-12 20:37:21 +0000
  • 5750cea757 Win32 Changes codemastr 2001-03-11 19:36:49 +0000
  • bd983ef189 +- Fixed bug with double module unloading, bug found by RaYmAn stskeeps 2001-03-11 13:21:35 +0000
  • 110f099802 +- Started on commands.so making, works good atm -on req of codemastr, + both as m_module.so and commands.so :) - long live dynamiclinking stskeeps 2001-03-11 13:08:53 +0000
  • c84da7d03c +- Reintroduced "fake lag". Flood algoritm works this way: + Make next check for parsing be + (1 + (length of command+parameters / 60) stskeeps 2001-03-11 06:42:19 +0000
  • 6d2a2e1bf9 +- Added loadmodule "filename.so"; and made the modules + unable to get loaded twice with same name. stskeeps 2001-03-10 21:04:25 +0000
  • f41c3bf679 +- Added Modules, using dlopen() and LoadLibrary for *nix/win32. +- Added /module load <path.to.so>, /module status (list modules), + /module unload <modulename> stskeeps 2001-03-10 11:58:04 +0000
  • 797b6c6f21 +- Added /cycle #channels, suggested by ^loki^ stskeeps 2001-03-09 12:40:11 +0000
  • d7700539c6 +- Added #define KILL_LOGGING, by otherguy stskeeps 2001-03-09 10:15:48 +0000
  • 9251234b2d +- Added "get_host" old 'H' O:flag stskeeps 2001-03-07 19:42:50 +0000
  • 0e77f08921 +- Made ./Setup not do dynamic configuration any more +- Changed reference in Setup from ircd.conf to unrealircd.conf (cosmetic) +- Changed output of updconf from ircd.conf.new to unrealircd.conf.new +- Changed the output of makeconf from ircd.conf to unrealircd.conf +- Renamed hostmask to hostname like it should be in makeconf - IpAddress stskeeps 2001-03-07 17:04:37 +0000
  • 49152c8bcd +- Fixed ssl_client_handshake bug reported by IpAddress stskeeps 2001-03-07 16:19:49 +0000
  • 65ab75c9a8 +- Made makeconf use "ban nick" instead of "ban nickname" stskeeps 2001-03-07 07:49:19 +0000
  • 42f43eeb00 Fixed a bug in makeconf, make whois not return chans for services. angel11 2001-03-06 21:27:06 +0000
  • 8b3c0d8b56 +- Made MembershipL->flood get bzero on out delegation +- Made IRCd not crash on /kick from servers stskeeps 2001-03-06 02:45:24 +0000
  • 10dd29fb7a Removed stskeeps's lazy add_CommandX (tm) code codemastr 2001-03-05 17:19:09 +0000
  • e5b6533dcd Rewrote makeconf and makenet to use newconf (added some new features to makeconf as well) codemastr 2001-03-04 17:52:37 +0000
  • e852d93134 +- Made del_Command(). stskeeps 2001-03-03 13:34:10 +0000
  • 15b1aa89f8 . stskeeps 2001-03-02 20:11:09 +0000
  • bf9dc43e5a Removed a lot of vars and stuff from the old config, also made some cleanups to reduce source size codemastr 2001-03-02 18:53:04 +0000
  • ee1d50c4e2 Added option to use old style oper flags codemastr 2001-03-02 18:09:11 +0000
  • 9063b91570 Updated most of /stats S for newconf codemastr 2001-03-02 15:06:53 +0000
  • edfd90f235 +- Made NAME_SERVER (set::dns::nameserver work). The IRCd no longer + uses /etc/resolv.conf as reference. stskeeps 2001-03-02 14:58:37 +0000
  • 6164ba8175 +- Moved dynconf stuff from s_svs.c to s_conf.c, on popular request stskeeps 2001-03-02 14:22:30 +0000
  • e3fbff915b . stskeeps 2001-03-02 14:00:30 +0000
  • f75f80584e . stskeeps 2001-03-02 12:20:43 +0000
  • 2d7436eea0 Made modes-on-connect work stskeeps 2001-03-02 12:20:26 +0000
  • f106d3b39b Made /who work correctly stskeeps 2001-03-02 11:48:54 +0000
  • 1dc79accfc added a bunch of /stats flags codemastr 2001-03-02 00:55:57 +0000
  • 247a3235ef +- Overwrote s_conf.c with s_conf2.c, and removed s_conf2.c. Viva la Conf2! stskeeps 2001-03-01 21:31:55 +0000
  • 59f0c6a7be +- Fixed a config_load win32 problem, found by Zogg, fixed by Stskeeps/codemastr stskeeps 2001-03-01 21:29:44 +0000
  • 03253db9b2 Fixed a deny version {} bug (oops) codemastr 2001-03-01 21:22:32 +0000
  • 815db2ad4a added deny version, and made deny link rehash codemastr 2001-03-01 21:13:58 +0000
  • 3eff8614eb +- Removed dynconf.c, from the old dynconf stskeeps 2001-03-01 20:39:41 +0000
  • 516731d14d +- Removed class.c, from the old conf stskeeps 2001-03-01 20:31:03 +0000
  • 02f1d1a27a +- Made /stats C show flags correctly stskeeps 2001-03-01 06:15:24 +0000
  • 259c4bcf66 +- Made DNS cache list show a notice to other ops stskeeps 2001-03-01 06:13:45 +0000
  • d1139c251c +- Made autoconnect msgs only go to +os stskeeps 2001-02-28 20:43:27 +0000
  • d10da5cf81 . stskeeps 2001-02-28 18:29:08 +0000
  • 55458495fb +- Fixed the 9-month old win32 DNS bug, caused by Stskeeps's incidential + delete stskeeps 2001-02-28 18:23:31 +0000
  • 54c46720f7 +- Somehow is_halfop and co got called when a server set a mode .., added + IsServer check (auto-return 1) + stskeeps 2001-02-28 17:24:38 +0000
  • 155374409d +- Added Member and Membership and made the IRCd support this. Using + "freelinks", todo: garbage collection +- Added find_member_link and find_membership_link. Made Floodopt only + get allocated for local users. Removed aFloodOpt in Link, +- Made a speedup in is_halfop (dumb code) stskeeps 2001-02-28 16:24:37 +0000
  • 2ed9fead6d -- Fixed one of codemastr's wonderful coding bugs. *slap slap slap* +- Fixed windows CRLF problem in conf2, reported by Zogg stskeeps 2001-02-27 19:40:52 +0000
  • 09fc76ed53 +- Fixed one of codemastr's wonderful coding bugs. *slap slap slap* stskeeps 2001-02-27 11:42:55 +0000
  • 98477e867e . stskeeps 2001-02-27 11:22:37 +0000
  • 412390883c +- Removed msgtab part of parse, removed the bigass hashtable msgtab, + removed inittoken, made command initalization happen in init_CommandHash +- Adapted /stats M to it. Removed /helpop ?commands temporary. Confirming + hashtable works. stskeeps 2001-02-27 11:03:19 +0000
  • e010cbde23 +- Added CommandHash optimation .. this is not done 100% yet. uses msgtab as + reference stskeeps 2001-02-27 08:56:06 +0000
  • 878f3ddba8 sped up some channel stuff using bahamut style user searching codemastr 2001-02-25 17:30:43 +0000
  • 82e2407bd3 made crule.c faster codemastr 2001-02-25 16:57:23 +0000
  • 7dbe724aff +- Removed return_servers() and made servers be called Servers, and be a + global variable. Done on request on Great Master codemastr. stskeeps 2001-02-25 16:41:13 +0000
  • 8cc77bb669 +- Recoded check_pings, with bits used from bahamut-ircd/hybrid-ircd, credits + to lucas. stskeeps 2001-02-25 10:36:41 +0000
  • 170a1dff0e +- Made admin {} get rehashed +- Got /stats x to work again stskeeps 2001-02-25 09:03:22 +0000
  • 038830c0b2 added deny link {} codemastr 2001-02-25 00:57:12 +0000
  • 0ced6ab45b +- Made connfreq unable to less than 10 stskeeps 2001-02-24 20:15:29 +0000
  • e9b9c0e775 various code cleanups codemastr 2001-02-24 18:27:50 +0000
  • f656a02b76 various cleanups codemastr 2001-02-24 16:22:26 +0000
  • df04217164 . stskeeps 2001-02-24 15:06:00 +0000
  • ace1eb1e1a todo stuff stskeeps 2001-02-24 15:02:26 +0000
  • c5ed0fe9c1 +- Made autoconnect work again :>. Changes in behavouir: It connects more at + a time now. You need autoconnect flag in options. stskeeps 2001-02-24 14:56:15 +0000
  • eed841e642 +- Made link { options { work OK again. Had a dead loop as well stskeeps 2001-02-24 13:36:52 +0000
  • 9ac6d4cb65 +- Killed ircdupstr and called it ircstrdup stskeeps 2001-02-24 13:09:50 +0000
  • 40f1dd6da6 +- Added deny channel { channel "channelmask"; reason "why"; }; and + allow channel { channel "channelmask"; };. Replaces chrestrict +- Made those above get rehashed stskeeps 2001-02-24 13:03:26 +0000
  • 0ce4ac5bc0 dynamic motd changes codemastr 2001-02-23 22:01:59 +0000
  • 3211a39f6b replaced a few strlen()s with sizeof()s should make the IRCd start a bit faster codemastr 2001-02-23 17:30:39 +0000
  • 97de7c6e41 +- Fixed a missing " in validate_conf stskeeps 2001-02-23 15:42:08 +0000
  • 57f89e0678 . stskeeps 2001-02-21 17:29:21 +0000
  • ff1b08ef51 +- Fixed a /kline and /unkline buffer overflow, reported by [-Th3Dud3-] +- Fixed a crash in /stats k regarding temporary K:lines stskeeps 2001-02-21 16:00:43 +0000
  • 64ee360a69 . stskeeps 2001-02-19 18:44:20 +0000
  • 3bc852a76c +- Added a notice on connect for SSL users with key length stskeeps 2001-02-19 18:26:29 +0000
  • b7b2155573 +- Some small SSL fixes .. stskeeps 2001-02-19 18:13:53 +0000
  • a28500faae If an invalid ban or except is found, it is removed codemastr 2001-02-19 17:21:42 +0000
  • b53a38c15c newconf changes codemastr 2001-02-19 17:11:17 +0000
  • eb6d81e199 ade it so the IRCd can survive with certain set {} errors (uses defaults) codemastr 2001-02-18 16:39:54 +0000
  • e56b347bb1 . stskeeps 2001-02-18 16:04:57 +0000
  • 2d455fee85 bunch of changes codemastr 2001-02-18 16:03:34 +0000
  • 691bbfc48a +- Made deny_dcc get rehashed stskeeps 2001-02-18 11:59:27 +0000
  • d121a7a9ad +- Finished up deny dcc {}. + TODOs: dcc_del_wild_match doesn't work. dcc_wipe_services() either stskeeps 2001-02-18 09:57:49 +0000
  • 556ae0ef20 *** empty log message *** stskeeps 2001-02-16 20:36:52 +0000
  • 44be7a34a2 +- Finished up validate_conf() stskeeps 2001-02-16 20:27:15 +0000
  • 05362ec33f .. stskeeps 2001-02-14 22:38:47 +0000
  • 1f7cb4c186 +- Fixed a problem with +x +- Made CPATH be unrealircd.conf and init_conf2 use configfile instead +- Disabled calls to dynconf +- Added validate_conf, added dynconf checking, me, admin, class, oper + testing +- Added config_progress() Fixed temporary stuff + with conf_link - Made tld {} get rehashed stskeeps 2001-02-14 20:51:21 +0000
  • 8247b2cc5f Made tld {} get rehashed codemastr 2001-02-14 20:47:47 +0000
  • e0588102ac +- Fixed temporary stuf with conf_link stskeeps 2001-02-14 11:34:11 +0000
  • a3d4c1af6e +- Added /stats P on listener info (oper-only) +- listener temporary stuff works now stskeeps 2001-02-14 09:17:31 +0000
  • 254326670a +- Added some MALLOCD (mini debug malloc by stskeeps..) +- Removed some C++ comments +- Made close_listeners work correctly again +- Removed some old check_* mammut code +- Fixed a bunch of possible bugs in newconf +- Added sendto_realops logging of config errors +- Made /rehash work .. sortof. Fixed some crash bugs stskeeps 2001-02-13 23:14:27 +0000
  • 884d79e08a +- Fixed a problem with cptr->class counting for servers stskeeps 2001-02-06 20:34:18 +0000
  • bc1dc6f2ab Made a bunch of /stats flags work with newconf codemastr 2001-02-06 20:29:48 +0000
  • 80f5de56d8 . stskeeps 2001-02-06 20:16:30 +0000
  • 22b891a845 +- Fixed negative timestamps problem (crash) stskeeps 2001-02-06 19:30:36 +0000