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
/
include
Age
Commit message (
Expand
)
Author
2024-02-11
Switch Thread to use the C++11 equivalent, remove win32/pthread.
Sadie Powell
2024-02-11
Replace Condition and Mutex with the C++11 standard equivalents.
Sadie Powell
2024-02-11
Remove the time_t parameter from Tick and TickTimers.
Sadie Powell
2024-02-11
Consistently use time_t for the timer duration.
Sadie Powell
2024-02-11
Remove the now parameter from the Timer class.
Sadie Powell
2024-01-30
Fix a typo in the PASSWORD_TOO_SHORT text string.
Robby
2024-01-30
Convert map/multimap/hash_map to an alias template.
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-23
Fix some CoreExport types that should be DllExport.
Sadie Powell
2024-01-22
Mark all exception types as CoreExport.
Sadie Powell
2024-01-10
Add a wrapper for std::string::compare to Anope::string.
Sadie Powell
2024-01-09
Use native file extensions on macOS and Windows.
Sadie Powell
2024-01-08
Add a string overload of Channel::Kick.
Sadie Powell
2024-01-08
Add a string overload of User::SetModes.
Sadie Powell
2024-01-08
Add a string overload of Channel::SetModes.
Sadie Powell
2024-01-08
Fix various format string issues.
Sadie Powell
2024-01-08
Add a non-formatting overload of User::SetModesInternal.
Sadie Powell
2024-01-08
Mark format strings with the GNU printf attribute.
Sadie Powell
2024-01-05
Use normal exit codes when exiting the process.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-20
Merge branch '2.0' into 2.1.
Sadie Powell
2023-12-17
Misc grammar fixes.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-11-16
Avoid needing to cast CurrentUplink by changing it to a size_t.
Sadie Powell
2023-11-14
Implement support for the ANONYMOUS SASL mechanism.
Sadie Powell
2023-10-11
Merge branch '2.0' into 2.1.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-09-05
Show the SQL service name in the db_sql error message.
Sadie Powell
2023-08-06
Merge branch 2.0 into 2.1.
Sadie Powell
2023-07-11
Allow Anope to look up multiple DNS results.
Sadie Powell
2023-07-11
Merge branch '2.0' into 2.1.
Sadie Powell
2023-07-11
Allow access list entries to have a description.
Sadie Powell
2023-07-09
Allow customising the email content type.
Sadie Powell
2023-06-03
Merge branch '2.0' into 2.1.
Sadie Powell
2023-06-02
add gettext to conan deps
Adam
2023-05-28
regchannels: remove dependency on no-delete-null-pointer-checks
Adam
2023-05-28
config: remove dependency on no-delete-null-pointer-checks
Adam
2023-05-04
Avoid returning null when a config tag does not exist.
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-23
Update MODULE_INIT for modern MSVC+ versions.
Sadie Powell
2022-12-17
Add sockaddrs::str to stringify a sockaddrs properly.
Sadie Powell
2022-12-17
Add support for linking over UNIX sockets.
Sadie Powell
2022-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-03-01
Remove TR1 compatibility layer.
Sadie Powell
2022-03-01
Use noexcept instead of an empty exception specifier.
Sadie Powell
2022-01-13
Document the sysconf header file.
Sadie Powell
2022-01-13
Clean up the predefined variables on Windows.
Sadie Powell
2022-01-13
Include cstring instead of string.h in services.h
Sadie Powell
[next]