Age | Commit message (Collapse) | Author |
|
replace_all_* functions to actually work if the original and replacement strings are not the same length.
|
|
|
|
variable and not a pointer.
|
|
release builds
|
|
|
|
|
|
Anope::string out of the extensible, not a char *. Oops.
|
|
reinterpret_cast to unsigned char pointers.
|
|
|
|
is a bit better.
|
|
the Anope::string version now.
|
|
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|
|
|
|
|
|
can't compile because of missing dependices.
|
|
|
|
commands from normal users
|
|
trying to akick our own clients etc
|
|
|
|
These modules allows users to configure settable options in /ns and /cs set
that will be displayed in /ns and /cs info.
Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq
|
|
before the 1.9.3 release.
|
|
|
|
|
|
|
|
just redundant.
|
|
fixed Config to work in an out-of-source build.
|
|
version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build)
|
|
|
|
|
|
|
|
remove split servers from their uplinks
|
|
just because version.h gets regenerated, thanks to Adam for initial patch.
|
|
|
|
db-convert
|
|
NOTES: I have been unable to compile the db_mysql_* functions on my system here, so those are untested. db-convert seems to be badly programmed and needs more work in my opinion.
|
|
|
|
|
|
|
|
|
|
invalid pointers in the nickcore user list
|
|
src/core/ns_*.
|
|
|
|
|
|
|
|
Note that this changes the maximum length of an acceptable
IRC message from 512 to 1024 because InspIRCd sends messages
longer than 512 characters.
|
|
|
|
src/core/hs_* and src/core/ms_*, plus some tiny fallout caused by changing the FOREACH_* macros.
|
|
|
|
|
|
|