../
|
Makefile.am
|
3048
(11 years ago)
by michael:
- ircd binary is now again placed in /bin instead of /sbin
|
Makefile.in
|
3048
(11 years ago)
by michael:
- ircd binary is now again placed in /bin instead of /sbin
|
channel.c
|
3308
(11 years ago)
by michael:
- Channel.c: update documentation
|
channel_mode.c
|
3283
(11 years ago)
by michael:
- Style corrections/constification
|
client.c
|
3289
(11 years ago)
by michael:
- Made free_list_task() only take one parameter
|
conf.c
|
3283
(11 years ago)
by michael:
- Style corrections/constification
|
conf_class.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
conf_db.c
|
3286
(11 years ago)
by michael:
- conf_db.c: fixed documentation
|
conf_lexer.c
|
3229
(11 years ago)
by michael:
- flex 2.5.39
|
conf_lexer.l
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
conf_parser.c
|
3229
(11 years ago)
by michael:
- flex 2.5.39
|
conf_parser.h
|
3229
(11 years ago)
by michael:
- flex 2.5.39
|
conf_parser.y
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
dbuf.c
|
3113
(11 years ago)
by michael:
- Update dbuf.h, dbuf.c
|
event.c
|
2919
(11 years ago)
by michael:
- event.c: fixed compile error
|
fdlist.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
getopt.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
hash.c
|
3291
(11 years ago)
by michael:
- hash.c:safe_list_channels(): since we don't allow remote /LIST requests
use source_p instead of of source_p->from when testing for
sendq exceedance
|
hook.c
|
3218
(11 years ago)
by michael:
- hook.c: minor style fixes
|
hostmask.c
|
3235
(11 years ago)
by michael:
- Style corrections all over the place
|
irc_res.c
|
3298
(11 years ago)
by michael:
- irc_res.c: style fixes
|
irc_reslib.c
|
3297
(11 years ago)
by michael:
- Made irc_nscount an unsigned type
|
irc_string.c
|
3246
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
ircd.c
|
3288
(11 years ago)
by michael:
- Made safe_list_channels and list_one_channel only take two parameters
|
ircd_signal.c
|
3063
(11 years ago)
by michael:
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
|
list.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
listener.c
|
3215
(11 years ago)
by michael:
- Fixed some comments; cleaned up style here and there
|
log.c
|
3215
(11 years ago)
by michael:
- Fixed some comments; cleaned up style here and there
|
match.c
|
3246
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
memory.c
|
3167
(11 years ago)
by michael:
- Get rid of restart() wrapper function
|
mempool.c
|
3279
(11 years ago)
by michael:
- mempool.c: style corrections
|
modules.c
|
3235
(11 years ago)
by michael:
- Style corrections all over the place
|
motd.c
|
3292
(11 years ago)
by michael:
- motd.c:motd_lookup(): replaced MyClient() test with MyConnect()
|
numeric.c
|
3118
(11 years ago)
by michael:
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"
|
packet.c
|
3274
(11 years ago)
by michael:
- Clean up redundant/unused header includes
|
parse.c
|
3311
(11 years ago)
by michael:
- Undo -r3215 for now
|
restart.c
|
3186
(11 years ago)
by michael:
- Get rid of the ID() macro
|
resv.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
rng_mt.c
|
1662
(12 years ago)
by michael:
- Fixed inconsistent svn file properties
|
rsa.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_auth.c
|
3274
(11 years ago)
by michael:
- Clean up redundant/unused header includes
|
s_bsd.c
|
3312
(11 years ago)
by michael:
- Readded FLAGS_BLOCKED
|
s_bsd_devpoll.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_epoll.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_kqueue.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_poll.c
|
3274
(11 years ago)
by michael:
- Clean up redundant/unused header includes
|
s_bsd_select.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_gline.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
s_misc.c
|
3244
(11 years ago)
by michael:
- s_misc.c: mostly style cleanups
|
s_serv.c
|
3303
(11 years ago)
by michael:
- s_serv.c, m_server.c: moved all netburst related code to m_server.c
|
s_user.c
|
3317
(11 years ago)
by michael:
- s_user.c: update/cleanup documentation
|
send.c
|
3312
(11 years ago)
by michael:
- Readded FLAGS_BLOCKED
|
version.c
|
3011
(11 years ago)
by michael:
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie
|
watch.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
whowas.c
|
3273
(11 years ago)
by michael:
- whowas.c:whowas_add_history(): constification; sanitize assert()
|