codemastr
730c302c72
Made regex use extended regexps, and fixed a Sun compile problem
2003-05-15 18:40:08 +00:00
codemastr
2c3eb0339c
Solaris compile fix, and deny channel::redirect
2003-05-14 22:34:44 +00:00
codemastr
7589b92df7
Fixed an SVSMOTD bug
2003-05-12 19:14:03 +00:00
Bram Matthys
99dbe995c0
- Code cleanup (sys_errlist[])
2003-05-12 18:45:21 +00:00
codemastr
2e03a27b15
Fixed a bug in del_throttling_bucket
2003-05-11 21:38:30 +00:00
codemastr
847a2f4944
Resolver changes
2003-05-11 21:33:30 +00:00
Bram Matthys
374a7d5950
Added set::ident::connect-timeout and set::ident::read-timeout, updated example.conf: added throttle block.
2003-05-11 21:08:13 +00:00
Bram Matthys
b780fc9347
- Updated flags in /version (and greeting), added 'Z' for zip links support, updated tech doc.
2003-05-11 19:12:57 +00:00
Bram Matthys
fb5ea7d873
channelmode +f fix /// IPv6: Fixed unable-to-resolve-bug if both a A/AAAA record and NS/MX/etc records were present
2003-05-11 16:26:58 +00:00
Bram Matthys
0e4a8945e6
- And another minor +L fix.
2003-05-10 23:19:51 +00:00
Bram Matthys
4e74bbac1e
- Code cleanup/merge m_join/channel_link: fixed multiple channelmode +L problems.
2003-05-10 21:56:31 +00:00
codemastr
370acc2abe
Made it so it is no longer necessary for modules to copy the ModuleInfo structure
2003-05-10 18:53:50 +00:00
Bram Matthys
f0a5ab1310
- Moved /stats zip from NOTICE to RPL_TEXT, updated stats documentation.
2003-05-10 00:27:29 +00:00
Bram Matthys
dc3f546925
- Fixed numeric checking... someone was really drunk when he coded this "if ((l < 0) && (l > 254))" ;p.
2003-05-09 23:44:11 +00:00
Bram Matthys
f46494f02f
/WHO code cleanup + partial recode + bugfixes /// Updated example.conf about U-lines since many people set them wrong.
2003-05-09 20:02:20 +00:00
Bram Matthys
e0a4cf5100
- Misc /whois and webtv whois fixes
2003-05-09 00:41:25 +00:00
Bram Matthys
66d64a62c5
Fixed minor ban_version undeflow, no risk.
...
No risk coz a 0 len can only happen by a "\1version :" and in that case the -1'th char would be ':'... ;p.
2003-05-08 23:43:55 +00:00
codemastr
f3e2f1c524
NETINFO * for cloak-keys
2003-05-08 23:32:38 +00:00
codemastr
012ba4da76
made ban version {} also listen to CTCP SCRIPT
2003-05-08 19:09:31 +00:00
codemastr
a9f06266b7
Made the command loop slightly faster
2003-05-08 17:43:31 +00:00
codemastr
ed7a06f1e5
Renamed channel mode +a to 'channel admin'
2003-05-08 17:37:25 +00:00
codemastr
740e86e4b9
Added a CommandExists function
2003-05-06 22:26:48 +00:00
Bram Matthys
906f4dd0b7
- Little find_client() audit.
2003-05-06 18:42:52 +00:00
Bram Matthys
eb6b8f89bb
- Fixed ripemd-160 vs ripemd160 confusion, reported by thelight ( #0000949 ).
2003-05-06 03:48:17 +00:00
Bram Matthys
1557bab74a
- Fixed a local /kill bug during connection phase, reported by Gilou ( #0000952 ).
2003-05-06 00:18:02 +00:00
codemastr
114cec45b1
New version flag system
2003-05-04 21:30:38 +00:00
codemastr
69f0e97c9e
Fixed a SVSMODE bug
2003-05-04 18:50:24 +00:00
codemastr
c7de811b78
Fixed an operoverride bug with +aq
2003-05-04 17:37:25 +00:00
Bram Matthys
337d05a43d
- Fixed unprecise RPING output at windoze, reported by pak ( #0000945 ). + useless code cleanups
2003-05-04 16:44:40 +00:00
Bram Matthys
0a74098238
Fixed a badword::action block bug with regex.
2003-05-04 14:10:13 +00:00
Bram Matthys
0c0faa05af
- Removed some leftover +I code (can_stealth/^).
2003-05-03 22:28:31 +00:00
codemastr
8d6e18d086
Fixed a /topic operoverride bug and vhost::vhost verification added
2003-05-03 18:18:07 +00:00
Bram Matthys
88cc0b6d96
BOPM windoze URL
2003-05-02 00:45:22 +00:00
Bram Matthys
e91c2a8eed
- Made SVSNOOP work. Reported by Lx ( #0000933 ). [not dangerous to fix ;P]
2003-05-01 19:52:06 +00:00
Bram Matthys
09f74a9b11
Added warning if set::scan exists with a nice BOPM url etc.
2003-05-01 19:44:11 +00:00
Bram Matthys
9f4d4e674e
docs, module hook, blablabla.
2003-05-01 19:23:00 +00:00
stskeeps
40f4bb7e6c
- Mm, let's see what this checkin brings:
...
* Removed thread questions from Config, and autoconf code from
configure.in, leaving in the old macros though, but inactive
--enable-standardthreads is dead as of now
* Undefined HOOKTYPE_SCAN_INFO
* Removed CONF_EXCEPT_SCAN
* Removed locking in events, Lock/UnlockEventSystem still active for other
possible uses.
* Removed scanners, web server module
* Removed except scan {}
* Removed SCAN_API stuff from l_commands.c, win32 makefiles, etc
* Removed basically any mentions of threads in source tree, excepting
threads.h which Resolver uses on win32
* Documentation changes not done yet
2003-05-01 18:31:58 +00:00
codemastr
0bdb6a2e78
Docs updates
2003-04-28 17:26:04 +00:00
Bram Matthys
ebc9d6242f
- Preparing beta16: release notes ready, version updated in docs/text (except version.h).
2003-04-27 18:57:04 +00:00
Bram Matthys
9f1c81541d
- Usermode +q can now be set by services admins, as stated in docs ( #0000923 ).
2003-04-27 15:00:27 +00:00
codemastr
d35810e819
Fixed a bug with ban version {}
2003-04-26 23:31:56 +00:00
codemastr
69ac5a529b
Allow Ulines to use a TS in the past for topics
2003-04-26 18:49:54 +00:00
codemastr
a25630a958
module umode changes
2003-04-26 16:37:14 +00:00
Bram Matthys
31978ef74f
Friendly IPv6 msg..
2003-04-24 14:58:07 +00:00
Bram Matthys
9a56a16ee2
- Added link::options::nohostcheck which makes Unreal not to validate the incomming host/IP against the link::host field, usefull for dynamic DNS hosts.
2003-04-24 14:09:38 +00:00
Bram Matthys
8aefa6cdce
- Fixed minor badwords /rehash memleak.
2003-04-24 02:13:28 +00:00
Bram Matthys
d202cc0868
- Some code cleanups (s_conf.c, now has a config_setdefaultsettings()).
2003-04-24 01:42:16 +00:00
Bram Matthys
2d0abfa787
- Enabled throttling support by default, you need to have a (correct) set::throttle block to make it work, otherwise it's just turned off.
2003-04-24 01:21:52 +00:00
Bram Matthys
fbabd2bd1e
Additional SJOIN debug info in case of fishy timestamp
2003-04-20 20:34:09 +00:00
Bram Matthys
4a679b34c4
- Fixed usermode +S: was accidently a local usermode ( #0000909 )
2003-04-20 20:22:33 +00:00