../
|
libopm/
|
6226
(11 years ago)
by michael:
- libopm.c: removed unused function we probably won't ever use
|
Makefile.am
|
6276
(11 years ago)
by michael:
- Allow relative pathnames for options::pidfile and options::scanlog
|
Makefile.in
|
6279
(11 years ago)
by michael:
- Re-create autogenerated files
|
compat.c
|
5378
(11 years ago)
by michael:
- Removed useless header includes
|
compat.h
|
5351
(11 years ago)
by michael:
- Update license headers
|
config-lexer.c
|
6223
(11 years ago)
by michael:
- Re-create autogenerated files
|
config-lexer.l
|
6222
(11 years ago)
by michael:
- Added HTTPS support for SSL/TLS-enabled HTTP proxies
|
config-parser.c
|
6201
(11 years ago)
by michael:
- Rebuilt parser files
|
config-parser.h
|
6201
(11 years ago)
by michael:
- Rebuilt parser files
|
config-parser.y
|
6200
(11 years ago)
by michael:
- Added options::dns_timeout configuration option which allows to specify the amount of time the
resolver waits until a response is received from a name server
|
config.c
|
6209
(11 years ago)
by michael:
- config.c:config_load(): move the fclose(yyin) right after yyparse()
|
config.h
|
6200
(11 years ago)
by michael:
- Added options::dns_timeout configuration option which allows to specify the amount of time the
resolver waits until a response is received from a name server
|
dnsbl.c
|
6232
(11 years ago)
by michael:
- dnsbl.c:dnsbl_positive(): fixed weird logic that could result in 'text_type' being appended
with two commas which later would defeat the purpose of *(strrchr(text_type, ',')) = '\0'
|
dnsbl.h
|
5351
(11 years ago)
by michael:
- Update license headers
|
firedns.c
|
6200
(11 years ago)
by michael:
- Added options::dns_timeout configuration option which allows to specify the amount of time the
resolver waits until a response is received from a name server
|
firedns.h
|
6200
(11 years ago)
by michael:
- Added options::dns_timeout configuration option which allows to specify the amount of time the
resolver waits until a response is received from a name server
|
irc.c
|
6564
(10 years ago)
by michael:
- Markdown changes to README provided by jackal; minor documentation fix in irc.c
|
irc.h
|
6198
(11 years ago)
by michael:
- Change userinfo_create() to not always allocate memory for each user message; improve checking for malformed sender prefixes
- Remove now unused userinfo_free()
|
list.c
|
5704
(11 years ago)
by michael:
- list.c, list.h: style corrections
|
list.h
|
6175
(11 years ago)
by michael:
- Get rid of command_init()
|
log.c
|
6974
(10 years ago)
by michael:
- log.c, log.h: add LOG_BUFSIZE enum
|
log.h
|
6974
(10 years ago)
by michael:
- log.c, log.h: add LOG_BUFSIZE enum
|
main.c
|
6301
(11 years ago)
by michael:
- main.c: remove unused header includes
|
main.h
|
5351
(11 years ago)
by michael:
- Update license headers
|
match.c
|
5351
(11 years ago)
by michael:
- Update license headers
|
match.h
|
5351
(11 years ago)
by michael:
- Update license headers
|
memory.c
|
5916
(11 years ago)
by michael:
- memory.c: style corrections
|
memory.h
|
6057
(11 years ago)
by michael:
- Cleaned up prototypes
|
misc.c
|
6970
(10 years ago)
by michael:
- Add date_iso8601() and make use of it
|
misc.h
|
6970
(10 years ago)
by michael:
- Add date_iso8601() and make use of it
|
negcache.c
|
5695
(11 years ago)
by michael:
- Style corrections
|
negcache.h
|
5351
(11 years ago)
by michael:
- Update license headers
|
opercmd.c
|
6296
(11 years ago)
by michael:
- Due to security reasons the PROTOCOLS command has been removed again
|
opercmd.h
|
6212
(11 years ago)
by michael:
- opercmd.c, opercmd.h: constification
|
options.h
|
6082
(11 years ago)
by michael:
- options.h: removed unused PIDEXT definition
|
patchlevel.h
|
5277
(11 years ago)
by michael:
- Update patchlevel.h
|
scan.c
|
6970
(10 years ago)
by michael:
- Add date_iso8601() and make use of it
|
scan.h
|
6300
(11 years ago)
by michael:
- scan.c, scan.h: removed prototype for scan_checkexempt() and declared it as static
|
serno.h
|
5961
(11 years ago)
by michael:
- Moved serno.h to src/
|
setup.h.in
|
6223
(11 years ago)
by michael:
- Re-create autogenerated files
|
stats.c
|
6968
(10 years ago)
by michael:
- Update dissect_time() to be synced up with latest version of ircd-hybrid
|
stats.h
|
6195
(11 years ago)
by michael:
- stats.c, stats.h: made StatsHash::type 'const unsigned'
|