Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-01 | ns_info now ignores any extra parameters | DukePyrolator | |
2010-08-01 | fixed enc_sha256 | DukePyrolator | |
2010-07-31 | Don't dynamically allocate commands in modules anymore, instead made them ↵ | Adam | |
members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code. | |||
2010-07-31 | fixed some database issues | DukePyrolator | |
2010-07-30 | Cleanup in misc.cpp. | Naram Qashat | |
2010-07-30 | Some code cleanup and constification in nickserv.cpp. | Naram Qashat | |
2010-07-29 | Used std::list for ignore's IgnoreData instead of using the old C-style ↵ | Naram Qashat | |
double-linked list, also removed the addition of an ignore when a command "takes too long". | |||
2010-07-29 | Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags ↵ | Adam | |
bitsets for modes to not use a max defined value, it can go over | |||
2010-07-29 | Rewrote the hashing systems to properly handle the new Anope::strings which ↵ | Adam | |
we have everywhere. | |||
2010-07-29 | Made all of IRCDProto use const pointers, with the exception of SendVhostDel ↵ | Naram Qashat | |
because of the Unreal protocol module, it makes me sad. | |||
2010-07-28 | Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 | Naram Qashat | |
2010-07-28 | Yet more annoying code cleanup, plus made Server's Links list into a normal ↵ | Naram Qashat | |
variable and not a pointer. | |||
2010-07-27 | Removed some assertions, replaced with throwing CoreExceptions | Adam | |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ↵ | Adam | |
release builds | |||
2010-07-27 | A few more random annoyances cleaned up. | Naram Qashat | |
2010-07-27 | Cleaned up some code in src/users.cpp that kinda annoyed me. | Naram Qashat | |
2010-07-27 | Some windows fixes from the Anope::string commit | Adam | |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this ↵ | Naram Qashat | |
is a bit better. | |||
2010-07-26 | Added hostserv/del command permission, fixed example.conf to show that ↵ | Adam | |
hostserv/* is a command, not a permission | |||
2010-07-26 | Missed changing a couple of these, it seems. | Naram Qashat | |
2010-07-25 | Some windows fixes caused by the last commit | Adam | |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single ↵ | Naram Qashat | |
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing. | |||
2010-07-25 | Added support for m_customprefix in inspircd20 | Adam | |
2010-07-25 | Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported ↵ | Adam | |
by Angel-SL | |||
2010-07-24 | Always use non-blocking sockets | Adam | |
2010-07-17 | Allow clearing of access lists while in XOP | Adam | |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. | |||
2004-07-19 | BUILD : 1.7.4 (264) BUGS : N/A NOTES : Switched to autoconf - try to commit ↵ | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b | |
part 1 git-svn-id: svn://svn.anope.org/anope/trunk@264 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@169 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2004-04-04 | BUILD : 1.7.0 (30) BUGS : http://bugs.anope.org/show_bug.cgi?id=3 NOTES : ↵ | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b | |
Fixed moduleAddCommand for a non-existant service, now returns MOD_ERR_NOSERVICE, updated hs_moo to deal with it nicely git-svn-id: svn://svn.anope.org/anope/trunk@30 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@21 5417fbe8-f217-4b02-8779-1006273d7864 | |||
2004-03-28 | Initial Anope Import | svn svn@31f1291d-b8d6-0310-a050-a5561fc1590b | |
git-svn-id: svn://svn.anope.org/anope/trunk@1 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1 5417fbe8-f217-4b02-8779-1006273d7864 |