.. |
modules
|
fix win32 build (fwd declaration mismatch with actual function)
|
8 years ago |
win32
|
(Windows installer) update innosetup file to reflect new file locations
|
8 years ago |
Makefile
|
Added './unreal upgrade-conf': this will upgrade your 3.2.x configuration files to 3.4.x syntax.
|
8 years ago |
aln.c
|
- Quick attempt at cleaning up the mess for SIDs.
|
10 years ago |
api-command.c
|
- Finish token removal from Command objects
|
10 years ago |
api-isupport.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
auth.c
|
bcrypt password hashing is now implemented (#4335). Not yet documented.
|
8 years ago |
channel.c
|
Remove most of OPCan functionality - more later
|
8 years ago |
charsys.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
cidr.c
|
Fix core from parse_v4_netmask parsing invalid cidrs
|
8 years ago |
cloak.c
|
- Allow the ircd to be started without a cloaking module. (#3726)
|
10 years ago |
crule.c
|
- crule: evaluate currarg correctly
|
10 years ago |
crypt_blowfish.c
|
Fix compile problem on x86 (32 bit): undefined reference to `_BF_body_r', reported by Micko_.
|
8 years ago |
dbuf.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
events.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
extbans.c
|
Move all built-in extended bans to modules/extbans/...
|
8 years ago |
extcmodes.c
|
[0004326] - Fix by hyperi0n for chmode unload prob
|
8 years ago |
fdlist.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
hash.c
|
- refactor exit_client()
|
10 years ago |
help.c
|
- Added error message for unknown directives in the "files" block
|
13 years ago |
ircd.c
|
more win32 fixes
|
8 years ago |
ircsprintf.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
list.c
|
Remove USE_SSL macro and associated code
|
8 years ago |
match.c
|
Fix various warnings, including one reported by Adam: possible crash in aliases (introduced 1-2wks ago)
|
8 years ago |
md5.c
|
Remove Custom MD5 Implementation
|
8 years ago |
mempool.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
moddata.c
|
ModData: only broadcast changes if sync==1. Fix return value of moddata_client_set().
|
8 years ago |
modules.c
|
The default set of modules (full functionality) is now called modules.default.conf
|
8 years ago |
operclass.c
|
all nested operclass acl's were not working (eg: server:rehash), hope this is the correct fix :)
|
8 years ago |
packet.c
|
Fix build for clang
|
9 years ago |
parse.c
|
[0004348] Reported by janicez - Fix G:line cmd
|
8 years ago |
random.c
|
Remove USE_SSL macro and associated code
|
8 years ago |
res.c
|
Restructure the entire link { } block (#4032). Initial commit (missing autoconnect, ssl, etc).
|
8 years ago |
s_auth.c
|
- Replace ircsprintf() with bounds-checking ircsnprintf(), patch from FalconKirtaran. (#4208)
|
10 years ago |
s_bsd.c
|
We already set the IP in add_connection, no need to do that in check_init again.
|
8 years ago |
s_conf.c
|
more conf file magic (otherwise windows doesn't load). show all loadmodule errors instead of stopping at the first one.
|
8 years ago |
s_debug.c
|
Big 3.4.x commit containing bug fixes and enhancements. Modularizing
|
9 years ago |
s_dispatch.c
|
- First version of ModData system that allows modules to attach data to
|
9 years ago |
s_err.c
|
Merge pull request #27 from Zoddo/numeric-396
|
8 years ago |
s_extra.c
|
Remove failure case if ircd not booted and logging fails
|
9 years ago |
s_kline.c
|
- Moved all TKL code and register_user to modules (using efuncs), that means 20 functions
|
18 years ago |
s_misc.c
|
Added './unreal upgrade-conf': this will upgrade your 3.2.x configuration files to 3.4.x syntax.
|
8 years ago |
s_numeric.c
|
linking bug & ipv6 thing (the latter is completely untested):
|
13 years ago |
s_serv.c
|
Remove most of OPCan functionality - more later
|
8 years ago |
s_svs.c
|
current 3.4.x git is really bleeding edge now, come back in a day or so:
|
8 years ago |
s_user.c
|
Send numeric 396 on host changes
|
8 years ago |
scache.c
|
- Replace calls to strncpyzt() macro with more secure strlcpy().
|
11 years ago |
send.c
|
Remove most of OPCan functionality - more later
|
8 years ago |
socket.c
|
Remove USE_SSL macro and associated code
|
8 years ago |
ssl.c
|
Remove USE_SSL macro and associated code
|
8 years ago |
ssl.cnf
|
Self-signed certificates generated with 'make pem' are now 4096 bits and valid for 10 years. Also use SHA256 for signing.
|
8 years ago |
strtoul.c
|
Made all functiosn use new-style parameter lists
|
22 years ago |
support.c
|
Remove unnecessary gotos
|
8 years ago |
timesynch.c
|
When you specified more than 4 servers in set::timesynch::server you could
|
10 years ago |
uid.c
|
- add UID generator
|
10 years ago |
umodes.c
|
current 3.4.x git is really bleeding edge now, come back in a day or so:
|
8 years ago |
updconf.c
|
more conf file magic (otherwise windows doesn't load). show all loadmodule errors instead of stopping at the first one.
|
8 years ago |
url.c
|
make tmp and cache actually use TMPDIR and CACHEDIR
|
8 years ago |
version.c.SH
|
prepare for 3.4-alpha3
|
8 years ago |
whowas.c
|
- Replace calls to strncpyzt() macro with more secure strlcpy().
|
11 years ago |