Valery Yatsko
|
13ae2f4b69
|
irc_string.h -> match.h, irc_string.h; includes changed
|
2008-04-20 09:47:38 +04:00 |
Jilles Tjoelker
|
b717a466d0
|
Remove ^M on line endings.
|
2008-04-13 17:54:23 +02:00 |
Valery Yatsko
|
d5a432fa00
|
Removing glines
|
2008-04-11 18:47:03 +04:00 |
Valery Yatsko
|
8a78afe43d
|
Fixing time_t warnings
|
2008-04-09 23:34:34 +04:00 |
Valery Yatsko
|
92b8976366
|
'S' flag meaning we use ssl link added to /stats {c,C} (connect)
|
2008-04-08 18:30:53 +04:00 |
Valery Yatsko
|
477035a4d2
|
m_stats.c fixed not to use kb in tstats output
|
2008-04-08 18:05:29 +04:00 |
Valery Yatsko
|
6b7c7401f9
|
Working over zipstats bug and moving on the new ServerStats struct (without Kb counting, this style is used by code parts from ratbox3)
|
2008-04-08 18:00:38 +04:00 |
Valery Yatsko
|
8325120565
|
s_stats.c removed, now we use new style of stats handling.
|
2008-04-04 19:54:37 +04:00 |
Jilles Tjoelker
|
eeb13d3251
|
Unbreak /stats ? and fix a bug in /stats Z.
|
2008-04-03 23:21:20 +02:00 |
Jilles Tjoelker
|
6336c1bf78
|
Make m_stats and m_svinfo load again.
|
2008-04-03 22:01:59 +02:00 |
Jilles Tjoelker
|
9df69d5b30
|
Get rid of ^M.
|
2008-04-03 22:00:22 +02:00 |
Valery Yatsko
|
21c9d815d7
|
Reverting some changed related not to moving on libratbox3 but using ratbox3 source!
|
2008-04-02 19:37:50 +04:00 |
Valery Yatsko
|
7e98780bbb
|
warnings fixed
|
2008-04-02 16:10:09 +04:00 |
Valery Yatsko
|
fe2b1175ea
|
reject.h include
|
2008-04-02 16:06:45 +04:00 |
Valery Yatsko
|
8750c6e6b7
|
tstats stuff gone to m_stats.c
|
2008-04-02 16:04:43 +04:00 |
Valery Yatsko
|
9f6bbe3cf9
|
CurrentTime -> rb_currenttime();
|
2008-04-02 03:53:20 +04:00 |
Valery Yatsko
|
f781a34520
|
linebuf_len -> rb_linebuf_len for modules
|
2008-04-02 03:43:26 +04:00 |
Valery Yatsko
|
e68712582b
|
Fixed another two warnings in m_stats.c
|
2008-04-02 03:41:54 +04:00 |
Valery Yatsko
|
b8127271b7
|
extern void send_pop_queue(struct Client *); in header, will implement this some time later
|
2008-04-02 03:39:08 +04:00 |
Valery Yatsko
|
cc200171d7
|
libcharybdis includes gone.
|
2008-04-02 02:39:19 +04:00 |
William Pitcock
|
38e6acddad
|
ircs[n]printf -> rb_s[n]printf
|
2008-04-01 15:38:40 -05:00 |
William Pitcock
|
08d11e34cc
|
start making this compile
|
2008-04-01 15:18:48 -05:00 |
Jilles Tjoelker
|
889b032125
|
Use ERR_DISABLED in CHGHOST and STATS e.
|
2008-03-30 20:02:55 +02:00 |
Jilles Tjoelker
|
ff74c93aee
|
Use ERR_NOPRIVS when an oper is not allowed to see admin-only /stats.
This includes opers without the admin flag and admins on other servers.
|
2008-03-29 23:09:45 +01:00 |
Jilles Tjoelker
|
d1264ac892
|
Add two missing colons for sendto_one_notice().
|
2008-01-06 00:12:51 +01:00 |
Jilles Tjoelker
|
8eee9ee160
|
If stats k is masked for nonopers, treat stats k and K the same.
There is no point in forcing two stats requests for just
one line of information.
|
2008-01-05 17:00:00 +01:00 |
William Pitcock
|
b37021a45e
|
nickdelay -> dictionary.
|
2007-12-03 10:59:25 -06:00 |
nenolod
|
212380e3f4
|
[svn] - the new plan:
+ branches/release-2.1 -> 2.2 base
+ 3.0 -> branches/cxxconversion
+ backport some immediate 3.0 functionality for 2.2
+ other stuff
|
2007-01-24 22:40:21 -08:00 |