| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
|
| | |
|
| |
|
|
|
| |
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
|
| |
|
|
| |
GCCs warnings for this are much better than Clangs.
|
| | |
|
| |
|
|
|
| |
- Pass topic set time and optionally the setter to SetTopic()
- Don't do anything if the topic is changed by a local user to what it is currently
|
| |
|
|
| |
parameters
|
| | |
|
| | |
|
| |
|
|
|
| |
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
|
| | |
|
| |
|
|
|
| |
- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
|
| | |
|
| | |
|
|
|
SVSTOPIC command
SVSTOPIC can either set the topic, the topic setter and the topic timestamp to the given parameters or can nuke the topic entirely on a channel (like it was never set)
It is for ulines only
|