../
|
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
|
3186
(11 years ago)
by michael:
- Get rid of the ID() macro
|
channel_mode.c
|
3192
(11 years ago)
by michael:
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.
|
client.c
|
3202
(11 years ago)
by michael:
- client.c:exit_one_client(): remove useless test on source_p->servptr->serv
|
conf.c
|
3192
(11 years ago)
by michael:
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.
|
conf_class.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
conf_db.c
|
3067
(11 years ago)
by michael:
- conf_db.c: fixed inconsistent use of "can't" and "cannot"
|
conf_lexer.c
|
2283
(12 years ago)
by michael:
- Added generall::cycle_on_host_change configuration option as requested
by Adam <adam@anope.org>
|
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
|
2853
(11 years ago)
by michael:
- Regenerate parser
|
conf_parser.h
|
2853
(11 years ago)
by michael:
- Regenerate parser
|
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
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
hash.c
|
3109
(11 years ago)
by michael:
- Applied Adam's sendto_one_numeric() changes
|
hook.c
|
2846
(11 years ago)
by michael:
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs
|
hostmask.c
|
3005
(11 years ago)
by michael:
- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.
match_conf_password() already deals with NULL pointers
|
irc_res.c
|
3109
(11 years ago)
by michael:
- Applied Adam's sendto_one_numeric() changes
|
irc_reslib.c
|
2611
(11 years ago)
by michael:
- src/irc_reslib.c: removed advertising clause
|
irc_string.c
|
2970
(11 years ago)
by michael:
- Move myctime() from irc_string.c to s_misc.c
|
ircd.c
|
3167
(11 years ago)
by michael:
- Get rid of restart() wrapper function
|
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
|
3109
(11 years ago)
by michael:
- Applied Adam's sendto_one_numeric() changes
|
log.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
match.c
|
2945
(11 years ago)
by michael:
- match.c: removed unused header include
|
memory.c
|
3167
(11 years ago)
by michael:
- Get rid of restart() wrapper function
|
mempool.c
|
3079
(11 years ago)
by michael:
- white-space changes / style cleanups
|
modules.c
|
3031
(11 years ago)
by michael:
- modules.c:load_one_module(): renamed variables to make less confusing
|
motd.c
|
3110
(11 years ago)
by michael:
- Added sendto_one_notice()
|
numeric.c
|
3118
(11 years ago)
by michael:
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"
|
packet.c
|
3171
(11 years ago)
by michael:
- Incorporate Adam's exit_client/quit storm cleanups
Note: QS is mandatory now
|
parse.c
|
3164
(11 years ago)
by michael:
- More client_p removal cleanups
- parse.c:handle_command: now no longer drop servers if the right
amount of parameters isn't given
|
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
|
3168
(11 years ago)
by michael:
- s_auth.c: made sendheader macro use sendto_one_notice()
|
s_bsd.c
|
3171
(11 years ago)
by michael:
- Incorporate Adam's exit_client/quit storm cleanups
Note: QS is mandatory now
|
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
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
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
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_misc.c
|
2970
(11 years ago)
by michael:
- Move myctime() from irc_string.c to s_misc.c
|
s_serv.c
|
3187
(11 years ago)
by michael:
- Get rid of the HasID() macro
|
s_user.c
|
3186
(11 years ago)
by michael:
- Get rid of the ID() macro
|
send.c
|
3189
(11 years ago)
by michael:
- send.c:sendto_one_numeric(), sendto_one_numeric(): fixed issue where NOTICE and numerics
were destined to the wrong target nick/ID
|
version.c
|
3011
(11 years ago)
by michael:
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie
|
watch.c
|
3109
(11 years ago)
by michael:
- Applied Adam's sendto_one_numeric() changes
|
whowas.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|