Jilles Tjoelker
|
dc4d501281
|
Move nick collision notices from +s to +k.
Remote nick collisions (Received KILL/SAVE message)
were already on +k.
|
2008-07-04 16:54:46 +02:00 |
Jilles Tjoelker
|
0ae330b43f
|
Reset check_splitmode_ev to NULL after removing it,
to exclude the possibility of it being removed twice.
like ircd-ratbox r25641 (jilles)
reverts 788:476d29d84191
|
2008-06-29 01:37:11 +02:00 |
Jilles Tjoelker
|
346aca1799
|
Make m_trace.c compile here (with gcc 4.2.1).
|
2008-06-28 21:08:04 +02:00 |
Valery V Yatsko
|
a70bad1d73
|
m_trace.c fixed
|
2008-06-28 18:20:24 +04:00 |
Valery V Yatsko
|
51b0223e4d
|
'empty_sockhost = "255.255.255.255"' const for report_this_status
|
2008-06-28 14:27:33 +04:00 |
Valery V Yatsko
|
3db8104751
|
report_this_status: declaration changed
|
2008-06-28 14:25:31 +04:00 |
Valery V Yatsko
|
af7c236800
|
report_this_status fixed
|
2008-06-28 14:24:18 +04:00 |
Valery V Yatsko
|
715b28fefd
|
Applied svn diff from ratbox3 r21458:21470
|
2008-06-28 14:13:50 +04:00 |
Valery V Yatsko
|
a2eb0d5913
|
Removed unneeded '*_ev = NULL' statements
|
2008-06-28 12:12:18 +04:00 |
Valery V Yatsko
|
969a1ae66a
|
PASS selector:password for auth{}, based on spb's patch for ircd-seven
|
2008-06-26 10:18:58 +04:00 |
Valery V Yatsko
|
75818939ab
|
Applying dyn-cmodes.diff - first step in implementing channel module
addition in extensions
|
2008-06-24 20:45:19 +04:00 |
Jilles Tjoelker
|
bf9ca219d3
|
Remove more TS5 remants (sendto_server calls).
|
2008-06-14 02:06:55 +02:00 |
Jilles Tjoelker
|
730c5ff105
|
Move -bqeI from lower TS SJOIN to a more logical place.
This is possible because TS5 support was removed.
|
2008-06-13 23:55:37 +02:00 |
Jilles Tjoelker
|
f037fff482
|
Add an additional check to mr_server() for TS6, in case we don't get an SVINFO
from ircd-ratbox (anfl)
|
2008-06-13 23:09:52 +02:00 |
Jilles Tjoelker
|
0a70e15066
|
SJOIN: remove various TS5 stuff
|
2008-06-13 23:03:52 +02:00 |
Jilles Tjoelker
|
767394f009
|
SJOIN: check minimum parameters more strictly.
|
2008-06-13 00:32:01 +02:00 |
Jilles Tjoelker
|
4a4ea261b2
|
m_stats: get rid of function pointers with unspecified parameter lists
stats l/L is now more a special case than before
|
2008-06-11 00:53:21 +02:00 |
Jilles Tjoelker
|
4cb8529c19
|
m_set: get rid of function pointers with unspecified parameter lists
|
2008-06-11 00:39:01 +02:00 |
Jilles Tjoelker
|
6d18bf1a12
|
Some const stuff for m_set.
|
2008-06-11 00:28:08 +02:00 |
William Pitcock
|
2647617347
|
Suppress a warning.
|
2008-06-08 01:32:17 -05:00 |
William Pitcock
|
06a7954fa1
|
modules: no more TS5
|
2008-06-08 01:27:25 -05:00 |
William Pitcock
|
45f5f151f8
|
core modules: no more TS5.
|
2008-06-08 01:25:42 -05:00 |
Jilles Tjoelker
|
00f13098a3
|
Reindent.
|
2008-06-03 20:52:47 +02:00 |
Jilles Tjoelker
|
823d0e7a34
|
Clean up m_trace somewhat.
All visibility logic is now in m_trace(), none in
report_this_status().
|
2008-06-03 20:52:00 +02:00 |
Jilles Tjoelker
|
aeeda4466a
|
Reject u@@h klines.
|
2008-05-21 23:00:10 +02:00 |
Jilles Tjoelker
|
1dc9ac1d69
|
Give an error message when refusing a kline that has neither . : or @.
|
2008-05-21 22:56:51 +02:00 |
Jilles Tjoelker
|
a66dbced56
|
Require remoteban privilege to send dline/undline to other servers.
|
2008-04-23 18:32:46 +02:00 |
William Pitcock
|
8308fcdfed
|
Use sendto_one_numeric() with the new AWAY numerics.
|
2008-04-21 20:26:23 -05:00 |
Jilles Tjoelker
|
931e8bc49e
|
Take out some seven-style server notices.
|
2008-04-20 19:43:50 +02:00 |
Jilles Tjoelker
|
47819d9814
|
Repair fast/better undline (169:d8aa0d182c9f).
|
2008-04-20 16:05:17 +02:00 |
Jilles Tjoelker
|
e26306d359
|
Remove windows newlines (^M).
|
2008-04-20 15:47:53 +02:00 |
Valery Yatsko
|
45be325cd2
|
Remote d:lines implementation (based on ircd-seven's r230 by spb, Stephen Bennett <spb@attenuate.org>)
|
2008-04-20 11:26:37 +04:00 |
William Pitcock
|
7e8e21a41a
|
Remainder of irc_string.* is moved to new inline/stringops.h.
|
2008-04-20 01:03:11 -05:00 |
Valery Yatsko
|
13ae2f4b69
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
Valery Yatsko
|
c6b832270e
|
clean_string() is related to m_links.c ONLY - moved it there
|
2008-04-20 09:35:22 +04:00 |
Valery Yatsko
|
dcbd1d073c
|
strtoken -> rb_strtok_r (with arguments order changes)
|
2008-04-20 09:20:25 +04:00 |
Valery Yatsko
|
d99380b61b
|
legacy irc sprintf gone
|
2008-04-20 09:12:09 +04:00 |
Valery Yatsko
|
08a5f1f948
|
myctime -> rb_ctime
|
2008-04-20 09:03:39 +04:00 |
Valery Yatsko
|
9879cd59a6
|
Various inet* -> rb_inet_*
|
2008-04-20 08:55:41 +04:00 |
Valery Yatsko
|
a64c5173a7
|
strlcat -> rb_strlcat
|
2008-04-20 08:44:04 +04:00 |
Valery Yatsko
|
907468c485
|
strlcpy -> rb_strlcpy
|
2008-04-20 08:40:40 +04:00 |
Valery Yatsko
|
b798359b17
|
Functions replacement: ircd_baseXX_{en,de}code -> rb_baseXX_{en,de}code
|
2008-04-20 08:36:28 +04:00 |
Valery Yatsko
|
2667396968
|
get_randomness() removed from m_challenge.c - we use rb_get_random() now from libratbox
|
2008-04-20 08:30:41 +04:00 |
Valery Yatsko
|
f5bd2fee66
|
Code cleanup (m_die)
|
2008-04-20 07:46:08 +04:00 |
Valery Yatsko
|
6972e25a95
|
Moving some m_die code into ircd_shutdown(reason) function and use it on SIGTERM too
|
2008-04-20 07:38:56 +04:00 |
Valery Yatsko
|
a822ef295a
|
Switched on using cache_user_motd(); for motd update on rehash
|
2008-04-20 07:24:50 +04:00 |
Jilles Tjoelker
|
04cc8ce9ac
|
Remove stray SetCork.
At this time, charybdis does not use ratbox3's cork mechanism.
|
2008-04-16 20:49:08 +02:00 |
Jilles Tjoelker
|
b717a466d0
|
Remove ^M on line endings.
|
2008-04-13 17:54:23 +02:00 |
Jilles Tjoelker
|
c6525f80ba
|
Remove various other gline stuff.
|
2008-04-11 17:10:40 +02:00 |
Valery Yatsko
|
d5a432fa00
|
Removing glines
|
2008-04-11 18:47:03 +04:00 |