summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-07Read the die and restart password and their hash type on demandAttila Molnar
2014-03-06Update detection in module loading commands that relied on old command module...Attila Molnar
2014-03-06Move UNLOADMODULE handler into core_loadmoduleAttila Molnar
2014-03-06Create the core_stub moduleAttila Molnar
2014-03-05Load core_*.so instead of cmd_*.soAttila Molnar
2014-03-05Create the core_xline moduleAttila Molnar
2014-03-05Create the core_user moduleAttila Molnar
2014-03-05Create the core_oper moduleAttila Molnar
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Create the core_channel moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar
2014-03-04Remove out of date doc and fix typo in commands/cmd_*.cppAttila Molnar
2014-03-03m_spanningtree Remove remains of the KeepNickTS workaroundAttila Molnar
2014-03-03Update nick timestamps in User::ChangeNick(), pass the new TS in a parameterAttila Molnar
2014-02-27Remove REG_ALL checks from User::SharesChannelWith()Attila Molnar
2014-02-27cmd_topic Remove redundant NULL checkAttila Molnar
2014-02-27Give m_connectban a configurable ban messageGoogolplexed
2014-02-26Simplify /SAJOIN syntax and add permission for joining other users.Daniel Vassdal
2014-02-26m_chanfilter Remove needless mode parameter is empty checkAttila Molnar
2014-02-26m_cycle Remove redundant IS_LOCAL() checkAttila Molnar
2014-02-25cmd_kill Remove now needless check that prevented KILLing the same user twiceAttila Molnar
2014-02-25cmd_kill Hide server notices if the source is ulinedAttila Molnar
2014-02-25m_svshold Hide server notices by defaultAttila Molnar
2014-02-23Throw an exception if ModeParser::AddMode() failsAttila Molnar
2014-02-23Moving CGIIRC to a new snomask (w)Googolplexed
2014-02-22Add ModeParser::GetModes(), returns all user/chanmodesAttila Molnar
2014-02-21Index Channel::modes and User::modes with the id of the mode instead of its l...Attila Molnar
2014-02-21Assign an id to user modes, parameter chanmodes and simple chanmodesAttila Molnar
2014-02-21Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcntAttila Molnar
2014-02-20Add a ModeParser::FindMode() overload that takes a mode name and a mode typeAttila Molnar
2014-02-20Create a name -> ModeHandler* mapAttila Molnar
2014-02-18Replace ModeMasks with a two-dimensional arrayAttila Molnar
2014-02-18Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...Attila Molnar
2014-02-15Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...Attila Molnar
2014-02-14Move GetAllPrefixChars() from Channel to MembershipAttila Molnar
2014-02-14Move GetPrefixChar() from Channel to MembershipAttila Molnar
2014-02-14Return a Membership* from get_first_visible_channel() in cmd_who and pass tha...Attila Molnar
2014-02-13Remove support for advertising the SSL ports in RPL_ISUPPORT.Peter Powell
2014-02-13Remove redundant null pointer check from m_ldapauthAdam
2014-02-13Wait for the manager bind to come back before sending search in LDAP modulesAdam
2014-02-11m_operjoin Remove duplicated codeAttila Molnar
2014-02-11m_sqlauth Allow the client certificate fingerprint to be used in the SQL queryAttila Molnar
2014-02-10Replace DummyExtItem with a flag in ExtensibleAttila Molnar
2014-02-09Store the EventHandler* in the kevent/epoll_event/portev structAttila Molnar
2014-02-09Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)Attila Molnar
2014-02-09Queue changes in socketengine_kqueue and submit them as we poll for new eventsAdam
2014-02-08Change all socketengine methods to be staticAttila Molnar
2014-02-08Move socketengine stats into a new classAttila Molnar
2014-02-08Update SocketEngine::CurrentSetSize in AddFdRef()/DelFdRef()Attila Molnar
2014-02-08Rename SocketEngine::AddFd() and DelFd() to AddFdRef() and DelFdRef()Attila Molnar