1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 09:46:40 +02:00

Commit Graph

  • ef85ab7a4f Convert all of ChanServ. I feel like Rob mkII! Robin Burchell w00t@inspircd.org 2008-11-04 22:07:18 +00:00
  • bc61c4661b Convert all of core/bs_* to use classes for init.. Robin Burchell w00t@inspircd.org 2008-11-04 21:03:14 +00:00
  • 8b20a049b4 One compiles, oh my! Robin Burchell w00t@inspircd.org 2008-11-04 20:35:04 +00:00
  • d4140b3c26 New MODULE_INIT macro. I'm going to regret this. Robin Burchell w00t@inspircd.org 2008-11-04 20:28:49 +00:00
  • 6956999bd5 Add insp1.2 support, mark underway Robin Burchell w00t@inspircd.org 2008-11-04 16:06:23 +00:00
  • e4e5542747 Memo mailing as maybe Robin Burchell w00t@inspircd.org 2008-11-04 15:40:24 +00:00
  • a603fbd1d2 Note to pull in some third party features in the future Robin Burchell w00t@inspircd.org 2008-11-04 15:34:12 +00:00
  • 54f34691ef Add (proper, internal) fantasy to TODO Robin Burchell w00t@inspircd.org 2008-11-04 15:33:18 +00:00
  • 63f927a86f Add two features. Robin Burchell w00t@inspircd.org 2008-11-04 15:23:14 +00:00
  • aa60eaad8b Add language system to TODO Robin Burchell w00t@inspircd.org 2008-11-04 14:59:57 +00:00
  • eaadfad4e9 Reorganise roadmap based around versions, add some stuff, etc. Robin Burchell w00t@inspircd.org 2008-11-04 13:34:41 +00:00
  • 140b2d559c Move 'Numeric' to <uplink:id>, is this the best place, though? Robin Burchell w00t@inspircd.org 2008-11-04 11:20:26 +00:00
  • b9ccfd4437 Tidy TODO, add 'burn automake' to my list. Robin Burchell w00t@inspircd.org 2008-11-04 11:13:21 +00:00
  • 1e2f3ecdc7 Fuck makefiles again Robin Burchell w00t@inspircd.org 2008-11-04 11:08:19 +00:00
  • b60ce5a08a Remove space that broke the build again (fuck makefiles) Robin Burchell w00t@inspircd.org 2008-11-04 11:00:06 +00:00
  • 7ab33148ff This isn't showing up on diff, but it seems it's wrong on checkout? Robin Burchell w00t@inspircd.org 2008-11-04 10:44:16 +00:00
  • 1d546a04e6 Experimental fixes (that don't seem to work) to the server problem. Robin Burchell w00t@inspircd.org 2008-11-04 10:21:16 +00:00
  • c6e4c00e7a Disallow deletion of core services. Robin Burchell w00t@inspircd.org 2008-11-03 23:35:06 +00:00
  • bcff05ae3a Consolidate modes: we really don't need to have a different one for every pseudoclient. Robin Burchell w00t@inspircd.org 2008-11-03 23:29:39 +00:00
  • 667cf5f30f Correct some docs. Robin Burchell w00t@inspircd.org 2008-11-03 23:20:40 +00:00
  • 87749d06dd Make whois reply come from the correct service. Robin Burchell w00t@inspircd.org 2008-11-03 23:17:43 +00:00
  • 72b8b7f422 Don't crash on channel messages. Robin Burchell w00t@inspircd.org 2008-11-03 23:10:33 +00:00
  • d977211ac0 Fix FJOIN sending. Robin Burchell w00t@inspircd.org 2008-11-03 22:53:17 +00:00
  • d3d0bf2d61 Fix notices going to nicks instead of UIDs depending on protocol Robin Burchell w00t@inspircd.org 2008-11-03 22:47:49 +00:00
  • 68bb357a61 Make FJOIN parsing work. Robin Burchell w00t@inspircd.org 2008-11-03 22:41:00 +00:00
  • 16a90d28f6 Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't working), and fix findbot() to do what we want. Robin Burchell w00t@inspircd.org 2008-11-03 22:30:33 +00:00
  • dc44944c71 Make user detection work properly (parse UID without problems) Robin Burchell w00t@inspircd.org 2008-11-03 22:16:53 +00:00
  • c27c424b04 Remove (useless) +s from bot umodes, as it breaks protocol (no params, required) and is unnecessary anyway. Robin Burchell w00t@inspircd.org 2008-11-03 22:01:42 +00:00
  • 30031e6ea5 Correctly save Numeric to TS6SID. Robin Burchell w00t@inspircd.org 2008-11-03 21:59:38 +00:00
  • 1886c72d7a Revert "Add <server:sid>, since nothing seems to set it." Robin Burchell w00t@inspircd.org 2008-11-03 21:58:45 +00:00
  • 6e4ea98376 Add <server:sid>, since nothing seems to set it. Robin Burchell w00t@inspircd.org 2008-11-03 21:48:48 +00:00
  • 2e7304b170 Look for the correct services module (they got merged with 1.2) Robin Burchell w00t@inspircd.org 2008-11-03 21:39:01 +00:00
  • 1a0ccfed14 Fix a random segfault (no idea how BSFantasyChar is NULL, CBX, this will be config related, please examine). Also fix: for some reason, using dynamic_cast() instead of a C-style cast here explodes, CBX? Robin Burchell w00t@inspircd.org 2008-11-03 21:37:51 +00:00
  • bab1b193f8 Various bits of protocol conversion. Robin Burchell w00t@inspircd.org 2008-11-03 21:24:32 +00:00
  • bb9be2a6b5 Fix order of UID params for client introduction Robin Burchell w00t@inspircd.org 2008-11-03 21:14:46 +00:00
  • 5373ece555 Add UID parameter to SendClientIntroduction, and make it get a UID. This is a bit... ugly... but hey, if it works. Robin Burchell w00t@inspircd.org 2008-11-03 21:12:10 +00:00
  • e4dfff282d Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientIntroduction(). Robin Burchell w00t@inspircd.org 2008-11-03 21:03:13 +00:00
  • c31f6498c3 Fix shadowed declaration warning. Robin Burchell w00t@inspircd.org 2008-11-03 20:57:09 +00:00
  • 7ca209976d Remove some aspects of overly defensive programming from 1.2 protocol module, remove PROTOCTL stub from 1.1 and 1.2 modules. Robin Burchell w00t@inspircd.org 2008-11-03 20:56:07 +00:00
  • fccc1c5577 Remove remnants of old protocol stuff from header. Robin Burchell w00t@inspircd.org 2008-11-03 20:55:26 +00:00
  • 775a225a25 Make this compile. Robin Burchell w00t@inspircd.org 2008-11-03 20:50:38 +00:00
  • cdd6493893 Really add it to the build. Robin Burchell w00t@inspircd.org 2008-11-03 20:46:49 +00:00
  • 90a104887f Remove MARK_DEPRECATED from some stuff, it makes development a bit too noisy. Fix a makefile I broke with SQL removal. Add InspIRCd 1.2 module to build. Robin Burchell w00t@inspircd.org 2008-11-03 20:42:30 +00:00
  • bce7e0c15e Add unfinished, uncompilable insp 1.2 protocol module. Robin Burchell w00t@inspircd.org 2008-11-03 00:13:33 +00:00
  • eca76366f6 Nor does it have any idea what 'services admins' (+a) are. Robin Burchell w00t@inspircd.org 2008-11-03 00:03:02 +00:00
  • eda1fca43e Merge commit 'trunk' into anopeng (1.8 updates, etc) Robin Burchell w00t@inspircd.org 2008-11-03 00:01:19 +00:00
  • a765a1155f InspIRCd doesn't support umode +d == svid craq Robin Burchell w00t@inspircd.org 2008-11-02 23:56:25 +00:00
  • ec9dafb778 Rip out SQL. It's utterly useless in current implementation. Robin Burchell w00t@inspircd.org 2008-11-02 23:50:53 +00:00
  • 232d1b5e88 Added akillreason directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 03:14:59 +00:00
  • a9be866804 Added offmessage directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 03:12:39 +00:00
  • c59fccb7f9 Added message directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 03:08:55 +00:00
  • 3d3b03fbc6 Added globalondefconmore directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 03:04:03 +00:00
  • 17fc564ce3 Added globalondefcon directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 01:08:42 +00:00
  • eaf557fc86 Added timeout directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 01:05:53 +00:00
  • 7e541ba7e1 Added chanmodes directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 01:01:59 +00:00
  • 0d02abf9a8 Added akillexpire directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 00:46:10 +00:00
  • e3ab258551 Added sessionlimit directive to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 00:40:17 +00:00
  • 3d7a2c1794 Added level4, level3, level2, and level1 directives to defcon block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-27 00:30:34 +00:00
  • e858f5cd0a Started defcon block in new config, added defaultlevel directive to it. Added ValidateDefCon function to validate certain DefCon related directives. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 23:55:23 +00:00
  • 4ca6d14311 Added opersonly directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:28:48 +00:00
  • 77ae0ef75a Added addakiller directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:26:34 +00:00
  • 495d5e534c Added sessionautokillexpiry directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:24:04 +00:00
  • d908d37ada Added maxsessionkill directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:19:28 +00:00
  • fd1c741087 Added sessionlimitdetailsloc directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:16:00 +00:00
  • 1ab50c14d5 Added sessionlimitexceeded directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:11:48 +00:00
  • bb22925ccf Added exceptionexpiry directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:08:06 +00:00
  • 474f30a8bf Added maxsessionlimit directive to operserv block in new config. Added ValidateLimitSessions function to validate certain session limiting directives only when session limiting is enabled. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 20:01:48 +00:00
  • 4e99df5408 Added defaultsessionlimit directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 19:57:52 +00:00
  • 314dbcd67e Added limitsessions directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 19:54:38 +00:00
  • 66ea87314c Added notifications directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 19:48:13 +00:00
  • 07824df829 Added disableraw directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 04:36:35 +00:00
  • 2df19fbcd7 Added killonsqline directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 04:33:40 +00:00
  • c49c0e5d6c Added killonsgline directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-26 04:31:18 +00:00
  • b6014ca8e5 Added akillonadd directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 21:07:54 +00:00
  • 9b109412df Added autokillexpiry, chankillexpiry, sglineexpiry, sqlineexpiry, and szlineexpiry directives to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 16:33:19 +00:00
  • 24b4a2cd87 Added logmaxusers directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:53:10 +00:00
  • 4818284fab Added superadmin directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:49:44 +00:00
  • 66df9d4e7c Added servicesroot directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:46:11 +00:00
  • 8eba4873bb Added autokilldatabase directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:40:13 +00:00
  • af18a3318d Added exceptiondatabase directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:38:12 +00:00
  • de6500e697 Added newsdatabase directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:36:23 +00:00
  • 5fb96a1967 Added database directive to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 02:34:44 +00:00
  • 9dd9bac138 Added globalnick and globaldescription directives to operserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 01:30:30 +00:00
  • 303428a59e Started operserv block in new config, added nick and description directives to it. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 00:54:47 +00:00
  • 7f28456680 Started helpserv block in new config, added nick and description directives to it. Fixed botserv and hostserv blocks to have their nick and description directives not be reloadable. Naram Qashat cyberbotx@cyberbotx.com 2008-10-25 00:50:52 +00:00
  • 729ae0b417 Modified the Set() function in the character array version of ValueContainer to delete the old memory if the value is being reused, and to not allocate memory if there is no string to store. Naram Qashat cyberbotx@cyberbotx.com 2008-10-23 02:24:34 +00:00
  • c77dbdc997 Added hostsetters directive to hostserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-23 02:22:29 +00:00
  • 3533152b40 Added database directive to hostserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-23 02:18:30 +00:00
  • 076c1229fd Started hostserv block in new config, added nick and descriotion directives to it. Added ValidateHostServ function to validate certain HostServ directives only when HostServ is in use. Naram Qashat cyberbotx@cyberbotx.com 2008-10-23 02:15:11 +00:00
  • 2e2767a97d Added fantasycharacter directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:28:08 +00:00
  • 6fda7a0893 Added casesensitive directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:25:01 +00:00
  • a159b3b42f Added gentlebadwordreason directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:22:05 +00:00
  • b3fad6e271 Added smartjoin directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:19:17 +00:00
  • 6e943066a5 Added keepdata directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:15:20 +00:00
  • 43d849376d Added badwordsmax directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:11:23 +00:00
  • a71c8271dd Added minusers directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 20:06:11 +00:00
  • 9ca710a2a0 Added defaults directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 19:55:32 +00:00
  • f91f5005e4 Added database directive to botserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-19 19:44:53 +00:00
  • 9432f3f0e8 Started botserv block in new config, added nick and description directives. Added ValidateBotServ function to validate certain BotServ directives only when BotServ is in use. Added forward declaration of NickCore in account.h. Naram Qashat cyberbotx@cyberbotx.com 2008-10-18 21:49:38 +00:00
  • fdea510668 Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anopeng-config Naram Qashat cyberbotx@cyberbotx.com 2008-10-18 21:47:20 +00:00