Age | Commit message (Expand) | Author |
2014-04-11 | m_filter Use case insensitive compare for exempted targets, add typedef for t... | Attila Molnar |
2014-04-09 | m_services_account Remove now needless workaround added to 2.0 to display the... | Attila Molnar |
2014-04-09 | Fix m_cgiirc to set the user's host straight away when using WEBIRC. | md_5 |
2014-04-08 | m_blockcaps Get rid of needless cast, use unsigned types | Attila Molnar |
2014-04-08 | m_blockcaps Simplify CTCP ACTION (/me) detection | Attila Molnar |
2014-04-08 | m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256... | Attila Molnar |
2014-04-08 | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-04-04 | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar |
2014-04-03 | m_override Deduplicate code | Attila Molnar |
2014-03-31 | Check if Membership::GetPrefixChar() returns 0 before appending it to a string | Attila Molnar |
2014-03-27 | m_watch Validate targ before use, noticed while rewriting m_watch for 2.2 | Attila Molnar |
2014-03-26 | m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_... | Attila Molnar |
2014-03-25 | m_httpd Fix typo noticed by @SaberUK | Attila Molnar |
2014-03-24 | Add stdalgo::delete_all() that deletes all elements in a container | Attila Molnar |
2014-03-24 | Cull ident sockets instead of immediate delete, add stdalgo::culldeleter | Attila Molnar |
2014-03-23 | m_operprefix Don't set +y on the oper if hideoper is being unset due to deope... | Attila Molnar |
2014-03-17 | Rewrite clone counting to use one map instead of two | Attila Molnar |
2014-03-17 | m_connectban Don't depend on the definition of clonemap | Attila Molnar |
2014-03-15 | Change allocation of InspIRCd::Timers to be physically part of the object con... | Attila Molnar |
2014-03-15 | Change allocation of UserManager::clientlist to be physically part of the obj... | Attila Molnar |
2014-03-15 | Add UserManager::GetUsers() | Attila Molnar |
2014-03-14 | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar |
2014-03-14 | m_permchannels Remove pointless cleanup ceremony in cull() | Attila Molnar |
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-06 | Update detection in module loading commands that relied on old command module... | 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-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 | m_svshold Hide server notices by default | 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 | Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt | Attila Molnar |
2014-02-20 | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | 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 | 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 |
2014-02-11 | m_operjoin Remove duplicated code | Attila Molnar |
2014-02-11 | m_sqlauth Allow the client certificate fingerprint to be used in the SQL query | Attila Molnar |