| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Fix m_cgiirc to set the user's host straight away when using WEBIRC. | md_5 | 2014-04-09 | 1 | -27/+14 |
| * | | m_blockcaps Get rid of needless cast, use unsigned types | Attila Molnar | 2014-04-08 | 1 | -3/+3 |
| * | | m_blockcaps Simplify CTCP ACTION (/me) detection | Attila Molnar | 2014-04-08 | 1 | -14/+6 |
| * | | m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256... | Attila Molnar | 2014-04-08 | 2 | -5/+5 |
| * | | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar | 2014-04-08 | 4 | -12/+3 |
| * | | Merge insp20 | Attila Molnar | 2014-04-07 | 10 | -13/+35 |
| |\| |
|
| | * | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar | 2014-04-04 | 4 | -3/+13 |
| | * | m_watch Validate targ before use, noticed while rewriting m_watch for 2.2 | Attila Molnar | 2014-03-27 | 1 | -2/+2 |
| | * | m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_... | Attila Molnar | 2014-03-26 | 1 | -1/+6 |
| | * | m_httpd Fix typo noticed by @SaberUK | Attila Molnar | 2014-03-25 | 1 | -1/+1 |
| | * | m_operprefix Don't set +y on the oper if hideoper is being unset due to deope...•••Fixes issue #801 reported by @UselessOper
| Attila Molnar | 2014-03-23 | 1 | -1/+2 |
| | * | m_spanningtree Do pointer comparison before deleting one of the pointers in T...•••While the previous code worked fine in practice, it was incorrect in theory
| Attila Molnar | 2014-03-02 | 1 | -1/+2 |
| | * | m_spanningtree Don't send snotices to servers about remote servers splitting•••The snotice is sent to opers when the SQUIT is processed by their server
| Attila Molnar | 2014-03-02 | 1 | -1/+1 |
| | * | m_banredirect Fix typo in a message (transfered -> transferred)•••Fixes issue #757 reported by @guikcd
| Attila Molnar | 2014-02-03 | 1 | -1/+1 |
| | * | m_ssl_openssl Fix memory leaks on /rehash ssl, unload and in VerifyCertificate() | Attila Molnar | 2014-01-26 | 1 | -2/+6 |
| | * | Set a session id on our server ssl context in m_ssl_openssl. It is required f... | Adam | 2014-01-24 | 1 | -0/+3 |
| * | | m_override Deduplicate code | Attila Molnar | 2014-04-03 | 1 | -51/+19 |
| * | | Check if Membership::GetPrefixChar() returns 0 before appending it to a string•••Spotted by @barosl
| Attila Molnar | 2014-03-31 | 1 | -1/+3 |
| * | | Add stdalgo::delete_all() that deletes all elements in a container | Attila Molnar | 2014-03-24 | 2 | -10/+3 |
| * | | Cull ident sockets instead of immediate delete, add stdalgo::culldeleter | Attila Molnar | 2014-03-24 | 1 | -1/+1 |
| * | | Rewrite clone counting to use one map instead of two | Attila Molnar | 2014-03-17 | 4 | -9/+10 |
| * | | m_connectban Don't depend on the definition of clonemap | Attila Molnar | 2014-03-17 | 1 | -3/+3 |
| * | | Change allocation of InspIRCd::Timers to be physically part of the object con... | Attila Molnar | 2014-03-15 | 3 | -3/+3 |
| * | | Change allocation of UserManager::clientlist to be physically part of the obj... | Attila Molnar | 2014-03-15 | 1 | -1/+1 |
| * | | Add UserManager::GetUsers() | Attila Molnar | 2014-03-15 | 7 | -15/+20 |
| * | | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar | 2014-03-14 | 4 | -6/+10 |
| * | | m_permchannels Remove pointless cleanup ceremony in cull() | Attila Molnar | 2014-03-14 | 1 | -26/+0 |
| * | | Make the maximum hostname length configurable in the config. | Peter Powell | 2014-03-08 | 5 | -7/+8 |
| * | | Fix m_permchannels not prepending the path when reading the config. | Peter Powell | 2014-03-07 | 1 | -0/+3 |
| * | | Update detection in module loading commands that relied on old command module... | Attila Molnar | 2014-03-06 | 1 | -1/+1 |
| * | | m_spanningtree Remove remains of the KeepNickTS workaround | Attila Molnar | 2014-03-03 | 3 | -16/+0 |
| * | | Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter | Attila Molnar | 2014-03-03 | 3 | -11/+5 |
| * | | Give m_connectban a configurable ban message | Googolplexed | 2014-02-27 | 1 | -1/+3 |
| * | | Simplify /SAJOIN syntax and add permission for joining other users. | Daniel Vassdal | 2014-02-26 | 1 | -8/+17 |
| * | | m_chanfilter Remove needless mode parameter is empty check | Attila Molnar | 2014-02-26 | 1 | -2/+2 |
| * | | m_cycle Remove redundant IS_LOCAL() check | Attila Molnar | 2014-02-26 | 1 | -13/+7 |
| * | | m_svshold Hide server notices by default•••Issue #742
| Attila Molnar | 2014-02-25 | 1 | -1/+1 |
| * | | Moving CGIIRC to a new snomask (w) | Googolplexed | 2014-02-23 | 1 | -5/+10 |
| * | | Add ModeParser::GetModes(), returns all user/chanmodes | Attila Molnar | 2014-02-22 | 2 | -8/+7 |
| * | | Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt | Attila Molnar | 2014-02-21 | 4 | -7/+8 |
| * | | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | Attila Molnar | 2014-02-20 | 3 | -50/+31 |
| * | | Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo... | Attila Molnar | 2014-02-18 | 1 | -4/+4 |
| * | | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...•••- Type of the extension used to store data is a template parameter
- The extension is automatically unset when the mode is unset
- Handlers inheriting from ParamMode have to provide OnSet() and SerializeParam(); may optionally provide OnUnset()
- Transparently handle the case when OnSet() modifies the mode parameter
- Remove Channel::custom_mode_params map; ask the mode handlers to serialize their parameters instead
| Attila Molnar | 2014-02-15 | 8 | -324/+279 |
| * | | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar | 2014-02-14 | 4 | -5/+5 |
| * | | Move GetPrefixChar() from Channel to Membership | Attila Molnar | 2014-02-14 | 1 | -2/+4 |
| * | | Return a Membership* from get_first_visible_channel() in cmd_who and pass tha... | Attila Molnar | 2014-02-14 | 3 | -7/+6 |
| * | | Remove support for advertising the SSL ports in RPL_ISUPPORT.•••- No other IRC servers implement this.
- No IRC clients I can find support this.
| Peter Powell | 2014-02-13 | 2 | -94/+0 |
| * | | Remove redundant null pointer check from m_ldapauth | Adam | 2014-02-13 | 1 | -2/+1 |
| * | | Wait for the manager bind to come back before sending search in LDAP modules | Adam | 2014-02-13 | 2 | -10/+80 |
| * | | m_operjoin Remove duplicated code | Attila Molnar | 2014-02-11 | 1 | -34/+8 |