Age | Commit message (Expand) | Author |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | 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 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t... | brain |
2006-08-08 | Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Convert to templated GetExt | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-11 | Yet more const ref changes | brain |
2006-03-09 | iterator hell | brain |
2006-02-26 | Server* Srv marked static or moved to private member of module class in all m... | brain |
2006-02-15 | - Made note of some potential improvements in m_part. Brain, please review wh... | w00t |
2006-02-04 | Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-26 | Fixed missing I_On005Numeric | brain |
2005-12-26 | Corrections | brain |
2005-12-26 | Converted to new Implements system | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | 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 | Added reason to OnUserQuit | 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-26 | Major code tidyup (-W) - expect a few belches | brain |
2005-04-13 | Fixed stupid m_park disabling privmsgs to all users :/ | brain |
2005-04-13 | Fixed m_park stuff | brain |
2005-04-13 | Now tracks quits (just in case some oper saquits, then a user changes to the ... | brain |
2005-04-13 | Track user quits in the park list | brain |
2005-04-12 | Unitialized data bites the big one | brain |
2005-04-12 | Fixed not reading sessions until a rehash | brain |
2005-04-12 | Added 005 numeric handling, token is "PARK" | brain |
2005-04-12 | Fixed to prevent giving out negative keys | brain |
2005-04-12 | Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N) | brain |