2012-12-02 |
attilamolnar | Dynamically determine the size of the eventlist[] passe... |
blob | commitdiff | raw |
2012-05-14 |
Robin Burchell | Merge pull request #109 from Justasic/insp20 |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Robin Burchell | Merge pull request #96 from Justasic/insp20 |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Robin Burchell | Merge pull request #92 from Robby-/insp20-headers |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Robby- | Replace copyright headers with headers granting specifi... |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Jackmcbarn | Fix bug #122 |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Daniel De Graaf | Clarify null character append in m_cloaking (fixes... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Daniel De Graaf | Emulate a bug in 1.2 to get matching cloaks |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Daniel De Graaf | Add "CLOAK" command to allow opers to see the cloaked... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Daniel De Graaf | Fix IPv6 cloaking in compatability mode (was using... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Daniel De Graaf | Add custom suffix support for 2.0-style IP cloaking... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Daniel De Graaf | Fix cloak key being misread in 2.0 cloaking modes |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Daniel De Graaf | Add debouncing to m_cloaking, and fix cloak of hosts... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
danieldg | Fix CommandFloodPenalty overflow on connect |
blob | commitdiff | raw | diff to current |
2010-03-23 |
danieldg | Change 2.0 cloak function to use variable-length segments |
blob | commitdiff | raw | diff to current |
2010-03-04 |
danieldg | Unset umode +x when a different vhost is set on a user |
blob | commitdiff | raw | diff to current |
2010-02-21 |
danieldg | Add HMAC implementation to HashProvider |
blob | commitdiff | raw | diff to current |
2010-02-21 |
danieldg | Fix exception on m_cloaking GetVersion if run without... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
danieldg | Fix empty FMODE being sent if SendMode mode changes |
blob | commitdiff | raw | diff to current |
2010-01-17 |
danieldg | Move initialization that throws configuration exception... |
blob | commitdiff | raw | diff to current |
2010-01-14 |
danieldg | Verify cloak keys match during CAPAB negotiation |
blob | commitdiff | raw | diff to current |
2010-01-11 |
brain | ...because every now and again, i have to do a massive... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
danieldg | Use ServiceProvider for inter-module dependencies |
blob | commitdiff | raw | diff to current |
2009-11-11 |
danieldg | Add fine-grained command flood controls |
blob | commitdiff | raw | diff to current |
2009-10-30 |
danieldg | m_cloaking: extend IPv6 mask from /48 to /32, add IPv6... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Move all local-only fields to LocalUser |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Change module API to use LocalUser* where correct |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Split LocalUser and RemoteUser |
blob | commitdiff | raw | diff to current |
2009-10-17 |
danieldg | Fix array out-of-bounds accesses |
blob | commitdiff | raw | diff to current |
2009-10-17 |
danieldg | Remove dummy API_VERSION from Version constructor |
blob | commitdiff | raw | diff to current |
2009-10-14 |
danieldg | Move static map of extensions into ServerInstance,... |
blob | commitdiff | raw | diff to current |
2009-10-13 |
danieldg | Update documentation for cloaking |
blob | commitdiff | raw | diff to current |
2009-10-11 |
danieldg | Octets in an IPv4 address are unsigned |
blob | commitdiff | raw | diff to current |
2009-10-10 |
danieldg | Fix double dot in half-cloaked resolved hosts |
blob | commitdiff | raw | diff to current |
2009-10-10 |
danieldg | Update m_cloaking to use free-form keys instead of... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
psychon | m_cloaking: Error out on "wrong" cloaking keys |
blob | commitdiff | raw | diff to current |
2009-10-08 |
danieldg | Add names for all modes (part 1 of named channel mode... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
danieldg | Update Event and Request APIs |
blob | commitdiff | raw | diff to current |
2009-10-05 |
danieldg | Run DelMode and DelModeWatcher in RemoveModule |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Remove InspIRCd* parameters and fields |
blob | commitdiff | raw | diff to current |
2009-09-22 |
danieldg | Describe module purpose in /MODULES output |
blob | commitdiff | raw | diff to current |
2009-09-15 |
danieldg | Remove Extensible items from user, channel, and Members... |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Fix cloaking/invite exception for new extban checks |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Simplify ModeHandler constructor |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Change Extensible to use strongly typed entries |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | ModResult conversion: Change return type of all module... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Remove "servermode" parameter, replace with IS_FAKE... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add Module* creator to Command and ModeHandler |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | MetaData rework |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Change allocation of commands/modes |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Move IP<->sockaddr conversions into irc::sockets::... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove more text<->binary IP conversions, making code... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Change IP address storage in User to use more IPv4... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
danieldg | OnRehash changes: split to multiple hooks to clarify... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
special | Revert some files accidentally committed in r11371... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
special | Fix an issue in r11370 spotted by danieldg |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
w00t | Remove redundant PriorityState, enum Priority does... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-11-01 |
w00t | Remove now-unneeded 4in6 hacks [danieldg] |
blob | commitdiff | raw | diff to current |
2008-11-01 |
w00t | Merge commit 'ddg/out-12' |
blob | commitdiff | raw | diff to current |
2008-10-25 |
w00t | Fix <disabled:umodes> interfering with /unloadmodule... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
brain | Shrink users properly on quit, and make cloaks for... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
peavey | dont try and cloak if no valid cloak was returned ... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
brain | Optimisation |
blob | commitdiff | raw | diff to current |
2008-09-13 |
brain | Fix setting of +x before we've processed an OnUserConnect |
blob | commitdiff | raw | diff to current |
2008-09-10 |
w00t | Back out change, as this doesn't work properly with... |
blob | commitdiff | raw | diff to current |
2008-09-10 |
w00t | Bit of a tidyup, generate cloak whenever first set... |
blob | commitdiff | raw | diff to current |
2008-08-25 |
w00t | Change module versions to use a string instead of fixed... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Match conversion stuff. |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Revert automated conversion by Special, as it (unfortun... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
special | Fix a lot of calls to match() and uses of wildcard... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
pippijn | fixed some indentation and spacing in modules |
blob | commitdiff | raw | diff to current |
2008-05-29 |
brain | Apply patch to fix ipv6 builds, contributed by danieldg... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | Convert connection::host |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | More done |
blob | commitdiff | raw | diff to current |
2008-05-01 |
brain | Some modules throw CoreException, this is wrong wrongit... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
brain | Add correct stuff so that /taxonomy can show the cloake... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
brain | Calculate hosts on connect so theres no way around... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
brain | Fix for bug #513 |
blob | commitdiff | raw | diff to current |
2008-04-08 |
w00t | Comment tweakage |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | And more of them |
blob | commitdiff | raw | diff to current |
2008-02-18 |
w00t | Phew. Fix a bunch of method sigs to stop warnings. |
blob | commitdiff | raw | diff to current |
2008-01-17 |
w00t | Remove a redundant method here, call the mode manager... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2007-11-10 |
brain | Fix owines crashes here too |
blob | commitdiff | raw | diff to current |
2007-11-10 |
brain | Fix crashes found by owine (usually on startup) |
blob | commitdiff | raw | diff to current |
2007-11-09 |
brain | We should probably UseInterface last, too |
blob | commitdiff | raw | diff to current |
2007-11-09 |
brain | Theres actually more to this. Before we throw, delete... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
brain | Same fix here |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Remove Implements() method from every module. booya. |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Honking huge commit. Removal of DELETE() template that... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Convert all to new Attach() system. The Implements... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
w00t | Brain, look at this pls :p |
blob | commitdiff | raw | diff to current |
2007-10-23 |
brain | More |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | In the grand tradition of huge fucking commits: |
blob | commitdiff | raw | diff to current |
2007-09-12 |
special | Modified m_cloaking to not use need_positive (instead... |
blob | commitdiff | raw | diff to current |
2007-08-28 |
om | Move everything module-related out of InspIRCd and... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
w00t | Remove unnecessary header traffic |
blob | commitdiff | raw | diff to current |
2007-08-23 |
brain | Add some stuff to change how we process a token sepeper... |
blob | commitdiff | raw | diff to current |
next |