../
|
Makefile.am
|
7209
(9 years ago)
by michael:
- Clustering has been broken in -r7159. Rewrote most of the shared/cluster implementation to be less obscure.
This introduces a little bit of code duplication, but increases readability, is less error prone, and
reduces memory consumption a bit.
|
Makefile.in
|
7210
(9 years ago)
by michael:
- autoreconf
|
auth.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
channel.c
|
7076
(9 years ago)
by michael:
- Constifications; style cleanups in some places
|
channel_mode.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
client.c
|
7076
(9 years ago)
by michael:
- Constifications; style cleanups in some places
|
conf.c
|
7229
(9 years ago)
by michael:
- conf.c: documenting
|
conf_class.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
conf_cluster.c
|
7221
(9 years ago)
by michael:
- svn propset
|
conf_db.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
conf_lexer.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
conf_lexer.l
|
7006
(9 years ago)
by michael:
- Update copyright years
|
conf_parser.c
|
7213
(9 years ago)
by michael:
- Regenerate parser files
|
conf_parser.h
|
7213
(9 years ago)
by michael:
- Regenerate parser files
|
conf_parser.y
|
7209
(9 years ago)
by michael:
- Clustering has been broken in -r7159. Rewrote most of the shared/cluster implementation to be less obscure.
This introduces a little bit of code duplication, but increases readability, is less error prone, and
reduces memory consumption a bit.
|
conf_pseudo.c
|
7127
(9 years ago)
by michael:
- conf_pseudo.h, conf_pseudo.c: fix/update copyright header
|
conf_shared.c
|
7221
(9 years ago)
by michael:
- svn propset
|
dbuf.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
event.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
fdlist.c
|
7105
(9 years ago)
by michael:
- Incorporate gnutls support by Adam & Attila
|
getopt.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
hash.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
hostmask.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
id.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
ipcache.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
irc_string.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
ircd.c
|
7105
(9 years ago)
by michael:
- Incorporate gnutls support by Adam & Attila
|
ircd_signal.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
isupport.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
list.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
listener.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
log.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
match.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
memory.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
mempool.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
misc.c
|
7152
(9 years ago)
by michael:
- Move report_crypto_errors from rsa.c to tls_openssl.c
- Move binary_to_hex from rsa.c to misc.c
- Removed rsa.c & rsa.h
|
modules.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
motd.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
numeric.c
|
7046
(9 years ago)
by michael:
- Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND
|
packet.c
|
7113
(9 years ago)
by michael:
- Remove some HAVE_TLS
|
parse.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
patricia.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
res.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
reslib.c
|
6958
(9 years ago)
by michael:
- Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8
|
restart.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
resv.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
rng_mt.c
|
3881
(11 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
s_bsd.c
|
7142
(9 years ago)
by michael:
- Remove useless raw_result -- from Adam
|
s_bsd_devpoll.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
s_bsd_epoll.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
s_bsd_kqueue.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
s_bsd_poll.c
|
7032
(9 years ago)
by michael:
- Renamed MyCalloc to xcalloc
|
send.c
|
7222
(9 years ago)
by michael:
- send.c:sendto_match_servs(): fixed longstanding issue where we would cluster to non-CLUSTER capable servers
|
server.c
|
7142
(9 years ago)
by michael:
- Remove useless raw_result -- from Adam
|
tls_gnutls.c
|
7196
(9 years ago)
by michael:
- tls_gnutls.c: explicitly disable SSLv3 for releases prior to 3.4
|
tls_none.c
|
7164
(9 years ago)
by michael:
- tls*: more copyright fixups
|
tls_openssl.c
|
7192
(9 years ago)
by michael:
- tls_openssl.c: removed test on OPENSSL_VERSION_NUMBER which is no longer needed
|
user.c
|
7113
(9 years ago)
by michael:
- Remove some HAVE_TLS
|
userhost.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|
version.c
|
7186
(9 years ago)
by michael:
- version.c: replace occurences of Hybrid with ircd-hybrid
|
watch.c
|
7084
(9 years ago)
by michael:
- watch.h, watch.c, m_watch.c: rename some variables for consistency
|
whowas.c
|
7006
(9 years ago)
by michael:
- Update copyright years
|