summaryrefslogtreecommitdiff
path: root/src/modules/m_park.cpp
AgeCommit message (Expand)Author
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-08Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Convert to templated GetExtbrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11Yet more const ref changesbrain
2006-03-09iterator hellbrain
2006-02-26Server* 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-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Fixed missing I_On005Numericbrain
2005-12-26Correctionsbrain
2005-12-26Converted to new Implements systembrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-11-29Added reason to OnUserQuitbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-13Fixed stupid m_park disabling privmsgs to all users :/brain
2005-04-13Fixed m_park stuffbrain
2005-04-13Now tracks quits (just in case some oper saquits, then a user changes to the ...brain
2005-04-13Track user quits in the park listbrain
2005-04-12Unitialized data bites the big onebrain
2005-04-12Fixed not reading sessions until a rehashbrain
2005-04-12Added 005 numeric handling, token is "PARK"brain
2005-04-12Fixed to prevent giving out negative keysbrain
2005-04-12Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)brain