Age | Commit message (Expand) | Author |
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 |
2006-03-13 | Now compiles :p | brain |
2006-03-11 | More const ref fixes | brain |
2006-03-08 | Changed m_sqlauth to allow more advanced encryption types | brain |
2006-02-26 | Fixed Server* Srv stuff in these too, although by default these arent availab... | brain |
2006-01-28 | Fix small memory leaks in some cases (bad password, bad query, lost mysql ser... | om |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-26 | Last set converted to 'Implements' | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-11-30 | Added a parameter to OnRehash for the rehash parameter | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-04-21 | Added allowpatterns | brain |
2005-04-21 | Added some extra options | brain |
2005-04-21 | Added user/password checks and connection code | brain |
2005-04-21 | Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab... | brain |