Age | Commit message (Expand) | Author |
2007-01-15 | Remove some debug (im on a crusade to make debug mode useful, but at the same... | brain |
2006-12-24 | Relatively small typo fix | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-13 | Fix m_watch to properly use OnCleanup, and to delete pointer on quit | brain |
2006-12-13 | Comments | brain |
2006-12-13 | Turn watchlist back to map. watchlist is small, watchentries is large, only w... | brain |
2006-12-13 | Change m_watch to use hash_map rather than map, because of the large number o... | brain |
2006-12-13 | Properly fix 'changed nickname from one thats on your notify to one thats not... | brain |
2006-12-13 | Whoops, one too many params | brain |
2006-12-13 | Fix /nick signoff message | brain |
2006-12-13 | More to fix. | brain |
2006-12-13 | Make this behave more like other WATCH implementations | brain |
2006-12-13 | Fix quite a few whoopsies | brain |
2006-12-13 | Untested! New m_watch that should be hundreds of times faster (im not joking ... | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Document more classes | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-06 | All commands now return results CMD_FAILURE or CMD_SUCCESS | brain |
2006-08-24 | Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app... | special |
2006-08-18 | Don't allow adding of invalid nicknames to watchlist | 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 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-11 | (Bigger than it looks, i did this with perl inplace edit) -- commands now tak... | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | do_log -> static void InspIRCd::Log() (with vararg and std::string variants) | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-23 | Change watchlist to a list of pointers, can operate and iterate much faster | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | Making lots of stuff inherit from classbase so we can use it as a holdall cla... | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-11 | Last ones | brain |
2006-02-26 | Server* Srv marked static or moved to private member of module class in all m... | 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-16 | Last set of modules converted to new command system | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-11-29 | Added reason to OnUserQuit | brain |
2005-11-25 | My first commit -- and a really minor/anal one at that. :P | w00t |
2005-05-29 | Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to work | brain |