../
|
Makefile.am
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
Makefile.in
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
auth.c
|
3324
(11 years ago)
by michael:
- Moved s_auth.c to auth.c
|
channel.c
|
3471
(11 years ago)
by michael:
- channel.c:send_members(): added missing #ifdef HALFOPS
|
channel_mode.c
|
3374
(11 years ago)
by michael:
- channel_mode.c: style corrections
|
client.c
|
3502
(11 years ago)
by michael:
- client.c:free_client(): sanitize some weird looking assert()
|
conf.c
|
3499
(11 years ago)
by michael:
- conf.c:parse_aline(): use CONF_NOREASON for default reason
|
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
|
3473
(11 years ago)
by michael:
- Renamed general::warn_no_nline to warn_no_connect_block
|
conf_lexer.l
|
3473
(11 years ago)
by michael:
- Renamed general::warn_no_nline to warn_no_connect_block
|
conf_parser.c
|
3473
(11 years ago)
by michael:
- Renamed general::warn_no_nline to warn_no_connect_block
|
conf_parser.h
|
3473
(11 years ago)
by michael:
- Renamed general::warn_no_nline to warn_no_connect_block
|
conf_parser.y
|
3473
(11 years ago)
by michael:
- Renamed general::warn_no_nline to warn_no_connect_block
|
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
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
getopt.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
gline.c
|
3321
(11 years ago)
by michael:
- Moved s_gline.c to gline.c
|
hash.c
|
3429
(11 years ago)
by michael:
- hash.c:list_one_channel(): constification
|
hook.c
|
3334
(11 years ago)
by michael:
- Replaced strcpy() with strlcpy() in some places
|
hostmask.c
|
3469
(11 years ago)
by michael:
- hostmask.c: style corrections
|
irc_string.c
|
3246
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
ircd.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
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
|
3335
(11 years ago)
by michael:
- Style corrections
|
listener.c
|
3335
(11 years ago)
by michael:
- Style corrections
|
log.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
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
|
misc.c
|
3455
(11 years ago)
by michael:
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
|
modules.c
|
3356
(11 years ago)
by michael:
- Added m_bmask.c and m_tmode.c
|
motd.c
|
3319
(11 years ago)
by michael:
- Removed useless header includes
|
numeric.c
|
3488
(11 years ago)
by michael:
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric
|
packet.c
|
3453
(11 years ago)
by michael:
- packet.c: style corrections
|
parse.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
res.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
reslib.c
|
3369
(11 years ago)
by michael:
- reslib.c:parse_resvconf(): replaced irccmp with strcasecmp()
|
restart.c
|
3186
(11 years ago)
by michael:
- Get rid of the ID() macro
|
resv.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
rng_mt.c
|
1662
(12 years ago)
by michael:
- Fixed inconsistent svn file properties
|
rsa.c
|
3457
(11 years ago)
by michael:
- rsa.c:binary_to_hex(): use unsigned int
|
s_bsd.c
|
3375
(11 years ago)
by michael:
- Style corrections
|
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
|
send.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
server.c
|
3451
(11 years ago)
by michael:
- server.c: minor valid_servname() cleanup
|
user.c
|
3375
(11 years ago)
by michael:
- Style corrections
|
version.c
|
3011
(11 years ago)
by michael:
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie
|
watch.c
|
3424
(11 years ago)
by michael:
- Fixed possible WATCH core. Fix provided by Adam
|
whowas.c
|
3273
(11 years ago)
by michael:
- whowas.c:whowas_add_history(): constification; sanitize assert()
|