| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -2/+3 | |
| | | |||||
| * | Merge insp20 | 2014-07-25 | 1 | -0/+1 | |
| |\ | |||||
| | * | m_cgiirc Call User::InvalidateCache() after changing host and dhost in ↵ | 2014-05-01 | 1 | -0/+1 | |
| | | | | | | | | | OnCheckReady() | ||||
| | * | Prevent m_cgiirc from blocking indefinitely, resulting in registration ↵ | 2013-06-24 | 1 | -1/+1 | |
| | | | | | | | | | timeouts on e.g. Mibbit when webirc is not used | ||||
| * | | Fix m_cgiirc to set the user's host straight away when using WEBIRC. | 2014-04-09 | 1 | -27/+14 | |
| | | | |||||
| * | | Rewrite clone counting to use one map instead of two | 2014-03-17 | 1 | -2/+1 | |
| | | | |||||
| * | | Make the maximum hostname length configurable in the config. | 2014-03-08 | 1 | -3/+3 | |
| | | | |||||
| * | | Moving CGIIRC to a new snomask (w) | 2014-02-23 | 1 | -5/+10 | |
| | | | |||||
| * | | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+0 | |
| | | | |||||
| * | | 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 | -6/+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() | ||||
| * | | Rename <connect:nouserdns> to <connect:resolvehostnames>. | 2013-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | This name is more descriptive and avoids a double negative which could make the name of this setting unclear to non-native speakers. | ||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | | |||||
| * | | Modify the log message to contain the log type. | 2013-08-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -3/+3 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -8/+8 | |
| | | | | | | | | | | | - 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. | ||||
| * | | Move <performance:nouserdns> to <connect:nouserdns>. | 2013-04-27 | 1 | -3/+2 | |
| | | | |||||
| * | | Modularize DNS | 2013-04-26 | 1 | -18/+29 | |
| | | | | | | | | | | | | | The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | ||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -3/+3 | |
| | | | |||||
| * | | Move member variables from User to LocalUser | 2013-04-01 | 1 | -1/+5 | |
| |/ | | | | | | | | - idle_lastmsg - dns_done - quitting_sendq - exempt - lastping | ||||
| * | Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined | 2013-03-11 | 1 | -4/+4 | |
| | | |||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -6/+2 | |
| | | | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | ||||
| * | 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 | ||||
| * | m_cgiirc Fix wrong announcement when the host in WEBIRC is too long | 2012-11-29 | 1 | -2/+6 | |
| | | |||||
| * | m_cgiirc Don't apply resolved host or send notifications when the user is ↵ | 2012-11-29 | 1 | -4/+6 | |
| | | | | | quitting (matched a line) | ||||
| * | m_cgiirc Don't resolve IPs when <performance:nouserdns> is true | 2012-11-29 | 1 | -2/+2 | |
| | | |||||
| * | m_cgiirc De-duplicate code, recheck elines after ip/host changes | 2012-11-29 | 1 | -69/+64 | |
| | | | | | | | | | | Fixes #350 reported by @MistrX New functions: - RecheckElineAndClass() - ChangeIP() - decreases clone counts for a user, calls SetUserIP, increases clone counts after the new ip is applied - HandleIdentOrPass() - common code extracted from CheckIdent() and CheckPass() | ||||
| * | m_cgiirc Remove dead code, warn when a <cgihost> block has an invalid type ↵ | 2012-11-29 | 1 | -54/+15 | |
| | | | | | value, misc. cleanup | ||||
| * | m_cgiirc, m_dnsbl Remove unnecessary includes | 2012-10-12 | 1 | -6/+0 | |
| | | |||||
| * | m_cgiirc Take actions after a successful WEBIRC in the OnCheckReady hook, ↵ | 2012-09-13 | 1 | -32/+28 | |
| | | | | | stop using OnUserConnect | ||||
| * | m_cgiirc Register the "waiting" extension | 2012-09-13 | 1 | -0/+1 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+20 | |
| | | |||||
| * | Fix resolved hostname not being changed when WEBIRC passes a hostname longer ↵ | 2010-09-03 | 1 | -17/+15 | |
| | | | | | than 64 characters | ||||
| * | Fix NotifyOpers setting not being applied correctly | 2010-08-11 | 1 | -10/+9 | |
| | | |||||
| * | We refer to modules using .so not .cpp | 2010-03-06 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12599 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Set m_cgiirc to run its OnUserConnect before m_conn_umodes | 2010-03-05 | 1 | -0/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12597 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Make CGI:IRC host resolution block registration, fixes bug #1 | 2010-03-05 | 1 | -22/+43 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12596 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove possible references to deleted User objects due to DNS lookups | 2010-02-12 | 1 | -8/+10 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12445 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Don't use hosts more than 64 characters long from CGI:IRC | 2010-02-03 | 1 | -9/+11 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12368 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Forward-port of r12333, clone-counting fix for m_cgiirc | 2010-01-30 | 1 | -23/+9 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12335 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 | ||||
| * | Show channel listmodes (+beIg) in /CHECK output | 2010-01-05 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12243 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move StreamSocket inheritance off of User | 2009-11-06 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12047 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix CGI:IRC user class not being changed based on their real IP when it is ↵ | 2009-11-01 | 1 | -0/+3 | |
| | | | | | | | changed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11988 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fixes found by removing User inheritance from StreamSocket | 2009-10-25 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11975 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move all local-only fields to LocalUser | 2009-10-21 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change module API to use LocalUser* where correct | 2009-10-21 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Make classbase and refcountbase uncopyable; expand comments on their ↵ | 2009-10-17 | 1 | -1/+1 | |
| | | | | | | | indended uses git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11888 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
