| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename IdentMax to MaxUser for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | |
| * | Cleanup CAPAB MODULES/MODLIST now we don't need 1202 compatibility. | 2020-11-27 | 1 | -37/+6 | |
| * | Convert CapabData to be a unique_ptr. | 2020-11-27 | 2 | -18/+10 | |
| * | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 6 | -13/+13 | |
| * | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function. | 2020-11-10 | 1 | -2/+1 | |
| * | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+5 | |
| * | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2020-11-01 | 3 | -3/+3 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-10-30 | 3 | -3/+3 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 2 | -6/+12 | |
| * | | 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 | 3 | -12/+6 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 29 | -77/+77 | |
| * | | Require SSL for linking servers. | 2020-09-18 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-09-18 | 3 | -0/+7 | |
| |\| | |||||
| | * | Fix a word missing from the last commit. | 2020-08-29 | 1 | -1/+1 | |
| | * | Warn about non-local plaintext server connections. | 2020-08-29 | 3 | -4/+19 | |
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-07-30 | 1 | -1/+1 | |
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 1 | -1/+1 | |
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 2 | -0/+17 | |
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 4 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a grammar error created by misspell-fixer. | 2020-07-03 | 1 | -1/+1 | |
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 8 | -710/+27 | |
| * | | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 2 | -0/+77 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 13 | -17/+17 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 6 | -5/+5 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 11 | -12/+12 | |
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 2 | -2/+2 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 2 | -2/+2 | |
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 11 | -43/+36 | |
| * | | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 2 | -2/+2 | |
| * | | 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 | 4 | -18/+15 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 2 | -4/+4 | |
| |\| | |||||
| | * | More HasFd() conversions. | 2020-04-09 | 1 | -1/+1 | |
| | * | Add back the prefix on a server target message.•••The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target. | 2020-03-31 | 1 | -2/+2 | |
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 2 | -3/+3 | |
| |\| | |||||
| | * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 2 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 2 | -10/+2 | |
| |\| | |||||
| | * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 2 | -10/+2 | |
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 3 | -3/+3 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 4 | -4/+4 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 9 | -10/+10 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 10 | -33/+29 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 2 | -7/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 2 | -2/+2 | |
