../
|
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
|
9073
(5 years ago)
by michael:
- Renamed 'creationtime' Channel structure member to 'creation_time'
|
channel_mode.c
|
9073
(5 years ago)
by michael:
- Renamed 'creationtime' Channel structure member to 'creation_time'
|
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
|
9040
(6 years ago)
by michael:
- conf_class.c:class_find(): fixed logic that wouldn't allow to pick up inactive classes leading to '/rehash' not updating existing classes and rather creating duplicates
|
conf_cluster.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
conf_db.c
|
9050
(6 years ago)
by michael:
- PR #14 by albert-github: Correction of some obvious documentation bugs
|
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
|
9073
(5 years ago)
by michael:
- Renamed 'creationtime' Channel structure member to 'creation_time'
|
hostmask.c
|
9046
(6 years ago)
by michael:
- hostmask.c:try_parse_v4_netmask(): made 'addb' of type uint8_t
|
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
|
9014
(6 years ago)
by michael:
- listener.c:listener_make(): another memcpy() bites the dust
|
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
|
9050
(6 years ago)
by michael:
- PR #14 by albert-github: Correction of some obvious documentation bugs
|
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
|
9032
(6 years ago)
by michael:
- parse.c:parse(): replace IsDefunct() test with IsDead(). Checking for FLAGS_CLOSING and FLAGS_KILLED is redundant at this point.
|
patricia.c
|
8630
(6 years ago)
by michael:
- patricia.c:ascii2prefix(): fixed compile warning
|
res.c
|
9005
(6 years ago)
by michael:
- res.c:do_query_number(): kill another memcpy()
|
reslib.c
|
7668
(9 years ago)
by michael:
- Fixed svn properties
|
restart.c
|
9002
(6 years ago)
by michael:
- Actually remove send_queued_all() as it is no longer needed
|
rng_mt.c
|
7668
(9 years ago)
by michael:
- Fixed svn properties
|
s_bsd.c
|
9054
(6 years ago)
by michael:
- s_bsd.c:setup_socket(): enable TCP_QUICKACK
|
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
|
9002
(6 years ago)
by michael:
- Actually remove send_queued_all() as it is no longer needed
|
server.c
|
9003
(6 years ago)
by michael:
- Kill a few memcpy() not needed in some places
|
server_capab.c
|
8752
(6 years ago)
by michael:
- Update copyright years
|
tls_gnutls.c
|
9066
(5 years ago)
by michael:
- tls_gnutls.c:tls_new_cred(): fixed segfault issue in case there's no DH parameter file. Reported by Dominic Hargreaves <dom@debian.org>
|
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
|