../
|
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
|
6827
(9 years ago)
by michael:
- Removed client->account backwards compatibility hacks for 8.1
|
channel_mode.c
|
6782
(9 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
client.c
|
6782
(9 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
conf.c
|
6831
(9 years ago)
by michael:
- Removed backwards compatibility hack for older servers that allowed client->sockhost being "0"
|
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
|
6801
(9 years ago)
by michael:
- Rebuilt parser/lexer files
|
conf_lexer.l
|
6792
(9 years ago)
by michael:
- Add channel::invite_delay_channel configuration option
|
conf_parser.c
|
6801
(9 years ago)
by michael:
- Rebuilt parser/lexer files
|
conf_parser.h
|
6801
(9 years ago)
by michael:
- Rebuilt parser/lexer files
|
conf_parser.y
|
6792
(9 years ago)
by michael:
- Add channel::invite_delay_channel configuration option
|
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
|
6802
(9 years ago)
by michael:
- ircd.c: style correction
|
ircd_signal.c
|
6357
(10 years ago)
by michael:
- Make server_die() use enum; minor cleanups here and there
|
isupport.c
|
6824
(9 years ago)
by michael:
- isupport.c, match.c: casemapping is 'ascii' now
|
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
|
6824
(9 years ago)
by michael:
- isupport.c, match.c: casemapping is 'ascii' now
|
memory.c
|
6556
(9 years ago)
by michael:
- memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
|
mempool.c
|
6782
(9 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
misc.c
|
6789
(9 years ago)
by michael:
- misc.c:time_dissect(): fix compile warning on CentOS
|
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
|
6808
(9 years ago)
by michael:
- numeric.c: made RPL_YOUREOPER look more serious
|
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
|
6782
(9 years ago)
by michael:
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
|
server.c
|
6725
(9 years ago)
by michael:
- server.c:serv_connect(): update comments
|
user.c
|
6827
(9 years ago)
by michael:
- Removed client->account backwards compatibility hacks for 8.1
|
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
|