| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -2/+2 | |
| | | |||||
| * | Add the new account system. | 2022-05-14 | 1 | -2/+3 | |
| | | | | | | This still relies on the old extensibles for now but we can change that later. | ||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| | | |||||
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| | | |||||
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -2/+2 | |
| | | |||||
| * | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | |||||
| * | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Add stdalgo::iterator_range and switch config tag reading to use it. | 2020-10-31 | 1 | -4/+3 | |
| | | | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -5/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -0/+3 | |
| |\| | |||||
| | * | Send ERR_BANNEDFROMCHAN when a user can't create a restricted channel. | 2020-04-05 | 1 | -0/+3 | |
| | | | | | | | | | Closes #1772. | ||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -6/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+5 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Merge m_restrictchans and m_regonlycreate due to converging functionality ↵ | 2019-01-04 | 1 | -11/+34 | |
| | | | | | (#1541). | ||||
| * | Make more modules rehash atomically (#1535) | 2018-12-19 | 1 | -5/+10 | |
| | | | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -1/+1 | |
| | | | | | parameters | ||||
| * | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -1/+1 | |
| | | | | | Extensible storage | ||||
| * | Add functor that does strict weak ordering based on ↵ | 2014-01-04 | 1 | -5/+3 | |
| | | | | | national_case_insensitive_map | ||||
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -1/+1 | |
| | | | | | automatically | ||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -12/+2 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | |||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -4/+4 | |
| | | | | | | - 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. | ||||
| * | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | 2013-04-13 | 1 | -3/+1 | |
| | | |||||
| * | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -4/+0 | |
| | | |||||
| * | Change channel name parameter of Module::OnUserPreJoin() and ↵ | 2013-04-01 | 1 | -4/+3 | |
| | | | | | Channel::JoinUser() to std::string from char* | ||||
| * | 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 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| | | |||||
| * | ...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 ConfigTagList as a faster access method for access to configuration | 2009-10-21 | 1 | -4/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11948 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | 2009-10-18 | 1 | -12/+8 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11904 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove dummy API_VERSION from Version constructor | 2009-10-17 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -4/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Describe module purpose in /MODULES output | 2009-09-22 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ModResult conversion: Change return type of all module functions | 2009-09-02 | 1 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | OnRehash changes: split to multiple hooks to clarify use and prevent ↵ | 2009-05-24 | 1 | -1/+1 | |
| | | | | | | | explosion of rehashes on a /REHASH * git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Update all wiki links to point to the new wiki. This was done automatically ↵ | 2009-03-15 | 1 | -1/+1 | |
| | | | | | | | | | | with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
