stskeeps
fcfbf1cdaf
serious who bug
2002-11-27 14:53:51 +00:00
codemastr
736474aa5f
Finished module rehashing
2002-11-26 20:15:17 +00:00
codemastr
0ba49b9c4e
Made modules rehash under dynamic linking
2002-11-26 19:52:02 +00:00
mcskaf
3d945f5b1d
Fixed sendto_ functions to use slot number as index into sentalong array.
2002-11-22 23:25:20 +00:00
codemastr
ce64bf6f6c
Changes to the module config system
2002-11-18 20:04:36 +00:00
codemastr
594f8646d3
Made modules able to have config directives
2002-11-18 00:54:05 +00:00
codemastr
5e9107815e
Added SVSLUSERS
2002-11-16 20:52:16 +00:00
stskeeps
808acb8e57
- Finished up conf3, still needing some directives added but it sortof works. Rehash doesn't yet.
...
- Fixed some idiotic lack of src/modules/Makefile.in changes for the sake of commands.so when
/zline /kline etc was moved to a module
2002-11-05 19:25:21 +00:00
griever
391098a197
kline has been replaced with tkline
2002-10-24 15:58:44 +00:00
codemastr
806701ac23
Scanner win32 fixes
2002-10-13 21:47:57 +00:00
codemastr
0a1a2e217f
Fixed an htm bug with reporting no such server
2002-10-13 17:56:19 +00:00
codemastr
1977439e27
Fixed another tkl bug
2002-10-05 00:27:22 +00:00
stskeeps
1c81b72a4f
- Fixed crash bug in m_tkl_line
2002-10-04 18:35:40 +00:00
stskeeps
379a8ccc3b
Fixed bug with all TKL commands not accepting nicks anymore ( #0000370 reported by Ravage)
2002-09-28 12:16:10 +00:00
stskeeps
ce0ae3a46d
- Fixed bug #0000372 reported by MorPheus where Killed (<everything-but-the-first-char-in-killer-letter-got-shown> (reason))
2002-09-28 11:40:10 +00:00
codemastr
519b491c1b
Fixed a bug with /who -h
2002-09-20 20:06:33 +00:00
stskeeps
6926cca1bb
- Added Syzop's various zero-terminate patches and fixes for crashes when
...
you send commands like JOIN from a server directly
2002-09-07 01:32:00 +00:00
codemastr
ff14d5d0bf
Compile warning cleanups
2002-09-01 18:33:47 +00:00
codemastr
b5827fd1de
Fixed some /who bugs
2002-08-31 15:33:05 +00:00
codemastr
528238f541
Fixed a bug in TKL that would allow *@* bans
2002-08-31 12:49:28 +00:00
codemastr
b89c6a8cd1
Added oper login to the 'is now an operator' notice
2002-08-28 12:12:21 +00:00
codemastr
1f2e1a8bcf
Added vhost::swhois
2002-08-25 16:10:09 +00:00
stskeeps
e1b478909e
- Made set::static-quit - check doc/example.conf for documentation - but
...
this allows the admin to decide a standard custom quit for users. so they
won't be able to make their own quits. This affects set::prefix-quit and
ANTI_SPAM_QUIT_TIME - it simply replaces it with the message if enabled
2002-08-25 04:26:45 +00:00
codemastr
8c42cec638
Fixed a typo in /akill and /rakill
2002-08-20 20:20:03 +00:00
codemastr
e72710e0e8
Fixed an oper::swhois bug where the swhois was not propagated
2002-08-19 17:55:03 +00:00
stskeeps
68794a3ffc
- Fixed problem where the parameters of the RAKILL aliasing to TKL were switched,
...
and a missing return for normal users.
2002-08-13 17:41:00 +00:00
stskeeps
6901d27508
- Module load fix for a minor fuckup in SQLINE/UNSQLINE
2002-08-12 17:03:03 +00:00
stskeeps
7f3096ee6b
- Allowed SQLINE/UNSQLINE to come from a U:lined client as well
2002-08-12 15:45:46 +00:00
codemastr
bb95bdfa7c
Removed some useless code and added more modules
2002-08-09 20:26:04 +00:00
stskeeps
c0af661c77
More SSL horror and fixed a missing , in m_who
2002-07-24 17:59:26 +00:00
codemastr
54ed370fb3
Fixed a /who hop count bug
2002-07-24 17:49:39 +00:00
codemastr
5b32996538
Some config changes and documentation updates
2002-07-24 17:00:37 +00:00
stskeeps
f0564193ba
- Added a #ifdef _WIN32 for extern BOOL IsService; in ircd.c that made compile break
...
on non WIN32 systems
- Depricated AKILL/RAKILL and made them alias to TKL G +/- - for normal users they
just reply that the commands are depricated. Server compatiblity is maintained.
Eventually it will just be removed. Thank god for modules.
2002-07-22 20:33:49 +00:00
codemastr
3c11cbb999
Fixed an oper bug where locops didn't get a hidden host
2002-07-13 16:56:01 +00:00
codemastr
15e00b6dff
made set::scan::bind-ip work in win32 and added AWAYLEN= token to 005
2002-06-22 00:43:22 +00:00
stskeeps
110c1b4fe4
- Fixed minor problem with former patch
2002-06-21 10:41:46 +00:00
stskeeps
7bef381cc6
- Added set::scan::bind-ip, set::scan::message, on request of RaYmAn, documented
...
in example.conf
2002-06-21 10:23:16 +00:00
ejb
f38f758639
- Added /who +R which shows real host to opers.
2002-06-20 19:49:44 +00:00
ejb
539f218fce
- Fix a minor stupid in m_quit.c.
2002-06-19 03:50:53 +00:00
codemastr
6282bc7180
more count bug fixes
2002-06-19 00:06:51 +00:00
codemastr
7b39825bb1
Fixed an oper count bug
2002-06-18 23:44:43 +00:00
ejb
6466d1ed3f
- Changed m_quit.c slightly, removed a redundant strlen, made prefix-quit of
...
"no" not use one at all, since this is in example.conf and is sensicle..
2002-06-17 03:42:25 +00:00
ejb
145d3dfb7e
- Rewrote m_who.c from scratch. It's slightly different, help.conf explains exactly how.
2002-06-17 03:00:37 +00:00
stskeeps
4761f302f6
Included larne's /who patch, adding a multitude of symbols? :P
2002-06-08 19:53:54 +00:00
codemastr
b59cead0b2
Fixed a /who bug where + wasn't displayed for voices
2002-06-07 23:40:38 +00:00
codemastr
6f5590934f
Made module load failure non fatal
2002-06-07 16:14:06 +00:00
codemastr
9d1c5c2ceb
Fixed a scanner bug causing it to never timeout
2002-06-06 21:31:32 +00:00
codemastr
870289c2fd
Finally REALLY fixed the scanner (note to Stskeeps: bcmp returns 0 when there IS a match)
2002-05-21 20:54:14 +00:00
codemastr
037b2e6434
Removed some SOCKS scanner debug code
2002-05-21 20:20:17 +00:00
codemastr
e77382c196
Fixed an OpenBSD bug
2002-05-10 21:27:18 +00:00