../
|
Makefile.am
|
4142
(11 years ago)
by michael:
- Removed hooking system
|
Makefile.in
|
4142
(11 years ago)
by michael:
- Removed hooking system
|
auth.c
|
4309
(11 years ago)
by michael:
- Backported auth code related cleanups from newio branch
|
channel.c
|
4209
(11 years ago)
by michael:
- Renammed global_serv_list to global_server_list
|
channel_mode.c
|
4176
(11 years ago)
by michael:
- channel_mode.c:clear_ban_cache(): use locmembers list
|
client.c
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
conf.c
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
conf_class.c
|
3547
(11 years ago)
by michael:
- conf_class.c:class_free(): added an assert()
|
conf_db.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
conf_lexer.c
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
conf_lexer.l
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
conf_parser.c
|
4258
(11 years ago)
by michael:
- conf_parser.y: do some logging if the dh param file can't be opened/read
|
conf_parser.h
|
4162
(11 years ago)
by michael:
- Removed ssl_server_method and ssl_client_method configuration options.
ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
on the OpenSSL version.
|
conf_parser.y
|
4258
(11 years ago)
by michael:
- conf_parser.y: do some logging if the dh param file can't be opened/read
|
dbuf.c
|
4086
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
event.c
|
4130
(11 years ago)
by michael:
- event.c, event.h: update copyright headers
|
fdlist.c
|
3602
(11 years ago)
by michael:
- fdlist.c: style corrections
|
getopt.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
gline.c
|
3321
(11 years ago)
by michael:
- Moved s_gline.c to gline.c
|
hash.c
|
4086
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
hostmask.c
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
irc_string.c
|
4309
(11 years ago)
by michael:
- Backported auth code related cleanups from newio branch
|
ircd.c
|
4209
(11 years ago)
by michael:
- Renammed global_serv_list to global_server_list
|
ircd_signal.c
|
3063
(11 years ago)
by michael:
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
|
list.c
|
4086
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
listener.c
|
3877
(11 years ago)
by michael:
- Added general::throttle_count idea from p4
|
log.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
match.c
|
3907
(11 years ago)
by michael:
- Use 'unsigned' whenever possible
|
memory.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
mempool.c
|
4098
(11 years ago)
by michael:
- mempool.c: run mp_pool_garbage_collect every 3 minutes
|
misc.c
|
3455
(11 years ago)
by michael:
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
|
modules.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
motd.c
|
3589
(11 years ago)
by michael:
- Use sendto_one_numeric() everywhere
|
numeric.c
|
3767
(11 years ago)
by michael:
- /INVITE without any parameters now shows a list of channels a client is invited to
|
packet.c
|
3453
(11 years ago)
by michael:
- packet.c: style corrections
|
parse.c
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
res.c
|
4303
(11 years ago)
by michael:
- res.c:res_readreply(): use ssize_t for 'rc'
|
reslib.c
|
3852
(11 years ago)
by michael:
- reslib.c: style corrections
|
restart.c
|
3186
(11 years ago)
by michael:
- Get rid of the ID() macro
|
resv.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
rng_mt.c
|
3881
(11 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
rsa.c
|
4254
(11 years ago)
by michael:
- Cleaned up and sanitized /challenge related code
- rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes()
if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
|
s_bsd.c
|
4114
(11 years ago)
by michael:
- Added ssl_message_digest_algorithm configuration option to serverinfo{} block.
See doc/reference.conf for more information.
|
s_bsd_devpoll.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_epoll.c
|
3986
(11 years ago)
by michael:
- Removed unused header includes
|
s_bsd_kqueue.c
|
3986
(11 years ago)
by michael:
- Removed unused header includes
|
s_bsd_poll.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
s_bsd_select.c
|
3986
(11 years ago)
by michael:
- Removed unused header includes
|
send.c
|
4213
(11 years ago)
by michael:
- Renamed serv_list to local_server_list
|
server.c
|
4298
(11 years ago)
by michael:
- Fixed typos all over the place
|
user.c
|
4223
(11 years ago)
by michael:
- user.c:register_remote_user(): constification
|
version.c
|
4005
(11 years ago)
by michael:
- AUTHORS, version.c: added Fawkes to contributors
|
watch.c
|
4086
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
whowas.c
|
3273
(11 years ago)
by michael:
- whowas.c:whowas_add_history(): constification; sanitize assert()
|