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
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
2013-04-06
Remove the runtime module directory on non-windows because we no longer overw...
Adam
2013-03-30
Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...
Adam
2013-03-01
Fix Windows build
Adam
2013-01-21
Merge usefulness of Flags and Extensible classes into Extensible, made most f...
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2013-01-03
Move enforcer checks on nick and logout to nickserv.cpp
Adam
2013-01-03
Don't delete users immediately when quit or killed, instead wait until messag...
Adam
2012-12-28
Move some of CheckKick to the respective modules
Adam
2012-12-25
Allow modules loaded after startup to magically reobtain their database objec...
Adam
2012-11-23
Made IRCDProto a Service
Adam
2012-11-23
Change the return type of ircdmessage to void now that we don't use it, add a...
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-10-22
Cleanup of last few commits/warning fix
Adam
2012-10-22
Add os_dns, a way to control your DNS zone via services
Adam
2012-10-13
Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...
Adam
2012-10-08
Made fantasy commands configurable
Adam
[next]