ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r3886
File Last Change
 ../
numeric.c 3766 (9 years ago) by michael: - /INVITE without any parameters now shows a list of channels a client is invited to
listener.c 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
conf_parser.c 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
conf_parser.h 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
conf_lexer.c 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
conf_lexer.l 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
conf.c 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
conf_parser.y 3876 (9 years ago) by michael: - Added general::throttle_count idea from p4
s_bsd_devpoll.c 3377 (9 years ago) by michael: - Create 8.2.x branch
version.c 3377 (9 years ago) by michael: - Create 8.2.x branch
ircd_signal.c 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd.c 3377 (9 years ago) by michael: - Create 8.2.x branch
log.c 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd_epoll.c 3377 (9 years ago) by michael: - Create 8.2.x branch
whowas.c 3377 (9 years ago) by michael: - Create 8.2.x branch
getopt.c 3377 (9 years ago) by michael: - Create 8.2.x branch
restart.c 3377 (9 years ago) by michael: - Create 8.2.x branch
dbuf.c 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd_select.c 3377 (9 years ago) by michael: - Create 8.2.x branch
gline.c 3377 (9 years ago) by michael: - Create 8.2.x branch
list.c 3377 (9 years ago) by michael: - Create 8.2.x branch
Makefile.am 3377 (9 years ago) by michael: - Create 8.2.x branch
s_bsd_kqueue.c 3377 (9 years ago) by michael: - Create 8.2.x branch
watch.c 3425 (9 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
ircd.c 3725 (9 years ago) by michael: - Halfops are now part of the ircd core and enabled by default
channel_mode.c 3842 (9 years ago) by michael: - Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
s_bsd_poll.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
rsa.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_db.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
modules.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
memory.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
resv.c 3505 (9 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
match.c 3566 (9 years ago) by michael: - Style corrections
irc_string.c 3566 (9 years ago) by michael: - Style corrections
Makefile.in 3839 (9 years ago) by michael: - Update macros in m4/
hook.c 3590 (9 years ago) by michael: - Use sendto_one_numeric() everywhere
motd.c 3590 (9 years ago) by michael: - Use sendto_one_numeric() everywhere
user.c 3871 (9 years ago) by michael: - Use unsigned whenever possible
auth.c 3564 (9 years ago) by michael: - auth.c: constification
client.c 3731 (9 years ago) by michael: - client.c:get_client_name(): minor optimization
conf_class.c 3548 (9 years ago) by michael: - conf_class.c:class_free(): added an assert()
event.c 3598 (9 years ago) by michael: - event.c: use unsigned whenever possible
fdlist.c 3603 (9 years ago) by michael: - fdlist.c: style corrections
hash.c 3430 (9 years ago) by michael: - hash.c:list_one_channel(): constification
hostmask.c 3769 (9 years ago) by michael: - hostmask.c:mask_addr(): ficed compile warnings: hostmask.c: In function ‘mask_addr’: hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow] hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow] hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow] hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
misc.c 3456 (9 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
packet.c 3454 (9 years ago) by michael: - packet.c: style corrections
parse.c 3873 (9 years ago) by michael: - parse.c:mod_add_cmd(): no need to reset command counters upon module load
res.c 3653 (9 years ago) by michael: - res.c: removed unused definitions
reslib.c 3853 (9 years ago) by michael: - reslib.c: style corrections
rng_mt.c 3880 (9 years ago) by michael: - rng_mt.c: removed trailing whitespaces
send.c 3804 (9 years ago) by michael: - send.c:sendto_channel_butone(): replaced IsServer() test with IsClient()
server.c 3747 (9 years ago) by michael: - server.c:send_capabilities(): replaced sprintf() with strlcat(
channel.c 3783 (9 years ago) by michael: - whitespace commit
0 directories and 55 files shown