summaryrefslogtreecommitdiff
path: root/modules/webcpanel
AgeCommit message (Expand)Author
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-04-02Sync the build system directory names with the core.Sadie Powell
2024-03-26Add more nick options to webcpanel's nickserv/info page.Sadie Powell
2024-03-26Remove some leftover references to nickserv/access.Sadie Powell
2024-03-26Allow specifying the webcpanel template directory directly.Sadie Powell
2024-03-26Fix some spelling issues in the webcpanel that were missed earlier.Sadie Powell
2024-03-26Use consistent headers and footers on all webcpanel templates.Sadie Powell
2024-03-26Flatten the webcpanel hierarchy slightly.Sadie Powell
2024-03-19Put the webcpanel directory in the data directory not a subdir.Sadie Powell
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-15Use consistent casing when referring to vhosts and vidents.Sadie Powell
2024-03-14Restore some functionality that was removed in an earlier commit.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-03-09Rename hash_map to unordered_map to match the underlying container.Sadie Powell
2024-03-07Use the C++11 random number generator instead of rand().Sadie Powell
2024-03-07Require new accounts to have email addresses.Sadie Powell
2024-03-04Add NickAlias::GetVhostMask for getting the vident@vhost.Sadie Powell
2024-02-29Consolidate some header files.Sadie Powell
2024-02-29Merge branch '2.0' into 2.1.Sadie Powell
2024-02-29Fix a copy/paste error in webcpanel.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
2024-02-27Simplify several boolean expressions.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-06Use auto in places where the type is unambiguous.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-03-13Fix missing override keywords.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-12-09Use emplace() instead of insert(std::make_pair()).Sadie Powell
2022-12-07Merge branch '2.0' into 2.1.Sadie Powell
2022-09-22Add the ability to confirm accounts via webcpanel after logging in.Austin Ellis
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Use C++11 header names instead of their deprecated equivalents.Sadie Powell
2022-01-04Replace all uses of push_back with emplace_back.Sadie Powell
2022-01-04Consistently use #pragma once across all header files.Sadie Powell
2022-01-04Use C++11 style class/struct initialisation.Sadie Powell
2022-01-03Replace anope_{final,override} with their C++11 equivalent.Sadie Powell
2021-07-24webcpanel: fix command source ip to use extforward ipAdam
2021-06-17Fix various spelling issues (#274).Josh Soref
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-12-14Fix a bunch of broken indentation.Peter Powell
2019-01-03Merge pull request #223 from SimosNap/webcpanelAdam