| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Fix an oversight in mkversions that caused it to not update extras. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| | * | Remove references to the long dead SQLv2 from the pgsql module. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -5/+5 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -13/+7 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -4/+10 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -4/+10 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-11-13 | 1 | -1/+5 |
| |\| |
|
| | * | Add GetId() to the SQL::Provider class. | Peter Powell | 2019-11-13 | 1 | -1/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-09-23 | 1 | -1/+1 |
| |\| |
|
| | * | Fix some remaining uses of ato[il]. | Peter Powell | 2019-08-13 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 1 | -0/+2 |
| |\| |
|
| | * | Add package names for ArchLinux. | Peter Powell | 2019-07-16 | 1 | -0/+1 |
| | * | Log SQL queries at the debug log level.•••This makes debugging issues easier.
| Peter Powell | 2019-06-14 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -0/+2 |
| |\| |
|
| | * | Silence a fallthrough warning in the pgsql module on newer GCCs. | Peter Powell | 2019-05-09 | 1 | -0/+2 |
| * | | ModuleManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -2/+2 |
| * | | LogManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -4/+4 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -15/+15 |
| |/ |
|
| * | Fix SQL modules using "provider" in <database> instead of "module".•••This fixes a regression introduced in 97a1d642.
| Peter Powell | 2018-09-27 | 1 | -1/+1 |
| * | Fix a few things that should be marked as override but aren't. | Peter Powell | 2018-08-21 | 1 | -1/+1 |
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -1/+1 |
| * | SQL: Add HasColumn() to check if a result contains a named column. | Daniel Vassdal | 2018-04-07 | 1 | -3/+27 |
| * | Improve and modernize the SQL system API.•••- Move everything into the SQL namespace and drop the SQL prefix.
- Move SQLProvider::PopulateUserInfo to SQL::PopulateUserInfo.
- Rename SQLEntry to SQL::Field and clean up.
- Rename SQLEntries to SQL::Row.
- Rename SQLerror to SQL::Error and clean up.
- Rename SQLerrorNum to SQL::ErrorCode and drop the SQL_ prefix.
- Rename ParamL to SQL::ParamList.
- Rename ParamM to SQL::ParamMap;
- Make implementing SQLQuery::OnError mandatory.
- Redo most of the documentation in the sql header.
| Peter Powell | 2017-12-22 | 1 | -23/+23 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -4/+4 |
| * | Add PackageInfo directives for Debian. | Peter Powell | 2017-10-21 | 1 | -0/+1 |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
| Peter Powell | 2017-07-12 | 1 | -4/+4 |
| * | Add CentOS PackageInfo | Adam | 2016-09-16 | 1 | -0/+1 |
| * | Rewrite the build system directive parser. | Peter Powell | 2016-09-16 | 1 | -11/+6 |
| * | Dispatch EventHandler events to dedicated virtual functions•••Remove enum EventType
| Attila Molnar | 2015-04-12 | 1 | -10/+11 |
| * | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 1 | -1/+1 |
| * | Remove current time parameter of the Timer constructor | Attila Molnar | 2014-07-10 | 1 | -1/+1 |
| * | Kill needless #includes in source files | Attila Molnar | 2014-06-14 | 1 | -1/+0 |
| * | Change allocation of InspIRCd::Timers to be physically part of the object con... | Attila Molnar | 2014-03-15 | 1 | -1/+1 |
| * | Change all socketengine methods to be static | Attila Molnar | 2014-02-08 | 1 | -8/+8 |
| * | Allow Timers to delete themselves in Tick() | Attila Molnar | 2014-01-30 | 1 | -0/+1 |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -6/+1 |
| * | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -3/+0 |
| * | Change modules to use the MODNAME constant when logging.•••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.
| Peter Powell | 2013-08-04 | 1 | -4/+4 |
| * | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -1/+0 |
| * | Merge insp20 | attilamolnar | 2013-06-06 | 1 | -8/+8 |
| |\ |
|
| | * | m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5d | attilamolnar | 2013-06-04 | 1 | -8/+8 |
| * | | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -2/+2 |
| * | | Tidy up keywords on module methods.•••- 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.
| Peter Powell | 2013-05-15 | 1 | -11/+11 |
| * | | Timer changes and TimerManager enhancements•••Timer::Tick() now has a bool return value: if false is returned the timer is deleted using operator delete, otherwise, if it's a repeating timer then it's rescheduled (readded)
Timers are removed from the TimerManager automatically at destruction
Timers are now stored in a multimap instead of a sorted vector
| attilamolnar | 2013-04-21 | 1 | -4/+9 |
| * | | Tidy up source files:•••- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
| Peter Powell | 2013-04-12 | 1 | -1/+1 |
| * | | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -4/+4 |
| * | | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -4/+0 |
| |/ |
|
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |