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_sqloper.cpp
Age
Commit message (
Expand
)
Author
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-06
Refactor m_sqloper to be a full opers.conf replacement (#983).
Dylan Frank
2017-12-22
Improve and modernize the SQL system API.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2015-02-22
m_sqloper.cpp: Add support for the `active` column
Daniel Vassdal
2014-08-04
Hashing: Redo API
Daniel Vassdal
2014-07-16
Move typedef OperIndex to ServerConfig::OperIndex
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-13
Store oper types and opers in separate containers
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-04-01
Remove some dead code:
Peter Powell
2013-04-01
Change User::GetIPString() to return const std::string&
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-13
Handle database not present a bit better, add missing MySQL rehash on init
danieldg
2010-03-13
Change SQLv3 to format queries during submission, not before
danieldg
2010-03-13
Convert pgsql to SQLv3
danieldg
2010-03-06
Add column names to SQLv3, allow sqloper to specify its own query string
danieldg
2010-03-06
Add some useful logging output to m_sqloper
danieldg
2010-03-06
SQL API v3, drop all the ugly complexity
danieldg
2010-03-06
Search for SQL service in init(), not in constructor
danieldg
2010-02-21
Add HMAC implementation to HashProvider
danieldg
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-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-10-21
Change User::oper to an OperInfo reference
danieldg
2009-10-14
Fix module unmapping with culled Module objects
danieldg
2009-10-10
Update m_cloaking to use free-form keys instead of weakening the hash IV
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-28
Fix compilation of some extras modules
danieldg