Age | Commit message (Expand) | Author |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-29 | m_dnsbl Add usednsbl option to connect classes | attilamolnar |
2012-11-19 | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar |
2012-10-12 | Fix broken build | attilamolnar |
2012-10-12 | m_cgiirc, m_dnsbl Remove unnecessary includes | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-09-13 | m_dnsbl Display <unknown> as the user's nick when annoucing the dnsbl result ... | attilamolnar |
2012-09-13 | m_dnsbl Switch to OnUserSetIP hook | attilamolnar |
2012-07-01 | Revert "m_dnsbl: switch to OnSetClientIP hook which may be refired." | Robin Burchell |
2012-06-12 | m_dnsbl: switch to OnSetClientIP hook which may be refired. | William Pitcock |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-31 | Remove unneeded inet_aton call | Daniel De Graaf |
2010-03-31 | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf |
2010-02-16 | Incrementing the counter in a loop is useful to prevent it being an infinite ... | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-02-12 | Remove possible references to deleted User objects due to DNS lookups | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | 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-02 | m_dnsbl: Change ident marking to a generic "MARK" that allows ident and/or vh... | danieldg |
2009-09-02 | Add ident change action to m_dnsbl [patch by cytrix] | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-06-30 | Roll back mysterious DNS change from 2007 which broke multiple-answer | w00t |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-23 | m_dnsbl: Add default duration and error message on invalid duration | danieldg |
2009-04-19 | Send snotices when m_dnsbl adds an xline; fixes bug #837 | danieldg |
2009-04-18 | Convert m_dnsbl to send globally routed snomasks. Fixes bug #836 | danieldg |
2009-04-16 | Addendum to r11303, fix for bug #833: use correct result for the type (bitmas... | peavey |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-04-16 | Correctly announce dnsbl hits, fixes bug #833 reported by Milliways. | w00t |
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-01 | Remove now-unneeded 4in6 hacks [danieldg] | w00t |
2008-11-01 | Fix bug #630, reported by Jorijn, fix by dz. Bitmask dnsbl records not workin... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-19 | And these | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |