1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 08:36:39 +02:00

Commit Graph

  • eef1d4d691 Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anopeng-config Naram Qashat cyberbotx@cyberbotx.com 2008-10-15 02:57:50 +00:00
  • 29a074878d Added memoreceipt directive to memoserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-14 03:43:33 +00:00
  • 1acf87b4f0 Added notifyall directive to memoserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-14 03:41:36 +00:00
  • 523ed6dd70 Added senddelay directive to memoserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-14 03:38:59 +00:00
  • 193f50ab6c Added maxmemos directive to memoserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-14 03:35:54 +00:00
  • 5406aeecd0 Started memoserv block in new config, added nick and description directives to it. Naram Qashat cyberbotx@cyberbotx.com 2008-10-14 03:32:13 +00:00
  • a2c896c775 Added opersonly directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:33:33 +00:00
  • 7b8ada2efd Added restrictgetpass directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:16:21 +00:00
  • f25b437691 Added listmax directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:13:41 +00:00
  • a8eb837244 Added listopersonly directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:11:56 +00:00
  • c912a7a0aa Added inhabit directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:08:47 +00:00
  • 2402098d97 Added autokickreason directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:05:15 +00:00
  • aa58a569e2 Added autokickmax directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 23:02:16 +00:00
  • 692be8526c Added accessmax directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 22:57:24 +00:00
  • c4a8ddaa24 Added defbantype directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 22:53:38 +00:00
  • 1ed8244166 Added expire directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 22:44:33 +00:00
  • a4540d5c0a Added maxregistered directive to chanserv directive in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 22:39:42 +00:00
  • 46771d3676 Added defaults directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 22:23:22 +00:00
  • 766e04808e Added database directive to chanserv block in new config. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 21:55:06 +00:00
  • 5136d4c415 Started chanserv block in new config, added nick and directive directives to it. Fixed typo in one of the nickserv block directives. Naram Qashat cyberbotx@cyberbotx.com 2008-10-13 21:52:37 +00:00
  • 2b0e9c3f5f Merge commit 'cbx/anopeng-config' into anopeng-config Robin Burchell w00t@inspircd.org 2008-10-13 12:32:37 +00:00
  • 3324e62bae Merge branch 'anopeng' into anopeng-config Robin Burchell w00t@inspircd.org 2008-10-07 23:38:25 +00:00
  • 728fe3e1d4 Removed DevNull pseudo-client as well as all *Alias pseudo-clients. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 22:12:22 +00:00
  • 1961fa282b Moved parse_options() from init_secondary() to init_primary(), this allows for easier debugging when using -nofork. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 21:54:18 +00:00
  • eda321aa90 Merge branch 'anopeng' into anopeng-config Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 21:39:38 +00:00
  • 4e11583205 Fix problems with using ValueContainerChar by creating a specialized template for ValueContainer. Note: The solution uses new to allocate memory for the variable, we'll have to look into deleting the memory at shutdown, or replacing the char * variables with std::string. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 03:01:18 +00:00
  • 70fc37073f Allow localhost as a valid hostname in ValidateHostname. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 02:51:24 +00:00
  • 790fc4f0bd Correct use of ValueContainerChar to work properly instead of crashing at run-time. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 02:49:40 +00:00
  • c5259e656e Fixed run-time segfault due to incorrect handling of DT_NORELOAD. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 02:32:03 +00:00
  • 2726877999 Merge branch 'anopeng' into anopeng-config Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 02:24:39 +00:00
  • a02f8503e7 Removed directives from old config that are being handled by the new config parser. Also put in the needed support for handling directives which can't be changed in a reload of the configuration. Naram Qashat cyberbotx@cyberbotx.com 2008-10-05 00:23:15 +00:00
  • 31c4135150 Added a couple directives to the new parser for NickServ. Naram Qashat cyberbotx@cyberbotx.com 2008-10-04 23:23:56 +00:00
  • 2322cd6475 dded a commented section to config.c for w00t to describe the various ways of adding directives. Naram Qashat cyberbotx@cyberbotx.com 2008-10-04 05:37:59 +00:00
  • d8a1535dd8 Fix build in config.c Naram Qashat cyberbotx@cyberbotx.com 2008-10-04 05:21:14 +00:00
  • aa3bfb86e0 (Unworking) stuff for conversion Robin Burchell w00t@inspircd.org 2008-10-04 00:27:48 +00:00
  • 59671baf4c Add (and document) some stuff for new example config. Robin Burchell w00t@inspircd.org 2008-10-03 23:57:26 +00:00
  • 2113d88883 Get around comment insanity Robin Burchell w00t@inspircd.org 2008-10-03 23:48:08 +00:00
  • bda05d14ed Transplant a fuckton of comments from the original config. Robin Burchell w00t@inspircd.org 2008-10-03 23:47:09 +00:00
  • fbce6e2ba4 Merge commit 'cbx/anopeng-config' into anopeng-config Robin Burchell w00t@inspircd.org 2008-10-03 23:30:41 +00:00
  • f85457d2a4 Merge branch 'anopeng' into anopeng-config Robin Burchell w00t@inspircd.org 2008-10-03 23:28:12 +00:00
  • 6b7161fbdf Started framework for new config reader, based on hottpd by w00t, copied over from my own fork that was in progress. Naram Qashat cyberbotx@cyberbotx.com 2008-10-03 22:06:58 +00:00
  • f09953561b Merge commit 'cbx/anopeng-charfix' into anopeng Robin Burchell w00t@inspircd.org 2008-10-03 17:37:45 +00:00
  • 69ed36bbf5 Test commit because peavey is a nonce. Robin Burchell w00t@inspircd.org 2008-10-03 17:29:06 +00:00
  • 04a6fe4feb Merge branch 'anopeng' into pv-sql peavey peavey@inspircd.org 2008-10-03 17:17:23 +00:00
  • fd33cf94eb Make mysql compile. peavey peavey@inspircd.org 2008-10-03 17:14:39 +00:00
  • 806acd98f7 Merge branch 'anopeng' into anopeng-uid Robin Burchell w00t@inspircd.org 2008-10-03 10:58:40 +00:00
  • 63746736fd Fix a module. Robin Burchell w00t@inspircd.org 2008-10-03 10:17:00 +00:00
  • b1e8118623 * Fix calls to ircdproto->SendMessage and use findbot * make moduleInsertLanguage take const char and convert where needed peavey peavey@inspircd.org 2008-10-03 09:52:49 +00:00
  • 26e921d6b5 Fix ratbox. Robin Burchell w00t@inspircd.org 2008-10-03 09:10:41 +00:00
  • 014e953f37 Update TODO Robin Burchell w00t@inspircd.org 2008-10-03 09:03:39 +00:00
  • 5dbcf7a553 (Mostly) make ratbox.c compile, still needs fixes for Uid removal. Robin Burchell w00t@inspircd.org 2008-10-03 08:55:32 +00:00
  • a6d99c69d3 Fix inspircd11 to compile Robin Burchell w00t@inspircd.org 2008-10-03 08:48:01 +00:00
  • 02c04dd775 Make charybdis compile, move header into .c Robin Burchell w00t@inspircd.org 2008-10-03 08:39:21 +00:00
  • 6f93da4e1c Move header into the .c for less redundancy. Robin Burchell w00t@inspircd.org 2008-10-03 08:19:10 +00:00
  • 968616980c Merge commit 'cbx/anopeng-uid' into anopeng-uid Robin Burchell w00t@inspircd.org 2008-10-03 08:00:31 +00:00
  • 797bdccb9b Merge branch 'anopeng' into anopeng-uid Robin Burchell w00t@inspircd.org 2008-10-03 00:11:57 +00:00
  • b10521f610 Fix os_umode. Robin Burchell w00t@inspircd.org 2008-10-02 23:47:44 +00:00
  • cdfc33d986 Fix os_set. Robin Burchell w00t@inspircd.org 2008-10-02 23:46:41 +00:00
  • 811da740a6 Fix os_oline. Robin Burchell w00t@inspircd.org 2008-10-02 23:44:50 +00:00
  • f3cc327bd0 Fix os_mode. Robin Burchell w00t@inspircd.org 2008-10-02 23:43:51 +00:00
  • d3a056c5fd Fix os_kick. Robin Burchell w00t@inspircd.org 2008-10-02 23:43:02 +00:00
  • bffdb5d56b Fix os_clearmodes. Robin Burchell w00t@inspircd.org 2008-10-02 23:42:22 +00:00
  • 858a204495 All cs_* core modules build successfully. Robin Burchell w00t@inspircd.org 2008-10-02 23:39:33 +00:00
  • a55cb11daa Fix cs_suspend. Robin Burchell w00t@inspircd.org 2008-10-02 23:36:32 +00:00
  • b62fb213ce Fix cs_register. Robin Burchell w00t@inspircd.org 2008-10-02 23:36:10 +00:00
  • 6a0f4b7e42 Fix cs_forbid. Robin Burchell w00t@inspircd.org 2008-10-02 23:35:25 +00:00
  • 20f0a61ed0 Add run-cc.pl from inspircd, only difference is support .c files too :) Robin Burchell w00t@inspircd.org 2008-10-02 23:33:54 +00:00
  • 71bce363b9 Fix cs_clear. Robin Burchell w00t@inspircd.org 2008-10-02 23:31:50 +00:00
  • 7dc90c5d62 Update TODO. Robin Burchell w00t@inspircd.org 2008-10-02 23:30:26 +00:00
  • 0a0c963ea6 core/bs_* modules now compile. Robin Burchell w00t@inspircd.org 2008-10-02 23:28:52 +00:00
  • 9c59d8d8b4 Make src/sessions.c and src/users.c compile. Core now compiles successfully, modules do not. Robin Burchell w00t@inspircd.org 2008-10-02 23:26:24 +00:00
  • 0b4b8d4d54 Make send.c compile. Robin Burchell w00t@inspircd.org 2008-10-02 23:24:35 +00:00
  • a95e4f7fce Hack making enforcers work for now, NOTE: it is MARK_DEPRECATED. Use it in new code and I will kill you. Robin Burchell w00t@inspircd.org 2008-10-02 23:21:03 +00:00
  • ed5c208488 Make messages.c compile. Robin Burchell w00t@inspircd.org 2008-10-02 23:16:37 +00:00
  • 750352d122 Make log.c compile. Robin Burchell w00t@inspircd.org 2008-10-02 23:15:03 +00:00
  • bd4b99386b Make ircd.c compile for real. Robin Burchell w00t@inspircd.org 2008-10-02 23:14:30 +00:00
  • 0d7ccde197 Make ircd.c compile. Robin Burchell w00t@inspircd.org 2008-10-02 23:12:49 +00:00
  • 62089a2f38 Make chanserv.c compile. Robin Burchell w00t@inspircd.org 2008-10-02 23:12:11 +00:00
  • 506f278c2e Add a new item to TODO. Robin Burchell w00t@inspircd.org 2008-10-02 23:07:22 +00:00
  • b581b6d169 Make channels.c work. Robin Burchell w00t@inspircd.org 2008-10-02 23:06:26 +00:00
  • 5ffdc4638d Start making some stuff compile with the modified protocol signatures Robin Burchell w00t@inspircd.org 2008-10-02 23:01:12 +00:00
  • dacff07988 Change protocol func signatures. These are FINAL, do NOT use string sources any more. Pass pointers to BotInfo. (CBX, pull this before continuing on, I had to change *one* function below where you were to get it to compile(ish). Very minor change though) Robin Burchell w00t@inspircd.org 2008-10-02 22:48:09 +00:00
  • fbfb380eb5 Compile error, missing semicolon in header. Robin Burchell w00t@inspircd.org 2008-10-02 22:34:20 +00:00
  • a9838c50c7 Merge branch 'lollerhats' into anopeng-uid Robin Burchell w00t@inspircd.org 2008-10-02 22:29:59 +00:00
  • ff94373d09 Test merge. Robin Burchell w00t@inspircd.org 2008-10-02 22:28:54 +00:00
  • 69bfe7d04c Replaced anope_SendSVID() with direct call to SendSVID() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 22:12:22 +00:00
  • 6395adff79 Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 22:01:18 +00:00
  • b78420a0ee Replaced anope_SendBanDel() with direct call to SendBanDel() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:57:58 +00:00
  • 1b6c423898 Replaced anope_SendSGLine() with direct call to SendSGLine() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:57:10 +00:00
  • 6ba871c953 Replaced anope_SendSZLine() with direct call to SendSZLine() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:56:14 +00:00
  • 9c685cd1d5 Replaced anope_SendSZLineDel() with direct call to SendSZLineDel() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:55:12 +00:00
  • 82fa350987 Replaced anope_SendSGLineDel() with direct call to SendSGLineDel() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:54:20 +00:00
  • 77af53f647 Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:53:20 +00:00
  • c275bdf6f7 Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:49:01 +00:00
  • cd038ecb7a Replaced anope_SendConnect() with direct call to SendConnect() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:46:00 +00:00
  • 088c82ba1d Replaced anope_SendVhost() with direct call to SendVhost() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:41:30 +00:00
  • 6705f0a90d Replaced anope_SendForceNickChange() with direct call to SendForceNickChange() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:39:50 +00:00
  • d1b4212a40 Replaced anope_SendChangeBotNick() with direct call to SendChangeBotNick() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:38:25 +00:00
  • 67b96a855a Merge branch 'anopeng-uid' of http://git.inspircd.org/git/anope/ into anopeng-uid Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:31:51 +00:00
  • 31c675d3e4 Replaced anope_SendSVSO() with direct call to SendSVSO() in IRCDProto class. Naram Qashat cyberbotx@cyberbotx.com 2008-10-02 21:26:54 +00:00