Age | Commit message (Expand) | Author |
2006-08-10 | Updates to new API | om |
2006-08-09 | Fixes for API changes | om |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-09 | Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do... | brain |
2006-08-06 | Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper... | brain |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-23 | Tidyups, optimisations and make the log messages make sense... | om |
2006-07-23 | simple logic error (check they already are +o before you set it), seems to fi... | om |
2006-07-23 | Mostly updated to new API; Currently doesn't check config o:lines (should be ... | om |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
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-04-20 | Include paths change | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-03-13 | *hits eggy with a stick* | brain |
2006-03-11 | More const ref fixes | brain |
2006-02-26 | Fixed Server* Srv stuff in these too, although by default these arent availab... | brain |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-05 | Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o... | om |
2006-02-04 | Added support for space-seperated lists here, too | brain |
2006-01-29 | Created OnPostOper that can be gauranteed to be called *after* opering (by AL... | brain |
2006-01-28 | Deleted the semicolon that had half the dev team wondering... | om |
2006-01-28 | A few tweaks here and there | brain |
2006-01-28 | Missing extern | brain |
2006-01-28 | TESTME: Fix to this to make it work with newer OnPreCommand event (a paramete... | brain |
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-11-29 | Fixed for new OnOper syntax | brain |
2005-11-25 | Fixed to not use mesh stuff | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-25 | Operhosts are now optional (in the type tag) | 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-27 | Added explicit oper tracking in a vector of userrec* pointers, optimizes send... | brain |
2005-04-25 | Added hostname checking | brain |
2005-04-25 | Added m_sqloper, allows storage of opers within a mysql database | brain |