| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 1 | -1/+1 | |
| | | |||||
| * | Dispatch EventHandler events to dedicated virtual functions | 2015-04-12 | 1 | -27/+8 | |
| | | | | | Remove enum EventType | ||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+2 | |
| | | |||||
| * | m_ident Close the ident socket when the object is culled instead of using hooks | 2014-05-28 | 1 | -22/+6 | |
| | | |||||
| * | m_ident Make use of the min parameter of ConfigTag::getInt() | 2014-05-28 | 1 | -3/+1 | |
| | | |||||
| * | m_ident: Add an option to allow idents of users to still be prefixed with a ↵ | 2014-05-28 | 1 | -1/+8 | |
| | | | | | | | | | '~' for connect classes which have disabled ident lookups through the <connect:useident> setting. Fixes #683. Some changes by @attilamolnar, original PR #684 | ||||
| * | Remove redundant IS_LOCAL() checks discovered by static asserts | 2014-04-26 | 1 | -1/+1 | |
| | | |||||
| * | Cull ident sockets instead of immediate delete, add stdalgo::culldeleter | 2014-03-24 | 1 | -1/+1 | |
| | | |||||
| * | Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*) | 2014-02-09 | 1 | -3/+1 | |
| | | |||||
| * | Change all socketengine methods to be static | 2014-02-08 | 1 | -5/+5 | |
| | | |||||
| * | Change SocketEngine functions that do not require an instance to be static | 2014-02-08 | 1 | -4/+4 | |
| | | |||||
| * | Merge insp20 | 2014-01-21 | 1 | -1/+1 | |
| |\ | |||||
| | * | Improve support for rarely used compilers, EKOPath in this case. | 2013-08-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up CoreException | 2013-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | - Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | | |||||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and ↵ | 2013-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ChangeName() Pass the string itself to IsIdent() instead of string.c_str() | ||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -5/+0 | |
| | | | |||||
| * | | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | 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 a few not-so-useful debug messages | 2013-08-04 | 1 | -9/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Convert a ton of uses of MAXBUF to use a fixed buffer size. | 2013-06-06 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -10/+10 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -10/+10 | |
| | | | | | | | | | | | - 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. | ||||
| * | | Add method for writing server notices. | 2013-05-14 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | ||||
| * | | Merge insp20 | 2013-04-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | m_ident Invalidate cache after changing User::ident | 2013-04-19 | 1 | -0/+1 | |
| | | | |||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -10/+10 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -5/+0 | |
| |/ | |||||
| * | m_ident Reject invalid and error replies | 2012-12-15 | 1 | -2/+8 | |
| | | |||||
| * | Remove ServerLimits::Finalise(), it's completely wrong | 2012-12-09 | 1 | -1/+1 | |
| | | | | | Truncate <limits:identmax>+1 long idents in User::ChangeIdent() | ||||
| * | Register a few extensions that weren't registered | 2012-12-02 | 1 | -0/+1 | |
| | | |||||
| * | 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 | -0/+4 | |
| | | |||||
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -3/+1 | |
| | | |||||
| * | m_ident Allow the usage of an overriden IsIdent() instead of using a ↵ | 2012-10-18 | 1 | -28/+23 | |
| | | | | | | | hardcoded version of it Fix long idents being accepted regardless of Limits.IdentMax | ||||
| * | m_ident Fix casting User pointers to LocalUser pointers blindly | 2012-07-13 | 1 | -1/+5 | |
| | | |||||
| * | m_ident Close the socket and mark as done when received something instead of ↵ | 2012-07-13 | 1 | -11/+6 | |
| | | | | | doing it in two places before returning | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+19 | |
| | | |||||
| * | Fix m_ident deleting sockets that are still in use | 2010-03-02 | 1 | -39/+19 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12586 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix some more incorrect socket use | 2010-03-02 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add requireident/requiressl to connect blocks | 2010-02-02 | 1 | -2/+12 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12353 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 | ||||
| * | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it ↵ | 2009-11-13 | 1 | -3/+2 | |
| | | | | | | | other ways git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12129 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change module API to use LocalUser* where correct | 2009-10-21 | 1 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move some local-only fields to LocalUser | 2009-10-21 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11942 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 | ||||
| * | Hold reference to the associated ConfigTag inside ConnectClass | 2009-10-17 | 1 | -18/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11880 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Update Event and Request APIs | 2009-10-08 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11808 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -6/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
