| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2020-01-11 | 1 | -4/+10 | |
| | | |||||
| * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 1 | -1/+5 | |
| | | |||||
| * | Fix some remaining uses of ato[il]. | 2019-08-13 | 1 | -1/+1 | |
| | | |||||
| * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| | | |||||
| * | Log SQL queries at the debug log level. | 2019-06-14 | 1 | -0/+1 | |
| | | | | | This makes debugging issues easier. | ||||
| * | Silence a fallthrough warning in the pgsql module on newer GCCs. | 2019-05-09 | 1 | -0/+2 | |
| | | |||||
| * | Fix SQL modules using "provider" in <database> instead of "module". | 2018-09-27 | 1 | -1/+1 | |
| | | | | | This fixes a regression introduced in 97a1d642. | ||||
| * | Fix a few things that should be marked as override but aren't. | 2018-08-21 | 1 | -1/+1 | |
| | | |||||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| | | |||||
| * | SQL: Add HasColumn() to check if a result contains a named column. | 2018-04-07 | 1 | -3/+27 | |
| | | |||||
| * | Improve and modernize the SQL system API. | 2017-12-22 | 1 | -23/+23 | |
| | | | | | | | | | | | | | | - 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. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -4/+4 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -0/+1 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -4/+4 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Add CentOS PackageInfo | 2016-09-16 | 1 | -0/+1 | |
| | | |||||
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -11/+6 | |
| | | |||||
| * | Dispatch EventHandler events to dedicated virtual functions | 2015-04-12 | 1 | -10/+11 | |
| | | | | | Remove enum EventType | ||||
| * | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -1/+1 | |
| | | | | | Extensible storage | ||||
| * | Remove current time parameter of the Timer constructor | 2014-07-10 | 1 | -1/+1 | |
| | | |||||
| * | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| | | |||||
| * | Change allocation of InspIRCd::Timers to be physically part of the object ↵ | 2014-03-15 | 1 | -1/+1 | |
| | | | | | containing it | ||||
| * | Change all socketengine methods to be static | 2014-02-08 | 1 | -8/+8 | |
| | | |||||
| * | Allow Timers to delete themselves in Tick() | 2014-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -6/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | |||||
| * | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -4/+4 | |
| | | | | | | | | | 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. | ||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -1/+0 | |
| | | |||||
| * | Merge insp20 | 2013-06-06 | 1 | -8/+8 | |
| |\ | |||||
| | * | m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5d | 2013-06-04 | 1 | -8/+8 | |
| | | | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -2/+2 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -11/+11 | |
| | | | | | | | | | | | - 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. | ||||
| * | | Timer changes and TimerManager enhancements | 2013-04-21 | 1 | -4/+9 | |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | Tidy up source files: | 2013-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -4/+4 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -4/+0 | |
| |/ | |||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Change empty string assignments to .clear() or remove them entirely | 2012-11-28 | 1 | -1/+1 | |
| | | | | | Part 2 of ba5c0db795824c3fc1ad48ce332d7bdc440cb77f | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+19 | |
| | | |||||
| * | Remove m_sqlv2.h from these modules, they both use v3 now. | 2010-10-15 | 1 | -1/+0 | |
| | | |||||
| * | Fix $md5pass and $sha256pass in SQL queries | 2010-08-04 | 1 | -1/+1 | |
| | | |||||
| * | Change SQLv3 to format queries during submission, not before | 2010-03-13 | 1 | -51/+53 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12633 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Implement OnUnloadModule for postgres | 2010-03-13 | 1 | -10/+32 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Convert pgsql to SQLv3 | 2010-03-13 | 1 | -586/+222 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix SQL modules not all using AddService, noticed by Morpheus | 2010-03-05 | 1 | -1/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12595 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix some more incorrect socket use | 2010-03-02 | 1 | -11/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Use ServiceProvider for inter-module dependencies | 2009-11-16 | 1 | -13/+3 | |
| | | | | | | | | | | | | This will stop dependency chains from preventing module reloads when it is not actually needed; however, it removes some failsafes that will need to be reimplemented in order to avoid unmapped vtables. This deprecates Request as an inter-module signaling mechanism, although SQL still uses it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow static build of inspircd without module support | 2009-11-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | 2009-10-18 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
