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_proxyscan.cpp
Age
Commit message (
Expand
)
Author
2014-01-02
Move modules out of extras that dont have external dependencies
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-08-01
Use MessageSource as the source for many IRCDProto funcs
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-08
Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper way...
Adam
2013-05-06
Update the rest of modules.example.conf, default inspircd status modes to a s...
Adam
2013-05-05
That doesn't work either, just don't use references.
Adam
2013-05-05
Rework the config file reader to be much more flexible and move many configur...
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
Use the return from BufferedSocket::ProcessRead() and don't just assume its true
Adam
2013-03-30
Merge usefulness of Timer and CallBack classes into Timer, and fix it to real...
Adam
2013-02-14
Switch Destroy methods to delete
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
Don't delete users immediately when quit or killed, instead wait until messag...
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-10-24
BIND's forward ability did not work as I expected
Adam
2012-10-01
Cleanup of all of the protocol modules, rewrote message handling system to be...
Adam
2012-04-23
Reworked live SQL support yet again
Adam
2012-02-22
Also fixed m_proxyscan to handle users with invalid ips
Adam
2012-02-18
Use C++11's explicit override feature if available
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-25
Windows
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-11-08
Windows
Adam
2011-10-22
Added akill ids
Adam
2011-09-10
Added m_proxyscan
Adam