summaryrefslogtreecommitdiff
path: root/src/plexus.c
AgeCommit message (Collapse)Author
2005-05-02BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@753 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@516 5417fbe8-f217-4b02-8779-1006273d7864
2005-04-04BUILD : 1.7.8 (655) BUGS : NOTES : We need to update the sync-state for leaf ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
servers as well, or strange things will happen... git-svn-id: svn://svn.anope.org/anope/trunk@655 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@503 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-21BUILD : 1.7.8 (635) BUGS : NOTES : Topics should be only updated when really ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
needed during bursts now (on IRCDs that support it) git-svn-id: svn://svn.anope.org/anope/trunk@635 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@483 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-16BUILD : 1.7.8 (632) BUGS : 315 NOTES : 422 is sent if the file dosnt exist, ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
375 and 376 are no longer sent, if the error numeric is sent. git-svn-id: svn://svn.anope.org/anope/trunk@632 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@480 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-15BUILD : 1.7.8 (626) BUGS : N/A NOTES : Moved the protect defines out of the ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
ircd protocol header files. git-svn-id: svn://svn.anope.org/anope/trunk@626 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@474 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-14BUILD : 1.7.8 (621) BUGS : 314 NOTES : Fixed normalizeBuffer not being freed ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
twice (anope_cmd_ctcp / delete_user) git-svn-id: svn://svn.anope.org/anope/trunk@621 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@469 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-14BUILD : 1.7.8 (619) BUGS : NOTES : Fixed the recording of server sync state ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
more reliable, which fixes a bug where servers which did not report bursts would always remain in burst-mode internally git-svn-id: svn://svn.anope.org/anope/trunk@619 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@467 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-13BUILD : 1.7.8 (617) BUGS : NOTES : Fixed: [1] Will not set already set ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
channel modes anymore [2] Do not display entrymsg/greet while syncing [3] Sync state for uplink not always set correctly git-svn-id: svn://svn.anope.org/anope/trunk@617 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@465 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-07BUILD : 1.7.8 (602) BUGS : 308, 311 NOTES : Fixed a couple of bugs, some ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
smelling errors, and only in debug will nonexistent warnings display git-svn-id: svn://svn.anope.org/anope/trunk@602 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@450 5417fbe8-f217-4b02-8779-1006273d7864
2005-03-02BUILD : 1.7.8 (590) BUGS : 288 / N/A NOTES : Fixed 288, moved updated all ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
set/unset admin/owner calls to use the ircd protocol files. This needs a fair good test, but it seems all ok, and i cant see anything wrong with it :) git-svn-id: svn://svn.anope.org/anope/trunk@590 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@440 5417fbe8-f217-4b02-8779-1006273d7864
2005-02-28BUILD : 1.7.8 (588) BUGS : 304 NOTES : 1. nickIsServices() no longer alters ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
the buffer 2. Fixes +I on Unreal and Bahamut 3. Anope Feature Request 285 4. Updates documentation 5. Ratbox compiles clean with make strict 6. Trap and storing of NICKCHARS git-svn-id: svn://svn.anope.org/anope/trunk@588 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@438 5417fbe8-f217-4b02-8779-1006273d7864
2005-02-06BUILD : 1.7.8 (565) BUGS : 293 NOTES : Merge of Win32 branch into the main, ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
support for Unreal +I, German language updated, fixed bug vidents not updating, Setting and Removal of sqlines on forbid or drop git-svn-id: svn://svn.anope.org/anope/trunk@567 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@417 5417fbe8-f217-4b02-8779-1006273d7864
2005-01-30BUILD : 1.7.8 (564) BUGS : 285 NOTES : Compiling modules under MacOSX, and ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
fixes up some ChanServ stuff git-svn-id: svn://svn.anope.org/anope/trunk@564 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@416 5417fbe8-f217-4b02-8779-1006273d7864
2005-01-27BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005, Solid IRCD compiles again, fixed sstrdup() error, updated the documentation a bit, cleaned up ratbox a bit. git-svn-id: svn://svn.anope.org/anope/trunk@556 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@409 5417fbe8-f217-4b02-8779-1006273d7864
2005-01-23BUILD : 1.7.7 (555) BUGS : N/A NOTES : TS6 support, Ratbox support, lots of ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
little bug fixes, updated documentation git-svn-id: svn://svn.anope.org/anope/trunk@555 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@408 5417fbe8-f217-4b02-8779-1006273d7864
2005-01-16BUILD : 1.7.7 (545) BUGS : 278 NOTES : On vhost unset show the correct vhost ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
character git-svn-id: svn://svn.anope.org/anope/trunk@545 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@398 5417fbe8-f217-4b02-8779-1006273d7864
2005-01-13BUILD : 1.7.7 (535) BUGS : N/A NOTES : Added +h halfop support for plexus - ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
plexus is now fully supported according to ThaPrince (plexus coder) :) git-svn-id: svn://svn.anope.org/anope/trunk@535 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@389 5417fbe8-f217-4b02-8779-1006273d7864
2005-01-13BUILD : 1.7.7 (534) BUGS : N/A NOTES : Added support for plexus user ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
timestamping git-svn-id: svn://svn.anope.org/anope/trunk@534 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@388 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-26BUILD : 1.7.6 (503) BUGS : N/A NOTES : Fixes alot of user and channel modes ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
on various ircd, also applied two patches provided by DrStein git-svn-id: svn://svn.anope.org/anope/trunk@503 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@357 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-25BUILD : 1.7.6 (501) BUGS : N/A NOTES : Added Flag to tell if we need to ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
enforce SGlines or not so GD can fix 245 git-svn-id: svn://svn.anope.org/anope/trunk@501 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@355 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-25BUILD : 1.7.6 (499) BUGS : NOTES : Fixed several compiler warnings with make ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
strict, removed 2 deprecated config vars. git-svn-id: svn://svn.anope.org/anope/trunk@499 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@353 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-22BUILD : 1.7.6 (498) BUGS : N/A NOTES : Updated plexus.c/.h as per patch from ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
ThaPrince git-svn-id: svn://svn.anope.org/anope/trunk@498 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@352 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-22BUILD : 1.7.6 (497) BUGS : 256, 258 NOTES : support for QS, and fixed a ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
/away bug git-svn-id: svn://svn.anope.org/anope/trunk@497 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@351 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-20BUILD : 1.7.6 (494) BUGS : N/A NOTES : Added support for plexus IRCD - ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
provided by ThaPrince git-svn-id: svn://svn.anope.org/anope/trunk@494 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@348 5417fbe8-f217-4b02-8779-1006273d7864