Age | Commit message (Expand) | Author |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-05 | Convert even more | peavey |
2008-03-24 | And more of them | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-12 | -Wshadow fixes for some modules in extra/ | aquanight |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-10-24 | Remove variadic macros from sqlv2 api, removing the warnings that come with i... | brain |
2007-10-24 | Pedantic clean | brain |
2007-10-23 | All of insp now builds with -pedantic (theres some warnings to squash in modu... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-11 | Fix a typo so it compiles. | peavey |
2007-08-10 | Fix possible sqllog crash (working blind here!) where it could attempt to del... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-17 | More | brain |
2007-05-22 | Module class has a member ServerInstance, so remove any extra refs still ling... | peavey |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-29 | Majorly rewrite to totally funk up SQL logging module. Works well with both M... | peavey |
2006-12-29 | Forgot to init it, clean up mem leakage too and log X-Lines proper. | peavey |
2006-12-29 | Also using new interface methods, and maybe less crashage. | peavey |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-10-19 | Insert massive change here. | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-08-24 | Remove OnPostConnect here, it was being used under the assumption that it sti... | brain |
2006-08-24 | Speaking of forgetting things, someone forgot to change the name of the function | special |
2006-08-24 | Someone forgot another :p | brain |
2006-08-11 | Somehow, IMPORTANT changes got reverted. | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | New API update | om |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-22 | Alter for Rows() == X, Cols() == 0 for 'X rows affected' queries | brain |
2006-07-22 | I hate the fucking mysql devs. Craq smoking bastards. | brain |
2006-07-22 | Allocate id properly | brain |
2006-07-22 | This compiles, dont expect it to work yet | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |