Age | Commit message (Expand) | Author |
2014-03-08 | Make the maximum hostname length configurable in the config. | Peter Powell |
2014-03-07 | Fix m_permchannels not prepending the path when reading the config. | Peter Powell |
2014-03-07 | Move admin settings into core_info | Attila Molnar |
2014-03-07 | Move {prefix|suffix|fixed}{quit|part} into core_user | Attila Molnar |
2014-03-07 | Read the die and restart password and their hash type on demand | Attila Molnar |
2014-03-06 | Update detection in module loading commands that relied on old command module... | Attila Molnar |
2014-03-06 | Move UNLOADMODULE handler into core_loadmodule | Attila Molnar |
2014-03-06 | Create the core_stub module | Attila Molnar |
2014-03-05 | Load core_*.so instead of cmd_*.so | Attila Molnar |
2014-03-05 | Create the core_xline module | Attila Molnar |
2014-03-05 | Create the core_user module | Attila Molnar |
2014-03-05 | Create the core_oper module | Attila Molnar |
2014-03-05 | Create the core_info module | Attila Molnar |
2014-03-05 | Create the core_channel module | Attila Molnar |
2014-03-05 | Move src/commands/cmd_*.cpp to src/coremods[/core_*]/ | Attila Molnar |
2014-03-04 | Remove out of date doc and fix typo in commands/cmd_*.cpp | Attila Molnar |
2014-03-03 | m_spanningtree Remove remains of the KeepNickTS workaround | Attila Molnar |
2014-03-03 | Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter | Attila Molnar |
2014-03-02 | m_spanningtree Do pointer comparison before deleting one of the pointers in T... | Attila Molnar |
2014-03-02 | m_spanningtree Don't send snotices to servers about remote servers splitting | Attila Molnar |
2014-03-01 | Fix NULL dereference on rehash when there is a fatal error in the configurati... | Attila Molnar |
2014-02-27 | Remove REG_ALL checks from User::SharesChannelWith() | Attila Molnar |
2014-02-27 | cmd_topic Remove redundant NULL check | Attila Molnar |
2014-02-27 | Give m_connectban a configurable ban message | Googolplexed |
2014-02-26 | Simplify /SAJOIN syntax and add permission for joining other users. | Daniel Vassdal |
2014-02-26 | m_chanfilter Remove needless mode parameter is empty check | Attila Molnar |
2014-02-26 | m_cycle Remove redundant IS_LOCAL() check | Attila Molnar |
2014-02-25 | cmd_kill Remove now needless check that prevented KILLing the same user twice | Attila Molnar |
2014-02-25 | cmd_kill Hide server notices if the source is ulined | Attila Molnar |
2014-02-25 | m_svshold Hide server notices by default | Attila Molnar |
2014-02-23 | Throw an exception if ModeParser::AddMode() fails | Attila Molnar |
2014-02-23 | Moving CGIIRC to a new snomask (w) | Googolplexed |
2014-02-22 | Add ModeParser::GetModes(), returns all user/chanmodes | Attila Molnar |
2014-02-21 | Index Channel::modes and User::modes with the id of the mode instead of its l... | Attila Molnar |
2014-02-21 | Assign an id to user modes, parameter chanmodes and simple chanmodes | Attila Molnar |
2014-02-21 | Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt | Attila Molnar |
2014-02-20 | Fix /who on opers incorrectly showing +i opers to | Adam |
2014-02-20 | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | Attila Molnar |
2014-02-20 | Create a name -> ModeHandler* map | Attila Molnar |
2014-02-19 | Merge pull request #772 from SaberUK/insp20+llvm34 | Attila Molnar |
2014-02-18 | Replace ModeMasks with a two-dimensional array | Attila Molnar |
2014-02-18 | Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo... | Attila Molnar |
2014-02-15 | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P... | Attila Molnar |
2014-02-14 | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar |
2014-02-14 | Move GetPrefixChar() from Channel to Membership | Attila Molnar |
2014-02-14 | Return a Membership* from get_first_visible_channel() in cmd_who and pass tha... | Attila Molnar |
2014-02-13 | Remove support for advertising the SSL ports in RPL_ISUPPORT. | Peter Powell |
2014-02-13 | socketengine_select Reset the values in the timeval struct on *nix before sel... | Attila Molnar |
2014-02-13 | Remove redundant null pointer check from m_ldapauth | Adam |
2014-02-13 | Wait for the manager bind to come back before sending search in LDAP modules | Adam |