Age | Commit message (Expand) | Author |
2008-03-29 | Use the right pass | brain |
2008-03-29 | Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p... | brain |
2008-03-24 | And more of them | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
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 |
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-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-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | 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-05-13 | Make this FindFeature once, and store the result. It was different dating bac... | w00t |
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-28 | Change the SQLutils and SQL providers to also use interfaces for proper unloa... | peavey |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-04 | Update $ModDep lines so that these properly depend on their headers in the ma... | brain |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-10-28 | Fix for crash, submitted by peaveydk | brain |
2006-10-23 | Merge guestpattern fix by peaveydk | brain |
2006-10-22 | Merge fix by peaveydk which stops crashes when user doesnt auth | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | 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 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-23 | Remove unused variable and assignment | om |
2006-07-22 | Change comment to actually be rightish | om |
2006-07-22 | Reorder a couple of constructor prototypes for consistency | om |
2006-07-22 | Add m_sqlutils - Currently provides ID->chan/user lookups | om |
2006-07-22 | Explicitly return false after killing user in OnCheckReady() (theoretically n... | om |
2006-07-22 | Handle queries failing properly, actually work | om |
2006-07-22 | Update to SQLv2 API | om |
2006-05-30 | Apply mirq's optimization patches | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |