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
|
0358ae062b
|
Unmark services as syncing when we are done, fixes cs_xop and cs_modes reloading mode specific commands
|
2010-06-18 21:03:43 -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
|
c477360dbf
|
Removed empty.c, instead have cmake create a new empty file when it needs it and deletes it later
|
2010-06-18 21:01:55 -04:00 |
|
Adam
|
ee57f57193
|
Store modes in users and channels using the Flags class, cleaner
|
2010-06-18 21:01:55 -04:00 |
|
Adam
|
c966d7ec17
|
Send a QUIT before we shutdown or restart for all of our bots
|
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
|
4149afd45d
|
Changed threadengine to delete threads after Joining them, so the whole thread exists when being joined and so its safe to call non-threadsafe functions in the destructor
|
2010-06-18 21:00:04 -04:00 |
|
Adam
|
6db15e1783
|
Added the nickserv/ungroup command
|
2010-06-18 21:00:03 -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
|
b775c84402
|
Fixed the Makefiles to build m_ssl correctly and marked m_ssl as permanent
|
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
|
73e93305c1
|
Added nickserv/auspex permission and fixed core modules so they build
|
2010-06-18 20:56:21 -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
|
2ba89de64d
|
Tell users when their nicks expire in /ns glist and /ns info
|
2010-06-18 20:55:36 -04:00 |
|
Adam
|
c4b725b2e1
|
Removed all references to $, git has no svn keywords
|
2010-06-18 18:39:30 -04:00 |
|
Adam
|
428d930e2b
|
Made all modules version be VERSION_STRING
|
2010-06-18 18:30:35 -04:00 |
|
Adam
|
cc3104fc3f
|
Removed .svn from CMakes list of folders to ignore, it not longer exists
|
2010-06-18 18:22:42 -04:00 |
|
Adam
|
1c7c4708d0
|
Test commit to test CIA
|
2010-06-18 17:16:28 -04:00 |
|
Adam
|
bc86550c2c
|
Merge branch '1.9' of ssh://shell.sf.net/home/scm_git/a/an/anope/anope into 1.9
|
2010-06-18 16:51:37 -04:00 |
|
Adam
|
ad45dbacbb
|
Fixed some problems with the mode stacker from svn to git merge
|
2010-06-18 16:50:56 -04:00 |
|
Charles
|
116e5c7479
|
Revert "test commit to see if cia notices"
This reverts commit 2d7e5c07d0.
|
2010-06-18 21:49:26 +01:00 |
|
Charles
|
2d7e5c07d0
|
test commit to see if cia notices
|
2010-06-18 21:45:05 +01:00 |
|
Charles
|
184b96946a
|
Merge svn with git
|
2010-06-18 21:04:30 +01:00 |
|
Adam-
|
a8b6e44c69
|
Updated TODO to contain most of what 1.9.3 will have
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3011 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-18 17:17:50 +00:00 |
|
Adam-
|
3a2eb6307f
|
Fixed bug #1171 - Fixed defcon so it works on Windows
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3010 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-18 16:51:52 +00:00 |
|
Adam-
|
4e6ede0e18
|
Initialize 1.9.3 SVN
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3009 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-18 07:52:39 +00:00 |
|
Adam-
|
883d22d4da
|
Bump for 1.9.2 Release
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3007 5417fbe8-f217-4b02-8779-1006273d7864
1.9.2
|
2010-06-18 07:40:17 +00: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
|
475f5afafc
|
Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp
|
2010-06-16 17:14:35 -04:00 |
|
Adam-
|
834f4d1bf0
|
Cleaned up some of the cloaked host tracking on Unreal
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3004 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-15 17:04:27 +00:00 |
|
Adam-
|
ab4533e58a
|
Made db-convert change old disabled levels to newer ACCESS_QOP, keeps people from being locked out of controlling their own XOP channels
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3002 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-12 22:28:56 +00:00 |
|
Adam-
|
4ba8c2ba74
|
Tell users to identify when they connect on InspIRCd
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3001 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-12 22:28:52 +00:00 |
|
Adam-
|
2cc4cd0165
|
Only enable vhosts automatically if the user doesn't already have the vhost set
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2998 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-04 02:17:58 +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-
|
f43f6c3864
|
Keep track of what IRCds set -r on nick change and dont inform us to keep the modemanager/modestacker in sync
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2996 5417fbe8-f217-4b02-8779-1006273d7864
|
2010-06-03 05:59:59 +00:00 |
|