2012-12-02 |
attilamolnar | Register all commands, modes and extensions using AddSe... |
blob | commitdiff | raw |
2012-12-02 |
attilamolnar | Dynamically determine the size of the eventlist[] passe... |
blob | commitdiff | raw | diff to current |
2012-12-02 |
attilamolnar | Attach to events and register services in init() |
blob | commitdiff | raw | diff to current |
2012-11-19 |
attilamolnar | Change empty string assignments to .clear() or remove... |
blob | commitdiff | raw | diff to current |
2012-11-12 |
attilamolnar | Remove usage of the deprecated ConfigReader |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Adam | Merge pull request #320 from ChrisTX/insp20+cleanupwin |
blob | commitdiff | raw | diff to current |
2012-10-12 |
ChrisTX | Windows: In-depth cleanup (see details) |
blob | commitdiff | raw | diff to current |
2012-10-12 |
attilamolnar | Remove superfluous std::string()s |
blob | commitdiff | raw | diff to current |
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-04-19 |
Daniel De Graaf | Merge commit 'refs/merge-requests/5' of git://gitorious... |
blob | commitdiff | raw | diff to current |
2011-04-10 |
Adam | Fixed Windows build on VS 2010 |
blob | commitdiff | raw | diff to current |
2010-01-15 |
danieldg | Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking... |
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-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-08 |
danieldg | Update Event and Request APIs |
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-13 |
danieldg | Clean up Command 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-03 |
danieldg | Remove CMD_LOCALONLY, enforce use of GetRouting for... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Rip out VisData in preparation for replacing it with... |
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 | Add Module* creator to Command and ModeHandler |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Change allocation of commands/modes |
blob | commitdiff | raw | diff to current |
2009-08-15 |
w00t | win: Last part of support required for VS2010: |
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-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
danieldg | Clarify CMD_LOCALONLY return values for /WATCH |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-11-02 |
w00t | Fix incorrect watch usage, patch from dz (thanks). |
blob | commitdiff | raw | diff to current |
2008-10-31 |
w00t | Revert "Remove user no longer being watched, not the... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
w00t | Watch visibility test was working the wrong way. Patch... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
w00t | Remove user no longer being watched, not the quitting... |
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-06-11 |
pippijn | fixed some indentation and spacing in modules |
blob | commitdiff | raw | diff to current |
2008-05-25 |
brain | First phase of conversion to dynamic limits on all... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | More done |
blob | commitdiff | raw | diff to current |
2008-05-05 |
peavey | Convertions |
blob | commitdiff | raw | diff to current |
2008-04-02 |
brain | DOH! Fix my muppetry of a segfault, and fix some warnings |
blob | commitdiff | raw | diff to current |
2008-03-30 |
w00t | AWAY notification for WATCH. Numerics are now sent... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
w00t | More docs on data structures |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Finally change all the Version() objects |
blob | commitdiff | raw | diff to current |
2008-03-22 |
brain | Wheeee for HUGE commits. Convert all numerics to WriteN... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
brain | Wheee, mass commit! this adds const stafety, throwing... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
brain | Somebody *eyes a certain norwegian wannabe* defined... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
w00t | Add SVSWATCH command: services may issue it to modify... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
w00t | Last of the -Wshadow fixes. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
fez | fixed std:: stuff |
blob | commitdiff | raw | diff to current |
2008-01-26 |
brain | Fix for bug found by eLement, when an oper is on a... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
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 | Convert all to new Attach() system. The Implements... |
blob | commitdiff | raw | diff to current |
2007-10-21 |
w00t | Another big commit, just to please all my fans out... |
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-10-15 |
w00t | class command_t -> class Command. Whey :D |
blob | commitdiff | raw | diff to current |
2007-09-11 |
special | Fixed the order of signon/signoff messages in m_watch... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
w00t | Add a metric assload of TRANSLATE macros to modules. |
blob | commitdiff | raw | diff to current |
2007-08-27 |
w00t | Remove unnecessary header traffic |
blob | commitdiff | raw | diff to current |
2007-08-03 |
w00t | Add VF_COMMON to a lot modules which require it. Report... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | OOPS! We try again, since I'm smoking craq. LF is 0x0a... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | 'svn propset -R svn:eol-style CR *' Set to UNIX-style... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
pippijn | Removed superfluous semicolons |
blob | commitdiff | raw | diff to current |
2007-06-17 |
brain | More |
blob | commitdiff | raw | diff to current |
2007-05-23 |
brain | Commit patch by IronLegend, thanks :) -- Fixes bug... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
brain | Header rearrangement, move inspircd.h to top, remove... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
w00t | - Comment on the ifdef in here, to avoid people (like... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
brain | SPACE INDENTING ACTION RANGERS -- ATTACK! |
blob | commitdiff | raw | diff to current |
2007-05-19 |
w00t | Windows support. Tested and working to compile on freeb... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
brain | Add <watch maxentries> and <silence maxentries> |
blob | commitdiff | raw | diff to current |
2007-05-04 |
brain | Check visibility states |
blob | commitdiff | raw | diff to current |
2007-03-15 |
brain | Add third parameter to OnUserQuit (quit reason for... |
blob | commitdiff | raw | diff to current |
2007-01-15 |
brain | Remove some debug (im on a crusade to make debug mode... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
brain | Relatively small typo fix |
blob | commitdiff | raw | diff to current |
2006-12-15 |
w00t | Remove global namespacing, makes modules compile FASTAH... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Fix m_watch to properly use OnCleanup, and to delete... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Comments |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Turn watchlist back to map. watchlist is small, watchen... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Change m_watch to use hash_map rather than map, because... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Properly fix 'changed nickname from one thats on your... |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Whoops, one too many params |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Fix /nick signoff message |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | More to fix. |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Make this behave more like other WATCH implementations |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Fix quite a few whoopsies |
blob | commitdiff | raw | diff to current |
2006-12-13 |
brain | Untested! New m_watch that should be hundreds of times... |
blob | commitdiff | raw | diff to current |
2006-10-19 |
brain | Insert massive change here. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
brain | Document more classes |
blob | commitdiff | raw | diff to current |
2006-10-01 |
brain | Now with binary versioning goodness |
blob | commitdiff | raw | diff to current |
2006-09-06 |
brain | All commands now return results CMD_FAILURE or CMD_SUCCESS |
blob | commitdiff | raw | diff to current |
2006-08-24 |
special | Renamed the OnGlobalConnect callback to OnPostConnect... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
brain | Don't allow adding of invalid nicknames to watchlist |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Just to mess with om's head, remove helperfuncs.h from... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | Change to using Instance->Log (InspIRCd::Log) rather... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | None of the modules use an extern InspIRCd* any more |
blob | commitdiff | raw | diff to current |
2006-08-11 |
brain | (Bigger than it looks, i did this with perl inplace... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
brain | Last of Server:: methods moved to InspIRCd::. Server... |
blob | commitdiff | raw | diff to current |
next |