Naram Qashat
|
950cfcd31e
|
Some OCDing over version.cpp, and make it so module.cpp doesn't need version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build)
|
2010-06-28 23:15:16 -04:00 |
|
Naram Qashat
|
85b07a94d7
|
Fix version system so it doesn't cause the entire build tree to get rebuilt just because version.h gets regenerated, thanks to Adam for initial patch.
|
2010-06-28 01:28:51 -04:00 |
|
Adam
|
2e4099e9f2
|
No need for BotInfo to have its own ChangeNick function
|
2010-06-28 00:56:37 -04:00 |
|
Adam
|
051ebe3eea
|
Fixed unordered_map to build on VS 2008
|
2010-06-27 22:21:49 -04:00 |
|
Adam
|
f17c4d4d04
|
Made Windows install.js correctly detect the Anope version and made version.cpp correctly generate version.h on Windows
|
2010-06-27 20:34:09 -04:00 |
|
Adam
|
57caa0b53f
|
Made Anope track its own clients internally as if they were real users
|
2010-06-27 02:41:48 -04:00 |
|
Adam
|
d49aee6cf8
|
Made the flags class take an optional size arg
|
2010-06-26 22:50:02 -04:00 |
|
Adam
|
36c646c7d2
|
Added support for InspIRCd 2.0s dynamic modes.
Note that this changes the maximum length of an acceptable
IRC message from 512 to 1024 because InspIRCd sends messages
longer than 512 characters.
|
2010-06-26 21:12:31 -04:00 |
|
Naram Qashat
|
4e31757f14
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
|
2010-06-26 01:39:11 -04:00 |
|
Naram Qashat
|
6dc3af5db4
|
The next of a few "CBX OCDing over code style" commits, focusing on src/core/hs_* and src/core/ms_*, plus some tiny fallout caused by changing the FOREACH_* macros.
|
2010-06-26 01:38:19 -04:00 |
|
Adam
|
03fbc7d281
|
Changed the versioning system to use git
|
2010-06-25 20:00:21 -04:00 |
|
DukePyrolator
|
959a1a69a5
|
moved FindMessage() into the Anope class
|
2010-06-22 22:06:23 +02:00 |
|
Adam
|
17040c088a
|
Store modules in a list and xlines in a vector, not deques. We need to be able to keep iterators valid.
|
2010-06-20 21:33:01 -04:00 |
|
Adam
|
0d2d7e9968
|
Fixed Windows build
|
2010-06-20 20:05:23 -04:00 |
|
Naram Qashat
|
63d7bee2a6
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
Conflicts:
include/config.h
|
2010-06-20 18:51:03 -04:00 |
|
Naram Qashat
|
381c9c8870
|
The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*.
|
2010-06-20 18:42:58 -04:00 |
|
Adam
|
e8a1570ed9
|
Added m_helpchan to replace the cores helpchannel functionality
|
2010-06-20 14:04:17 -04:00 |
|
Adam
|
e6447fa2c4
|
Added in a subcommand system and switched ns_set and ns_saset to use it
|
2010-06-18 21:04:09 -04:00 |
|
Adam
|
6cd8849466
|
Moved the *Serv help functions to Command, will come in use later with subcommands
|
2010-06-18 21:04:09 -04:00 |
|
Adam
|
b8f9116b19
|
Rewrote all of the command handling to get rid of all the nasty strtoks() everywhere, and added a bot map by uid
|
2010-06-18 21:04:08 -04:00 |
|
Adam
|
435c9116e9
|
Added an arg to User::IsRecognized to check for NI_SECURE
|
2010-06-18 21:04:08 -04:00 |
|
Adam
|
f0a44ba894
|
Made NumberList take an arg to determin if it should pass numbers in descending order, fixes listing specific ranges being returned in descending order
|
2010-06-18 21:04:08 -04:00 |
|
Adam
|
2fba686904
|
Burned slist, rewrote operservs XLine code
|
2010-06-18 21:04:05 -04:00 |
|
Adam
|
3a2c2a916a
|
Dont load mlock from the database until after Anope is connected, it doesnt know all of the available modes until then
|
2010-06-18 21:03:44 -04:00 |
|
Adam
|
cab6fcc82d
|
Added a founder access level used to determin who is a channel founder. This is completely independant of the owner levels
|
2010-06-18 21:03:43 -04:00 |
|
Adam
|
17ab410400
|
Removed process_numlist and having to mark everything as "in use" and constantly checking it. Replaced with a better system.
|
2010-06-18 21:03:41 -04:00 |
|
Adam
|
2a22d9c2fd
|
Fixed cmake build, removed version_flags it is no longer need, removed old unneeded defs.h and split up pseudo.h
|
2010-06-18 21:02:12 -04:00 |
|
Adam
|
ee57f57193
|
Store modes in users and channels using the Flags class, cleaner
|
2010-06-18 21:01:55 -04:00 |
|
Adam
|
f049124905
|
Rewrote the hashing system to use std::tr1::unordered_map
|
2010-06-18 21:01:53 -04:00 |
|
Adam
|
81a45520a7
|
Added some global variables for the core pseudo clients, keeps us from having to call findbot() everywhere
|
2010-06-18 21:01:17 -04:00 |
|
Adam
|
e6263dba84
|
Allow attaching metadata to nickrequests and storing it in the databases and fixed windows build
|
2010-06-18 21:01:17 -04:00 |
|
Adam
|
631d11d6a8
|
Store a plaintext version of mode names in the mode structures, removes alot of unneeded code from db_plain/db_mysql.
|
2010-06-18 21:01:17 -04:00 |
|
Adam
|
4e1286ca10
|
Rewrote the mail system to use threading
|
2010-06-18 21:01:09 -04:00 |
|
Adam
|
e78a055c2b
|
Removed old config.h and moved configreader.h to config.h
|
2010-06-18 21:00:02 -04:00 |
|
Adam
|
af805e5b45
|
Allow enabling ssl on a per-uplink basis
|
2010-06-18 20:58:55 -04:00 |
|
Adam
|
ebfff71599
|
Made opertypes inheritable
|
2010-06-18 20:58:55 -04:00 |
|
Adam
|
9439cac6b1
|
Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink
|
2010-06-18 20:58:55 -04:00 |
|
Adam
|
a93be9ff1c
|
Added two events called in ns_info and cs_info that allows modules to easially add info output. Made os_info use this
|
2010-06-18 20:58:55 -04:00 |
|
Adam
|
5d437d9ab5
|
Renamed the init_module function to AnopeInit - Some systems have an init_module function outside of Anope which causes a crash if you try to load a non-Anope module
|
2010-06-18 20:58:55 -04:00 |
|
Adam
|
031bc4a8b0
|
Merged branch threadingengine with master - Added a threading engine
|
2010-06-18 20:58:54 -04:00 |
|
Adam
|
503958aa77
|
Prevent negaitve mode changes, kicks, bans, and autokicks from affecting users with unreal usermode +q or similar
|
2010-06-18 20:58:54 -04:00 |
|
Adam
|
c1d161dec4
|
Rewrote all of the server handling code
|
2010-06-18 20:58:52 -04:00 |
|
Adam
|
fa82890696
|
Moved Commands stuff to its own file and changed Command::name to be ci::string - Will be used after hashing system is rewritten
|
2010-06-18 20:55:38 -04:00 |
|
Adam
|
c4b725b2e1
|
Removed all references to $, git has no svn keywords
|
2010-06-18 18:39:30 -04:00 |
|
cyberbotx
|
b766b3a597
|
Minor edits to fix compile errors/warnings with clang and a small compile warning under Windows (gotta work on the other 450+ Windows warnings sometime).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3006 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-16 23:50:33 +00:00 |
|
Adam-
|
9abdb4e2e9
|
Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change to the protocol modules to fix inspircd1.2s weird usermode +r behavior
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2997 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-03 19:01:28 +00:00 |
|
Adam-
|
6d87e0eb72
|
Use pongs to determine when servers are done syncing in Unreal, fixes a problem with Unreals endburst system where we have clients introduced to us from a "synced" server when they really arent
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2995 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-03 05:15:44 +00:00 |
|
Adam-
|
1c89004245
|
Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate users. Fixes us telling people to identify after netmerge then silently identifying them once we process svid.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2994 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-03 05:15:39 +00:00 |
|
Adam-
|
e4189822bc
|
Rewrote some of the user nick changing code, enable vhosts for users on nick change, and dont update last seen/last realname when users are identified to an account which doesn't own the nick they are using
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2990 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-05-28 21:57:15 +00:00 |
|
Adam-
|
1e2e80bf75
|
Changed User::AutoID to always log in the user to the core, and to set usermode +r on users that should be. Fixes everyone being identified but not usermode +r on inspircd 1.2
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2985 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-05-25 20:21:59 +00:00 |
|