Parent Directory
|
|
|
|
|
whowas.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
rng_mt.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
match.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
watch.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
getopt.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
memory.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
rsa.c
|
2381
|
9 years |
michael |
- Add NEWIO branch
|
conf_parser.y
|
2445
|
9 years |
michael |
- Added initial SSL support for client connections
|
Makefile.am
|
2445
|
9 years |
michael |
- Added initial SSL support for client connections
|
s_misc.c
|
2445
|
9 years |
michael |
- Added initial SSL support for client connections
|
ssl.c
|
2445
|
9 years |
michael |
- Added initial SSL support for client connections
|
hash.c
|
2618
|
9 years |
michael |
- Administrators may now see channel modes in /LIST
|
numeric.c
|
2618
|
9 years |
michael |
- Administrators may now see channel modes in /LIST
|
msgq.c
|
2438
|
9 years |
michael |
- Another round of conversion specifier fixes
|
listener.c
|
2692
|
9 years |
michael |
- Avoid magically sized temporary buffers
|
s_user.c
|
2692
|
9 years |
michael |
- Avoid magically sized temporary buffers
|
s_serv.c
|
2692
|
9 years |
michael |
- Avoid magically sized temporary buffers
|
ircd.c
|
2692
|
9 years |
michael |
- Avoid magically sized temporary buffers
|
conf_parser.c
|
2471
|
9 years |
michael |
- Bison 3.0
|
conf_parser.h
|
2471
|
9 years |
michael |
- Bison 3.0
|
Makefile.in
|
2505
|
9 years |
michael |
- Cleanup build system
|
parse.c
|
2432
|
9 years |
michael |
- Cleanup structures; fixed comments
- Removed rfc1459_command_send_error() mess…
|
irc_res.c
|
2469
|
9 years |
michael |
- Fixed issue with resolver timeouts
|
modules.c
|
2527
|
9 years |
michael |
- Style corrections
|
ioengine.c
|
2388
|
9 years |
michael |
- Working towards implementing new ioengine
|
channel.c
|
2566
|
9 years |
michael |
- channel.c: optimized find_channel_link() as suggested by Adam <adam@anope.org>…
|
client.c
|
2683
|
9 years |
michael |
- client.c: #include "parse.h"
|
conf.c
|
2658
|
9 years |
michael |
- conf.c:valid_wild_card(): add missing va_end()
|
s_auth.c
|
2456
|
9 years |
michael |
- ioengine changes as of 14AUG13
|
s_bsd.c
|
2456
|
9 years |
michael |
- ioengine changes as of 14AUG13
|
ioengine_devpoll.c
|
2392
|
9 years |
michael |
- ioengine changes as of 14JUL13
|
irc_string.c
|
2392
|
9 years |
michael |
- ioengine changes as of 14JUL13
|
ioengine_kqueue.c
|
2392
|
9 years |
michael |
- ioengine changes as of 14JUL13
|
conf_db.c
|
2392
|
9 years |
michael |
- ioengine changes as of 14JUL13
|
xsnprintf.c
|
2406
|
9 years |
michael |
- ioengine changes as of 16JUL13
|
conf_class.c
|
2407
|
9 years |
michael |
- ioengine changes as of 17JUL13
|
resv.c
|
2407
|
9 years |
michael |
- ioengine changes as of 17JUL13
|
hostmask.c
|
2407
|
9 years |
michael |
- ioengine changes as of 17JUL13
|
s_gline.c
|
2407
|
9 years |
michael |
- ioengine changes as of 17JUL13
|
mempool.c
|
2408
|
9 years |
michael |
- ioengine changes as of 18JUL13
|
list.c
|
2413
|
9 years |
michael |
- ioengine changes as of 19JUL13
|
dbuf.c
|
2414
|
9 years |
michael |
- ioengine changes as of 20JUL13
|
restart.c
|
2418
|
9 years |
michael |
- ioengine changes as of 23JUL13
|
ircd_signal.c
|
2418
|
9 years |
michael |
- ioengine changes as of 23JUL13
|
packet.c
|
2419
|
9 years |
michael |
- ioengine changes as of 23JUL13
|
conf_lexer.l
|
2428
|
9 years |
michael |
- ioengine changes as of 31JUL13
|
conf_lexer.c
|
2428
|
9 years |
michael |
- ioengine changes as of 31JUL13
|
log.c
|
2428
|
9 years |
michael |
- ioengine changes as of 31JUL13
|
ioengine_epoll.c
|
2446
|
9 years |
michael |
- ioengine_epoll.c:engine_add(): remove debugging notice
|
motd.c
|
2411
|
9 years |
michael |
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
|
send.c
|
2652
|
9 years |
michael |
- send.c:sendto_anywhere(): removed unreachable code. server never sends
SID-p…
|
channel_mode.c
|
2559
|
9 years |
michael |
- src/channel_mode.c: fixed small buglet in send_mode_changes() with server
hi…
|
ioengine_poll.c
|
2422
|
9 years |
michael |
- src/ioengine_poll.c: fixed compile warning
|
irc_reslib.c
|
2609
|
9 years |
michael |
- src/irc_reslib.c: removed advertising clause
|
hook.c
|
2672
|
9 years |
michael |
- stats_hooks(): no longer sending an extra empty line
before RPL_ENDOFSTATS
…
|
version.c
|
2673
|
9 years |
michael |
- version.c: cosmetical changes
|