../
|
Makefile.am
|
8729
(6 years ago)
by michael:
- Get rid of version.c
|
Makefile.in
|
8594
(6 years ago)
by michael:
- Makefile.am: add patricia.c to ircd_SOURCES
|
auth.c
|
8721
(6 years ago)
by michael:
- auth: replace AM_DOING_AUTH and AM_DNS_PENDING with dedicated variables
|
channel.c
|
8702
(6 years ago)
by michael:
- Stylistic changes
|
channel_mode.c
|
8658
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
client.c
|
8688
(6 years ago)
by michael:
- More bool conversion. This should be everything now.
|
client_svstag.c
|
8602
(6 years ago)
by michael:
- client_svstag.c:svstag_attach(): documentation
|
conf.c
|
8727
(6 years ago)
by michael:
- conf.c:verify_access(): improve readability
|
conf_class.c
|
8702
(6 years ago)
by michael:
- Stylistic changes
|
conf_cluster.c
|
8339
(7 years ago)
by michael:
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure
|
conf_db.c
|
8702
(6 years ago)
by michael:
- Stylistic changes
|
conf_gecos.c
|
8656
(6 years ago)
by michael:
- Make use of the bool data type in some places
|
conf_lexer.c
|
8497
(7 years ago)
by michael:
- Recreate autogenerated files
|
conf_lexer.l
|
8496
(7 years ago)
by michael:
- Killed userhost.c. Rewrote everything to use ipcache.c
|
conf_parser.c
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
conf_parser.h
|
8497
(7 years ago)
by michael:
- Recreate autogenerated files
|
conf_parser.y
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
conf_pseudo.c
|
8462
(7 years ago)
by michael:
- conf_pseudo.c:pseudo_message_handler(): stylistic changes
|
conf_resv.c
|
8701
(6 years ago)
by michael:
- Move resv_find() test out of resv_make()
|
conf_service.c
|
8603
(6 years ago)
by michael:
- Fixed style inconsistencies in various places
|
conf_shared.c
|
8603
(6 years ago)
by michael:
- Fixed style inconsistencies in various places
|
dbuf.c
|
8385
(7 years ago)
by michael:
- Rip out mempool
|
event.c
|
8656
(6 years ago)
by michael:
- Make use of the bool data type in some places
|
fdlist.c
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
getopt.c
|
8664
(6 years ago)
by michael:
- Make use of bool even more
|
hash.c
|
8656
(6 years ago)
by michael:
- Make use of the bool data type in some places
|
hostmask.c
|
8688
(6 years ago)
by michael:
- More bool conversion. This should be everything now.
|
id.c
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
ipcache.c
|
8611
(6 years ago)
by michael:
- ipcache, conf_class: use separate trees for ipv6 and ipv4 addresses. Until fixed, this is to work around a patricia.c limitation/bug where
a ipv6 and a ipv4 prefix can share the same tree node in case they have the same length and bit pattern.
|
irc_string.c
|
8658
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
ircd.c
|
8729
(6 years ago)
by michael:
- Get rid of version.c
|
ircd_signal.c
|
8706
(6 years ago)
by michael:
- server_die(): remove die/restart enum. Use bool instead.
|
isupport.c
|
8279
(7 years ago)
by michael:
- Update copyright years
|
list.c
|
8397
(7 years ago)
by michael:
- list.c: revert 'dlinkDelete(): reset m->data as well'
|
listener.c
|
8658
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
log.c
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
match.c
|
8664
(6 years ago)
by michael:
- Make use of bool even more
|
memory.c
|
8706
(6 years ago)
by michael:
- server_die(): remove die/restart enum. Use bool instead.
|
misc.c
|
8702
(6 years ago)
by michael:
- Stylistic changes
|
modules.c
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
motd.c
|
8660
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
numeric.c
|
8491
(7 years ago)
by michael:
- pseudo {} blocks aka services aliases are now reported via "STATS s"
|
packet.c
|
8715
(6 years ago)
by michael:
- Rewrites to have parse_handle_command() end the flood grace period. MODE and TIME no longer ends the grace period.
|
parse.c
|
8715
(6 years ago)
by michael:
- Rewrites to have parse_handle_command() end the flood grace period. MODE and TIME no longer ends the grace period.
|
patricia.c
|
8630
(6 years ago)
by michael:
- patricia.c:ascii2prefix(): fixed compile warning
|
res.c
|
8658
(6 years ago)
by michael:
- Make use of the bool data type in some more places
|
reslib.c
|
7668
(9 years ago)
by michael:
- Fixed svn properties
|
restart.c
|
8706
(6 years ago)
by michael:
- server_die(): remove die/restart enum. Use bool instead.
|
rng_mt.c
|
7668
(9 years ago)
by michael:
- Fixed svn properties
|
s_bsd.c
|
8717
(6 years ago)
by michael:
- Sprinkle some assert()
|
s_bsd_devpoll.c
|
8717
(6 years ago)
by michael:
- Sprinkle some assert()
|
s_bsd_epoll.c
|
8717
(6 years ago)
by michael:
- Sprinkle some assert()
|
s_bsd_kqueue.c
|
8717
(6 years ago)
by michael:
- Sprinkle some assert()
|
s_bsd_poll.c
|
8717
(6 years ago)
by michael:
- Sprinkle some assert()
|
send.c
|
8688
(6 years ago)
by michael:
- More bool conversion. This should be everything now.
|
server.c
|
8688
(6 years ago)
by michael:
- More bool conversion. This should be everything now.
|
server_capab.c
|
8512
(7 years ago)
by michael:
- Style corrections
|
tls_gnutls.c
|
8664
(6 years ago)
by michael:
- Make use of bool even more
|
tls_none.c
|
8666
(6 years ago)
by michael:
- tls_none.c:tls_new_cred(): fixed bool conversion mistake. Should return 'true' here
|
tls_openssl.c
|
8664
(6 years ago)
by michael:
- Make use of bool even more
|
user.c
|
8729
(6 years ago)
by michael:
- Get rid of version.c
|
watch.c
|
8590
(6 years ago)
by michael:
- watch: cache hash values
|
whowas.c
|
8664
(6 years ago)
by michael:
- Make use of bool even more
|