../
|
Makefile.am
|
6727
(9 years ago)
by michael:
- Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.
|
Makefile.in
|
6733
(9 years ago)
by michael:
- autoreconf
|
auth.c
|
6690
(9 years ago)
by michael:
- Rename variables for consistency
|
channel.c
|
6759
(9 years ago)
by michael:
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
|
channel_mode.c
|
6759
(9 years ago)
by michael:
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
|
client.c
|
6592
(9 years ago)
by michael:
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
|
conf.c
|
6740
(9 years ago)
by michael:
- Increase default values of 'max_watch' and 'max_accept' to 50
|
conf_class.c
|
5411
(10 years ago)
by michael:
- conf_class.c: removed duplicated code
|
conf_db.c
|
6716
(9 years ago)
by michael:
- Rename 'xconf_item' list to 'gecos_items'
|
conf_lexer.c
|
6603
(9 years ago)
by michael:
- Rebuilt parser/lexer 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
|
6687
(9 years ago)
by michael:
- Rebuild parser file
|
conf_parser.h
|
6603
(9 years ago)
by michael:
- Rebuilt parser/lexer files
|
conf_parser.y
|
6684
(9 years ago)
by michael:
- RSA keys with less than 2048 bits are no longer supported; same applies to the DH param file
|
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
|
6642
(9 years ago)
by michael:
- Rename event::enabled to event::active
|
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
|
6743
(9 years ago)
by michael:
- Add valid_uid() for later use
|
ipcache.c
|
6719
(9 years ago)
by michael:
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
|
irc_string.c
|
6546
(9 years ago)
by michael:
- Removed that dirty strtoken definition in stdinc.h
|
ircd.c
|
6735
(9 years ago)
by michael:
- ircd.c: move code
|
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
|
6690
(9 years ago)
by michael:
- Rename variables for consistency
|
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
(10 years ago)
by michael:
- parse.c:parse_remove_unknown(): use get_client_name()
|
patricia.c
|
6607
(9 years ago)
by michael:
- patricia.c: remove trailing whitespaces
|
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
|
6690
(9 years ago)
by michael:
- Rename variables for consistency
|
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
|
6759
(9 years ago)
by michael:
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
|
server.c
|
6725
(9 years ago)
by michael:
- server.c:serv_connect(): update comments
|
user.c
|
6764
(9 years ago)
by michael:
- user.c:user_set_hostmask(): make use of sendto_channel_local() for sending 'AWAY' to avoid walking target_p->channel twice
|
userhost.c
|
6441
(10 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
|
6719
(9 years ago)
by michael:
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
|
whowas.c
|
6719
(9 years ago)
by michael:
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
|