index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
webcpanel
Age
Commit message (
Expand
)
Author
2025-05-09
Move HTTP types to the HTTP namespace.
Sadie Powell
2025-04-22
Replace hard linebreaks in RPC and webcpanel messages.
Sadie Powell
2025-04-19
Remove time from the name of some variables where its obvious.
Sadie Powell
2025-04-19
Get rid of the internal block wrapper.
Sadie Powell
2025-03-08
Fix various webcpanel bugs relating to nickname protection.
Sadie Powell
2025-03-08
Rework how nickname protection works.
Sadie Powell
2025-03-08
Use a C++11 lambda instead of a channel sorting method.
Sadie Powell
2025-03-08
Move some headers around.
Sadie Powell
2025-03-03
Merge branch '2.0' into 2.1.
Sadie Powell
2025-03-03
Fix a compiler warning on newer versions of MSVC.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-02-20
Store the source address in the identify request.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2025-01-14
Update the copyright headers for 2025.
2.0
Sadie Powell
2024-05-11
Store when the account name was registered in the NickCore.
Sadie Powell
2024-04-02
Sync the build system directory names with the core.
Sadie Powell
2024-03-26
Add more nick options to webcpanel's nickserv/info page.
Sadie Powell
2024-03-26
Remove some leftover references to nickserv/access.
Sadie Powell
2024-03-26
Allow specifying the webcpanel template directory directly.
Sadie Powell
2024-03-26
Fix some spelling issues in the webcpanel that were missed earlier.
Sadie Powell
2024-03-26
Use consistent headers and footers on all webcpanel templates.
Sadie Powell
2024-03-26
Flatten the webcpanel hierarchy slightly.
Sadie Powell
2024-03-19
Put the webcpanel directory in the data directory not a subdir.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-15
Use consistent casing when referring to vhosts and vidents.
Sadie Powell
2024-03-14
Restore some functionality that was removed in an earlier commit.
Sadie Powell
2024-03-11
Replace convertTo/stringify with non-throwing alternatives.
Sadie Powell
2024-03-09
Rename hash_map to unordered_map to match the underlying container.
Sadie Powell
2024-03-07
Use the C++11 random number generator instead of rand().
Sadie Powell
2024-03-07
Require new accounts to have email addresses.
Sadie Powell
2024-03-04
Add NickAlias::GetVhostMask for getting the vident@vhost.
Sadie Powell
2024-02-29
Consolidate some header files.
Sadie Powell
2024-02-29
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-29
Fix a copy/paste error in webcpanel.
Sadie Powell
2024-02-29
Rip out ns_access and related code.
Sadie Powell
2024-02-27
Simplify several boolean expressions.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-01-24
Rename several modules to remove the m_ prefix.
Sadie Powell
2024-01-23
Mark types that have no inheritors as final.
Sadie Powell
2024-01-23
Improve the layout of types that inherit from another type.
Sadie Powell
2024-01-06
Use auto in places where the type is unambiguous.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-03-13
Fix missing override keywords.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-12-07
Merge branch '2.0' into 2.1.
Sadie Powell
[next]