Age | Commit message (Collapse) | Author |
|
|
|
The user is always inside if UserList() is called from ForceJoin() and the HasUser() result obtained in the /NAMES handler can be reused
|
|
a channel from Channel::UserList() to cmd_names
|
|
|
|
|
|
|
|
"hash/sha256" service provider
|
|
|
|
intrusive_list
|
|
|
|
|
|
|
|
helpop issues
|
|
|
|
|
|
Some of these were picked from #448
|
|
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
|
|
|
|
WriteCommonRaw(msg, false) has similiar functionality with a std::string parameter
|
|
This functionality is only used by the PRIVMSG and NOTICE handlers
|
|
The removed functions were rarely used and all they did was to call User::WriteFrom() with swapped arguments. On call sites, WriteTo() hardly offers any readability improvement over WriteFrom().
|
|
Spotted by @barosl
|
|
building modules consisting of multiple compilation units
Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/
|
|
linked list
|
|
|
|
m_globalload
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stdalgo::vector::swaperase()
|
|
deopering
Fixes issue #801 reported by @UselessOper
|
|
|
|
|
|
|
|
containing it
|
|
object containing it
|
|
|
|
object containing it
|
|
containing it
|
|
|
|
|
|
server name
|
|
This gets rid of questionable snprintf() usage, reported by @hifi
Backported commit: 8a06d54076551387f83a29360478ee6605e241b6
|
|
|
|
of +s channels from outside
A version of the check removed by this commit is in Channel::UserList() which takes the priv into account
Discovered by @Cronus89
|
|
Fixes issue #762 reported by @neoinr
|
|
|