Parent Directory
|
|
|
|
|
Makefile.am
|
2158
|
9 years |
michael |
- Cleanup ISUPPORT code and get rid of message.c
|
Makefile.in
|
2500
|
8 years |
michael |
- Added m4/ac_define_dir.m4
|
channel.c
|
2568
|
8 years |
michael |
|
channel_mode.c
|
2558
|
8 years |
michael |
- src/channel_mode.c: fixed small buglet in send_mode_changes() with server
hi…
|
client.c
|
2690
|
8 years |
michael |
- Avoid magically sized temporary buffers
|
conf.c
|
2660
|
8 years |
michael |
- conf.c:valid_wild_card(): add missing va_end()
|
conf_class.c
|
2214
|
9 years |
michael |
- conf_class.c: white-space changes
|
conf_db.c
|
2173
|
9 years |
michael |
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
|
conf_lexer.c
|
2284
|
9 years |
michael |
- Added generall::cycle_on_host_change configuration option as requested
by Ad…
|
conf_lexer.l
|
2284
|
9 years |
michael |
- Added generall::cycle_on_host_change configuration option as requested
by Ad…
|
conf_parser.c
|
2624
|
8 years |
michael |
- bison 3.0.2
|
conf_parser.h
|
2624
|
8 years |
michael |
- bison 3.0.2
|
conf_parser.y
|
2398
|
9 years |
michael |
- Fixed bug that would prevent servers from linking together
if connect::aftyp…
|
dbuf.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
event.c
|
2679
|
8 years |
michael |
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,…
|
fdlist.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
getopt.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
hash.c
|
2617
|
8 years |
michael |
- Administrators may now see channel modes in /LIST
|
hook.c
|
2671
|
8 years |
michael |
- stats_hooks(), show_events(): no longer sending an extra empty line
before R…
|
hostmask.c
|
2332
|
9 years |
michael |
- hostmask.c:hash_text(): removed pointless cast
|
irc_res.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
irc_reslib.c
|
2610
|
8 years |
michael |
- src/irc_reslib.c: removed advertising clause
|
irc_string.c
|
1920
|
9 years |
michael |
- Dropped PCRE support
|
ircd.c
|
2690
|
8 years |
michael |
- Avoid magically sized temporary buffers
|
ircd_signal.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
list.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
listener.c
|
2690
|
8 years |
michael |
- Avoid magically sized temporary buffers
|
log.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
match.c
|
1884
|
9 years |
michael |
- Backported -r1874 [WHOIS may no longer accept wildcards]
|
memory.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
mempool.c
|
1966
|
9 years |
michael |
- Print chunk capacity to debug.log instead of ircd.log
|
modules.c
|
2526
|
8 years |
michael |
- Style corrections
|
motd.c
|
2409
|
9 years |
michael |
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
|
numeric.c
|
2629
|
8 years |
michael |
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds
|
packet.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
parse.c
|
2434
|
9 years |
michael |
- Removed rfc1459_command_send_error() message handler
|
restart.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
resv.c
|
2173
|
9 years |
michael |
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
|
rng_mt.c
|
1867
|
9 years |
michael |
- Create 8.1.x branch
|
rsa.c
|
2135
|
9 years |
michael |
- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
|
s_auth.c
|
2180
|
9 years |
michael |
- Fixed debug assertion being triggered on ident lookup
as reported by Stuart …
|
s_bsd.c
|
2631
|
8 years |
michael |
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be cal…
|
s_bsd_devpoll.c
|
2649
|
8 years |
michael |
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c…
|
s_bsd_epoll.c
|
2649
|
8 years |
michael |
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c…
|
s_bsd_kqueue.c
|
2649
|
8 years |
michael |
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c…
|
s_bsd_poll.c
|
2649
|
8 years |
michael |
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c…
|
s_bsd_select.c
|
2649
|
8 years |
michael |
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c…
|
s_gline.c
|
1996
|
9 years |
michael |
- Mostly style cleanups & whitespace changes
|
s_misc.c
|
2302
|
9 years |
michael |
- s_misc.c: constify weekdays[], months[]
|
s_serv.c
|
2690
|
8 years |
michael |
- Avoid magically sized temporary buffers
|
s_user.c
|
2690
|
8 years |
michael |
- Avoid magically sized temporary buffers
|
send.c
|
2653
|
8 years |
michael |
- send.c:send_queued_write(): removed pointless cast
|
version.c
|
2674
|
8 years |
michael |
- version.c: cosmetical changes
|
watch.c
|
2298
|
9 years |
michael |
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count…
|
whowas.c
|
2299
|
9 years |
michael |
- whowas: Renamed functions.
add_history -> whowas_add_history
off_history -…
|