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_hostchange.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-05-14
Fix an off by one error in various bitsets.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-05-05
Fix a typo in the hostchange module.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-02-15
Replace GetServerPort() with server_sa.port().
Peter Powell
2019-01-24
Remove trailing whitespace from various source files.
Peter Powell
2019-01-14
Fix the hostchange set action swapping the host/value fields.
Peter Powell
2018-09-16
Improvements to the hostchange module.
Peter Powell
2014-01-31
Remove a few unnecessary .c_str() calls
Attila Molnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
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-11-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-11-09
wrong order of arguments to Host()
Steven Van Acker
2012-11-09
use documented "value" attribute instead of undocumented "newhost"
Steven Van Acker
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-07-26
m_hostchange No reason to prioritize after m_cloaking
attilamolnar
2012-07-26
m_hostchange Remove string copy
attilamolnar
2012-07-26
m_hostchange Store host change action as an enum value instead of a string, s...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-03-22
m_hostchange: Fix a typo preventing port filters from working
Kyle Fuller
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-21
Move some local-only fields to LocalUser
danieldg
2009-10-20
Get rid of more unneeded parent classes
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-01
Rename User::GetPort to GetServerPort to clarify its purpose
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-16
Remove redundant PriorityState, enum Priority does the exact same thing.
w00t
2009-01-02
Update copyrights for 2009.
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-18
Remove .c_str()'s in match() calls that are no longer needed as match() nativ...
brain
2008-03-24
And more of them
brain
2008-01-10
Header update: 2007 -> 2008
w00t
[next]