| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a workaround for connectban hitting gateway IP addresses. | 2019-10-25 | 1 | -1/+23 | |
| | | |||||
| * | Extract connectban's range checking code to a function. | 2019-10-25 | 1 | -13/+22 | |
| | | |||||
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | m_connectban and m_svshold: Use DurationString() in X-line messages. | 2019-04-28 | 1 | -3/+2 | |
| | | |||||
| * | Improve X-line text consistency. | 2019-01-09 | 1 | -2/+2 | |
| | | | | | | | | | | | - Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | ||||
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 1 | -1/+1 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -3/+3 | |
| | | |||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | m_connectban Don't depend on the definition of clonemap | 2014-03-17 | 1 | -3/+3 | |
| | | |||||
| * | Give m_connectban a configurable ban message | 2014-02-27 | 1 | -1/+3 | |
| | | |||||
| * | Make various self contained methods static. | 2013-12-15 | 1 | -1/+1 | |
| | | | | | | - InspIRCd::IsValidMask - InspIRCd::TimeString | ||||
| * | 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() | ||||
| * | Add ConfigTag::getDuration() with optional bounds checking | 2013-08-12 | 1 | -3/+1 | |
| | | |||||
| * | Replace range() with min and max arguments on getInt(). | 2013-08-10 | 1 | -12/+3 | |
| | | |||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | |||||
| * | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -1/+1 | |
| | | | | | | | | | 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 | -2/+0 | |
| | | |||||
| * | Merge insp20 | 2013-06-06 | 1 | -4/+5 | |
| |\ | |||||
| | * | Fix an extremely low risk crash bug in m_connectban. | 2013-05-06 | 1 | -4/+5 | |
| | | | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -5/+5 | |
| | | | | | | | | | | | - 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 LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert InspIRCd::Duration() to be static | 2013-04-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -5/+1 | |
| |/ | |||||
| * | m_connectban Switch to OnSetUserIP hook to handle cgiirc users properly, ↵ | 2013-03-11 | 1 | -2/+5 | |
| | | | | | ignore e-lined users | ||||
| * | 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/+2 | |
| | | |||||
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -12/+7 | |
| | | |||||
| * | Fix more undefined behavior caused by referencing the returned buffer by ↵ | 2012-09-30 | 1 | -3/+5 | |
| | | | | | | | std::string::c_str() when the object is temporary See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88 | ||||
| * | Module description updates | 2012-05-30 | 1 | -2/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+14 | |
| | | |||||
| * | Fix incorrect forward-port of patch | 2010-01-19 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12308 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Slightly more comprehensible message for connect throttle banning. | 2010-01-19 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12307 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 | ||||
| * | Create irc::sockets::cidr_mask | 2009-10-24 | 1 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11968 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Make irc::sockets::* parameters consistent, add irc::sockets::mask | 2009-10-22 | 1 | -5/+6 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11953 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change module API to use LocalUser* where correct | 2009-10-21 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 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 | ||||
| * | Get rid of a bunch of memory-wasting C-style strings | 2009-10-03 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 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 | ||||
| * | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | 2009-09-14 | 1 | -1/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11721 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | 2009-09-01 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11578 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change IP address storage in User to use more IPv4/IPv6 common code | 2009-09-01 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11575 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Strip SUPPORT_IP6LINKS #define | 2009-09-01 | 1 | -6/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | OnRehash changes: split to multiple hooks to clarify use and prevent ↵ | 2009-05-24 | 1 | -2/+2 | |
| | | | | | | | 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 | ||||
| * | Update copyrights for 2009. | 2009-01-02 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Module class was still called QuitBan, rename to ConnectBan for sanity | 2008-11-08 | 1 | -4/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10799 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
