File: todo

package info (click to toggle)
dancer-ircd 1.0.36-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,204 kB
  • ctags: 2,703
  • sloc: ansic: 36,121; sh: 3,534; perl: 612; makefile: 307
file content (29 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
update m_scan with new mode stuff

+D shouldn't hit people with I:lines which are exempt

kline expiry on connect generates a broadcast unkline on every server

http://www.lythe.org.uk/draft-brocklesby-irc-isupport-03.txt
Include CHANMODES
Consider changing PREFIX

channel.c: In function `do_join':
channel.c:3897: warning: long unsigned int format, time_t arg (arg 5)
channel.c:3902: warning: long unsigned int format, time_t arg (arg 5)
channel.c:3913: warning: long unsigned int format, time_t arg (arg 5)
channel.c: In function `m_knock':
channel.c:4655: warning: long int format, time_t arg (arg 5)
channel.c: In function `m_topic':
channel.c:4772: warning: long int format, time_t arg (arg 7)
channel.c:4772: warning: long int format, time_t arg (arg 8)
channel.c: In function `m_sjoin':
channel.c:5436: warning: long unsigned int format, time_t arg (arg 7)
channel.c:5438: warning: long unsigned int format, time_t arg (arg 5)
channel.c:5973: warning: long unsigned int format, time_t arg (arg 7)
channel.c:5973: warning: long unsigned int format, time_t arg (arg 8)

<sigh> always has to be a smartarse platform. Find every printf of a
time_t and cast it.

Remove SERVERHIDE from config.h