Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | Switch Destroy methods to delete | Adam | |
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam | |
2012-06-18 | Allow userless command sources | Adam | |
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam | |
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users. | |||
2012-02-18 | Fixed some events | Adam | |
2012-02-18 | Use C++11's explicit override feature if available | Adam | |
2012-01-25 | Windows | Adam | |
2012-01-24 | Added missing expires column in /os akill view | Adam | |
2012-01-08 | Fixed loading akill reasons | Adam | |
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-12-19 | Fixed formatting of many lists and INFO outputs | Adam | |
2011-11-05 | Remove xlines from the IRCd aswell as from our list when the clear command ↵ | Adam | |
is used, and fixed adding timed Zlines to inspircd | |||
2011-10-22 | Added akill ids | Adam | |
2011-09-10 | Made service_reference type safe | Adam | |
2011-08-21 | Fixed AddAkiller | Adam | |
2011-08-13 | Fixed number list position when requesting custom lists from akill | Adam | |
2011-08-05 | Rewrote the example configurations and split them | Adam | |
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core" |