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
/
modules.h
Age
Commit message (
Expand
)
Author
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2023-12-17
Misc grammar fixes.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-01-10
Multiple updates for unreal4 protocol (#285)
k4bek4be
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2021-06-17
Fix various spelling issues (#274).
Josh Soref
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-12-14
Fix a bunch of broken indentation.
Peter Powell
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-10-12
Add post init event
Adam
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-01-28
Update copyright to 2016. This was done with:
Robby
2015-07-08
Fix a ton of typos.
Peter Powell
2015-03-12
Update cmake version parsing code to deal with recent build version changes
Adam
2015-02-03
Make module version system work
Adam
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2014-10-14
Fix module event prioritization which was broken with the newer
Adam
2014-10-12
Move nick register event to make it easier for modules to determine if a newl...
Adam
2014-05-01
Pass password to nick register event so modules like m_ldap_authentication ca...
Adam
2014-04-18
Remove unused event.
Adam
2014-03-04
Fix 2 crashes from removing the permanent channel mode from channels which do...
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-10-28
Fix some typos and touch up the configs a little.
Robby-
2013-10-26
new event OnSetDisplayedHost
DukePyrolator
2013-09-20
Merge the two memo del events into one. Since they had the same name it was c...
Adam
2013-09-16
Remove static variables from functions in modules which causes them to be mar...
Adam
2013-08-07
Revert "Shrink to fit module event vectors when modules are removed from them"
Adam
2013-08-07
Shrink to fit module event vectors when modules are removed from them
Adam
2013-08-07
Add m_sql_log
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
Adam
2013-07-20
Fix not setting the correct compile flags on modules and fix the resulting wa...
Adam
2013-07-08
added protocol support for incoming NOTICEs
DukePyrolator
2013-07-03
Allow channels on access lists
Adam
2013-07-01
Change extensible keys to require explicitly having a type defined for it. Co...
Adam
2013-06-01
Move OnJoinChannel event to trigger after the user has completely joined and ...
Adam
2013-06-01
Move CheckKick event to Channel and make os_forbid use it instead of kicking ...
Adam
2013-05-28
Fixup last commit. We have events in log's destructor so we cant log messages...
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-26
Get rid of the remaining references in the core to specific services. Move mo...
Adam
2013-05-18
Add botserv bot usermode config option
Adam
2013-05-17
Add Redis database support
Adam
2013-05-08
Fixed some issues and desyncs with creating empty permanent channels on start...
Adam
2013-05-05
Cleanup of dns stuff based on stuff found making inspircd's module
Adam
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
Adam
2013-04-14
Allow assigning service bots via /invite
Adam
2013-04-11
Pass new config and the new config reader to the OnReload event, aswell as ca...
Adam
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
[next]