Age | Commit message (Expand) | Author |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-28 | m_connectban and m_svshold: Use DurationString() in X-line messages. | Robby |
2019-01-09 | Improve X-line text consistency. | Matt Schatz |
2018-07-18 | Add the family() member to the sockaddrs union. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2014-03-17 | m_connectban Don't depend on the definition of clonemap | Attila Molnar |
2014-02-27 | Give m_connectban a configurable ban message | Googolplexed |
2013-12-15 | Make various self contained methods static. | Peter Powell |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar |
2013-08-10 | Replace range() with min and max arguments on getInt(). | Peter Powell |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change modules to use the MODNAME constant when logging. | Peter Powell |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-06 | Merge insp20 | attilamolnar |
2013-05-19 | Fix spacing in calls to LogManager::Log. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-06 | Fix an extremely low risk crash bug in m_connectban. | Peter Powell |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-03 | Convert InspIRCd::Duration() to be static | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-03-11 | m_connectban Switch to OnSetUserIP hook to handle cgiirc users properly, igno... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-05-30 | Module description updates | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-19 | Fix incorrect forward-port of patch | danieldg |
2010-01-19 | Slightly more comprehensible message for connect throttle banning. | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-08 | Module class was still called QuitBan, rename to ConnectBan for sanity | brain |
2008-11-08 | Fix a log source | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |