summaryrefslogtreecommitdiff
path: root/include/services.h
AgeCommit message (Collapse)Author
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
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-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
2004-12-19BUILD : 1.7.6 (489) BUGS : 244, 246, 247, 248, 249, 250, 251, 252, 254, 255 ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
NOTES : 1. In some cases READONLY was not respected, and data was saved. 2. Corrected a few mistakes in example.conf. 3. Wrong column type in tables.sql for nick alias status fiag. 4. listchans and listnicks work under Cygwin. 5. NickRegDelay no longer accepts negative values. 6. -is44 option not show if converter not built. 7. Removed #ifndef STREAMLINE from the code as its no longer set during build time 8. MS MAX LIMIT was set incorrectly 9. Segfault if USERDB enabled and tables does not exist 10. Provides clear message of SUPERADMIN is not enabled git-svn-id: svn://svn.anope.org/anope/trunk@489 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@343 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-09BUILD : 1.7.6 (483) BUGS : 240 NOTES : 1. ChanServ ACCESS wrong when dealing ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
negative numbers, 2. make strict under FreeBSD works again git-svn-id: svn://svn.anope.org/anope/trunk@483 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@337 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-06BUILD : 1.7.6 (478) BUGS : N/A NOTES : 1. CS CLEAR strips +q/+a 2. CS CLEAR ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
uses SVSMODE with Unreal to strip +q/a/o/h/v 3. SVSMODE unban works again on Viagra 4. Adds anope_cmd_svsmode_chan() to for SVSMODE on channels 5. OS CLEARMODES uses SVSMODE with Unreal to strip +q/a/o/h/v 6. memory.c, servers.c, slist.c, sockutil.c, misc. is doxygen ready 7. Unreal32 pseduo clients use SJOIN now to join the channels 8. clean out the process() buffers before we start to use them, maybe less garbage in them when we do bts 9. Few memory cleans up in hostserv do_setall() 10. Tons of clean up, only a handful left when you make strict git-svn-id: svn://svn.anope.org/anope/trunk@478 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@332 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-03BUILD : 1.7.6 (469) BUGS : N/A NOTES : 1. ultimate3 setting the wrong ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
channel mode on botserv bots 2. helpserv.c is doxygen ready, did some code clean up 3. Services Clients (+S) now override channel modes (yeah no more deopping NeoStats), this only works on ircds where there is a clear services mode (Unreal, Viagra, Ultimeate2/3) 4. send.c is doxygen ready, did some code clean up 5. commands.c id doxygen ready, did some code clean up git-svn-id: svn://svn.anope.org/anope/trunk@469 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@323 5417fbe8-f217-4b02-8779-1006273d7864
2004-12-02BUILD : 1.7.6 (468) BUGS : N/A NOTES : 1. fixes del_session() warning when ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
LimitSessions is disabled 2. actions.c is doxygen ready, along with code clean up 3. sessions.c cleaned up and moved some items around 4. ChanServ AKICK (pointed to freed memory) 5. servers.c is doxygen ready, along with some code clean up git-svn-id: svn://svn.anope.org/anope/trunk@468 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@322 5417fbe8-f217-4b02-8779-1006273d7864
2004-11-28BUILD : 1.7.6 (463) BUGS : 192, 210, 222, 234 NOTES : 1. Removed +d ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
references from the ptlink protocol code, since they do not timestamp the nicks 2. Memos sent as notification of receipt can not be cancelled. 3. Unreal3.2 supports SVSMODE -b on clearing bans 4. fixed do_kill() not remove the user from the user list 5. /os set sql [on|off] runtime sql toggle 6. Segfaults logged to the services log when DumpCore is disabled 7. fixed RUNGROUP not passed during build time 8. Exceptions now update if the limit is changed 9. Solid-IRCD support 10. Fixed TSMODE warnings when using FANTASY commands 11. Fixed read_int32 warnings (fixes compiling and running under cygwin) - Thats all.. git-svn-id: svn://svn.anope.org/anope/trunk@463 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@317 5417fbe8-f217-4b02-8779-1006273d7864
2004-10-04BUILD : 1.7.5 (368) BUGS : N/A NOTES : IRCD protocol clean up, and support ↵trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
for Numerics on Unreal32/RageIRCD git-svn-id: svn://svn.anope.org/anope/trunk@368 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@239 5417fbe8-f217-4b02-8779-1006273d7864
2004-09-29BUILD : 1.7.5 (362) BUGS : 17 143 147 166 172 173 NOTES : Applied patch 927 ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
provided by Trystan. git-svn-id: svn://svn.anope.org/anope/trunk@362 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@233 5417fbe8-f217-4b02-8779-1006273d7864
2004-09-22BUILD : 1.7.5 (356) BUGS : N/A NOTES : Fuixed mysql include issue, it should ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
now detect to use mysql/mysql/h or not git-svn-id: svn://svn.anope.org/anope/trunk@356 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@232 5417fbe8-f217-4b02-8779-1006273d7864
2004-09-19BUILD : 1.7.5 (351) BUGS : N/A NOTES : Rewrote the internals of moduleData, ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
this will save _lots_ of memory especially on larger networks. The downside is modules using it need to make a tiny, tiny change... :/ git-svn-id: svn://svn.anope.org/anope/trunk@351 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@227 5417fbe8-f217-4b02-8779-1006273d7864
2004-09-07BUILD : 1.7.5 (340) BUGS : none NOTES : Applied patch 830 provided by ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
Trystan to resolve several issues. git-svn-id: svn://svn.anope.org/anope/trunk@340 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@216 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-23BUILD : 1.7.5 (327) BUGS : none NOTES : Merged anope-capab into main trunk... dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@327 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@203 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-17BUILD : 1.7.5 (325) BUGS : 128 139 146 147 148 NOTES : Applied patch ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
supplied by Trystan to fix bugs listed above. git-svn-id: svn://svn.anope.org/anope/trunk@325 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@202 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-11BUILD : 1.7.5 (323) BUGS : NOTES : fix seriously stupid booboo introduced by ↵certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
myself (ifdef stuff finally fixed) git-svn-id: svn://svn.anope.org/anope/trunk@323 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@201 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-11BUILD : 1.7.5 (320) BUGS : NOTES : Fixed support for Ultimate, Rage and Viagra. certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@320 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@198 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-04BUILD : 1.7.4 (309) BUGS : none NOTES : Added Hungarian and Polish language ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
files. git-svn-id: svn://svn.anope.org/anope/trunk@309 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@188 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-01BUILD : 1.7.4 (298) BUGS : none NOTES : Yet another rollback... dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@298 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@186 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-01BUILD : 1.7.4 (296) BUGS : NOTES : Next try to commit. keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@296 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@185 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-01BUILD : 1.7.4 (295) BUGS : none NOTES : Rolling back previous commit. dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@295 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@184 5417fbe8-f217-4b02-8779-1006273d7864
2004-08-01BUILD : 1.7.4 (294) BUGS : NOTES : First import. Current status: ↵keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b
anope_bs_core finished for new phase1, anope_cs_access working for cs access add. git-svn-id: svn://svn.anope.org/anope/trunk@294 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@183 5417fbe8-f217-4b02-8779-1006273d7864
2004-07-25BUILD : 1.7.4 (283) BUGS : N/A NOTES : Added better mysql detection to autoconf rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@283 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@182 5417fbe8-f217-4b02-8779-1006273d7864
2004-07-22BUILD : 1.7.4 (273) BUGS : 121 NOTES : Applied patch provided by Trystan for ↵rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
+A +H support on viagra git-svn-id: svn://svn.anope.org/anope/trunk@273 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@177 5417fbe8-f217-4b02-8779-1006273d7864
2004-07-21BUILD : 1.7.4 (271) BUGS : NOTES : Rolled Back to 291 for GeniusDex ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@271 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@175 5417fbe8-f217-4b02-8779-1006273d7864
2004-07-21BUILD : 1.7.4 (270) BUGS : NOTES : Adding +j mlock support for bahamut just ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
before my vacation git-svn-id: svn://svn.anope.org/anope/trunk@270 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@174 5417fbe8-f217-4b02-8779-1006273d7864
2004-07-19BUILD : 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