Bram Matthys
6f2d85fbb6
- Fixed bug in /silence regarding cloaked hosts, reported by kuwatog ( #0001157 ).
2003-07-31 16:37:25 +00:00
Bram Matthys
81035a2c3e
- Fixed bug with SWHOIS: oper::swhois wasn't broadcasted correctly which made it only show up in local (or server) /whois, reported by format ( #0001141 ).
2003-07-29 18:52:28 +00:00
Bram Matthys
41a0896d6d
- First big part of modulized extended channelmodes system
2003-07-29 17:07:17 +00:00
codemastr
ecc53cc37a
Fixed numerous logging bugs
2003-07-15 18:21:53 +00:00
Bram Matthys
460a61a6d6
- Fixed ban version crash and another read-after-free.
2003-07-06 22:13:01 +00:00
codemastr
5ac4bae7ef
Added a system to allow modules to create snomasks
2003-07-01 19:22:24 +00:00
codemastr
9c713f7aa7
Added set::channel-command-prefix
2003-06-22 17:12:39 +00:00
codemastr
b7c02898fe
Fixed some SVSMODE/SVS2MODE bugs
2003-06-19 14:44:44 +00:00
Bram Matthys
953d70ba28
- Fixed PRIVMSG bug with multiple targets.
2003-06-14 20:31:26 +00:00
codemastr
153b7c284a
Added an experimental (disabled by default) prefix system for +a and +q
2003-06-14 00:05:26 +00:00
Bram Matthys
f7d2e7a972
- Fixed _some_ gcc3.3 + -Wall warnings.
2003-05-31 02:12:44 +00:00
codemastr
88af97045e
Changed /whois 'secret channel' flag to '?'
2003-05-30 21:02:15 +00:00
Bram Matthys
2dc82a43cc
- Probably fixed server-notices bug (duplicates, to non-opers) caused by a few SVS* cmds, reported by _loco_ ( #0000991 ).
2003-05-20 17:57:25 +00:00
codemastr
a4a447e788
Made /whois slightly faster
2003-05-19 20:39:39 +00:00
Bram Matthys
33b1fb5d41
set::options::mkpasswd-for-everyone + Added error messages if not oper for: sdesc, mkpasswd, htm, rping, opermotd
2003-05-17 17:52:24 +00:00
codemastr
23248c91e6
Changed who flag & to ?
2003-05-16 20:01:22 +00:00
codemastr
7589b92df7
Fixed an SVSMOTD bug
2003-05-12 19:14:03 +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
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
906f4dd0b7
- Little find_client() audit.
2003-05-06 18:42:52 +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
69f0e97c9e
Fixed a SVSMODE bug
2003-05-04 18:50:24 +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
0c0faa05af
- Removed some leftover +I code (can_stealth/^).
2003-05-03 22:28:31 +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
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
d35810e819
Fixed a bug with ban version {}
2003-04-26 23:31:56 +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
3c5e7ff5e7
- Fixed a PRIVMSG channelprefix bug reported by aragon ( #0000902 )
2003-04-18 15:30:35 +00:00
Bram Matthys
a63eee5ee9
I won the fight...
2003-04-17 18:13:01 +00:00
Bram Matthys
201c0e39bc
Fix-for-fix (debug stuff), sendto... real... opers...
2003-04-17 18:01:55 +00:00
Bram Matthys
9691748a7e
- Added some temporarely SQLINE debugging/trace code
2003-04-17 16:58:38 +00:00
codemastr
8409ff6234
Fixed a bug where /nsg and /notice didn't use tokens for nick@server forms
2003-04-16 18:49:00 +00:00
codemastr
dd1364321a
Fixed a ban version {} bug, added an aliases/anope.conf, and updated some docs
2003-04-15 21:56:24 +00:00
codemastr
c2a4509d9c
Made the channel be hidden from /who if you are +p
2003-04-13 23:46:04 +00:00
codemastr
8732330e38
Cleanups and /chgident fix
2003-04-13 18:10:56 +00:00
codemastr
7000658c42
Fixed some /stats b stuff and added badword::action
2003-04-13 16:51:08 +00:00
codemastr
3a368be7e5
Fixed an SQLINE bug
2003-04-11 23:57:15 +00:00
codemastr
d41d26a163
SQLINE/UNSQLINE and SVSNLINE fixes
2003-04-10 21:13:36 +00:00
codemastr
6a990f2b05
Fixed a bug with ban version {} with NOSPOOF
2003-04-07 18:42:48 +00:00
codemastr
b71c11416a
Away flood stopper patch
2003-03-24 01:07:57 +00:00
codemastr
f006ffe3c9
Added usermode +p 'hide channels in whois'
2003-03-21 21:43:38 +00:00
Bram Matthys
fa1f8c3d0f
- Fixed a /who big which could make the server crash (oper only).
2003-03-08 20:53:15 +00:00
stskeeps
8ad07e6a5e
h
...
:q
h
:q
2003-03-04 08:48:07 +00:00
Bram Matthys
93a2477f3b
- Fixed /setident bug
2003-03-02 23:13:33 +00:00
Bram Matthys
d435c5becf
- WebTV fixes
2003-02-28 14:40:11 +00:00
Bram Matthys
def6483548
- Added SVSWATCH: allows U-lined server to modify the watch list of a user.
...
- Added SVSSILENCE: allows U-lined server to modify the silence list of a user.
2003-02-27 23:23:24 +00:00
Bram Matthys
06eaede3f2
- Added allow-userhost-change checks to /vhost.
...
Fixed Changes typo from me (forced-rejoin -> force-rejoin)
2003-02-27 18:41:26 +00:00
Bram Matthys
41e06cba28
- Made set::allow-userhost-change forced-rejoin work.
...
- Fixed chmode +u bug when chanop was parting but wasn't sent to normal users.
2003-02-27 17:13:04 +00:00