| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -534/+0 | |
| * | Remove <cgiirc:opernotice>.•••This is no longer necessary now we have snomask privs. | 2021-04-11 | 1 | -21/+4 | |
| * | Merge branch 'insp3' into master. | 2021-04-11 | 1 | -8/+25 | |
| |\ | |||||
| | * | Allow banning WebIRC users by their gateway name.•••Closes #1857. | 2021-04-11 | 1 | -3/+15 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -11/+11 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -2/+2 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -5/+5 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -52/+97 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | * | Add a command to the cgiirc module for encoding/decoding hex idents. | 2021-02-21 | 1 | -37/+81 | |
| | * | Rename the cmd variable to cmdwebirc in the cgiirc module. | 2021-02-21 | 1 | -12/+12 | |
| | * | Show the name of the WebIRC gateway in the IP changing notice. | 2021-02-05 | 1 | -2/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 1 | -29/+41 | |
| |\| | |||||
| | * | Add support for multiple hostmasks in <cgiirc:mask>. | 2020-12-22 | 1 | -29/+41 | |
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-11-03 | 1 | -1/+12 | |
| |\| | |||||
| | * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -1/+12 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -4/+4 | |
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -1/+1 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -4/+1 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+8 | |
| |\| | |||||
| | * | Warn if the server config contains an unhashed password.•••This will be made a hard failure in v4. | 2020-03-11 | 1 | -1/+8 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+10 | |
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -3/+3 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -2/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -8/+8 | |
| |/ | |||||
| * | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | 2019-01-14 | 1 | -25/+2 | |
| * | Fix detecting secure clients connecting through HAProxy/WEBIRC. | 2018-12-01 | 1 | -4/+6 | |
| * | Kill users that fail a WEBIRC auth instead of penalising them.•••This behaviour is specified in the IRCv3 WebIRC specification. | 2018-11-21 | 1 | -2/+2 | |
| * | Only try to parse the WebIRC IP if the user matches a host. | 2018-11-21 | 1 | -9/+9 | |
| * | Fix an inverted condition in the cgiirc module. | 2018-11-16 | 1 | -2/+2 | |
| * | Implement support for WEBIRC attributes. | 2018-11-04 | 1 | -3/+97 | |
| * | Improvements and bugfixes to the cgiirc module.•••- Allow the ident for ident type hosts to be set in the config. - Consistently check clone counts, connect classes, and xlines for all users regardless of their cgiirc host type. - Remove some obsolete code from when gateway clients had their IP changed in OnCheckReady. - Don't allow a gateway client to match both a WebIRC and an ident host. | 2018-09-17 | 1 | -68/+109 | |
