Bram Matthys
addd54c38f
Revert set::options::owner-gets-dot patch.
2003-02-12 20:44:14 +00:00
Bram Matthys
71a7e91363
- Added set::options::owner-gets-dot which will give chanowners a . prefix.
2003-02-12 02:12:13 +00:00
Bram Matthys
82201421eb
Made ".. did a /whois on you" always show the real host ( #0000705 ).
2003-02-10 00:56:58 +00:00
Bram Matthys
bd8cbf6713
* don't send SHOWCONNECTINFO if the link is (known to be) a server.
...
* same for scan message
* don't say "you have not registered" on NOTICE in unregistered state.
* made a send_prot(aClient, ConfigItem_link) for sending PROTOCTL message,
takes care of sending ZIP in token in case of a ziplink (indeed, I don't
send "ZIP" if it's not marked as a ziplink).
* added automatic fallback tot uncompressed link in case one of the sides
has zip turned off or not compiled in.
* added configcheck for link::options::zip turned on when not compiled
in (just like we do with ssl).
2003-02-06 01:09:17 +00:00
Bram Matthys
1bea78bd0e
- Fixed a bug in m_part reported by Angrywould, cause unknown (yet).
...
- Currently it's not possible to compile with ZIP_LINKS _and_ SSL without changing zlib.h :(.
It really sucks... it's because zlib.h has a typedef for 'free_func' and this is also used
in openssl header files as a (useless) name... :((. I did some updates to allow future zlib
changes, dunnow if they will because it can break other zlib programs. It compiled fine at
windows, but not at Linux... you need to replace free_func to zlib_free_func in zlib.h in
order to get ZIP_LINKS + SSL to work... but like I said, that may break programs (ARGH!).
2003-02-04 21:23:47 +00:00
Bram Matthys
6ceb9cb6f7
Code cleanup (in many files heh)... I replaced all:
...
IsHidden(sptr) ? sptr->user->virthost : sptr->user->realhost
stuff to a simple GetHost(sptr) macro (defined in struct.h).
Smaller and less error phrone :). Also fixed the if IsHidden -> if (IsHidden
found by codemastr .
2003-02-04 19:40:38 +00:00
codemastr
56da92cab9
Added set::snomask-on-connect
2003-02-02 22:53:59 +00:00
codemastr
ab5ff5cdea
Started work on set::allow-userhost-change
2003-02-01 19:14:31 +00:00
Bram Matthys
0a1aacda89
Fixed missing 's' flag in oper::snomask causing not receiving any server notices (attempt II)
2003-01-29 01:15:09 +00:00
codemastr
12a5746d47
Rechanged 'a Services Administrator' back to 'a Services Operator'
2003-01-29 00:56:01 +00:00
Bram Matthys
bcac798a99
Fixed whois: "a Services Operator" -> "a Services Administrator"
2003-01-28 20:32:21 +00:00
Bram Matthys
007d0c1d32
Added STRIPBADWORDS_CHAN_ALWAYS (a define, disabled by default) for always
...
censoring badwords from all channels (+G or not).
2003-01-28 20:24:55 +00:00
codemastr
00698d9fd4
Fixed an SVSO bug and a throttling bug
2003-01-27 19:54:00 +00:00
Bram Matthys
6a9579930a
Fixed crash when +x is in modes-on-oper, user has -x and then /oper's.
2003-01-20 15:21:38 +00:00
Bram Matthys
9c31edf6e7
Made netadmins able to see users in all chans by using /who #chan or /names #chan.
2003-01-20 03:44:13 +00:00
Bram Matthys
2a266829e3
Fixed SVSMODE bug in handling of non-qaohvbe modes. ( #0000631 )
...
*parabuf wasn't set to '\0' so previous modes were applied in some cases...
2003-01-20 00:46:27 +00:00
Bram Matthys
86021bdd9b
Fixed shun: ADMIN and PONG are allowed if shunned, also manually removing
...
a SHUN from a user affects connected clients immediatly. Moved ~45 lines of
code to a seperate function for this.
2003-01-20 00:30:51 +00:00
Bram Matthys
1d0936d07a
Added RPL_ENDOFSTATS after tkl_stats output if called by /kline, /gline, etc
...
without parameters.
2003-01-19 22:58:07 +00:00
codemastr
fed61efcdb
Misc. fixes
2003-01-11 19:33:42 +00:00
codemastr
b455704e7f
Added a patch by Syzop to increase randomness of the random numbers
2003-01-05 01:26:28 +00:00
codemastr
d7c59f9961
Fixed a few bugs
2003-01-02 19:32:58 +00:00
codemastr
2270e37dca
Added pretty_time_val
2002-12-20 22:09:38 +00:00
codemastr
67b1118abb
Added set::snomask-on-oper
2002-12-19 21:49:37 +00:00
griever
24cd9ff5ef
TKL fix and shit
2002-12-19 20:40:40 +00:00
codemastr
7c0bc3f0be
Fixed a tsctl and a make install bug
2002-12-14 17:29:39 +00:00
codemastr
ef5f1c354b
Added set::htm for htm options
2002-12-11 17:35:18 +00:00
mcskaf
997cb99faf
Changed DWORD to u_int32_t.
2002-12-08 20:32:56 +00:00
mcskaf
c609e0bbb1
IRCCreateThreadEx() was causing exception on Windows.
2002-12-08 20:09:27 +00:00
mcskaf
2d9186c7a3
Fixed a dumb mistake.
2002-12-01 19:13:47 +00:00
mcskaf
c28b3db527
Changed connect() success/fail checking in scanners for all OSs.
2002-12-01 19:10:26 +00:00
codemastr
6c167e3590
Documentation updates and misc. fixes
2002-12-01 17:50:08 +00:00
codemastr
5d31e2ac68
Changed the thread API to fix some win32 crashes
2002-12-01 17:11:34 +00:00
codemastr
48fb658531
Removed m_kline.c and m_zline.c they are now implimented as part of m_tkl.c
2002-11-30 21:01:12 +00:00
codemastr
211e930a1e
Fixed an oper count bug with SVS2MODE
2002-11-30 19:22:43 +00:00
codemastr
24eac63abd
Changed the conf3 return values
2002-11-27 17:19:33 +00:00
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