../
|
Makefile.am
|
4533
(11 years ago)
by michael:
- Implemented pseudo {} blocks (service aliases)
|
Makefile.in
|
4533
(11 years ago)
by michael:
- Implemented pseudo {} blocks (service aliases)
|
auth.c
|
4463
(11 years ago)
by michael:
- Removed CNCB typedef
|
channel.c
|
4414
(11 years ago)
by michael:
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
|
channel_mode.c
|
4175
(11 years ago)
by michael:
- channel_mode.c:clear_ban_cache(): use locmembers list
|
client.c
|
4438
(11 years ago)
by michael:
- Renamed various variables
|
conf.c
|
4533
(11 years ago)
by michael:
- Implemented pseudo {} blocks (service aliases)
|
conf_class.c
|
4414
(11 years ago)
by michael:
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
|
conf_db.c
|
3505
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
conf_lexer.c
|
4534
(11 years ago)
by michael:
- Removed m_services.c
- Add missing dlinkDelete in pseudo_clear()
- Rebuild lexer/parser files
|
conf_lexer.l
|
4533
(11 years ago)
by michael:
- Implemented pseudo {} blocks (service aliases)
|
conf_parser.c
|
4535
(11 years ago)
by michael:
- Fixes to pseudo{} blocks
|
conf_parser.h
|
4534
(11 years ago)
by michael:
- Removed m_services.c
- Add missing dlinkDelete in pseudo_clear()
- Rebuild lexer/parser files
|
conf_parser.y
|
4535
(11 years ago)
by michael:
- Fixes to pseudo{} blocks
|
conf_pseudo.c
|
4536
(11 years ago)
by michael:
- conf_pseudo.c: use m_unregistered() for the UNREGISTERED_HANDLER
|
dbuf.c
|
4087
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
event.c
|
4433
(11 years ago)
by michael:
- event.c: update show_events() to make /stats E look nicer
|
fdlist.c
|
4478
(11 years ago)
by michael:
- Fixed compile warnings
|
getopt.c
|
4469
(11 years ago)
by michael:
- getopt.c:parseargs(): use xstrdup() instead of malloc/strcpy combo; don't modify memory pointed
by the argument vector. Fixes provided by Adam.
|
gline.c
|
4414
(11 years ago)
by michael:
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
|
hash.c
|
4501
(11 years ago)
by michael:
- hash.c:safe_list_channels(): removed outdated comment
|
hostmask.c
|
4522
(11 years ago)
by michael:
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items
|
ipcache.c
|
4414
(11 years ago)
by michael:
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
|
irc_string.c
|
4310
(11 years ago)
by michael:
- Backported auth code related cleanups from newio branch
|
ircd.c
|
4498
(11 years ago)
by michael:
- ircd.c:ssl_init(): exit if we cannot setup client/server context
|
ircd_signal.c
|
3377
(11 years ago)
by michael:
- Create 8.2.x branch
|
list.c
|
4087
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
listener.c
|
4520
(11 years ago)
by michael:
- listener.c: reformatting
|
log.c
|
4341
(11 years ago)
by michael:
- Renamed structures to meet code conventions
|
match.c
|
3906
(11 years ago)
by michael:
- Use 'unsigned' whenever possible
|
memory.c
|
4474
(11 years ago)
by michael:
- memory.c:MyRealloc(): As pointed out by Adam, realloc() can be called with
size being 0 which equals to free(). In that case the outofmemory handler
shouldn't be triggered.
|
mempool.c
|
4438
(11 years ago)
by michael:
- Renamed various variables
|
misc.c
|
3456
(11 years ago)
by michael:
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
|
modules.c
|
3505
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
motd.c
|
4478
(11 years ago)
by michael:
- Fixed compile warnings
|
numeric.c
|
4509
(11 years ago)
by michael:
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
to inform users about the /who limit being exceeded
|
packet.c
|
4462
(11 years ago)
by michael:
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
|
parse.c
|
4533
(11 years ago)
by michael:
- Implemented pseudo {} blocks (service aliases)
|
res.c
|
4475
(11 years ago)
by michael:
- res.c: style corrections
|
reslib.c
|
3853
(11 years ago)
by michael:
- reslib.c: style corrections
|
restart.c
|
3377
(11 years ago)
by michael:
- Create 8.2.x branch
|
resv.c
|
4414
(11 years ago)
by michael:
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
|
rng_mt.c
|
3880
(11 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
rsa.c
|
4253
(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
|
4463
(11 years ago)
by michael:
- Removed CNCB typedef
|
s_bsd_devpoll.c
|
4462
(11 years ago)
by michael:
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
|
s_bsd_epoll.c
|
4462
(11 years ago)
by michael:
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
|
s_bsd_kqueue.c
|
4462
(11 years ago)
by michael:
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
|
s_bsd_poll.c
|
4471
(11 years ago)
by michael:
- s_bsd_poll.c cleanups/fixes provided by Adam
|
send.c
|
4462
(11 years ago)
by michael:
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
|
server.c
|
4463
(11 years ago)
by michael:
- Removed CNCB typedef
|
user.c
|
4441
(11 years ago)
by michael:
- user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
|
version.c
|
4006
(11 years ago)
by michael:
- AUTHORS, version.c: added Fawkes to contributors
|
watch.c
|
4087
(11 years ago)
by michael:
- Let mp_pool_get() clear memory
|
whowas.c
|
3377
(11 years ago)
by michael:
- Create 8.2.x branch
|