Age | Commit message (Collapse) | Author |
|
|
|
Speed up Travis builds.
|
|
Fix various compiler warnings
|
|
Rewrite the build system directive parser.
|
|
Replace snprintf usage with InspIRCd::Format.
|
|
|
|
- Switch Linux builds to Ubuntu 14.04 from 12.04.
- Split dynamic and static builds into different jobs.
- Remove OS X builds as the infrastructure is slow and unreliable.
|
|
|
|
|
|
|
|
|
|
Improve the default ISUPPORT tokens.
|
|
- Replace the deprecated MAXCHANNELS token with CHANLIMIT.
- Remove the deprecated FNC token (other implementations can force
a nick change without sending this token so informing clients of
that we might force a nick change is pointless)
|
|
Issue #1195
|
|
|
|
Undocument <power> and set the default to the server name.
|
|
Update documentation for password hashing.
|
|
|
|
- Follow best current practises by using bcrypt almost everywhere
in the example configuration files.
- Document the existence of new hashing modules in master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SecurityIPResolver
|
|
|
|
|
|
This is a workaround until the protocol is updated
|
|
we quit
|
|
|
|
|
|
Inserting members who lack the required status into the except list makes no difference, they won't get the message either way
|
|
|
|
|
|
|
|
Mark the method as const
|
|
IsParameterMode()
|
|
|
|
|
|
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset
|
|
extract into a method
|
|
|
|
methods expecting std::string
|
|
|
|
being unloaded
|
|
|
|
be a member of query
|
|
|
|
|