DukePyrolator
|
a65e9df8dc
|
ns_info now ignores any extra parameters
|
2010-08-01 14:50:07 +02:00 |
|
DukePyrolator
|
bfd94136c6
|
fixed enc_sha256
|
2010-08-01 09:56:34 +02:00 |
|
Adam
|
c770c47e18
|
Don't dynamically allocate commands in modules anymore, instead made them members of modules. This means the commands are automatically destructed when the module is unloaded. Cleans up some old ugly code.
|
2010-07-31 21:37:45 -04:00 |
|
DukePyrolator
|
9d0d44d738
|
fixed some database issues
|
2010-07-31 11:57:42 +02:00 |
|
Naram Qashat
|
602d2378f5
|
Cleanup in misc.cpp.
|
2010-07-30 21:47:28 -04:00 |
|
Naram Qashat
|
527304ed2c
|
Some code cleanup and constification in nickserv.cpp.
|
2010-07-30 08:09:07 -04:00 |
|
Naram Qashat
|
5ed69ed678
|
Used std::list for ignore's IgnoreData instead of using the old C-style double-linked list, also removed the addition of an ignore when a command "takes too long".
|
2010-07-29 23:34:39 -04:00 |
|
Adam
|
abfc9926db
|
Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bitsets for modes to not use a max defined value, it can go over
|
2010-07-29 23:08:47 -04:00 |
|
Adam
|
cc64903179
|
Rewrote the hashing systems to properly handle the new Anope::strings which we have everywhere.
|
2010-07-29 18:38:56 -04:00 |
|
Naram Qashat
|
04200cc838
|
Made all of IRCDProto use const pointers, with the exception of SendVhostDel because of the Unreal protocol module, it makes me sad.
|
2010-07-29 08:12:54 -04:00 |
|
Naram Qashat
|
aa9610a56f
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
|
2010-07-28 00:28:59 -04:00 |
|
Naram Qashat
|
4700c96268
|
Yet more annoying code cleanup, plus made Server's Links list into a normal variable and not a pointer.
|
2010-07-28 00:19:19 -04:00 |
|
Adam
|
a2573a2c30
|
Removed some assertions, replaced with throwing CoreExceptions
|
2010-07-27 22:12:20 -04:00 |
|
Adam
|
4b870cc5f9
|
Added debug_cast which uses dynamic_cast on debug builds, and static_cast on release builds
|
2010-07-27 21:31:13 -04:00 |
|
Naram Qashat
|
66c0e280ee
|
A few more random annoyances cleaned up.
|
2010-07-27 20:03:10 -04:00 |
|
Naram Qashat
|
92edce8ef9
|
Cleaned up some code in src/users.cpp that kinda annoyed me.
|
2010-07-27 18:28:16 -04:00 |
|
Adam
|
d4048134af
|
Some windows fixes from the Anope::string commit
|
2010-07-27 02:03:10 -04:00 |
|
Naram Qashat
|
57bb759305
|
Trying to make things a little more const-safe, a work in progress but this is a bit better.
|
2010-07-26 23:32:03 -04:00 |
|
Adam
|
6e6b6b46aa
|
Added hostserv/del command permission, fixed example.conf to show that hostserv/* is a command, not a permission
|
2010-07-26 20:10:33 -04:00 |
|
Naram Qashat
|
8ea033dd35
|
Missed changing a couple of these, it seems.
|
2010-07-26 00:22:45 -04:00 |
|
Adam
|
707268f30b
|
Some windows fixes caused by the last commit
|
2010-07-25 23:03:06 -04:00 |
|
Naram Qashat
|
ae38212c1c
|
Epic commit to replace most of the strings in Anope with a single 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 21:58:20 -04:00 |
|
Adam
|
15d7f0f6fe
|
Added support for m_customprefix in inspircd20
|
2010-07-25 04:22:15 -04:00 |
|
Adam
|
5cd986e82b
|
Properly handle FMODEs from InspIRCd with more than 25 arguments.. reported by Angel-SL
|
2010-07-25 02:35:17 -04:00 |
|
Adam
|
2328c3e7ec
|
Always use non-blocking sockets
|
2010-07-24 13:45:54 -04:00 |
|
Adam
|
f9cd3f4238
|
Allow clearing of access lists while in XOP
|
2010-07-17 17:32:38 -04:00 |
|
Adam
|
a22f8d3b2d
|
Moved some files and diretories around, made cmake skip files it knows it can't compile because of missing dependices.
|
2010-07-15 22:55:02 -04:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
a1479a8775
|
BUILD : 1.7.4 (264) BUGS : N/A NOTES : Switched to autoconf - try to commit 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-07-19 14:08:30 +00:00 |
|
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
|
1eb2bf791a
|
BUILD : 1.7.0 (30) BUGS : http://bugs.anope.org/show_bug.cgi?id=3 NOTES : 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-04-04 10:47:35 +00:00 |
|
svn svn@31f1291d-b8d6-0310-a050-a5561fc1590b
|
55bf4dbcab
|
Initial Anope Import
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
|
2004-03-28 21:59:56 +00:00 |
|