../
|
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
|
8990
(6 years ago)
by michael:
- client.c:exit_client(): add assert()
|
client_svstag.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf.c
|
8969
(6 years ago)
by michael:
- Move oper_privs_as_string() from conf.c to m_stats.c
|
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
|
8972
(6 years ago)
by michael:
- Expire gecos and resv denies on the fly while looking them up
|
conf_lexer.c
|
8964
(6 years ago)
by michael:
- Recreate parser files
|
conf_lexer.l
|
8963
(6 years ago)
by michael:
- Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
|
conf_parser.c
|
8964
(6 years ago)
by michael:
- Recreate parser files
|
conf_parser.h
|
8964
(6 years ago)
by michael:
- Recreate parser files
|
conf_parser.y
|
8963
(6 years ago)
by michael:
- Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
|
conf_pseudo.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_resv.c
|
8972
(6 years ago)
by michael:
- Expire gecos and resv denies on the fly while looking them up
|
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
|
8963
(6 years ago)
by michael:
- Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
|
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
|
8982
(6 years ago)
by michael:
- Run try_connections() once every five seconds
|
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
|
8994
(6 years ago)
by michael:
- send.c: stylistic changes
|
server.c
|
8980
(6 years ago)
by michael:
- client.c, server.c: use monotonic time for server connection cycle
|
server_capab.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
tls_gnutls.c
|
8961
(6 years ago)
by michael:
- tls_gnutls.c, tls_openssl.c: stylistic changes
|
tls_none.c
|
8956
(6 years ago)
by michael:
- Made read/write functions use ssize_t
|
tls_openssl.c
|
8961
(6 years ago)
by michael:
- tls_gnutls.c, tls_openssl.c: stylistic changes
|
user.c
|
8963
(6 years ago)
by michael:
- Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
|
watch.c
|
8926
(6 years ago)
by michael:
- Killed CurrentTime
|
whowas.c
|
8949
(6 years ago)
by michael:
- whowas: rename hashv to hash_value
|