Age | Commit message (Collapse) | Author |
|
shadowed variables in channels.cpp.
|
|
logchan bots join if the IRCd requires them to
|
|
whether or not to join bots to the log channels, and fixed two log messages in ns_identify
|
|
|
|
|
|
convertTo unsigned values, and
fixed the mail delay error message to give the correct time.
|
|
invalidation really work.
This also cleans up a bit of the code in the modestacker.
|
|
|
|
uplink, then burst them back to its uplink once connection is reestablished.
Also made Anope use TS enforcement to change persistant channels creation time to the time they were registered.
|
|
just usermode +d. This allows us to keep people logged in once again when Anope is restarted.
|
|
potential crash in m_mysql when unloading when not in GDB
|
|
This prevents Anope from exploding when /os reload has errors.
|
|
faster. Removed db_mysql_execute for now.
|
|
first place
|
|
hexadecimal strings of the raw data, add in Anope::Hex for C-style strings and added Anope::Unhex, modified the encryption modules to use Hex and Unhex.
|
|
it with str_is_ip and str_is_cidr to better fix the earlier crash bug found by Cronus.
|
|
reply to CTCP PING and CTCP VERSION requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code.
|
|
|
|
|
|
-fno-leading-underscore flag on a GNU compiler, changed the hash compare functions to use struct to appease clang, and made it so hashcomp.h uses tr1/unordered_map with g++ 4.x or up.
|
|
|
|
|
|
building to VS 2010, will look at 2008 later
|
|
double-linked list, also removed the addition of an ignore when a command "takes too long".
|
|
bitsets for modes to not use a max defined value, it can go over
|
|
we have everywhere.
|
|
because of the Unreal protocol module, it makes me sad.
|
|
replace_all_* functions to actually work if the original and replacement strings are not the same length.
|
|
|
|
variable and not a pointer.
|
|
|
|
release builds
|
|
|
|
|
|
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.
|