../
|
Makefile.am
|
6502
(9 years ago)
by michael:
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs
|
Makefile.in
|
6505
(9 years ago)
by michael:
- Rebuilt Makefile.in
|
auth.c
|
6478
(9 years ago)
by michael:
- auth.c: rename auth_pending_list to auth_list
|
channel.c
|
6546
(9 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
channel_mode.c
|
6359
(10 years ago)
by michael:
- channel_mode.c:channel_modes(): removed useless FLAGS_SERVICE test on client_p. We don't need that here.
|
client.c
|
6592
(9 years ago)
by michael:
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
|
conf.c
|
6599
(9 years ago)
by michael:
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH
|
conf_class.c
|
5411
(10 years ago)
by michael:
- conf_class.c: removed duplicated code
|
conf_db.c
|
6318
(10 years ago)
by michael:
- Get rid of UMODE_ALL
|
conf_lexer.c
|
6595
(9 years ago)
by michael:
- Rebuilt lexer/parser files
|
conf_lexer.l
|
6599
(9 years ago)
by michael:
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH
|
conf_parser.c
|
6595
(9 years ago)
by michael:
- Rebuilt lexer/parser files
|
conf_parser.h
|
6595
(9 years ago)
by michael:
- Rebuilt lexer/parser files
|
conf_parser.y
|
6599
(9 years ago)
by michael:
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH
|
conf_pseudo.c
|
6259
(10 years ago)
by michael:
- Set keyword and eol-style properties
|
dbuf.c
|
6527
(9 years ago)
by michael:
- Fixed inconsistent style in several places
|
event.c
|
6527
(9 years ago)
by michael:
- Fixed inconsistent style in several places
|
fdlist.c
|
6553
(9 years ago)
by michael:
- Use EXIT_FAILURE in some places instead of hardcoded values
|
getopt.c
|
6383
(10 years ago)
by michael:
- getopt.c: use pointer arithmetic instead of array subscripting
|
hash.c
|
6393
(10 years ago)
by michael:
- Move userhost related code from hash.c to userhost.c
|
hostmask.c
|
6580
(9 years ago)
by michael:
- hostmask.c: style correction
|
id.c
|
6259
(10 years ago)
by michael:
- Set keyword and eol-style properties
|
ipcache.c
|
6527
(9 years ago)
by michael:
- Fixed inconsistent style in several places
|
irc_string.c
|
6546
(9 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
ircd.c
|
6597
(9 years ago)
by michael:
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay
|
ircd_signal.c
|
6357
(10 years ago)
by michael:
- Make server_die() use enum; minor cleanups here and there
|
isupport.c
|
6259
(10 years ago)
by michael:
- Set keyword and eol-style properties
|
list.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
listener.c
|
6367
(10 years ago)
by michael:
- Rename several functions in listener.c to comply with naming convention
|
log.c
|
6418
(10 years ago)
by michael:
- log.c: made log_write() use date_iso8601()
|
match.c
|
6256
(10 years ago)
by michael:
- Removed slang in comment
|
memory.c
|
6556
(9 years ago)
by michael:
- memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
|
mempool.c
|
6527
(9 years ago)
by michael:
- Fixed inconsistent style in several places
|
misc.c
|
6569
(9 years ago)
by michael:
- Add dissect_time() from HOPM and make use of it in some places
|
modules.c
|
6553
(9 years ago)
by michael:
- Use EXIT_FAILURE in some places instead of hardcoded values
|
motd.c
|
6537
(9 years ago)
by michael:
- motd.c, send.c: use %zu conversion specifier for size_t types
|
numeric.c
|
6592
(9 years ago)
by michael:
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
|
packet.c
|
6527
(9 years ago)
by michael:
- Fixed inconsistent style in several places
|
parse.c
|
6437
(9 years ago)
by michael:
- parse.c:parse_remove_unknown(): use get_client_name()
|
patricia.c
|
6259
(10 years ago)
by michael:
- Set keyword and eol-style properties
|
res.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
reslib.c
|
5875
(10 years ago)
by michael:
- Style corrections; removed trailing whitespaces
|
restart.c
|
6527
(9 years ago)
by michael:
- Fixed inconsistent style in several places
|
resv.c
|
6363
(10 years ago)
by michael:
- Remove unused header includes
|
rng_mt.c
|
3881
(11 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
rsa.c
|
6592
(9 years ago)
by michael:
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
|
s_bsd.c
|
5887
(10 years ago)
by michael:
- s_bsd.c: use C99-style array initialization
|
s_bsd_devpoll.c
|
6560
(9 years ago)
by michael:
- s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno
|
s_bsd_epoll.c
|
6560
(9 years ago)
by michael:
- s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno
|
s_bsd_kqueue.c
|
6557
(9 years ago)
by michael:
- s_bsd_kqueue.c:init_netio(): improve error reporting
|
s_bsd_poll.c
|
6542
(9 years ago)
by michael:
- Replace obsolete usleep() with nanosleep()
|
send.c
|
6537
(9 years ago)
by michael:
- motd.c, send.c: use %zu conversion specifier for size_t types
|
server.c
|
6602
(9 years ago)
by michael:
- server.c:read_links_file(), write_links_file(): do some logging if we cannot fopen links.txt
|
user.c
|
6502
(9 years ago)
by michael:
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs
|
userhost.c
|
6441
(9 years ago)
by michael:
- Rename functions in userhost.c to comply with naming convention
|
version.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
watch.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
whowas.c
|
5631
(10 years ago)
by michael:
- WHOWAS now shows IP addresses to irc operators
- Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the
*real* hostname once we distinguish between spoofs/vhosts and real hosts
|