../
|
Makefile.am
|
8729
(6 years ago)
by michael:
- Get rid of version.c
|
Makefile.in
|
8757
(6 years ago)
by michael:
- autoreconf
|
auth.c
|
8941
(6 years ago)
by michael:
- Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected
milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
|
channel.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
channel_mode.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
client.c
|
8938
(6 years ago)
by michael:
- client.c:client_get_name(): remove outdated comments
|
client_svstag.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf.c
|
8903
(6 years ago)
by michael:
- Make more timers use monotonic time
|
conf_class.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_cluster.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_db.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_gecos.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
conf_lexer.c
|
8866
(6 years ago)
by michael:
- Regenerate parser files
|
conf_lexer.l
|
8864
(6 years ago)
by michael:
- The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have been deprecated. If you need to bind() a specific address you can specify one in the connect {} block
- The 'connect::vhost' configuration directive has been renamed to 'connect::bind'
|
conf_parser.c
|
8873
(6 years ago)
by michael:
- Recreate parser files
|
conf_parser.h
|
8866
(6 years ago)
by michael:
- Regenerate parser files
|
conf_parser.y
|
8877
(6 years ago)
by michael:
- Remove redundant x.ss.ss_family = res->ai_family assignments. This is already set by getaddrinfo()
|
conf_pseudo.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_resv.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
conf_service.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_shared.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
dbuf.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
event.c
|
8913
(6 years ago)
by michael:
- event.c:event_time_set(): fixed logic error
|
fdlist.c
|
8872
(6 years ago)
by michael:
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality
|
getopt.c
|
8862
(6 years ago)
by michael:
- getopt: rename YESNO to BOOLEAN
|
hash.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
hostmask.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
id.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
ipcache.c
|
8903
(6 years ago)
by michael:
- Make more timers use monotonic time
|
irc_string.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
ircd.c
|
8925
(6 years ago)
by michael:
- ircd.c:main(): improve seed generation
|
ircd_signal.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
isupport.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
list.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
listener.c
|
8872
(6 years ago)
by michael:
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality
|
log.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
match.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
memory.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
misc.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
modules.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
motd.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
numeric.c
|
8923
(6 years ago)
by michael:
- Use proper conversion specifiers in some places; remove pointless casts
|
packet.c
|
8956
(6 years ago)
by michael:
- Made read/write functions use ssize_t
|
parse.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
patricia.c
|
8630
(6 years ago)
by michael:
- patricia.c:ascii2prefix(): fixed compile warning
|
res.c
|
8900
(6 years ago)
by michael:
- Add support for monotonic clocks and have some timers make use of it; remove event_set_back_events()
|
reslib.c
|
7668
(9 years ago)
by michael:
- Fixed svn properties
|
restart.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
rng_mt.c
|
7668
(9 years ago)
by michael:
- Fixed svn properties
|
s_bsd.c
|
8943
(6 years ago)
by michael:
- Lower TLS handshake timouts to 5 seconds. Add separate TLS_HANDSHAKE_TIMEOUT enum to tls.h
|
s_bsd_devpoll.c
|
8941
(6 years ago)
by michael:
- Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected
milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
|
s_bsd_epoll.c
|
8941
(6 years ago)
by michael:
- Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected
milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
|
s_bsd_kqueue.c
|
8941
(6 years ago)
by michael:
- Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected
milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
|
s_bsd_poll.c
|
8941
(6 years ago)
by michael:
- Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected
milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
|
send.c
|
8956
(6 years ago)
by michael:
- Made read/write functions use ssize_t
|
server.c
|
8943
(6 years ago)
by michael:
- Lower TLS handshake timouts to 5 seconds. Add separate TLS_HANDSHAKE_TIMEOUT enum to tls.h
|
server_capab.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
tls_gnutls.c
|
8956
(6 years ago)
by michael:
- Made read/write functions use ssize_t
|
tls_none.c
|
8956
(6 years ago)
by michael:
- Made read/write functions use ssize_t
|
tls_openssl.c
|
8956
(6 years ago)
by michael:
- Made read/write functions use ssize_t
|
user.c
|
8907
(6 years ago)
by michael:
- Use monotonic time for client->connection->last_privmsg
|
watch.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
whowas.c
|
8949
(6 years ago)
by michael:
- whowas: rename hashv to hash_value
|