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

Commit Graph

  • ac19a5c24b Fix memoserv/rsend reply Adam 2013-04-11 15:35:39 -05:00
  • 6f9dd282d2 Use SetCorrectModes to set the inital modes on a founder once they register a channel Adam 2013-04-11 15:28:53 -05:00
  • c56d72ba84 Remove more OPDEOP references Adam 2013-04-11 02:28:36 -05:00
  • db4ed1cfaf Merge chanserv saset and set back into one command since it no longer needs to be separated... replace chanserv/set privilege with chanserv/administration. Dont tell users to use 'help' for more help if there is no help. Adam 2013-04-11 00:51:08 -05:00
  • cb64d806c1 Remove the need for having to set syntax to "" for commands with no syntax Adam 2013-04-11 00:20:24 -05:00
  • 4f9b7874d6 Pass new config and the new config reader to the OnReload event, aswell as call it on module load on modules that hook to it Adam 2013-04-11 00:08:28 -05:00
  • 207c46c871 Move some of the modules in extras/ that arent really extra out of extras. Mark our modules as VENDOR and allow modules to have multple types. Adam 2013-04-10 22:26:40 -05:00
  • 957cb2bf93 Use the mode names inspircd gives us to add modes if we don't recognize it Adam 2013-04-09 16:27:25 -05:00
  • b244c74479 Allow privilege descs to be read from the config to override the defaults Adam 2013-04-09 14:51:39 -05:00
  • b76b2e11c8 Made privilege names case insensitive Adam 2013-04-09 14:48:24 -05:00
  • b35665bb54 Rename OPDEOP and OPDEOPME privileges to be similar to the other status privileges Adam 2013-04-09 14:33:54 -05:00
  • c3eb5b885d And my bots initially start with no server.. Adam 2013-04-09 04:23:29 -05:00
  • 6faf4e3823 'Me' can not exist when channels are created Adam 2013-04-09 04:13:49 -05:00
  • 325b018ed0 Add a default method for user's SendModeInternal Adam 2013-04-08 23:58:00 -05:00
  • 0a3d27a91f Made XOP privileges configurable Adam 2013-04-08 23:36:14 -05:00
  • bcd85ca682 Fix OperType::GetCommands Adam 2013-04-08 01:05:25 -05:00
  • ac40c53fe4 Fix /ns set display Adam 2013-04-08 01:02:45 -05:00
  • 2eae82da5c Check the channel secure option isn't set in ChannelInfo::AccessFor too Adam 2013-04-08 01:01:23 -05:00
  • 72493b7305 Fix secureops Adam 2013-04-08 00:42:07 -05:00
  • 1a37e1c048 Made auto* chanserv privileges not hard coded. Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config Adam 2013-04-08 00:19:07 -05:00
  • fb7fef7a84 Optimizations of much of the more commonly used code Adam 2013-04-07 23:46:44 -05:00
  • 36602224b8 Remove the runtime module directory on non-windows because we no longer overwrite modules on install without deleting them first Adam 2013-04-06 19:34:35 -05:00
  • ccecfdf445 Made the missing dependencies message from cmake more descriptive for modules Adam 2013-04-06 19:03:07 -05:00
  • 32d1184c00 Use the return from BufferedSocket::ProcessRead() and don't just assume its true Adam 2013-04-06 17:08:25 -05:00
  • 6a46a08a85 This worked before but is a little weird Adam 2013-04-06 16:58:04 -05:00
  • 7a2e6aa5c2 Add more logging to bs_set, cs_set, and ns_set Adam 2013-04-06 16:43:56 -05:00
  • 34b5f9ce6e InspIRCd: Recognize a few more channel modes that weren't recognized attilamolnar 2013-04-06 23:10:26 +02:00
  • f77eb0a282 Let non founders still /cs ban by wildcard mask, but limit the number of people it will kick Adam 2013-04-06 15:57:02 -05:00
  • 302a409136 Unset +P from perm channels when expiring Adam 2013-04-06 15:44:03 -05:00
  • 0b3b9fe128 Fix toggling topiclock when the channel setting is changed Adam 2013-04-06 15:26:52 -05:00
  • f71c7865fc Fix generic mode support Adam 2013-04-06 15:06:39 -05:00
  • 4ecf20b3f5 Fix ns_lists command group Adam 2013-04-05 16:59:27 -05:00
  • a5b8788014 Made the securefounder checks in cs_set more consistent Adam 2013-04-05 16:27:12 -05:00
  • 3cc7950c4b Fix not constructing the /bs set greet command Adam 2013-04-05 15:45:03 -05:00
  • 854bc4db0c Move around some of Init() to fork() before initing the socket engine, as some engines cant survive a fork() Adam 2013-04-04 22:12:48 -05:00
  • dbc77279bf Fix applying some sxlines to users on add Adam 2013-04-04 18:50:46 -05:00
  • c4ef566a65 Fix /hs reject syntax Adam 2013-04-04 18:45:45 -05:00
  • 66376335ab Fix defcon taking action on new clients Adam 2013-04-04 15:12:22 -05:00
  • 823bc01f66 mentioned the charybdis protocol support in the readme and example config DukePyrolator 2013-04-02 07:02:38 +02:00
  • 947ad6f73a fixed using language files for third party modules DukePyrolator 2013-04-01 10:26:19 +02:00
  • 06c8a1ef50 Revert "added include/version.h to .gitignore" DukePyrolator 2013-04-01 09:46:55 +02:00
  • b3fd861b3e added include/version.h to .gitignore DukePyrolator 2013-04-01 09:42:59 +02:00
  • 62262f4b0d Fix typo in Mode message handler Adam 2013-03-31 00:33:30 -05:00
  • 6e0dc0e210 Add networkinfo:modelistsize config option to set the max size of b/e/I lists Adam 2013-03-31 00:20:20 -05:00
  • 7e7556f064 Merge usefulness of Timer and CallBack classes into Timer, and fix it to really work Adam 2013-03-30 23:38:40 -05:00
  • 111d6a9178 Fix loading ttb from databases Adam 2013-03-30 22:40:20 -05:00
  • d23817604c Add /bs set banexpire command to configure if/when botserv bans expire Adam 2013-03-30 22:08:51 -05:00
  • 4694c7afb4 Split up bs_kick subcommands into real subcommands Adam 2013-03-30 19:08:07 -05:00
  • a52293336f This reference to see if nickcores go away during command execution is no longer necessary Adam 2013-03-29 23:51:45 -05:00
  • f24e17f8b4 Fix /bs set private Adam 2013-03-29 15:39:58 -05:00
  • 2b208de02f Fix detecting module langauge files Adam 2013-03-29 14:08:33 -05:00
  • 4eb5d153c0 uuups, we already have the year 2013 DukePyrolator 2013-03-30 05:42:17 +01:00
  • 0451dd3d0d added charybdis protocol support DukePyrolator 2013-03-30 05:21:54 +01:00
  • c3e4f1bf7e Fix build from earlier merge Adam 2013-03-22 18:41:23 -05:00
  • f122f104c4 Merge remote branch 'attila/1.9+timermanager' into 1.9 Adam 2013-03-22 11:52:42 -05:00
  • deedb3bdd7 Dont call SetCloakedHost in users constructor, just set chost, because SetCloakedHost logs a message like the user just changed their host Adam 2013-03-22 11:45:16 -05:00
  • d27aa03500 Merge branch '1.9' of github.com:anope/anope into 1.9 Adam 2013-03-21 23:40:16 -05:00
  • dcffa5da6f Properly cleanup after entrymsglists and ajoinlists when destructed Adam 2013-03-21 23:39:39 -05:00
  • 221e79f50d Check for null pointers in HasMLock/SetMLock/RemoveMLock, cs_register can pass it some sometimes/possibly other places Adam 2013-03-21 23:33:40 -05:00
  • d5a453b663 Improve TimerManager attilamolnar 2013-03-20 19:23:32 +01:00
  • a2d69fa431 Merge pull request #13 from attilamolnar/1.9+inspversionfix Adam 2013-03-20 09:45:40 -07:00
  • 6a0e4418f4 Check that channels still exist before nulling their ci pointer in channelinfos destructor Change the persist setting on a channel to mean only that it is being enforced ircd-side Adam 2013-03-20 11:03:02 -05:00
  • 68eeac67c9 InspIRCd: Don't reply to VERSION attilamolnar 2013-03-19 19:16:13 +01:00
  • 731912f01e Add db_sql:import config option so we can know for sure whether or not we want a database import Adam 2013-03-18 11:46:14 -05:00
  • 51963915ba Remove remaining disable_ns_register references in example config Adam 2013-03-16 20:50:32 -05:00
  • 810685cb73 Have db_flatfile store object ids if they are set, even though it doesn't use them, so that if other database modules that use them are loaded they can keep track of objects properly Adam 2013-03-16 20:08:39 -05:00
  • 1a0e6b0be3 Allow autokicking real names, extbans, and channels Adam 2013-03-15 12:27:08 -05:00
  • 81c89bb708 Fix missing dependencies message to include the source folder, there is no specific source file on modules with multiple source files Adam 2013-03-15 07:43:17 -05:00
  • 01620e849a Update nickserv defult names for kill/killquick, hide email, usermask, and quit Adam 2013-03-14 20:48:51 -05:00
  • 4c74020a69 Add group and hide setings to fantasy{} blocks Adam 2013-03-13 15:38:01 -05:00
  • b95b8f0aae Fix setting BSDefFlags from the config Adam 2013-03-13 15:25:29 -05:00
  • 1ff7a7c1f1 Refactor mask/entry code, allow full matching (against users real host/ip) if their displayed host is their real real host. Also match against cloaked host even if full matching is not being done Adam 2013-03-13 14:40:49 -05:00
  • 1d16629a6d Allow opers to override chanserv kick/ban, botserv say/act, and akick's peace setting Adam 2013-03-13 09:44:43 -05:00
  • 72aa27ede5 Allow m_ldap_authentication to block email changes if emails are controlled by ldap, don't tell users they must change their email during initial user registration Adam 2013-03-13 09:02:31 -05:00
  • 05223dbe6d Identify requests hold command sources and users can disconnect between the request being dispatched and when it returns, so don't assume the source user pointer is always valid Adam 2013-03-10 03:22:18 -05:00
  • 06d43baf93 update the users password after a successful ldap authentication DukePyrolator 2013-03-03 10:58:39 +01:00
  • 5f74662100 improved the operserv mode command DukePyrolator 2013-03-03 10:57:53 +01:00
  • 2c68312d72 Bump for Anope 1.9.9-git Adam 2013-03-03 02:04:33 -05:00
  • 71ec1a93dd Bump for 1.8.9-git Adam 2013-03-03 01:57:16 -05:00
  • 245a25877f Anope 1.8.8 Release 1.8.8 Adam 2013-03-02 05:51:09 -05:00
  • ae071cef75 Update language instructions in README to use git instead of svn. Add japanese language file to Windows makefile and installer. Adam 2013-03-02 06:58:11 -05:00
  • 57b31d43eb Update NSIS scripts for Anope 1.8.8 Adam 2013-03-02 06:01:01 -05:00
  • ce094f4d01 Anope 1.9.8 Release 1.9.8 Adam 2013-03-02 21:49:18 -05:00
  • 178056096f Regenerate language files Adam 2013-03-02 19:56:35 -05:00
  • a32c897bf9 Update Changes and Changes.conf Adam 2013-03-02 21:04:15 -05:00
  • 367b662c83 Fix compile warning in webcpanel/memos Adam 2013-03-02 21:44:52 -05:00
  • 75999e05b9 Fix Anope::Duration showing years failing Adam 2013-03-02 21:00:32 -05:00
  • 45c02f8e4e Fix build with -std=c++11 Adam 2013-03-02 21:30:39 -05:00
  • ae4421b8a2 Unset founder/successors when channels are deleted Adam 2013-03-02 23:41:38 -05:00
  • 2d309da0f6 Fix /ns drop nick showing "your nick" and not the nick you specified if the nick isn't registered Adam 2013-03-02 18:52:15 -05:00
  • b9bbb3747b Fixed logic fail in /ns resend Adam 2013-03-02 18:46:56 -05:00
  • 0b05eaa020 Only shrink extensible items that are metadata in ExtensibleUnserialize Adam 2013-03-01 01:40:14 -05:00
  • 91ad9d22ca Fix Windows build Adam 2013-03-01 00:57:24 -05:00
  • 6aa9ad938a Don't have cs_seen update data for users on syncing servers Adam 2013-03-01 00:56:47 -05:00
  • 6808498ead Fix entrymsg's creation time being reset from restarts Adam 2013-02-28 23:09:03 -05:00
  • 8561941e22 Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs down syntax, fix os_session messages to reference ip Adam 2013-02-25 00:26:49 -05:00
  • 5d4db2b854 Allow /cs up and /cs down to take an optional nick arg Adam 2013-02-24 20:11:16 -05:00
  • 501503b7a5 On startup check all object types Adam 2013-02-24 05:45:20 -05:00
  • a980e32581 fixed wrong parameter count in cs_updown DukePyrolator 2013-02-24 21:07:10 +01:00
  • da2fea338a fixed some stupid typos in the german language file DukePyrolator 2013-02-24 09:48:20 +01:00