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
/
extra
/
m_async_commands.cpp
Age
Commit message (
Expand
)
Author
2011-08-20
Removed m_async_commands, it can still cause crashes from invalid pointers on...
Adam
2011-08-04
Added a command:permission setting
Adam
2011-07-31
Fixed these ModuleManager::Attach calls once and for all..
Adam
2011-07-14
Rewrote how commands are handled within Anope.
Adam
2011-06-17
Search all domains for language strings, fixes the mess that we used to use t...
Adam
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-04-29
Temporary fix for /os restart with m_async_commands loaded, is fixed properly...
Adam
2011-04-25
Fixed crash when certain nicks expire
Adam
2011-03-14
Rewrote some of the opertype system, added os_login
Adam
2011-03-04
Added LDAP support
Adam
2011-02-26
Replaced the few language strings we use with #defines to prevent accidentall...
Adam
2011-02-25
More fixes. Also made db_mysql_live not keep bots updated because thats point...
Adam
2011-02-20
Much more work on the live SQL. Should work pretty decently now under heavy l...
Adam
2011-02-17
Split db_mysql_live into two modules so other modules can make use of the asy...
Adam