index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_swhois.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-22
Merge tag 'v2.0.26' into master.
Peter Powell
2018-04-09
Remove swhois messages set in the oper block on deoper.
Peter Powell
2018-04-08
Include modules/whois.h directly from files that use it.
Peter Powell
2017-12-09
Add names for a bunch more numerics.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2016-02-25
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-04-28
Move OnWhois* events to core_whois, add Whois::Context
Attila Molnar
2015-04-28
Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-13
Remove TR_END, remove TRANSLATEx() from commands that do not need it
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-15
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...
attilamolnar
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-07-07
m_swhois Switch to OnPostOper hook instead of using OnPostCommand
attilamolnar
2012-05-25
A few more typo fixes.
Peter Powell
2012-05-25
Debian typo fixes.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-18
PreCommand/PostCommand are local-only hooks
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-21
Change User::oper to an OperInfo reference
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-10-14
Move static map of extensions into ServerInstance, add const-correctness
danieldg
2009-10-01
Change SWHOIS to OPTCOMMON, remove m_operinvex
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-13
Forgotten Extensible::Register invocations
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
MetaData rework
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
danieldg
2009-05-02
Globally route "a" snotices for more modules. Patch from Milliways.
danieldg
2009-04-16
Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...
w00t
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
[next]